summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove unused taskqueue_find() function.pjd2009-08-181-43/+0
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-174-6/+12
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-171-0/+20
* Because taskqueue_run() can drop tq_mutex, we need to check if thepjd2009-08-171-0/+7
* Fix small style regression introduced by the MPSAFE newbus code.ed2009-08-161-1/+1
* Rather than fix questionable ifnet list locking in the implementation ofrwatson2009-08-151-49/+0
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-143-0/+6
* Correctly handle unlock for !MAKEENTRY case, after successfull attempt ofkib2009-08-141-1/+2
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-133-10/+32
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-132-2/+33
* Make the kernel compile without IP networking by movingbz2009-08-121-1/+2
* Add ddb show dpcpu_off command to ease dpcpu memory debugging.bz2009-08-121-0/+12
* Stop uuidgen(2) from crashing in vimage kerenels.julian2009-08-021-0/+4
* 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
OpenPOWER on IntegriCloud