OpenGrok
Cross Reference: freebsd_fork.c
xref
: /
src
/
sys
/
compat
/
freebsd
/
freebsd_fork.c
Home
|
History
|
Annotate
|
Download
|
only in
freebsd
History log of
/src/sys/compat/freebsd/freebsd_fork.c
Revision
Date
Author
Comments
1.9
16-Apr-2018
kamil
Remove the rnewprocp argument from fork1(9)
It's now unused and it can cause use-after-free scenarios as noted by
<Mateusz Guzik>.
Reference: http://mail-index.netbsd.org/tech-kern/2017/09/08/msg022267.html
Sponsored by <The NetBSD Foundation>
1.8
08-Aug-2017
maxv
branches: 1.8.2;
Move freebsd_machdep.h into sys/compat/freebsd, and don't install it. Now,
the compat_freebsd files are all contained in sys/compat/freebsd.
1.7
28-Apr-2008
martin
branches: 1.7.44; 1.7.64;
Remove clause 3 and 4 from TNF licenses
1.6
20-Dec-2007
dsl
branches: 1.6.6; 1.6.8; 1.6.10;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
1.5
11-Dec-2005
christos
branches: 1.5.46; 1.5.56; 1.5.60;
merge ktrace-lwp.
1.4
13-Sep-2005
christos
compat code reorg.
1.3
26-Feb-2005
perry
branches: 1.3.4;
nuke trailing whitespace
1.2
18-Jan-2003
thorpej
branches: 1.2.2; 1.2.10; 1.2.12;
Merge the nathanw_sa branch.
1.1
09-Oct-2002
pooka
branches: 1.1.2;
FreeBSD rfork emulation
1.1.2.3
18-Oct-2002
nathanw
LWPify freebsd_sys_rfork().
1.1.2.2
18-Oct-2002
nathanw
Catch up to -current.
1.1.2.1
09-Oct-2002
nathanw
file freebsd_fork.c was added on branch nathanw_sa on 2002-10-18 02:40:57 +0000
1.2.12.1
19-Mar-2005
yamt
sync with head. xen and whitespace. xen part is not finished.
1.2.10.1
29-Apr-2005
kent
sync with -current
1.2.2.2
10-Nov-2005
skrll
Sync with HEAD. Here we go again...
1.2.2.1
04-Mar-2005
skrll
Sync with HEAD.
Hi Perry!
1.3.4.2
21-Jan-2008
yamt
sync with head
1.3.4.1
21-Jun-2006
yamt
sync with head.
1.5.60.1
02-Jan-2008
bouyer
Sync with HEAD
1.5.56.1
26-Dec-2007
ad
Sync with head.
1.5.46.1
09-Jan-2008
matt
sync with HEAD
1.6.10.1
16-May-2008
yamt
sync with head.
1.6.8.1
18-May-2008
yamt
sync with head.
1.6.6.1
02-Jun-2008
mjf
Sync with HEAD.
1.7.64.1
28-Aug-2017
skrll
Sync with HEAD
1.7.44.1
03-Dec-2017
jdolecek
update from HEAD
1.8.2.1
22-Apr-2018
pgoyette
Sync with HEAD
Indexes created Fri Oct 17 17:09:57 GMT 2025