summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove spl's from uipc_socket to ease in merging.rwatson2004-06-221-40/+8
* Fix another typo in the previous commit.scottl2004-06-211-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-213-2/+17
* Fix typo that somehow crept into the previous commitscottl2004-06-211-1/+1
* Update previous commit to:kbyanc2004-06-211-18/+13
* Add the sysctl node 'kern.sched.name' that has the name of the schedulerscottl2004-06-212-1/+13
* Mark the thread in an exiting program as inactive.julian2004-06-211-1/+1
* Turned off the "calcru: negative time" warning for certain SMP casesbde2004-06-211-12/+34
* (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit()bde2004-06-211-7/+1
* Update p_runtime on exit. This fixes calcru() on zombies, and preparesbde2004-06-211-2/+9
* New style functions, kill register keyword.phk2004-06-211-43/+28
* Merge next step in socket buffer locking:rwatson2004-06-214-64/+513
* Fill in the values for the ki_tid and ki_numthreads which have beengad2004-06-201-0/+2
* In uipc_rcvd(), lock the socket buffers at either end of the UNIXrwatson2004-06-201-0/+4
* Hold SOCK_LOCK(so) when frobbing so_state when disconnecting arwatson2004-06-201-1/+5
* When retrieving the SO_LINGER socket option for user space, hold therwatson2004-06-201-0/+7
* Convert an if->panic in soclose() into a call to KASSERT().rwatson2004-06-201-2/+1
* Annotate some ordering-related issues in solisten() which are not yetrwatson2004-06-201-0/+5
* Annotate two intentionally unlocked reads with comments.rwatson2004-06-201-0/+6
* Initialize ni_cnd.cn_cred before calling lookup() (this is normally donetmm2004-06-201-0/+1
* Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimegad2004-06-201-0/+2
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-191-4/+6
* When no fixed address is given in a shmat() request, pass a hint addresstjr2004-06-191-2/+5
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-4/+22
* Only initialize f_data and f_ops if nobody else did so already.phk2004-06-192-4/+8
* Explicitly initialize f_data and f_vnode to NULL.phk2004-06-191-0/+3
* Assert socket buffer lock in sb_lock() to protect socket buffer sleeprwatson2004-06-194-29/+93
* Add a sysctl/tunable, "kern.always_console_output", that lets you setgreen2004-06-181-3/+12
* Add comment to reflect that we should retry after thread singling failed.davidxu2004-06-181-0/+4
* Remove a bogus panic. It is possible more than one threads willdavidxu2004-06-181-1/+2
* If thread singler wants to terminate other threads, make sure it includesdavidxu2004-06-181-2/+16
* Hold SOCK_LOCK(so) while frobbing so_options. Note that while therwatson2004-06-181-1/+4
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-181-13/+26
* Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) andkbyanc2004-06-171-9/+39
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-175-16/+108
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingphk2004-06-171-9/+51
* Second half of the dev_t cleanup.phk2004-06-1711-63/+57
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1614-114/+114
* Nice, is a property of a process as a whole..julian2004-06-166-66/+51
* Change strategy based on a suggestion from Ian Dowse. Instead of tryingpeter2004-06-151-37/+30
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-152-0/+16
* Fix symbol lookups between modules. This caused modules that depend onpeter2004-06-151-1/+5
* Insurance: cause a proper symbol lookup failure for symbol entries thatpeter2004-06-151-0/+2
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-7/+5
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-146-27/+35
* Remove a left over from userland buffer-cache access to disks.phk2004-06-141-5/+2
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-136-0/+24
* Introduce socket and UNIX domain socket locks into hard-coded lockrwatson2004-06-131-1/+8
* Correct whitespace errors in merge from rwatson_netperf: tabs instead ofrwatson2004-06-121-5/+5
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-124-1/+21
OpenPOWER on IntegriCloud