summaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft
1995-03-08use u_long for copyin*cgd
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Remove a_fp.mycroft
1994-12-14Revert dup handling.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-04Use fddupopen(), just like fdopen() does.mycroft
1994-11-14fixed struct commentchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-20update for new syscall args description mechanismcgd
1994-09-15stat the file system at mount time, for `df -n', et al.mycroft
1994-08-19Convert hash tables.mycroft
1994-07-14Fix a fencepost error.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
1994-05-04Rename a lot of process flags.cgd
1994-04-25some prototype cleanup, eliminate/replace bogus types (e.g. quad andcgd
1994-04-23make fs types consistent over new kernels. also, some proto foo.cgd
1994-04-21Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,cgd
1994-04-14fs types are names now.cgd
1994-01-09Note that NFS mounting of fdesc doesn't make sensews
1994-01-05don't try to reclaim 'known' root vnodecgd
1994-01-05fix UFS vs 'real' fs type mixupscgd
1994-01-05update with latest fdesc file system from jsp@sequent.comcgd
1993-12-23fix fdesc_print return type (again)cgd
1993-09-07Changes to VFS readdir semanticsws
1993-08-23RLIMIT_OFILE --> RLIMIT_NOFILEmycroft
1993-08-02Make fdesc_print have a return type of void.mycroft
1993-06-07give various filesystems their own vnode typescgd
1993-06-07give miscfs filesystems their own mount structure malloc type.cgd
1993-03-30added . and ..cgd
1993-03-25changed copyright notice thanks to following statement:cgd
1993-03-23files which implement the fdesc filesystem. from Jan-Simon Pendry,cgd