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