summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove kernfs, okay deraadt@.pedro2005-11-243-1300/+0
* Remove unnecessary lockmgr() archaism that was costing too much in termspedro2005-11-191-3/+3
* 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-232-4/+18
* constify vfsops; tedu@ okmickey2003-08-142-4/+4
* constify constant targetsmickey2003-08-113-21/+21
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-18/+6
* use LK_EXCLUSIVE like all other file systems.tedu2003-05-112-4/+4
* 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
* Sigh. I comitted the wrong diff in the last vfs changes.art2003-01-311-23/+9
* File system locking fixups, mostly from NetBSD:art2003-01-312-24/+41
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-122-5/+5
* 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-143-48/+48
* Cache vnodes, don't hold on to the root vnode, some cleanups, handleart2002-02-173-139/+204
* 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-062-4/+2
* Remove old vm.art2001-06-272-24/+2
* Get rid of several unused vnode operationscsapuntz2001-06-231-8/+1
* use void * consistently in vfs_mount and sys_mount. ok @artassar2001-02-201-3/+3
* 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
* update to use new checkexp vfs operationassar2000-02-072-4/+7
* Fix to use enoioctlcsapuntz1999-11-101-2/+2
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-5/+1
* cnt is called uvmexp in uvm and the members have different namesart1999-02-262-4/+30
* kernfs_sync needs to be nullop, not eopnotsupp for unmount to workmillert1998-12-281-2/+2
* in kernfs_statfs set f_flags to 0millert1998-12-241-1/+2
* 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 to match type changes in syscall tablestholo1998-02-081-3/+3
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-063-127/+59
* back out vfs lite2 till after 2.2deraadt1997-10-063-59/+127
* VFS Lite2 Changescsapuntz1997-10-063-127/+59
* Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.millert1997-09-112-12/+12
* struct definitions in .h files and instances in .c file please.kstailey1997-04-262-24/+27
* 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-202-9/+55
* no sys/cpu.hderaadt1996-05-021-3/+2