summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
Commit message (Expand)AuthorAgeFilesLines
* MFC 289769,289822,290143,290144:jhb2016-01-201-0/+4
* MFC r256643: makesyscalls.sh: Error on failure to open specified config fileemaste2015-09-241-1/+1
* MFC r259438 by pjd: Fix syscalls that can be loaded as kernel modulesemaste2015-06-031-1/+1
* Omit "__restrict" when generating syscall argument strings. DTrace doesn'tmarkj2013-09-211-6/+8
* Fix the type of the idtype argument to wait6() in syscalls.master.jhb2013-09-121-1/+2
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-4/+20
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-4/+20
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+6
* Continue to introduce Capsicum Capability Mode support:rwatson2011-03-011-1/+23
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-7/+11
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-1/+1
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-17/+0
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-241-4/+34
* Include definitions for the audit identifiers for compat system calls injhb2009-06-221-0/+2
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-171-32/+59
* Remove the now-unused NOIMPL flag. It serves no useful purpose given thejhb2009-06-171-5/+2
* Add 'sy_flags', a currently unused per-syscall entry flags field that willrwatson2009-06-011-14/+21
* Tidy up a few things with syscall generation:jhb2008-09-251-24/+14
* Generate another function for the DTrace syscall provider to specifyjb2008-03-271-2/+14
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-1/+1
* Add support for COMPAT6 syscalls.peter2007-07-041-9/+42
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-1/+1
* Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatjhb2006-08-151-4/+9
* Generate another file called systrace_args.c. This will be compiledjb2006-08-031-7/+38
* Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.davidxu2006-08-021-3/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-40/+8
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-64/+73
* Remove the namespace column from the syscalls tables. We don't actuallypeter2003-12-231-7/+7
* - Include umtx.h in files generated by makesyscalls.shjeff2003-04-011-0/+1
* - We now have to include umtx.h and ucontext.h in the system call relatedjeff2003-04-011-0/+2
* The syscall names are string constants, so make them consts.dwmalone2002-10-291-1/+1
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-191-2/+3
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-18/+64
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* don't generate files with __P.alfred2002-03-191-2/+2
* Oops, fix previous commit to not generate a C comment in syscall.mk.bde2002-01-301-1/+1
* Escape $FreeBSD$ in a different way to avoid using the bogus escapes \$bde2002-01-301-5/+5
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-131-19/+0
* Fix breakage caused by previous commit. The lkmnosys and lkmressysmarcel2001-10-071-5/+8
* Make the NODEF type usable. A syscall of type NODEF will onlymarcel2001-09-281-1/+2
* KSE Milestone 2julian2001-09-121-2/+3
* Fix the definition generation code from rev 1.15 that generates non-style(9)obrien2001-09-051-4/+4
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-7/+30
* Add padding before each element of the syscall argument structures intmm2001-08-221-2/+15
* Add reserved lkmressys keyword. I swear, this script will die thealfred2000-12-011-2/+2
* implement NOSTD syscall type, this creates the syscall args, but sticksalfred2000-12-011-6/+9
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-2/+0
* Fixed the calculation of sy_nargs in sysent tables. We attempted to dobde2000-05-091-25/+34
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesalfred2000-04-031-10/+23
OpenPOWER on IntegriCloud