summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Properly fix callout handling by putting all the per-cpu info inluigi2009-12-141-3/+22
* Throughout the network stack we have a few places ofbz2009-12-131-1/+24
* In current code, threads performing an interruptible sleep (on bothattilio2009-12-123-18/+128
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-2/+151
* Don't add VAPPEND if the file is not being opened for writing. Note that thistrasz2009-12-082-2/+2
* Remove wrong assertion. Debugee is allowed to lose a signal.kib2009-12-031-3/+2
* Add change that was somehow missed in r192586. It could manifest bytrasz2009-12-031-2/+3
* Don't allocate an input buffer for a TTY when the receiver is turned off.ed2009-12-011-2/+4
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-261-9/+12
* Make ULE process usage (%CPU) accounting usable again by keeping trackivoras2009-11-241-1/+4
* On the return path from F_RDAHEAD and F_READAHEAD fcntls, do notkib2009-11-201-2/+3
* Extend ddb(4) "show mount" command to print active string mount options.jh2009-11-191-0/+13
* - Unbreak build with KLD_DEBUG definedgonzo2009-11-171-1/+6
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-172-31/+67
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-1/+0
* Add the possibility for vfs.root.mountfrom tunable to accept a list ofattilio2009-11-121-6/+15
* The building the dev nameunit string, in devclass_add_device() is basedattilio2009-11-121-1/+2
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+1
* Revert r198873. Having different VAPPEND semantics for VOP_ACCESS(9)trasz2009-11-111-8/+0
* When rename("a", "b/.") is performed, target namei() call returnskib2009-11-101-0/+6
* In r198506, kern_sigsuspend() started doing cursig/postsig loop to makekib2009-11-101-8/+7
* Add suggestion for zfs root.trasz2009-11-081-0/+1
* Save the sack when doing a lockmgr_disown() call.attilio2009-11-061-0/+1
* Fix build.trasz2009-11-041-1/+1
* Revert r198874, pending further discussion.trasz2009-11-041-1/+1
* Style fixes.trasz2009-11-041-7/+7
* Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2)trasz2009-11-041-1/+1
* While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to checktrasz2009-11-041-0/+8
* Make /dev/klog and kern.msgbuf* MPSAFE.ed2009-11-032-37/+57
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-034-17/+16
* If socket buffer space appears to be lower then sum of count of alreadykib2009-11-031-9/+1
* Trapsignal() and postsig() call kern_sigprocmask() with both processkib2009-10-301-20/+16
* Trapsignal() calls kern_sigprocmask() when delivering catched signalkib2009-10-291-1/+2
* Fix style issue.kib2009-10-291-1/+1
* Regeneratekib2009-10-273-2/+41
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-273-3/+62
* In r197963, a race with thread being selected for signal deliverykib2009-10-272-29/+26
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-271-22/+29
* Another nit that both I and ispell missed.jhb2009-10-261-1/+1
* Fix some spelling nits.jhb2009-10-261-5/+5
* Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw().jkoshy2009-10-251-0/+12
* Update a comment to reflect the previous change.alc2009-10-251-1/+1
* - Rename tunable kern.ipc.shmmaxpgs to kern.ipc.shmall.ru2009-10-241-1/+8
* - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] andjhb2009-10-234-17/+16
* Don't bother copying the name of a kproc or kthread out into a temporaryjhb2009-10-231-6/+2
* Set the devclass_t pointer specified in the DRIVER_MODULE() macrojhb2009-10-221-24/+14
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+4
* Random number generator initialization cleanup:ru2009-10-202-2/+14
* Properly set the low watermarks when reducing the baud rate.ed2009-10-191-2/+2
* Allow the buffer size to be configured for pseudo-like TTY devices.ed2009-10-181-2/+13
OpenPOWER on IntegriCloud