| Commit message (Expand) | Author | Age | Files | Lines |
* | turn vn_open() into a wrapper around vn_open_cred() which allows | alfred | 2001-11-11 | 1 | -2/+12 |
* | - No need for resetting values to 0 when M_ZERO flag is used. | arr | 2001-11-10 | 1 | -6/+0 |
* | Properly sanity-check the old msgbuf structure before we accept it | iedowse | 2001-11-09 | 1 | -3/+6 |
* | Placemark an interrupt race in -current which is currently protected by | dillon | 2001-11-08 | 1 | -0/+4 |
* | o General style improvemnts. | rwatson | 2001-11-08 | 1 | -10/+11 |
* | o Trim trailing whitespace from kern_mib.c, as suggested by bde. Good | rwatson | 2001-11-08 | 1 | -45/+45 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 3 | -11/+11 |
* | For what its worth, sync up the type of ps_arg_cache_max (unsigned long) | peter | 2001-11-08 | 1 | -1/+1 |
* | o Cache the process's struct prison so as to create a more visually | rwatson | 2001-11-06 | 1 | -7/+8 |
* | o Remove a tab missed in the previous whitespace commit. | rwatson | 2001-11-06 | 1 | -1/+1 |
* | o Remove double-indentation of sysctl_kern_securelvl. This change is | rwatson | 2001-11-06 | 1 | -31/+30 |
* | o No need to set values to 0 when we utilize M_ZERO | arr | 2001-11-05 | 1 | -2/+0 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 2 | -5/+10 |
* | Update copyrights to include Thomas Moestl. | rwatson | 2001-11-05 | 1 | -5/+4 |
* | Define a new mount flag "MNT_JAILDEVFS" | phk | 2001-11-05 | 2 | -16/+4 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 3 | -0/+3 |
* | *** empty log message *** | peter | 2001-11-04 | 1 | -3/+3 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -1/+0 |
* | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | phk | 2001-11-04 | 1 | -1/+1 |
* | Don't choke on old sd%d.ctl devices. | phk | 2001-11-03 | 1 | -0/+2 |
* | _SIG_MAXSIG (128) is the highest legal signal. The arrays are offset | peter | 2001-11-03 | 1 | -2/+2 |
* | Partial reversion of rev 1.138. kill and killpg allow a signal | peter | 2001-11-03 | 1 | -2/+2 |
* | 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 |