| Commit message (Expand) | Author | Age | Files | Lines |
* | Release UNIX domain socket subsystem lock earlier -- don't need to | rwatson | 2004-06-25 | 1 | -1/+1 |
* | Add two new methods to struct tty: One for manipulating BREAK condition | phk | 2004-06-25 | 1 | -1/+49 |
* | Don't cuddle else's so much as we removed additional parts of each | rwatson | 2004-06-24 | 2 | -16/+8 |
* | Remove temporary API bandage that allowed applications speaking the | rwatson | 2004-06-24 | 2 | -18/+0 |
* | #include <sys/serial.h> | phk | 2004-06-24 | 1 | -0/+1 |
* | Use CTASSERT to enforce the relationship between the new serial port | phk | 2004-06-24 | 1 | -0/+17 |
* | Lock socket buffers when processing setting socket options SO_SNDLOWAT | rwatson | 2004-06-24 | 1 | -0/+4 |
* | Acquire socket lock in the "waiting for connection" loop in | rwatson | 2004-06-24 | 1 | -1/+4 |
* | Introduce sbreserve_locked(), which asserts the socket buffer lock on | rwatson | 2004-06-24 | 2 | -14/+52 |
* | Slide socket buffer lock earlier in sopoll() to cover the call into | rwatson | 2004-06-24 | 1 | -2/+2 |
* | Fix an inconsistency in socket option propagation on accept(). Propagate | bms | 2004-06-22 | 1 | -0/+1 |
* | Fix a few spelling mistakes in comments and clean them up a bit. | le | 2004-06-22 | 1 | -5/+5 |
* | Regenerate after updating syscalls.master. | rwatson | 2004-06-22 | 2 | -3/+3 |
* | Mark unlink() as MPSAFE as we now acquire Giant in the unlink() | rwatson | 2004-06-22 | 1 | -1/+1 |
* | Acquire Giant in link() so that the system call can be marked | rwatson | 2004-06-22 | 2 | -2/+10 |
* | Rebuild following marking link() as MPSAFE. | rwatson | 2004-06-22 | 2 | -3/+3 |
* | Mark link() system call as MPSAFE. | rwatson | 2004-06-22 | 1 | -1/+1 |
* | Acquire Giant in link() so that we can mark it as MSTD in | rwatson | 2004-06-22 | 2 | -2/+10 |
* | Remove spl's from uipc_socket to ease in merging. | rwatson | 2004-06-22 | 1 | -40/+8 |
* | Fix another typo in the previous commit. | scottl | 2004-06-21 | 1 | -1/+1 |
* | Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES. | phk | 2004-06-21 | 3 | -2/+17 |
* | Fix typo that somehow crept into the previous commit | scottl | 2004-06-21 | 1 | -1/+1 |
* | Update previous commit to: | kbyanc | 2004-06-21 | 1 | -18/+13 |
* | Add the sysctl node 'kern.sched.name' that has the name of the scheduler | scottl | 2004-06-21 | 2 | -1/+13 |
* | Mark the thread in an exiting program as inactive. | julian | 2004-06-21 | 1 | -1/+1 |
* | Turned off the "calcru: negative time" warning for certain SMP cases | bde | 2004-06-21 | 1 | -12/+34 |
* | (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit() | bde | 2004-06-21 | 1 | -7/+1 |
* | Update p_runtime on exit. This fixes calcru() on zombies, and prepares | bde | 2004-06-21 | 1 | -2/+9 |
* | New style functions, kill register keyword. | phk | 2004-06-21 | 1 | -43/+28 |
* | Merge next step in socket buffer locking: | rwatson | 2004-06-21 | 4 | -64/+513 |
* | Fill in the values for the ki_tid and ki_numthreads which have been | gad | 2004-06-20 | 1 | -0/+2 |
* | In uipc_rcvd(), lock the socket buffers at either end of the UNIX | rwatson | 2004-06-20 | 1 | -0/+4 |
* | Hold SOCK_LOCK(so) when frobbing so_state when disconnecting a | rwatson | 2004-06-20 | 1 | -1/+5 |
* | When retrieving the SO_LINGER socket option for user space, hold the | rwatson | 2004-06-20 | 1 | -0/+7 |
* | Convert an if->panic in soclose() into a call to KASSERT(). | rwatson | 2004-06-20 | 1 | -2/+1 |
* | Annotate some ordering-related issues in solisten() which are not yet | rwatson | 2004-06-20 | 1 | -0/+5 |
* | Annotate two intentionally unlocked reads with comments. | rwatson | 2004-06-20 | 1 | -0/+6 |
* | Initialize ni_cnd.cn_cred before calling lookup() (this is normally done | tmm | 2004-06-20 | 1 | -0/+1 |
* | Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime | gad | 2004-06-20 | 1 | -0/+2 |
* | Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_t | marcel | 2004-06-19 | 1 | -4/+6 |
* | When no fixed address is given in a shmat() request, pass a hint address | tjr | 2004-06-19 | 1 | -2/+5 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -4/+22 |
* | Only initialize f_data and f_ops if nobody else did so already. | phk | 2004-06-19 | 2 | -4/+8 |
* | Explicitly initialize f_data and f_vnode to NULL. | phk | 2004-06-19 | 1 | -0/+3 |
* | Assert socket buffer lock in sb_lock() to protect socket buffer sleep | rwatson | 2004-06-19 | 4 | -29/+93 |
* | Add a sysctl/tunable, "kern.always_console_output", that lets you set | green | 2004-06-18 | 1 | -3/+12 |
* | Add comment to reflect that we should retry after thread singling failed. | davidxu | 2004-06-18 | 1 | -0/+4 |
* | Remove a bogus panic. It is possible more than one threads will | davidxu | 2004-06-18 | 1 | -1/+2 |
* | If thread singler wants to terminate other threads, make sure it includes | davidxu | 2004-06-18 | 1 | -2/+16 |
* | Hold SOCK_LOCK(so) while frobbing so_options. Note that while the | rwatson | 2004-06-18 | 1 | -1/+4 |