index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_exit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
1
-2
/
+5
*
From the submitter:
msmith
1999-06-07
1
-15
/
+12
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+8
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-2
/
+2
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-2
/
+2
*
Fixed runtime accounting. The time since the previous context switch
bde
1999-03-11
1
-1
/
+10
*
Fix thread/process tracking and differentiation for Linux threads emulation.
julian
1999-03-02
1
-3
/
+14
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-2
/
+2
*
Added comments about non-staticization so it doesn't get un-done next
newton
1999-01-31
1
-1
/
+2
*
Unstaticized routines which are needed by the svr4 KLD and the streams
newton
1999-01-30
1
-2
/
+2
*
Enable Linux threads support by default.
julian
1999-01-26
1
-20
/
+4
*
Changes to the LINUX_THREADS support to only allocate extra memory for
julian
1999-01-07
1
-17
/
+26
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-1
/
+39
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-1
/
+7
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Moved limit frobbing (and the resulting limcopy()) that occurs for
dg
1998-06-05
1
-7
/
+1
*
Make a kernel version of the timer* functions called timerval* to be
phk
1998-04-06
1
-2
/
+2
*
VM level code cleanups.
dyson
1998-01-22
1
-2
/
+3
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+2
*
Use at_exit() to invoke procfs_exit() instead of calling it directly.
sef
1997-12-08
1
-12
/
+1
*
Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to my
sef
1997-12-07
1
-1
/
+5
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+11
*
Avoid passing a `retval' to wait1()
bde
1997-11-20
1
-13
/
+10
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-10
/
+7
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-3
/
+3
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
init_main.c subr_autoconf.c:
gibbs
1997-09-21
1
-2
/
+3
*
Implement SA_NOCLDWAIT.
joerg
1997-09-13
1
-2
/
+16
*
Removed unused #includes.
bde
1997-09-02
1
-10
/
+1
*
Fixed some gratuitous ANSIisms.
bde
1997-08-26
1
-5
/
+5
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
1
-1
/
+2
*
Clean up some lint associated with the AIO code.
dyson
1997-07-17
1
-1
/
+2
*
This is an upgrade so that the kernel supports the AIO calls from
dyson
1997-07-06
1
-1
/
+3
*
Modifications to existing files to support the initial AIO/LIO and
dyson
1997-06-16
1
-1
/
+32
*
Remove cruft relating to p_selbits and p_selbits_size
phk
1997-05-22
1
-7
/
+1
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-3
/
+3
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-3
/
+3
*
Copy process resource settings before modifying.
davidn
1997-01-21
1
-0
/
+5
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Performance optimizations. One of which was meant to go in before the
dyson
1996-10-12
1
-2
/
+5
*
If we have no console device it is possible to be
julian
1996-10-04
1
-2
/
+2
*
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
bde
1996-09-13
1
-3
/
+3
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
1
-18
/
+23
*
Remove the kernel FD_SETSIZE limit for select().
smpatel
1996-08-20
1
-1
/
+7
*
add callout lists for exit() and fork()
julian
1996-08-19
1
-1
/
+71
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
1
-2
/
+3
*
This commit is meant to solve a couple of VM system problems or
dyson
1996-07-27
1
-3
/
+2
[next]