summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* style polish.phk2004-11-141-8/+6
* Move #define up.phk2004-11-141-5/+5
* Eliminate vop_revoke() function now that devfs_revoke() does the entire job.phk2004-11-131-42/+0
* The default VOP_REVOKE() should be vop_panic() as we should neverphk2004-11-131-1/+1
* Polish two functions a bit so that it is easier to wrap them inphk2004-11-131-21/+33
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-138-66/+66
* Correct two incorrectly merged changes introduced in sysv_sem.c:1.71:rwatson2004-11-131-2/+1
* Second of several commits to allow kernel System V IPC data structuresrwatson2004-11-123-349/+344
* - Temporarily disable the nice -20 throttling code. It has some interactionjeff2004-11-111-0/+4
* - Introduce protosw_init().glebius2004-11-111-26/+31
* Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys.dds2004-11-111-4/+5
* remove unused variablephk2004-11-101-1/+0
* Remove hack which mounts the root filesystem R/W if the device isphk2004-11-101-7/+0
* Slim vnodes by another four bytes by eliminating the (now) unused fieldphk2004-11-102-7/+0
* Remove vn_todev()phk2004-11-101-13/+0
* Make getdiskbyname() static to vfs_mount.c.phk2004-11-091-2/+6
* Remove vnode->v_cachedfs.phk2004-11-092-3/+0
* Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.glebius2004-11-091-3/+3
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-091-1/+1
* clean up some tunables that should of been removed a while ago...jmg2004-11-091-4/+0
* Retire TUNABLE_QUAD_*.des2004-11-081-8/+0
* #include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerdes2004-11-081-17/+17
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-16/+59
* Use more intuitive pointer for fdinit() and fdcopy().phk2004-11-083-8/+5
* Eliminate an unused argument to vm_pgmoveco().alc2004-11-081-4/+2
* Bind to cpu0 for boot() processing on all platforms again.marcel2004-11-081-1/+1
* Increase default HZ for ia64 to 1000.marcel2004-11-081-1/+1
OpenPOWER on IntegriCloud