summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make lock devices work properly.ed2009-10-181-0/+28
* If ET_DYN binary has non-zero base address for some reason, honour itkib2009-10-181-5/+20
* Print backspaces after echoing an EOF.ed2009-10-171-3/+9
* Use language more closely resembling English in a panic message.jhb2009-10-151-1/+1
* Add a facility for associating optional descriptions with active interruptjhb2009-10-153-3/+116
* Fix a sign bug in the handling of nice priorities when computing thejhb2009-10-151-1/+1
* Improve the description of sysctl "kern.sugid_coredump".jkoshy2009-10-121-1/+1
* Fix typo.kib2009-10-121-1/+1
* Currently, when signal is delivered to the process and there is a threadkib2009-10-113-31/+113
* Refine r195509, instead of checking that vnode type is VBAD, that iskib2009-10-101-3/+3
* Map PIE binaries at non-zero base address.kib2009-10-101-10/+14
* Do not map segments of zero length.kib2009-10-101-1/+4
* Postpone dropping fp till both kq_global and kqueue mutexes arekib2009-10-101-3/+3
OpenPOWER on IntegriCloud