summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Improve readability and cscope searches a little bit by not using theobrien2008-07-111-38/+38
* Make it atomic for the devfs_populate_loop() to see the setting ofkib2008-07-111-1/+2
* Revert r180431.obrien2008-07-111-0/+47
* Allow 'elf_file_t' to be used in a wider scope.obrien2008-07-101-47/+0
* Improve the output of kldload(8) to show which module can't be loaded.edwin2008-07-082-20/+26
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-071-0/+33
* MFp4 144659:bz2008-07-071-0/+4
* Move cpuset_refroot and cpuset_refbase functions up, grouping thebz2008-07-071-32/+32
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-072-19/+69
* The r178914 I erronously put the setting of the KQ_FLUXWAIT flag beforekib2008-07-071-2/+1
* Enable the creation of a kmem map larger than 4GB.alc2008-07-051-11/+11
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-053-22/+63
* Correct an error in the comments for init_param3().alc2008-07-042-3/+3
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-4/+2
* Use bcopy instead of strlcpy in uipc_bind and unp_connect, sinceemaste2008-07-031-2/+4
* Change a variable name to not shadow a globaljulian2008-07-031-2/+2
* Update copyright date in light of soreceive_dgram(9).rwatson2008-07-031-1/+1
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-021-0/+234
* Use msleep_spin() instead of unlock/tsleep/lock. This wasrdivacky2008-07-021-6/+2
* Remove an unneeded error variable to make clear that if reachingbz2008-06-291-3/+1
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-291-1/+1
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-273-624/+572
* Someone cut and pasted a bunch of stuff here so lots ofjulian2008-06-261-15/+15
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-26/+110
* Fix a chicken-and-egg problem: this files implements SSP support,ru2008-06-261-3/+0
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+35
* Add two commands to _umtx_op system call to allow a simple mutex to bedavidxu2008-06-241-35/+142
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-5/+0
* If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create arwatson2008-06-221-0/+4
* Use minimum of max_aio_procs and target_aio_procs when spawning newgonzo2008-06-211-1/+1
* Split out the probing magic of device_probe_and_attach intoimp2008-06-201-6/+25
* Enforce the mapping of kernel loadable modules in the uppermost 2GB of thealc2008-06-201-0/+7
* Revert rev. 178124 as requested by kris@. Having jail id not beingdelphij2008-06-191-18/+24
* Renew semaphore's pointer after wakeup since during msleepgonzo2008-06-191-0/+7
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-6/+6
* Remove code that isn't required. It actually breaks the case where KDTRACE_HOOKSjb2008-06-161-12/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-35/+0
* Don't enforce unique device minor number policy anymore.ed2008-06-111-4/+9
* Keep proper track of nsegs counter: sem_free is called for allgonzo2008-06-101-4/+3
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-092-0/+6
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* Remove unneeded Giant locking of /dev/tty.ed2008-06-031-3/+0
* Use a seperated hash table for mutex and rwlock, avoid wasting some timedavidxu2008-05-301-17/+21
* Remove the distinction between device minor and unit numbers.ed2008-05-291-11/+8
* Remove redundant checks from fcntl()'s F_DUPFD.ed2008-05-281-31/+16
* Rename `tty_subr.c' to `subr_clist.c'.ed2008-05-271-699/+0
* Improve a comment which, in the actual CVS stock, doesn't completelyattilio2008-05-271-2/+5
* Take into account possible overflow when multiplying. The casuality iskib2008-05-261-2/+2
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-2/+0
* The "if" semantic is not needed, just fix this.attilio2008-05-251-1/+1
OpenPOWER on IntegriCloud