| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -26/+110 |
* | Fix a chicken-and-egg problem: this files implements SSP support, | ru | 2008-06-26 | 1 | -3/+0 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+35 |
* | Add two commands to _umtx_op system call to allow a simple mutex to be | davidxu | 2008-06-24 | 1 | -35/+142 |
* | Remove the posixsem_check_destroy() MAC check. It is semantically identical | jhb | 2008-06-23 | 1 | -5/+0 |
* | If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create a | rwatson | 2008-06-22 | 1 | -0/+4 |
* | Use minimum of max_aio_procs and target_aio_procs when spawning new | gonzo | 2008-06-21 | 1 | -1/+1 |
* | Split out the probing magic of device_probe_and_attach into | imp | 2008-06-20 | 1 | -6/+25 |
* | Enforce the mapping of kernel loadable modules in the uppermost 2GB of the | alc | 2008-06-20 | 1 | -0/+7 |
* | Revert rev. 178124 as requested by kris@. Having jail id not being | delphij | 2008-06-19 | 1 | -18/+24 |
* | Renew semaphore's pointer after wakeup since during msleep | gonzo | 2008-06-19 | 1 | -0/+7 |
* | Struct cdev is always the member of the struct cdev_priv. When devfs | kib | 2008-06-16 | 1 | -6/+6 |
* | Remove code that isn't required. It actually breaks the case where KDTRACE_HOOKS | jb | 2008-06-16 | 1 | -12/+0 |
* | Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's. | ed | 2008-06-12 | 1 | -35/+0 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -4/+9 |
* | Keep proper track of nsegs counter: sem_free is called for all | gonzo | 2008-06-10 | 1 | -4/+3 |
* | Provide the mutual exclusion between the nfs export list modifications | kib | 2008-06-09 | 2 | -0/+6 |
* | Remove checks against DDB, which isn't used in this file. | wkoszek | 2008-06-08 | 1 | -5/+0 |
* | Remove unneeded Giant locking of /dev/tty. | ed | 2008-06-03 | 1 | -3/+0 |
* | Use a seperated hash table for mutex and rwlock, avoid wasting some time | davidxu | 2008-05-30 | 1 | -17/+21 |
* | Remove the distinction between device minor and unit numbers. | ed | 2008-05-29 | 1 | -11/+8 |
* | Remove redundant checks from fcntl()'s F_DUPFD. | ed | 2008-05-28 | 1 | -31/+16 |
* | Rename `tty_subr.c' to `subr_clist.c'. | ed | 2008-05-27 | 1 | -699/+0 |
* | Improve a comment which, in the actual CVS stock, doesn't completely | attilio | 2008-05-27 | 1 | -2/+5 |
* | Take into account possible overflow when multiplying. The casuality is | kib | 2008-05-26 | 1 | -2/+2 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 1 | -2/+0 |
* | The "if" semantic is not needed, just fix this. | attilio | 2008-05-25 | 1 | -1/+1 |
* | Replace direct atomic operation for the file refcount witht the | attilio | 2008-05-25 | 1 | -2/+2 |
* | Add the vtime (virtual time) hooks for DTrace. | jb | 2008-05-25 | 2 | -0/+35 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 5 | -0/+144 |
* | Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since | rodrigc | 2008-05-23 | 1 | -2/+0 |
* | Rev. 1.274 put the ttyrel() call before the destroy_dev() in the | kib | 2008-05-23 | 1 | -2/+5 |
* | The dev_refthread() in the tty_gettp() may fail, because Giant is taken | kib | 2008-05-23 | 1 | -5/+6 |
* | Use the t_state for the TS_GONE test. | kib | 2008-05-23 | 1 | -1/+1 |
* | Assert that si_threadcount > 0 before decrementing it. This helps catching | kib | 2008-05-23 | 1 | -0/+2 |
* | Move TTY unrelated bits out of <sys/tty.h>. | ed | 2008-05-23 | 4 | -8/+15 |
* | Another problem caused by the knlist_cleardel() potentially dropping | kib | 2008-05-23 | 1 | -11/+22 |
* | Destruction of the pipe calls knlist_cleardel() to remove the knotes | kib | 2008-05-23 | 1 | -6/+1 |
* | Add the ctf_get function and update the args to linker_file_function_listall. | jb | 2008-05-23 | 1 | -1/+7 |
* | Add the ctf_get method. | jb | 2008-05-23 | 1 | -0/+9 |
* | Allow a rendezvous with just a specified CPU too. | jb | 2008-05-23 | 1 | -19/+61 |
* | Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c. | jb | 2008-05-23 | 1 | -0/+325 |
* | Add hooks for the Compact C Type Format (CTF) data to be attached to | jb | 2008-05-23 | 2 | -0/+100 |
* | Add support for the DTrace malloc provider which can enable probes | jb | 2008-05-23 | 1 | -0/+63 |
* | When sendto(2) is called with an explicit destination address | rwatson | 2008-05-22 | 1 | -1/+5 |
* | Implement the per-open file data for the cdev. | kib | 2008-05-21 | 2 | -2/+15 |
* | Be more friendly for DDB pager. | pjd | 2008-05-18 | 1 | -1/+6 |
* | Add support for the DTrace struct proc and struct thread extended | jb | 2008-05-18 | 1 | -0/+120 |
* | Add kernel support for the Statically Defined Trace provider. | jb | 2008-05-18 | 1 | -0/+273 |
* | devctl_process_running(): Check for devsoftc.inuse == 1 instead of | rpaulo | 2008-05-18 | 1 | -1/+1 |