History log of /freebsd-10.0-release/sys/compat/svr4/svr4_sysent.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 227692 19-Nov-2011 ed

Regenerate system call tables.


# 225618 16-Sep-2011 kmacy

Auto-generated code from sys_ prefixing makesyscalls.sh change

Approved by: re(bz)


# 209581 28-Jun-2010 kib

Regenerate


# 193235 01-Jun-2009 rwatson

Regenerate generated syscall files following changes to struct sysent in
r193234.


# 191921 08-May-2009 ed

Regenerate system call tables to use SVN ids.


# 164199 11-Nov-2006 ru

Regen.

Forgotten by: trhodes


# 161330 15-Aug-2006 jhb

Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
systrace changes.


# 160799 28-Jul-2006 jhb

Regen for MPSAFE flag removal.


# 160795 28-Jul-2006 jhb

Regen.


# 160559 21-Jul-2006 jhb

Regen.


# 160512 19-Jul-2006 jhb

Regen.


# 160277 11-Jul-2006 jhb

Regen.


# 159994 27-Jun-2006 jhb

Regen.


# 159961 26-Jun-2006 jhb

Regen.


# 147975 13-Jul-2005 jhb

Regen.


# 147966 13-Jul-2005 jhb

Regen.


# 146807 30-May-2005 rwatson

Rebuild generated system call definition files following the addition of
the audit event field to the syscalls.master file format.

Submitted by: wsalamon
Obtained from: TrustedBSD Project


# 134267 24-Aug-2004 jhb

Regenerate after fcntl() wrappers were marked MP safe.


# 125529 06-Feb-2004 jhb

Regen.


# 125457 04-Feb-2004 jhb

Regen.


# 123784 23-Dec-2003 peter

Regen. This should have been a NOP, but its not been regenerated for
ages and is missing the changes from the last few makesyscalls.sh
revisions.


# 83366 12-Sep-2001 julian

KSE Milestone 2
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.

Sorry john! (your next MFC will be a doosie!)

Reviewed by: peter@freebsd.org, dillon@freebsd.org

X-MFC after: ha ha ha ha


# 65302 31-Aug-2000 obrien

Cleanup after repo copy of sys/svr4 to sys/compat/svr4.


# 64002 29-Jul-2000 peter

Regen. (Fix SYS_exit)


# 63987 28-Jul-2000 peter

Regenerate with makesyscalls.sh


# 60325 10-May-2000 bde

Regenerated (to fix "created from" lines, and to fix the previous
regeneration which somehow used the wrong syscalls.master file,
resulting in unbuildable svr4_sysent.c).


# 60290 09-May-2000 bde

Regenerated (fixed the calculation of sy_nargs in sysent tables).


# 54303 08-Dec-1999 newton

Forced commit for correct version ID on files dependent on
syscalls.master

Noticed by: marcel


# 54300 08-Dec-1999 newton

SVR4 emulator source files now take their compilation options from
opt_global.h and opt_svr4.h, instead of from the command line. This
brings them in-line with most of the rest of the kernel.

svr4_ioctl.c has also failed to compile with debugging for a while
now; fixed by adding systm.h and socketvar.

Some svr4 source files are automatically generated from syscalls.master;
these have been committed as consequential changes, otherwise everyone
will have to "make svr4_sysent.c".

Changes:

sys/svr4/svr4.h include opt_global.h and opt_svr4.h
sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h
sys/svr4/svr4_ipc.c include svr4.h
sys/svr4/svr4_resource.c include svr4.h
sys/svr4/svr4_socket.c include svr4.h
sys/svr4/svr4_ttold.c include svr4.h
sys/svr4/syscalls.master include svr4.h
sys/svr4/svr4_syscallnames.c dependent on syscalls.master
sys/svr4/svr4_sysent.c dependent on syscalls.master
sys/svr4/svr4_syscall.h dependent on syscalls.master
sys/svr4/svr4_proto.h dependent on syscalls.master
sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h


# 52334 17-Oct-1999 newton

Remove unnecessary includes.

phk's script walked through .c and .h files, but some of the ones on
the list are actually derived from sys/svr4/syscalls.master. Make
the necessary changes here and the others will implicitly follow...

Submitted by: phk


# 52333 17-Oct-1999 newton

Remove unnecessary includes.

Submitted by: phk


# 43412 30-Jan-1999 newton

Emulator KLD for SysVR4 executables grabbed from NetBSD.
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations,
capabilities, history and TO-DO list.