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
/
makesyscalls.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge posix4/* into normal kernel hierarchy.
trhodes
2006-11-11
1
-1
/
+1
*
Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h that
jhb
2006-08-15
1
-4
/
+9
*
Generate another file called systrace_args.c. This will be compiled
jb
2006-08-03
1
-7
/
+38
*
Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.
davidxu
2006-08-02
1
-3
/
+1
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
1
-40
/
+8
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-64
/
+73
*
Remove the namespace column from the syscalls tables. We don't actually
peter
2003-12-23
1
-7
/
+7
*
- Include umtx.h in files generated by makesyscalls.sh
jeff
2003-04-01
1
-0
/
+1
*
- We now have to include umtx.h and ucontext.h in the system call related
jeff
2003-04-01
1
-0
/
+2
*
The syscall names are string constants, so make them consts.
dwmalone
2002-10-29
1
-1
/
+1
*
Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.
alfred
2002-09-19
1
-2
/
+3
*
Introduce syscall.master option 'COMPAT4' which allows one to wrap
alfred
2002-07-12
1
-18
/
+64
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
don't generate files with __P.
alfred
2002-03-19
1
-2
/
+2
*
Oops, fix previous commit to not generate a C comment in syscall.mk.
bde
2002-01-30
1
-1
/
+1
*
Escape $FreeBSD$ in a different way to avoid using the bogus escapes \$
bde
2002-01-30
1
-5
/
+5
*
Don't generate <sys/syscalls-hide.h> it has never had any users anywhere in
phk
2001-10-13
1
-19
/
+0
*
Fix breakage caused by previous commit. The lkmnosys and lkmressys
marcel
2001-10-07
1
-5
/
+8
*
Make the NODEF type usable. A syscall of type NODEF will only
marcel
2001-09-28
1
-1
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+3
*
Fix the definition generation code from rev 1.15 that generates non-style(9)
obrien
2001-09-05
1
-4
/
+4
*
Remove the MPSAFE keyword from the parser for syscalls.master.
dillon
2001-08-30
1
-7
/
+30
*
Add padding before each element of the syscall argument structures in
tmm
2001-08-22
1
-2
/
+15
*
Add reserved lkmressys keyword. I swear, this script will die the
alfred
2000-12-01
1
-2
/
+2
*
implement NOSTD syscall type, this creates the syscall args, but sticks
alfred
2000-12-01
1
-6
/
+9
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
1
-2
/
+0
*
Fixed the calculation of sy_nargs in sysent tables. We attempted to do
bde
2000-05-09
1
-25
/
+34
*
Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies
alfred
2000-04-03
1
-10
/
+23
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+1
*
Add $FreeBSD$ tags to generated files otherwise the checker won't let them
peter
1999-09-10
1
-0
/
+6
*
Id -> FreeBSD
peter
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.
phk
1998-06-28
1
-1
/
+2
*
Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.
bde
1998-06-09
1
-12
/
+18
*
Fixed some style bugs in output (missing tabs and unparenthesized macros).
bde
1998-06-08
1
-31
/
+30
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-9
/
+15
*
Add statements to generate a sys/syscall.mk file for inclusion
jb
1998-03-09
1
-2
/
+11
*
Generate a forward declaration of `struct proc' in <sys/sysproto.h>.
bde
1998-02-03
1
-8
/
+9
*
Move around opt_compat include to accomodate Linulator brokenness (for
eivind
1997-12-16
1
-3
/
+4
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-3
/
+3
*
add process id to tmp files... this prevents two runs from stomping
jmg
1997-12-08
1
-7
/
+7
*
Don't generate new prototype files with the extra int retval[] arg at
peter
1997-11-18
1
-3
/
+3
*
Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".
phk
1997-10-26
1
-7
/
+16
*
Don't generate unused nested #include of <sys/aio.h>.
bde
1997-06-29
1
-2
/
+1
*
Modifications to existing files to support the initial AIO/LIO and
dyson
1997-06-16
1
-1
/
+2
*
Make sure we touch all the temporary files at startup, because we assume
peter
1997-03-29
1
-1
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-2
/
+2
*
Reduced #include spam in <sys/sysproto.h> and fixed things that depended
bde
1997-01-16
1
-4
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
bde
1996-09-13
1
-4
/
+5
[next]