aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/makesyscalls.sh
Commit message (Expand)AuthorAgeFilesLines
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-0/+4
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-091-2/+4
* Fix syscalls that can be loaded as kernel modules - they were not givenPawel Jakub Dawidek2013-12-151-1/+1
* Break the loop once we know we have the SYF_CAPENABLED flag.Pawel Jakub Dawidek2013-12-041-0/+1
* Error out on failure to open specified config fileEd Maste2013-10-161-1/+1
* Omit "__restrict" when generating syscall argument strings. DTrace doesn'tMark Johnston2013-09-211-6/+8
* Fix the type of the idtype argument to wait6() in syscalls.master.John Baldwin2013-09-121-1/+2
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-0/+1
* Correct the types of the arguments to return probes of the syscallRyan Stone2011-11-111-4/+20
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-4/+20
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-121-0/+6
* Continue to introduce Capsicum Capability Mode support:Robert Watson2011-03-011-1/+23
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-281-7/+11
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-1/+1
* Remove unused LIBCOMPAT keyword from syscalls.master.Ed Schouten2010-02-081-17/+0
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.John Baldwin2009-06-241-4/+34
* Include definitions for the audit identifiers for compat system calls inJohn Baldwin2009-06-221-0/+2
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersJohn Baldwin2009-06-171-32/+59
* Remove the now-unused NOIMPL flag. It serves no useful purpose given theJohn Baldwin2009-06-171-5/+2
* Add 'sy_flags', a currently unused per-syscall entry flags field that willRobert Watson2009-06-011-14/+21
* Tidy up a few things with syscall generation:John Baldwin2008-09-251-24/+14
* Generate another function for the DTrace syscall provider to specifyJohn Birrell2008-03-271-2/+14
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.Ruslan Ermilov2008-03-251-1/+1
* Add support for COMPAT6 syscalls.Peter Wemm2007-07-041-9/+42
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-1/+1
* Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatJohn Baldwin2006-08-151-4/+9
* Generate another file called systrace_args.c. This will be compiledJohn Birrell2006-08-031-7/+38
* Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.David Xu2006-08-021-3/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-40/+8
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-64/+73
* Remove the namespace column from the syscalls tables. We don't actuallyPeter Wemm2003-12-231-7/+7
* - Include umtx.h in files generated by makesyscalls.shJeff Roberson2003-04-011-0/+1
* - We now have to include umtx.h and ucontext.h in the system call relatedJeff Roberson2003-04-011-0/+2
* The syscall names are string constants, so make them consts.David Malone2002-10-291-1/+1
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-191-2/+3
* Introduce syscall.master option 'COMPAT4' which allows one to wrapAlfred Perlstein2002-07-121-18/+64
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* don't generate files with __P.Alfred Perlstein2002-03-191-2/+2
* Oops, fix previous commit to not generate a C comment in syscall.mk.Bruce Evans2002-01-301-1/+1
* Escape $FreeBSD$ in a different way to avoid using the bogus escapes \$Bruce Evans2002-01-301-5/+5
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inPoul-Henning Kamp2001-10-131-19/+0
* Fix breakage caused by previous commit. The lkmnosys and lkmressysMarcel Moolenaar2001-10-071-5/+8
* Make the NODEF type usable. A syscall of type NODEF will onlyMarcel Moolenaar2001-09-281-1/+2
* KSE Milestone 2Julian Elischer2001-09-121-2/+3
* Fix the definition generation code from rev 1.15 that generates non-style(9)David E. O'Brien2001-09-051-4/+4
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-7/+30
* Add padding before each element of the syscall argument structures inThomas Moestl2001-08-221-2/+15
* Add reserved lkmressys keyword. I swear, this script will die theAlfred Perlstein2000-12-011-2/+2
* implement NOSTD syscall type, this creates the syscall args, but sticksAlfred Perlstein2000-12-011-6/+9
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-2/+0