summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace direct atomic operation for the file refcount witht theattilio2008-05-251-2/+2
* Add the vtime (virtual time) hooks for DTrace.jb2008-05-252-0/+35
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-245-0/+144
* Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, sincerodrigc2008-05-231-2/+0
* Rev. 1.274 put the ttyrel() call before the destroy_dev() in thekib2008-05-231-2/+5
* The dev_refthread() in the tty_gettp() may fail, because Giant is takenkib2008-05-231-5/+6
* Use the t_state for the TS_GONE test.kib2008-05-231-1/+1
* Assert that si_threadcount > 0 before decrementing it. This helps catchingkib2008-05-231-0/+2
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-234-8/+15
* Another problem caused by the knlist_cleardel() potentially droppingkib2008-05-231-11/+22
* Destruction of the pipe calls knlist_cleardel() to remove the knoteskib2008-05-231-6/+1
* Add the ctf_get function and update the args to linker_file_function_listall.jb2008-05-231-1/+7
* Add the ctf_get method.jb2008-05-231-0/+9
* Allow a rendezvous with just a specified CPU too.jb2008-05-231-19/+61
* Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c.jb2008-05-231-0/+325
* Add hooks for the Compact C Type Format (CTF) data to be attached tojb2008-05-232-0/+100
* Add support for the DTrace malloc provider which can enable probesjb2008-05-231-0/+63
* When sendto(2) is called with an explicit destination addressrwatson2008-05-221-1/+5
* Implement the per-open file data for the cdev.kib2008-05-212-2/+15
* Be more friendly for DDB pager.pjd2008-05-181-1/+6
* Add support for the DTrace struct proc and struct thread extendedjb2008-05-181-0/+120
OpenPOWER on IntegriCloud