summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.kib2009-10-011-1/+1
* print machine in kernel boot version stringavg2009-10-011-1/+14
* When releasing a read/shared lock we need to use a write memory barrierattilio2009-09-302-7/+8
* print_caddr_t: drop incorrect __unused attribute from parameteravg2009-09-301-1/+1
* Regenerate system call files following r197636.rwatson2009-09-302-2/+18
* Reserve system call numbers for Capsicum security framework capabilities,rwatson2009-09-301-0/+8
* Set the prison in NFS anon and GSS SVC creds.jamie2009-09-281-0/+5
* Add two new fcntls to enable/disable read-ahead:delphij2009-09-282-0/+47
* Use correct sizeof() object for klist 'list'. Currently, struct klistdelphij2009-09-281-4/+4
* In function do_rw_wrlock, when a writer got an error and before returning,davidxu2009-09-251-2/+16
* Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) onmav2009-09-241-1/+1
* Change unsigned foo to u_foo as required by style(9).rdivacky2009-09-221-3/+3
* Add pieces of infrastructure required for NFSv4 ACL support in UFS.trasz2009-09-221-2/+495
* Remove forward_roundrobin(), it is unused for quite some time.kib2009-09-211-33/+0
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-0/+9
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+27
* Don't allocate new unnecessary pages when devstat_alloc() looses theattilio2009-09-181-16/+27
* Fix the style of the previous commit.rdivacky2009-09-171-1/+2
* Make these argument/variable unsigned as the defines for them don't fitrdivacky2009-09-171-3/+3
* Add EV_RECEIPT to kevents.sson2009-09-161-1/+1
* Add the EV_DISPATCH flag to kevents.sson2009-09-161-2/+4
* Add EVFILT_USER to kevents.sson2009-09-161-0/+99
* Add optional touch event filter hooks to kevents.sson2009-09-161-37/+56
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-151-0/+2
* Fix sched_switch_migrate():attilio2009-09-151-11/+11
OpenPOWER on IntegriCloud