aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-283-902/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.John Baldwin2000-09-111-1/+1
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-28/+1
* Remove stale, unused and bogus root device hunting code.Poul-Henning Kamp2000-07-272-25/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Get rid of calls to vfinddev() by ripping out code for vnode typePoul-Henning Kamp1999-11-201-26/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-072-38/+8
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-292-30/+31
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Remove an unused variable.Bill Fumerola1999-08-171-2/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-11/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-6/+6
* 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