summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Commit the better version that I had a while ago. This has only onepeter2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localdillon2001-11-121-3/+4
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-2/+12
* - No need for resetting values to 0 when M_ZERO flag is used.arr2001-11-101-6/+0
* Properly sanity-check the old msgbuf structure before we accept itiedowse2001-11-091-3/+6
* Placemark an interrupt race in -current which is currently protected bydillon2001-11-081-0/+4
* o General style improvemnts.rwatson2001-11-081-10/+11
* o Trim trailing whitespace from kern_mib.c, as suggested by bde. Goodrwatson2001-11-081-45/+45
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-083-11/+11
* For what its worth, sync up the type of ps_arg_cache_max (unsigned long)peter2001-11-081-1/+1
* o Cache the process's struct prison so as to create a more visuallyrwatson2001-11-061-7/+8
* o Remove a tab missed in the previous whitespace commit.rwatson2001-11-061-1/+1
* o Remove double-indentation of sysctl_kern_securelvl. This change isrwatson2001-11-061-31/+30
* o No need to set values to 0 when we utilize M_ZEROarr2001-11-051-2/+0
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-052-5/+10
* Update copyrights to include Thomas Moestl.rwatson2001-11-051-5/+4
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-052-16/+4
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-043-0/+3
* *** empty log message ***peter2001-11-041-3/+3
* Don't call cdevsw_add().phk2001-11-041-1/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-041-1/+1
* Don't choke on old sd%d.ctl devices.phk2001-11-031-0/+2
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetpeter2001-11-031-2/+2
* Partial reversion of rev 1.138. kill and killpg allow a signalpeter2001-11-031-2/+2
* FreeBSD/tahoe is not likely for a while.peter2001-11-031-3/+0
* We have a _SIG_VALID() macro, so use it instead of duplicating the test alldes2001-11-021-7/+5
* o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),rwatson2001-11-021-5/+3
* Back out the -w, option strict and our($...). They don't work for me andimp2001-11-021-3/+3
* o Remove the local temporary variable "struct proc *p" from vfs_mount()rwatson2001-11-022-14/+14
* Argh!phk2001-11-022-42/+0
* o Introduce group subset test, which limits the ability of a process torwatson2001-11-021-8/+36
* Add empty shell for nmount syscall (take 2!)phk2001-11-022-0/+42
* Add nmount() stub function and regenerate the syscall-glue which shouldphk2001-11-024-2/+46
* Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>phk2001-11-021-0/+3
* Don't hide the failure to allocate device behind boot verbose. It isimp2001-11-021-3/+2
* + Fix another possible vn_close race, in the same fashion as r1.95.jlemon2001-11-021-5/+6
* o Add a comment to p_candebug() noting that the P_INEXEC check shouldrwatson2001-11-021-1/+6
* Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-2/+17
* Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-6/+17
* o Capabilities cap_check() interface revised to remove _xxx, so renamerwatson2001-11-021-1/+1
* o Since kern_acl.c uses #ifdef CAPABILITIES to controlrwatson2001-11-023-0/+6
* #ifdef KTRACE a variable to silence a warning.phk2001-11-021-0/+2
* Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1.phk2001-11-021-13/+23
* o Update copyright dates.rwatson2001-11-014-0/+9
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-017-13/+16
* Some fix for the recent apm module changes.iwasaki2001-11-011-0/+76
* Tidy up the variable declarations and switch on warnings and strict.joe2001-11-011-35/+48
* Add new interface functionache2001-11-011-0/+10
* Don't remove the tentative declaration. It's the only one...marcel2001-10-311-0/+1
* Make smp_started volatile in sys/smp.h and remove the volatilemarcel2001-10-311-1/+0
OpenPOWER on IntegriCloud