summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-155-2/+12
* Cleanup shutdown output.alfred2004-07-152-7/+4
* Tidy up system shutdown.alfred2004-07-152-6/+24
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
* Clean up the output on reboot by keeping completion messages on the samenjl2004-07-151-2/+2
* A module with no modevent function gets modevent_nop() as default.phk2004-07-141-1/+9
* In addition to the real user ID check, do an explicit jailcsjp2004-07-141-2/+3
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.alfred2004-07-141-2/+29
* Set TDF_NEEDRESCHED when a higher priority thread is scheduled injhb2004-07-131-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-137-18/+53
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-131-0/+1
* fix compilation.phk2004-07-131-1/+1
* Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we'vecperciva2004-07-131-1/+2
* Add code to support debugging threaded process.davidxu2004-07-131-75/+153
* Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPENDdavidxu2004-07-131-10/+109
* Add code to support debugging threaded process.davidxu2004-07-133-46/+86
* Push down the acquisition and release of the page queues lock intoalc2004-07-132-4/+0
* Rename Alfred's kern_setsockopt to so_setsockopt, as this seems adwmalone2004-07-121-1/+1
* writers must hold both sched_lock and the process lock; therefore, readersmtm2004-07-122-10/+5
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-128-14/+15
* Change kse_switchin to accept kse_thr_mailbox pointer, the syscalldavidxu2004-07-122-11/+22
* Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.alfred2004-07-121-0/+19
* Implement the PT_LWPINFO request. This request can be used by themarcel2004-07-123-0/+23
* Dump the actual bad values when this assertion is tripped.alfred2004-07-121-1/+3
* Make kdb_dbbe_select() available as an interface function. This allowsmarcel2004-07-121-9/+20
* Use sockbuf_pushsync() to synchronize stack and socket buffer staterwatson2004-07-111-34/+47
* Add sockbuf_pushsync(), an inline function that, following a change torwatson2004-07-111-0/+38
* Better descriptions of the cdev malloc class and mutex.phk2004-07-111-2/+2
* Add additional annotations to soreceive(), documenting the effects ofrwatson2004-07-111-1/+35
* Expand and rewrite documentation using doxygen markup so that we candfr2004-07-111-49/+206
* Fix braino: Make sure there is a current backend before we return itsmarcel2004-07-111-2/+5
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-0/+64
* In the 'dontblock' section of soreceive(), assert that the mbuf on handrwatson2004-07-111-0/+1
* Break out non-inline out-of-band data receive code from soreceive()rwatson2004-07-111-38/+63
* Assign pointers values of NULL rather than 0 in soreceive().rwatson2004-07-111-2/+2
* Update for the KDB framework:marcel2004-07-102-3/+5
* When the MT_SONAME mbuf is popped off of a receive socket bufferrwatson2004-07-101-0/+2
* Update for the KDB framework:marcel2004-07-102-18/+6
* Update for the KDB framework:marcel2004-07-101-21/+22
* Update for the KDB framework:marcel2004-07-101-4/+2
* Make the GDB dynamic linker hooks (r_debug_state) conditional uponmarcel2004-07-101-9/+9
* Update for the KDB framework:marcel2004-07-106-60/+33
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+384
* Clean up and wash struct iovec and struct uio handling.phk2004-07-106-353/+181
* Now socket buffer locks are being asserted at higher code blocks inrwatson2004-07-101-4/+1
* Assert socket buffer lock at strategic points between sections of coderwatson2004-07-101-0/+5
* Check the lock lists to see if they are empty directly rather thanjhb2004-07-091-9/+21
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-091-3/+5
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
OpenPOWER on IntegriCloud