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_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move static variable nextpid out from fork1(). Now top(1) can print
wosch
1996-10-27
1
-2
/
+3
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
1
-30
/
+37
*
add callout lists for exit() and fork()
julian
1996-08-19
1
-1
/
+72
*
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
dg
1996-07-31
1
-2
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+1
*
Fix a nasty bug that causes random crashes and lockups particularly on
peter
1996-05-02
1
-1
/
+6
*
Implement the RFNOWAIT flag for rfork(). If set this flag will cause the
smpatel
1996-04-17
1
-38
/
+34
*
From Lite2: proc LIST changes.
hsu
1996-03-11
1
-39
/
+12
*
Keep fork from over extending the number of processes. Since u_map is
dyson
1996-03-03
1
-2
/
+11
*
kern_descrip.c: add fdshare()/fdcopy()
peter
1996-02-23
1
-12
/
+61
*
Converted two options over to the new scheme: USER_LDT and KTRACE.
wollman
1996-01-03
1
-1
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+4
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
1
-1
/
+5
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-4
/
+1
*
Don't count the parent's previous timeslice in the child's resource usage
bde
1995-01-21
1
-4
/
+3
*
Cosmetics. related to getting prototypes into view.
phk
1994-10-10
1
-1
/
+3
*
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg
1994-10-09
1
-2
/
+1
*
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
dg
1994-10-02
1
-6
/
+1
*
Realtime priority scheduling support.
dg
1994-09-01
1
-1
/
+6
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+4
*
Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,
dg
1994-08-06
1
-1
/
+7
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+3
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+315