| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include system call wrappers in libc for old FreeBSD system calls. | jhb | 2016-03-12 | 1 | -4/+4 |
* | Rename remaining linux32 symbols such as linux_sysent[] and | jhb | 2015-10-22 | 1 | -0/+4 |
* | Import the CloudABI datatypes and create a system call table. | ed | 2015-07-09 | 1 | -2/+4 |
* | Fix syscalls that can be loaded as kernel modules - they were not given | pjd | 2013-12-15 | 1 | -1/+1 |
* | Break the loop once we know we have the SYF_CAPENABLED flag. | pjd | 2013-12-04 | 1 | -0/+1 |
* | Error out on failure to open specified config file | emaste | 2013-10-16 | 1 | -1/+1 |
* | Omit "__restrict" when generating syscall argument strings. DTrace doesn't | markj | 2013-09-21 | 1 | -6/+8 |
* | Fix the type of the idtype argument to wait6() in syscalls.master. | jhb | 2013-09-12 | 1 | -1/+2 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 1 | -0/+1 |
* | Correct the types of the arguments to return probes of the syscall | rstone | 2011-11-11 | 1 | -4/+20 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -4/+20 |
* | add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls | avg | 2011-03-12 | 1 | -0/+6 |
* | Continue to introduce Capsicum Capability Mode support: | rwatson | 2011-03-01 | 1 | -1/+23 |
* | Count number of threads that enter and leave dynamically registered | kib | 2010-06-28 | 1 | -7/+11 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -1/+1 |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 1 | -17/+0 |
* | Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls. | jhb | 2009-06-24 | 1 | -4/+34 |
* | Include definitions for the audit identifiers for compat system calls in | jhb | 2009-06-22 | 1 | -0/+2 |
* | - Add the ability to mix multiple flags seperated by pipe ('|') characters | jhb | 2009-06-17 | 1 | -32/+59 |
* | Remove the now-unused NOIMPL flag. It serves no useful purpose given the | jhb | 2009-06-17 | 1 | -5/+2 |
* | Add 'sy_flags', a currently unused per-syscall entry flags field that will | rwatson | 2009-06-01 | 1 | -14/+21 |
* | Tidy up a few things with syscall generation: | jhb | 2008-09-25 | 1 | -24/+14 |
* | Generate another function for the DTrace syscall provider to specify | jb | 2008-03-27 | 1 | -2/+14 |
* | Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t. | ru | 2008-03-25 | 1 | -1/+1 |
* | Add support for COMPAT6 syscalls. | peter | 2007-07-04 | 1 | -9/+42 |
* | 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 |