summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build on amd64, where sysctl arg1 is a pointer.rwatson2009-10-051-1/+1
* Fix NFSv4 ACLs on sparc64. Turns out that fuword(9) fetches 64 bitstrasz2009-10-051-1/+1
* First cut at implementing SOCK_SEQPACKET support for UNIX (local) domainrwatson2009-10-051-16/+123
* When releasing a lockmgr held in shared way we need to use a write memoryattilio2009-10-031-3/+3
* Print a warning in case we cannot add more brandinfo becausebz2009-10-031-1/+4
* Don't comment on stream socket handling in sosend_dgram, since that'srwatson2009-10-021-3/+0
* Add a mitigation feature that will prevent user mappings atbz2009-10-022-3/+17
* In fill_kinfo_thread, copy the thread's name into struct kinfo_proc evenemaste2009-10-011-2/+1
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-013-0/+21
* Do not dereference vp->v_mount without holding vnode lock and checkingkib2009-10-011-2/+5
OpenPOWER on IntegriCloud