summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Release UNIX domain socket subsystem lock earlier -- don't need torwatson2004-06-251-1/+1
* Add two new methods to struct tty: One for manipulating BREAK conditionphk2004-06-251-1/+49
* Don't cuddle else's so much as we removed additional parts of eachrwatson2004-06-242-16/+8
* Remove temporary API bandage that allowed applications speaking therwatson2004-06-242-18/+0
* #include <sys/serial.h>phk2004-06-241-0/+1
* Use CTASSERT to enforce the relationship between the new serial portphk2004-06-241-0/+17
* Lock socket buffers when processing setting socket options SO_SNDLOWATrwatson2004-06-241-0/+4
* Acquire socket lock in the "waiting for connection" loop inrwatson2004-06-241-1/+4
* Introduce sbreserve_locked(), which asserts the socket buffer lock onrwatson2004-06-242-14/+52
* Slide socket buffer lock earlier in sopoll() to cover the call intorwatson2004-06-241-2/+2
* Fix an inconsistency in socket option propagation on accept(). Propagatebms2004-06-221-0/+1
* Fix a few spelling mistakes in comments and clean them up a bit.le2004-06-221-5/+5
* Regenerate after updating syscalls.master.rwatson2004-06-222-3/+3
* Mark unlink() as MPSAFE as we now acquire Giant in the unlink()rwatson2004-06-221-1/+1
* Acquire Giant in link() so that the system call can be markedrwatson2004-06-222-2/+10
* Rebuild following marking link() as MPSAFE.rwatson2004-06-222-3/+3
* Mark link() system call as MPSAFE.rwatson2004-06-221-1/+1
* Acquire Giant in link() so that we can mark it as MSTD inrwatson2004-06-222-2/+10
* 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
OpenPOWER on IntegriCloud