summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-031-0/+12
* Insert volatile cast to discourage gcc from optimizing the read outsidedwhite2005-03-031-1/+4
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+2
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforedavidxu2005-03-021-28/+10
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-33/+75
* regenps2005-03-012-2/+2
* Change the prototype of kevent to remove the const from the changelist.ps2005-03-011-1/+1
* When mac_check_system_acct() fails, make sure to unlock as well as closerwatson2005-03-011-0/+1
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-281-0/+9
* Also handle d_maj hints from cloning drivers correctly.phk2005-02-271-8/+9
* Whine about any drivers which hardcode the device major number.phk2005-02-271-11/+5
* Use dynamic major number allocation.phk2005-02-273-12/+3
* Use dynamic major number allocation.phk2005-02-271-2/+0
* Use dynamic major number allocation for /dev/console, there is nophk2005-02-272-10/+1
* Add locking to handle multiple threads getting/setting frequencies at thenjl2005-02-271-15/+62
* Allow users to reject levels below a given frequency (in MHz) via thenjl2005-02-261-1/+17
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-6/+0
* Insert missing increment of (i) when walking the temporary semaphorerwatson2005-02-251-2/+3
* Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphoresrwatson2005-02-251-1/+113
* Assert sem_lock in id_to_sem() and sem_lookup_byname(), since theserwatson2005-02-251-0/+2
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes tosobomax2005-02-251-5/+9
* o Replace two while {} do loops with more appropriate do {} while loops. Thissobomax2005-02-251-12/+27
* Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shellsobomax2005-02-251-7/+9
* Bump the maximum number of levels to 64 and add warning messages aboutnjl2005-02-241-5/+15
* change m_adj to reclaim unused mbufs instead of zero'ing m_lensam2005-02-241-2/+4
* Add locking assertions into vn_extattr_set, vn_extattr_get andcsjp2005-02-241-0/+6
* Drop bzero and shove the responsibility of zeroing the kse upcallcsjp2005-02-241-2/+1
* remove dead codesam2005-02-231-4/+0
* eliminate potential null derefsam2005-02-231-1/+0
* - Enable SMP VFS by default on current. More users are needed to turn upjeff2005-02-231-1/+5
* - A test in sched_switch() is no longer necessary and it is incorrectjeff2005-02-231-2/+0
* kill dead codesam2005-02-231-7/+1
* - Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCKjeff2005-02-231-0/+5
* - Add a check for xlock in vop_lock_assert. Presently the xlock isjeff2005-02-221-1/+2
* Zero the v_un container field to make sure everything is gone.phk2005-02-221-1/+1
* Reap more benefits from DEVFS:phk2005-02-222-15/+11
* Make dev_ref() require the dev_lock() to be held and use it fromphk2005-02-221-2/+1
* Remove vfinddev(), it is generally bogus when faced with jails andphk2005-02-221-20/+0
* When invoking callout_init(), spell '1' as "CALLOUT_MPSAFE".rwatson2005-02-221-1/+1
* In the current world order, solisten() implements the state transition ofrwatson2005-02-212-23/+56
* When aborting a UNIX domain socket bind() because VOP_CREATE() failed,rwatson2005-02-211-1/+3
* style(9)-ize function headers, remove use of 'register'.rwatson2005-02-201-59/+30
* Remove VFS_START(). Its original purpose involved the mfs filesystem,das2005-02-203-17/+1
* In unp_attach(), allow uma_zalloc to zero the new unpcb rather thanrwatson2005-02-201-3/+2
* Prefer NULL to returning 0 cast to a pointer type.rwatson2005-02-202-6/+6
* In soreceive(), when considering delivery to a socket in SS_ISCONFIRMING,rwatson2005-02-201-1/+2
* Move assignment of UNIX domain socket pcb during unp_attach() outsiderwatson2005-02-201-1/+1
* Add the "freq_settings" sysctl to each device that registers with cpufreqnjl2005-02-201-0/+41
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-36/+30
* Don't restart a timeout wait in kern_sigtimedwait, also allow itdavidxu2005-02-191-11/+27
OpenPOWER on IntegriCloud