summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-7/+82
* Fix two bugs related to TTY input:ed2009-08-022-1/+11
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0111-196/+16
* Make the "enforce_statfs" default 2 (most restrictive) in jail_set(2),jamie2009-07-311-3/+4
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-313-13/+6
* Remove a LOR, where the the sleepable allprison_lock was being obtainedjamie2009-07-301-309/+187
* Don't allow mixing the "vnet" and "ip4/6" jail parameters, since vnetjamie2009-07-291-11/+98
* Change the default value of the "ip4" and "ip6" jail parameters tojamie2009-07-291-27/+7
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadrwatson2009-07-292-3/+3
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-283-13/+13
* Audit file descriptors passed to fooat(2) system calls, which are usedrwatson2009-07-281-1/+6
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-281-0/+1
* Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctlsbz2009-07-261-55/+0
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-35/+85
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-0/+40
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-3/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+6
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-241/+26
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-5/+0
* Improve the printf message when a module failed to load. This gives therpaulo2009-07-211-2/+2
* Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace ifrwatson2009-07-201-4/+4
* When buffer write is failed, it is wrong for brelse() to invalidatekib2009-07-191-1/+2
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-192-8/+8
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-21/+27
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-177-397/+24
* r195699 introduced an assertion regarding when progbits data in kernelrwatson2009-07-151-3/+0
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-145-26/+48
* Move the repeated code to calculate the number of the threads in thekib2009-07-141-18/+19
* When wakeup(9) is going to notify swapper, assert that wait channel is notkib2009-07-141-1/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-148-226/+119
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+1
* The control terminal revocation at the session leader exit does notkib2009-07-091-3/+4
* Remove crcopy call from seteuid now that it calls crcopysafe.jamie2009-07-081-1/+0
* Regenerate after lpathconf(2) addition.trasz2009-07-083-2/+25
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-082-4/+24
* Fix regressions in return events of poll() on TTYs.ed2009-07-082-11/+8
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timesilby2009-07-081-1/+1
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-072-15/+19
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Call prison_check from vfs_suser rather than re-implementing it.jamie2009-07-021-2/+1
* Audit file descriptor and command arguments to ioctl(2).rwatson2009-07-021-0/+2
* Clean up a number of aspects of token generation from audit arguments torwatson2009-07-021-1/+0
* For access(2) and eaccess(2), audit the requested access mode.rwatson2009-07-011-0/+1
* - Use fd_lastfile + 1 as the upper bound on nd. This is more correct thanjeff2009-07-011-6/+8
* Audit file descriptor numbers for various socket-related system calls.rwatson2009-07-011-0/+17
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andrwatson2009-07-011-0/+3
* Improve the handling of cpuset with interrupts.jhb2009-07-011-3/+23
* When auditing unmount(2), capture FSID arguments as regular text stringsrwatson2009-07-011-1/+3
* Audit the file descriptor number passed to lseek(2).rwatson2009-07-011-0/+1
* Fix link(2) auditing: use the second audit record path for the new objectrwatson2009-07-011-1/+1
OpenPOWER on IntegriCloud