cgd
|
1b7b5cb771
|
support nested #if/#else/#endif sets, to allow ULTRIX compat code to handle
Mips ULTRIX and VAX ULTRIX from the same syscall table.
|
1996-03-15 01:25:12 +00:00 |
mycroft
|
245f292fed
|
Prefix names of system call implementation functions with `sys_'.
|
1995-10-07 06:25:19 +00:00 |
thorpej
|
70bf3eea21
|
Emit prototypes for system call functions and append them to the
`syscallargs' header file.
|
1995-09-19 21:28:56 +00:00 |
christos
|
3d1b06ab09
|
- new copyargs routine.
- use emul_xxx
- deprecate nsysent; use constant SYS_MAXSYSCALL instead.
- deprecate ep_setup
- call sendsig and setregs indirectly.
|
1995-04-22 19:42:47 +00:00 |
cgd
|
cf92049b53
|
minor cleanup; get output format right.
|
1994-10-28 23:14:46 +00:00 |
mycroft
|
be01ae1904
|
Fix typo in description of syscallarg.h.
|
1994-10-20 23:22:38 +00:00 |
cgd
|
f59b086d9c
|
one minor mod...
|
1994-10-20 04:37:09 +00:00 |
cgd
|
6b86130410
|
update for new syscall args description mechanism
|
1994-10-20 04:22:35 +00:00 |
cgd
|
bc9970144d
|
fix up for new ID format, and consistency
|
1994-06-30 16:42:47 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
mycroft
|
c7468280da
|
Update from 4.4-Lite. No important differences.
|
1994-05-18 04:15:51 +00:00 |
cgd
|
e37f8e4023
|
add support for 'NCOMPAT' to deal with NetBSD compat defines
|
1994-05-17 00:00:46 +00:00 |
mycroft
|
8f86452554
|
Standardize #includes.
|
1994-03-18 19:08:28 +00:00 |
cgd
|
57d3a6d525
|
add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
|
1993-06-07 19:51:59 +00:00 |
cgd
|
9b611f165b
|
do something better with version strings for created files,
also inclusion protect syscall.h
|
1993-05-20 16:17:38 +00:00 |
cgd
|
342129da5d
|
kill the "chmod 444" of the syscall-dependent files. makes running
makesyscalls.sh again somewhat more difficult than necessary, sometimes.
|
1993-05-20 02:57:57 +00:00 |
cgd
|
230dcf0d05
|
add $Id$ strings, and clean up file headers where necessary
|
1993-05-20 02:54:09 +00:00 |
glass
|
2a0fbbf7d6
|
added 'makesyscalls.sh' from BNR/2. Edit only 'syscalls.master'
recreates init_sysent.c syscalls.c ../sys/syscall.h which should
then be checked back in.
|
1993-04-06 10:37:09 +00:00 |