summaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-213-3/+3
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-212-5/+11
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-8/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+4
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Fixed printf format errors.Bruce Evans1998-07-301-4/+4
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2Dmitrij Tejblum1998-06-251-10/+3
* Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsBruce Evans1998-06-141-3/+8
* Make these files compile.Doug Rabson1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-1/+4
* As described by the submitter:Mike Smith1998-05-062-5/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+3
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-6/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-012-2/+5
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-57/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-78/+8
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-4/+6
* Convert select -> poll.Peter Wemm1997-09-141-3/+9
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Removed unused #includes.Bruce Evans1997-09-021-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-103-334/+231
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+3
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.Poul-Henning Kamp1996-07-031-2/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+7
* another case where cdevsw becoming a pointer makes it neccesary toJulian Elischer1995-12-141-2/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-2/+2
* Staticize.Poul-Henning Kamp1995-12-111-26/+26
* Added prototypes.Bruce Evans1995-12-031-1/+20
* Fixed the type of kernfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-5/+30
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-46/+46
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-26/+16
* Fix some incorrect comments that make reference to /dev/fd.Mike Pritchard1995-07-311-4/+4
* Fix various kernfs file system problems, which can result inMike Pritchard1995-07-311-42/+61
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-252-5/+6
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-11-151-1/+16
* GCC cleanup.Poul-Henning Kamp1994-10-022-5/+7
* More loadable VFS changes:Garrett Wollman1994-09-221-1/+2