summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* You always spot the typos after you have committed.. Start sentencejulian2004-07-191-1/+1
* Allow the user who calls doadump() from the kernel debuggerjulian2004-07-191-2/+11
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-191-27/+47
* When calling scheduler entrypoints for creating new threads and processes,julian2004-07-187-37/+40
* Now we have NO_ADAPTIVE_MUTEXES option, so use it here too.pjd2004-07-181-1/+1
* After maintaining previous behaviour in writing out the core notes, it'smarcel2004-07-181-8/+5
* The recent changes to control message passing broke some thingsdwmalone2004-07-181-12/+16
* Add doxygen doc comments for most of newbus and the BUS interface.dfr2004-07-182-152/+1241
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-181-3/+3
* Remove GIANT_REQUIRED from vmapbuf().alc2004-07-181-2/+0
* Drop Giant and acquire the UNIX domain socket subsystem lock a bitrwatson2004-07-181-4/+4
* Fix typo.davidxu2004-07-171-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optiondwmalone2004-07-171-34/+86
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsjhb2004-07-167-19/+25
* Whitespace fix.jhb2004-07-161-1/+1
* Improve readability a bit by changing some code at the end of a functionjhb2004-07-161-6/+2
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want tocperciva2004-07-161-3/+2
* When entering soclose(), assert that SS_NOFDREF is not already set.rwatson2004-07-161-0/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-155-10/+10
* 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
OpenPOWER on IntegriCloud