summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Swap the arguments for CP so we copy the correct source andps2005-02-181-4/+4
* Remove now unused 'int s' from spl().rwatson2005-02-181-1/+1
* De-spl kern_connect().rwatson2005-02-181-2/+0
* Correct a typo in the comment describing soreceive_rcvoob().rwatson2005-02-181-1/+1
* In soconnect(), when resetting so->so_error, the socket lock is notrwatson2005-02-181-2/+0
* Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fixrwatson2005-02-181-8/+6
* Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, whererwatson2005-02-182-126/+120
* Minor style tweaks: line wrap comments and lines more consistently.rwatson2005-02-181-9/+9
* Re-order checks in socheckuid() so that we check all deny cases beforerwatson2005-02-181-3/+3
* Make sure to drop the VI_LOCK in vgonel();phk2005-02-181-1/+3
* In solisten(), unconditionally set the SO_ACCEPTCONN option inrwatson2005-02-181-6/+4
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-182-6/+15
* In accept1(), extend coverage of the socket lock from just coveringrwatson2005-02-171-2/+2
* In sonewconn(), set the new socket's state to show the protocol-providedrwatson2005-02-172-2/+2
OpenPOWER on IntegriCloud