aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/makesyscalls.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the calculation of sy_nargs in sysent tables. We attempted to doBruce Evans2000-05-091-25/+34
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesAlfred Perlstein2000-04-031-10/+23
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+1
* Add $FreeBSD$ tags to generated files otherwise the checker won't let themPeter Wemm1999-09-101-0/+6
* Id -> FreeBSDPeter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.Poul-Henning Kamp1998-06-281-1/+2
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.Bruce Evans1998-06-091-12/+18
* Fixed some style bugs in output (missing tabs and unparenthesized macros).Bruce Evans1998-06-081-31/+30
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-9/+15
* Add statements to generate a sys/syscall.mk file for inclusionJohn Birrell1998-03-091-2/+11
* Generate a forward declaration of `struct proc' in <sys/sysproto.h>.Bruce Evans1998-02-031-8/+9
* Move around opt_compat include to accomodate Linulator brokenness (forEivind Eklund1997-12-161-3/+4
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-3/+3
* add process id to tmp files... this prevents two runs from stompingJohn-Mark Gurney1997-12-081-7/+7
* Don't generate new prototype files with the extra int retval[] arg atPeter Wemm1997-11-181-3/+3
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".Poul-Henning Kamp1997-10-261-7/+16
* Don't generate unused nested #include of <sys/aio.h>.Bruce Evans1997-06-291-2/+1
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+2
* Make sure we touch all the temporary files at startup, because we assumePeter Wemm1997-03-291-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-2/+2
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedBruce Evans1997-01-161-4/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5Bruce Evans1996-09-131-4/+5
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-14/+2
* Fix misc formatting errors in makesyscalls.sh.Steven Wallace1995-10-071-18/+20
* Add new functionality to makesyscalls.sh:Steven Wallace1995-10-071-68/+217
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.Bruce Evans1995-09-191-3/+3
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-191-25/+55
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* First attempt to run linux binaries. This is only the changes needed toSøren Schmidt1995-02-141-2/+2
* Put a small hack into a large hack named makeyscall.sh. Generate onlyAndreas Schulz1994-11-061-2/+5
* Added errno conversion table (initialize to zero).Søren Schmidt1994-10-091-2/+2
* init_sysent.c was missing the final newline.Poul-Henning Kamp1994-09-261-2/+2
* Forgot to check this important file in.Garrett Wollman1994-09-131-20/+32
* Change the makesyscalls.sh to only generate one line for the externalAndreas Schulz1994-09-111-2/+5
* Oops didn't check that init_sysent.c was generated proberly. Fixed.Søren Schmidt1994-08-261-2/+2