summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Sigh. I really need to get an internet connection which is less thancperciva2004-11-291-1/+1
* Check that saddr->sa_family is a sensible value before using it.cperciva2004-11-281-0/+4
* Don't acquire Giant before calling closef() in close() (and elsewhere);rwatson2004-11-281-7/+7
* Use FILEDESC_LOCK_FAST in checkdirs()phk2004-11-281-5/+5
* Unlock mutex if PDROP was set by caller.davidxu2004-11-271-0/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-275-5/+3
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-272-67/+1
* Eliminate MNT_NODEV usage, it doesn't have any meaning any more.phk2004-11-261-2/+2
* Fix LOR.phk2004-11-261-2/+2
* Allow a filesystem to have both old and new mount methods at the samephk2004-11-251-1/+2
* Regen.phk2004-11-252-5/+5
* Mark mount, unmount and nmount MPSAFEphk2004-11-251-3/+3
* Assert Giant held in vfs_domount() and vfs_dounmount()phk2004-11-251-3/+20
* Integrate the relevant bits of vfs_rootmountalloc() where it matters.phk2004-11-251-38/+18
* Correct a bug introduced in sys_pipe.c:1.179: in pipe_ioctl(),rwatson2004-11-231-2/+5
* Neither of the arguments to closef() can be NULL anymore, so don'tdas2004-11-211-4/+1
* Remove local definitions of RANGEOF() and use __rangeof() instead.das2004-11-206-35/+17
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-201-2/+3
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-203-12/+49
* Place function comment above the right function.marks2004-11-191-7/+7
* Rebuild from syscalls.master:1.179marks2004-11-182-2/+2
* Add ntp_gettime(2) system call.marks2004-11-181-1/+1
* Add system call implementation of ntp_gettime(2).marks2004-11-181-18/+43
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)phk2004-11-181-0/+3
* Pass path to filesystem when mounting rootphk2004-11-181-1/+1
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-38/+66
* Make more sense out of vop_stdcreatevobject()phk2004-11-181-21/+21
* Don't bother exiting storming mode once a second to see if it has gonejhb2004-11-171-12/+6
* Push Giant down through ioctl.phk2004-11-173-68/+11
* Push Giant down through select and poll.phk2004-11-173-13/+5
* Improvements and fixes in the 1.241 commit:dds2004-11-161-6/+9
* Adjust the interrupt storm handling code to better handle a storm. Whenjhb2004-11-161-5/+23
* Polish code to correctly reflect structure.phk2004-11-161-19/+10
* Move a FILEDESC_UNLOCK upwards to silence witness.phk2004-11-161-1/+1
* Move a FILEDESC_UNLOCK up to maintain correct nesting of FILEDESC/FILEphk2004-11-161-11/+9
* Eliminate pointless goto.phk2004-11-162-6/+10
* Add missing break.phk2004-11-161-0/+1
* Give vn_poll single exit point (to make it easier to insertphk2004-11-151-5/+3
* Straighten the ioctl function out to have only one exit point.phk2004-11-151-17/+13
* Forgot to remove now unused variable in last commit.phk2004-11-152-2/+0
* It is not necessary to hold vn_start_write/vn_finished_write around VOP_REVOKE.phk2004-11-152-6/+0
* Next FILEDESC_LOCK properly around FILE_LOCKphk2004-11-152-4/+4
* Fix an off by one error. MAXPATHLEN already has +1.imp2004-11-151-1/+1
* Make FILE_LOCK and FILEDESC_LOCK nest properly by postponing the thephk2004-11-151-2/+2
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-152-5/+4
* Don't manually set b_bufobj, pbgetvp() does this for us.phk2004-11-151-1/+0
* Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff.phk2004-11-151-46/+0
* Explicitly call pbrelvp()phk2004-11-151-0/+1
* Move the bit of the syncer which deals with vnodes into a separatephk2004-11-141-36/+46
* Rearrange memory management for ioctl arguments to use stronger checksphk2004-11-141-25/+16
OpenPOWER on IntegriCloud