summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-8/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-4/+4
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Fixed printf format errors.bde1998-07-301-4/+4
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-251-10/+3
* Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsbde1998-06-141-3/+8
* Make these files compile.dfr1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-1/+4
* As described by the submitter:msmith1998-05-062-5/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Add two new functions, get{micro|nano}time.phk1998-03-261-6/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-012-2/+5
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-57/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-78/+8
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Convert select -> poll.peter1997-09-141-3/+9
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Removed unused #includes.bde1997-09-021-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-103-334/+231
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.phk1996-07-031-2/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+7
* another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-2/+2
* Staticize.phk1995-12-111-26/+26
* Added prototypes.bde1995-12-031-1/+20
* Fixed the type of kernfs_sync(). Trailing args were missing.bde1995-11-161-5/+30
* Get rid of hostnamelen variable.phk1995-11-141-3/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-46/+46
* Second batch of cleanup changes.phk1995-10-291-26/+16
* Fix some incorrect comments that make reference to /dev/fd.mpp1995-07-311-4/+4
* Fix various kernfs file system problems, which can result inmpp1995-07-311-42/+61
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-252-5/+6
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-151-1/+16
* GCC cleanup.phk1994-10-022-5/+7
* More loadable VFS changes:wollman1994-09-221-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* Fix up some sloppy coding practices:wollman1994-08-181-2/+6
OpenPOWER on IntegriCloud