| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to | cperciva | 2004-07-16 | 1 | -3/+2 |
* | When entering soclose(), assert that SS_NOFDREF is not already set. | rwatson | 2004-07-16 | 1 | -0/+2 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 5 | -10/+10 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 5 | -2/+12 |
* | Cleanup shutdown output. | alfred | 2004-07-15 | 2 | -7/+4 |
* | Tidy up system shutdown. | alfred | 2004-07-15 | 2 | -6/+24 |
* | Disable SIGIO for now, leave a comment as to why it's busted and hard | alfred | 2004-07-15 | 1 | -0/+20 |
* | Clean up the output on reboot by keeping completion messages on the same | njl | 2004-07-15 | 1 | -2/+2 |
* | A module with no modevent function gets modevent_nop() as default. | phk | 2004-07-14 | 1 | -1/+9 |
* | In addition to the real user ID check, do an explicit jail | csjp | 2004-07-14 | 1 | -2/+3 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | alfred | 2004-07-14 | 1 | -2/+29 |
* | Set TDF_NEEDRESCHED when a higher priority thread is scheduled in | jhb | 2004-07-13 | 1 | -1/+1 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 7 | -18/+53 |
* | Add kldunloadf() system call. Stay tuned for follwing commit messages. | phk | 2004-07-13 | 1 | -0/+1 |
* | fix compilation. | phk | 2004-07-13 | 1 | -1/+1 |
* | Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we've | cperciva | 2004-07-13 | 1 | -1/+2 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -75/+153 |
* | Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND | davidxu | 2004-07-13 | 1 | -10/+109 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 3 | -46/+86 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-13 | 2 | -4/+0 |
* | Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a | dwmalone | 2004-07-12 | 1 | -1/+1 |
* | writers must hold both sched_lock and the process lock; therefore, readers | mtm | 2004-07-12 | 2 | -10/+5 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 8 | -14/+15 |
* | Change kse_switchin to accept kse_thr_mailbox pointer, the syscall | davidxu | 2004-07-12 | 2 | -11/+22 |
* | Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts. | alfred | 2004-07-12 | 1 | -0/+19 |
* | Implement the PT_LWPINFO request. This request can be used by the | marcel | 2004-07-12 | 3 | -0/+23 |
* | Dump the actual bad values when this assertion is tripped. | alfred | 2004-07-12 | 1 | -1/+3 |
* | Make kdb_dbbe_select() available as an interface function. This allows | marcel | 2004-07-12 | 1 | -9/+20 |
* | Use sockbuf_pushsync() to synchronize stack and socket buffer state | rwatson | 2004-07-11 | 1 | -34/+47 |
* | Add sockbuf_pushsync(), an inline function that, following a change to | rwatson | 2004-07-11 | 1 | -0/+38 |
* | Better descriptions of the cdev malloc class and mutex. | phk | 2004-07-11 | 1 | -2/+2 |
* | Add additional annotations to soreceive(), documenting the effects of | rwatson | 2004-07-11 | 1 | -1/+35 |
* | Expand and rewrite documentation using doxygen markup so that we can | dfr | 2004-07-11 | 1 | -49/+206 |
* | Fix braino: Make sure there is a current backend before we return its | marcel | 2004-07-11 | 1 | -2/+5 |
* | Introduce ttygone() which indicates that the hardware is detached. | phk | 2004-07-11 | 1 | -0/+64 |
* | In the 'dontblock' section of soreceive(), assert that the mbuf on hand | rwatson | 2004-07-11 | 1 | -0/+1 |
* | Break out non-inline out-of-band data receive code from soreceive() | rwatson | 2004-07-11 | 1 | -38/+63 |
* | Assign pointers values of NULL rather than 0 in soreceive(). | rwatson | 2004-07-11 | 1 | -2/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 2 | -3/+5 |
* | When the MT_SONAME mbuf is popped off of a receive socket buffer | rwatson | 2004-07-10 | 1 | -0/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 2 | -18/+6 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -21/+22 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -4/+2 |
* | Make the GDB dynamic linker hooks (r_debug_state) conditional upon | marcel | 2004-07-10 | 1 | -9/+9 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 6 | -60/+33 |
* | Introduce the KDB debugger frontend. The frontend provides a framework | marcel | 2004-07-10 | 1 | -0/+384 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 6 | -353/+181 |
* | Now socket buffer locks are being asserted at higher code blocks in | rwatson | 2004-07-10 | 1 | -4/+1 |
* | Assert socket buffer lock at strategic points between sections of code | rwatson | 2004-07-10 | 1 | -0/+5 |
* | Check the lock lists to see if they are empty directly rather than | jhb | 2004-07-09 | 1 | -9/+21 |