thorpej
|
e644246e6a
|
Warn about references to the compatibility() sigaction(), sigpending(),
sigprocmask(), sigreturn(), and sigsuspend(), and direct the user to
include <signal.h> to generate the correct reference.
|
1998-12-02 01:01:03 +00:00 |
christos
|
6bacaab8be
|
Fix signal mess. Change old syscalls to use the right signal numbers
and add a versioned copy of sigreturn (from Jason)
|
1998-09-26 23:49:34 +00:00 |
christos
|
1394f01b4a
|
RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS
|
1997-07-16 14:37:13 +00:00 |
mycroft
|
2db41a19e7
|
Use trap gate to enter kernel.
|
1994-10-26 19:49:42 +00:00 |
mycroft
|
22e614ce10
|
Random cleanup.
|
1994-01-27 06:34:59 +00:00 |
mycroft
|
e84d8b28f3
|
Stylistic changes.
|
1994-01-27 04:10:20 +00:00 |
mycroft
|
b6b0ec3424
|
Fix bug jtc introduced.
|
1994-01-27 04:07:13 +00:00 |
jtc
|
7835a85a78
|
Optimization tweaks:
Use testl %reg,%reg instead of cmpl $0,%reg
Use xorl %reg,%reg instead of movl $0,%reg
|
1994-01-24 19:24:36 +00:00 |
pk
|
f3f7594fc9
|
Use PIC_PLT for error returns.
Correct operand order in accessing `minbrk' and `curbrk'.
|
1993-12-06 23:28:08 +00:00 |
jtc
|
4418616857
|
Move the old berkeley sccs id into the header comment like it is done
for other source files.
|
1993-10-21 02:19:25 +00:00 |
cgd
|
0b9f50897e
|
make an arch directory in libc, and move all machine dirs into it
|
1993-10-07 00:17:24 +00:00 |