summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs/kernfs_vnops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better and simpler check for negative offset; from Christer Obergmillert2004-11-181-3/+3
* Make sure we don't call kernfs_xread() with a negative offset.millert2004-09-011-3/+7
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-2/+2
* fix ncpu vs ncpus glitch, spotted by Sven Dehmlowderaadt2004-06-121-3/+3
* remove more caddr_ttedu2004-05-201-4/+4
* missing ar; form Alf Schlichting <leopold-bloom@foni.net>mickey2003-12-091-2/+2
* set boottime's time to boottime, handy for find. requested by markus.tedu2003-11-151-4/+8
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-3/+16
* constify constant targetsmickey2003-08-111-15/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use LK_EXCLUSIVE like all other file systems.tedu2003-05-111-2/+2
* some snprintf usage from rohee.tedu2003-04-071-10/+10
* Ensure that all files in /kern end with a newline (machine, model,rohee2003-03-301-2/+8
* File system locking fixups, mostly from NetBSD:art2003-01-311-8/+16
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
* remove ambiguity in version,ostype,osversion,osrelease and their constanity, they are and declarre 'em accordingly also removing private externies of thosemickey2002-03-141-7/+6
* First round of __P removal in sysmillert2002-03-141-23/+23
* Cache vnodes, don't hold on to the root vnode, some cleanups, handleart2002-02-171-73/+173
* Fix typo, noticed by Richard Lowemillert2001-12-111-2/+2
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-041-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* Remove old vm.art2001-06-271-13/+1
* Get rid of several unused vnode operationscsapuntz2001-06-231-8/+1
* Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in betweenmillert2000-03-131-7/+14
* enlarge msgbuf, somewhat line netbsd didderaadt2000-02-221-7/+19
* Fix to use enoioctlcsapuntz1999-11-101-2/+2
* cnt is called uvmexp in uvm and the members have different namesart1999-02-261-2/+16
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-21/+6
* return EOPNOTSUPP for chflags() changes; peter@freebsdderaadt1998-06-111-1/+11
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-43/+34
* back out vfs lite2 till after 2.2deraadt1997-10-061-34/+43
* VFS Lite2 Changescsapuntz1997-10-061-43/+34
* Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.millert1997-09-111-6/+6
* struct definitions in .h files and instances in .c file please.kstailey1997-04-261-23/+2
* Make kern.osrevision (sysctl) and /kern/osrev report value ofmillert1997-03-271-2/+2
* IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inderaadt1997-02-201-2/+15
* fixed warning:kstailey1997-01-151-2/+2
* and the same for the trunkmickey1996-10-271-2/+2
* add more kernel variables. calculate used/free physmem and vnodes.mickey1996-06-201-2/+46
* partial sync with netbsd 960418, more to comederaadt1996-04-211-4/+4
* From NetBSD: update to 960217 sourcesniklas1996-02-271-155/+214
* initial import of NetBSD treederaadt1995-10-181-0/+747