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
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
1
-2
/
+2
*
fix races in the uidinfo subsystem, several problems existed:
alfred
2000-06-22
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Back out NOTE_EXIT status reporting pending discussion.
green
2000-05-21
1
-3
/
+2
*
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
green
2000-05-17
1
-2
/
+3
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-0
/
+5
*
Handle the case where we truss an SUGID program -- in particular, we need
sef
2000-01-10
1
-0
/
+1
*
Scheduler fixes equivalent to the ones logged in the following NetBSD
bde
1999-11-28
1
-4
/
+2
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-1
/
+1
*
The at_exit and at_fork functions currently use a 'roll your own'
phk
1999-11-19
1
-30
/
+27
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+6
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-3
/
+3
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-2
/
+2
*
Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68k
peter
1999-10-11
1
-21
/
+0
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-1
/
+1
*
$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
[next]