| Commit message (Expand) | Author | Age | Files | Lines |
* | FreeBSD/tahoe is not likely for a while. | peter | 2001-11-03 | 1 | -3/+0 |
* | We have a _SIG_VALID() macro, so use it instead of duplicating the test all | des | 2001-11-02 | 1 | -7/+5 |
* | o Remove (struct proc *p = td->td_proc) indirection in ipcperm(), | rwatson | 2001-11-02 | 1 | -5/+3 |
* | Back out the -w, option strict and our($...). They don't work for me and | imp | 2001-11-02 | 1 | -3/+3 |
* | o Remove the local temporary variable "struct proc *p" from vfs_mount() | rwatson | 2001-11-02 | 2 | -14/+14 |
* | Argh! | phk | 2001-11-02 | 2 | -42/+0 |
* | o Introduce group subset test, which limits the ability of a process to | rwatson | 2001-11-02 | 1 | -8/+36 |
* | Add empty shell for nmount syscall (take 2!) | phk | 2001-11-02 | 2 | -0/+42 |
* | Add nmount() stub function and regenerate the syscall-glue which should | phk | 2001-11-02 | 4 | -2/+46 |
* | Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com> | phk | 2001-11-02 | 1 | -0/+3 |
* | Don't hide the failure to allocate device behind boot verbose. It is | imp | 2001-11-02 | 1 | -3/+2 |
* | + Fix another possible vn_close race, in the same fashion as r1.95. | jlemon | 2001-11-02 | 1 | -5/+6 |
* | o Add a comment to p_candebug() noting that the P_INEXEC check should | rwatson | 2001-11-02 | 1 | -1/+6 |
* | Merge from POSIX.1e Capabilities development tree: | rwatson | 2001-11-02 | 1 | -2/+17 |
* | Merge from POSIX.1e Capabilities development tree: | rwatson | 2001-11-02 | 1 | -6/+17 |
* | o Capabilities cap_check() interface revised to remove _xxx, so rename | rwatson | 2001-11-02 | 1 | -1/+1 |
* | o Since kern_acl.c uses #ifdef CAPABILITIES to control | rwatson | 2001-11-02 | 3 | -0/+6 |
* | #ifdef KTRACE a variable to silence a warning. | phk | 2001-11-02 | 1 | -0/+2 |
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1. | phk | 2001-11-02 | 1 | -13/+23 |
* | o Update copyright dates. | rwatson | 2001-11-01 | 4 | -0/+9 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 7 | -13/+16 |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 1 | -0/+76 |
* | Tidy up the variable declarations and switch on warnings and strict. | joe | 2001-11-01 | 1 | -35/+48 |
* | Add new interface function | ache | 2001-11-01 | 1 | -0/+10 |
* | Don't remove the tentative declaration. It's the only one... | marcel | 2001-10-31 | 1 | -0/+1 |
* | Make smp_started volatile in sys/smp.h and remove the volatile | marcel | 2001-10-31 | 1 | -1/+0 |
* | Add the sysctl "kern.function_list", which currently exports all | green | 2001-10-30 | 4 | -0/+87 |
* | Also, machine/profile.h should be necessary for the function prototype | green | 2001-10-30 | 2 | -0/+6 |
* | Use kmupetext() for ELF KLDs to allow for increased text segment size. | green | 2001-10-30 | 2 | -0/+12 |
* | Add kmupetext(), a function that expands the range of memory covered | green | 2001-10-30 | 1 | -5/+64 |
* | Use the thread we have instead of finding another | julian | 2001-10-30 | 1 | -1/+1 |
* | When scanning for control messages, don't process the data mbufs. | dwmalone | 2001-10-29 | 1 | -1/+1 |
* | Make ttyprintf() of tv_sec value type agnostic. | dillon | 2001-10-29 | 1 | -4/+4 |
* | 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixed | ache | 2001-10-28 | 1 | -8/+8 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -3/+3 |
* | Fix a problem in the disk related hack where device nodes for a physically | phk | 2001-10-28 | 2 | -1/+3 |
* | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | mr | 2001-10-28 | 1 | -1/+44 |
* | syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's, | dillon | 2001-10-27 | 1 | -4/+4 |
* | Nudge the axe a bit closer to cdevsw[]: | phk | 2001-10-27 | 2 | -2/+66 |
* | Add a P_INEXEC flag that indicates that the process has called execve() and | des | 2001-10-27 | 2 | -15/+29 |
* | o Update copyright dates. | rwatson | 2001-10-27 | 4 | -4/+4 |
* | o Improve style(9) compliance following KSE modifications. In particular, | rwatson | 2001-10-27 | 3 | -54/+57 |
* | Add mtx_lock_giant() and mtx_unlock_giant() wrappers for sysctl management | dillon | 2001-10-26 | 3 | -6/+93 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 1 | -36/+7 |
* | Make cdevsw[] static. | phk | 2001-10-26 | 1 | -1/+1 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 4 | -3/+27 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 1 | -34/+80 |
* | Use msleep() to avoid lost wakeup's instead of doing an ineffective | jhb | 2001-10-26 | 1 | -15/+5 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 1 | -36/+76 |
* | Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted with | dillon | 2001-10-25 | 1 | -0/+2 |