summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT maytanimura2002-07-302-3/+21
* - Acknowledge recursive vnode locks in the vop_unlock specification. Thejeff2002-07-301-1/+1
* - Optimize wakeup() and its friends; if a thread waken up is beingtanimura2002-07-303-8/+22
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-301-1/+1
* Rebuild of files generated from syscalls.master.rwatson2002-07-302-14/+14
* Prototype function arguments, only with MAC-specific structuresrwatson2002-07-301-6/+6
* Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MACrwatson2002-07-301-0/+93
* Create a new thread state to describe threads that would be ready to runjulian2002-07-292-3/+5
* - Backout the patch made in revision 1.75 of vfs_mount.c. The vputs herejeff2002-07-292-3/+4
* Make a temporary copy of the output data in the generic sysctl handlerstruckman2002-07-281-6/+45
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-284-0/+4
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-272-0/+2
* Slight restructuring of the logic for credential change case identificationrwatson2002-07-271-2/+8
* Disable optimization of spinlocks on UP kernels w/o debugging for nowjhb2002-07-272-4/+4
* - The default for lock, unlock, and islocked is now std* instead of no*.jeff2002-07-271-3/+3
* Fix -Werror build for sparc64: Use the appropriate conversionrobert2002-07-262-2/+2
* get suspension counting right.julian2002-07-252-0/+8
* fix some style problems and remove a mis-merged assert.julian2002-07-252-60/+24
* slight stylisations to take into account recent code changes.julian2002-07-241-7/+3
* Add some locking asserts and some commentsjulian2002-07-242-0/+8
* When single threading a multithreaded program, awaken thejulian2002-07-242-0/+14
* Fix a stupid bug where I wasn't initializing the namesmux2002-07-241-9/+10
* Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free therwatson2002-07-241-2/+18
* Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantagebmilekic2002-07-242-8/+48
* Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_longmike2002-07-241-1/+1
* When suspending a thread, update the appropriate (sic) statistic.julian2002-07-242-0/+2
* revert some of the handling of STOP signals injulian2002-07-241-8/+0
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-2/+2
* Attempt to clarify comment in selrecord.alfred2002-07-241-4/+8
* Introduce mb_free() to the MBP_PERSIST{,ENT} interface. What this meansbmilekic2002-07-231-17/+70
* Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for allkan2002-07-231-13/+13
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Remove unneeded caddr_t casts.alfred2002-07-221-5/+5
* Cleanup:alfred2002-07-222-285/+134
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisalfred2002-07-221-3/+3
* Remove caddr_t.alfred2002-07-223-42/+37
* remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* remove caddr_talfred2002-07-221-9/+8
* Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-221-0/+17
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* o Lock page queue accesses by vm_page_free().alc2002-07-212-0/+4
* Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
* Add bus_child_present and the child_present method to bus_if.mimp2002-07-212-4/+37
* Do preserve the error result from calling p_cansee() and use that whenrwatson2002-07-201-3/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-208-158/+466
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().alc2002-07-191-4/+3
* Wrap a line longer than 80 characters.mux2002-07-191-2/+2
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
OpenPOWER on IntegriCloud