summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the sysctl "kern.function_list", which currently exports allgreen2001-10-304-0/+87
* Also, machine/profile.h should be necessary for the function prototypegreen2001-10-302-0/+6
* Use kmupetext() for ELF KLDs to allow for increased text segment size.green2001-10-302-0/+12
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-5/+64
* Use the thread we have instead of finding anotherjulian2001-10-301-1/+1
* When scanning for control messages, don't process the data mbufs.dwmalone2001-10-291-1/+1
* Make ttyprintf() of tv_sec value type agnostic.dillon2001-10-291-4/+4
* 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixedache2001-10-281-8/+8
* Adjust printfs to be time_t agnostic.dillon2001-10-281-3/+3
* Fix a problem in the disk related hack where device nodes for a physicallyphk2001-10-282-1/+3
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-281-1/+44
* syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's,dillon2001-10-271-4/+4
* Nudge the axe a bit closer to cdevsw[]:phk2001-10-272-2/+66
* Add a P_INEXEC flag that indicates that the process has called execve() anddes2001-10-272-15/+29
* o Update copyright dates.rwatson2001-10-274-4/+4
* o Improve style(9) compliance following KSE modifications. In particular,rwatson2001-10-273-54/+57
* Add mtx_lock_giant() and mtx_unlock_giant() wrappers for sysctl managementdillon2001-10-263-6/+93
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-36/+7
* Make cdevsw[] static.phk2001-10-261-1/+1
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-264-3/+27
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-34/+80
* Use msleep() to avoid lost wakeup's instead of doing an ineffectivejhb2001-10-261-15/+5
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-36/+76
* Add missing TAILQ_INSERT_TAIL's which somehow didn't get comitted withdillon2001-10-251-0/+2
OpenPOWER on IntegriCloud