aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/makesyscalls.sh
Commit message (Expand)AuthorAgeFilesLines
* makesyscalls.sh: improve the 'this is going away' messageKyle Evans2020-07-281-1/+2
* makesyscalls.sh: spit out a deprecation notice to stderrKyle Evans2020-07-271-0/+2
* Restore the ability to set capenabled directly in syscalls.conf.Brooks Davis2019-09-301-1/+3
* Add COMPAT12 support to makesyscalls.shKyle Evans2019-09-251-3/+32
* Reorganise conditionals to reduce duplication.Brooks Davis2019-08-221-13/+13
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-301-1/+1
* makesyscalls: use @generated tag in generated filesEd Maste2019-05-071-6/+9
* Remove iBCS2: also remove xenix syscall function support.Brooks Davis2019-01-311-4/+2
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-4/+4
* Use the main capabilities.conf for freebsd32.Brooks Davis2018-11-141-8/+11
* makesyscalls.sh: allow pointer return types.Brooks Davis2018-11-071-2/+11
* Remove the need for backslashes in syscalls.master.Brooks Davis2018-10-221-2/+22
* makesyscalls: simplify capenabled pipelineEd Maste2018-06-111-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-3/+0
* Added SAL annotatations to system calls.Brooks Davis2018-04-051-0/+10
* makesyscalls: permit a range of syscall numbers for UNIMPLEd Maste2018-01-301-12/+30
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+33
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-6/+4
* Consolidate statements to initialize files.John Baldwin2017-02-201-30/+26
* Drop the "created from" line from files generated by makesyscalls.sh.John Baldwin2017-02-101-10/+6
* makesyscalls.sh: remove trailing space on the "created from" lineEd Maste2016-10-171-2/+1
* Annotate syscall provider pointer arguments with the "userland" keyword.Mark Johnston2016-09-221-1/+4
* Still provide freebsd10_* symbols from libc for COMPAT10.Bryan Drewery2016-08-041-2/+2
* Add support for COMPAT10 keywords in syscalls.master.Brooks Davis2016-06-221-6/+34
* Do not include system call wrappers in libc for old FreeBSD system calls.John Baldwin2016-03-121-4/+4
* 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