summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs/kernfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Retire kernfs (kernel part).des2000-12-281-610/+0
* 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
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-211-1/+1
* Get rid of calls to vfinddev() by ripping out code for vnode typephk1999-11-201-26/+0
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-291-17/+18
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* 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-071-6/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-4/+4
* 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
* 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
* 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
* Convert select -> poll.peter1997-09-141-3/+9
* Removed unused #includes.bde1997-09-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-208/+189
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
* Added prototypes.bde1995-12-031-1/+20
* Get rid of hostnamelen variable.phk1995-11-141-3/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* 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-251-4/+2
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-151-1/+16
* GCC cleanup.phk1994-10-021-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Fix up some sloppy coding practices:wollman1994-08-181-2/+6
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+13
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+759
OpenPOWER on IntegriCloud