freebsd-dev/lib/libc/i386/sys
Daniel Eischen c37592a194 Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
and treating (almost) all system calls the same way:

	__sys_foo - actual syscall
	foo, _foo - weak definitions to __sys_foo

Change PSEUDO syscalls (currently only _exit and _getlogin) to
be __sys_foo (T) and _foo (W).

Add $FreeBSD$ to a few files to satisfy commitprep.

Suggested by:	bde
2001-01-29 03:23:46 +00:00
..
brk.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
cerror.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
exect.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fork.S Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
i386_clr_watch.c Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
i386_get_ioperm.2 Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:07:59 +00:00
i386_get_ioperm.c Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
i386_get_ldt.2 mdoc(7) police: use certified section headers wherever possible. 2000-11-17 11:44:16 +00:00
i386_get_ldt.c Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
i386_set_ioperm.c Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
i386_set_ldt.c Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
i386_set_watch.3 Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
i386_set_watch.c Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
i386_vm86.2 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
i386_vm86.c Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
Makefile.inc Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
Ovfork.S Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
pipe.S Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
ptrace.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
reboot.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
rfork.S Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
sbrk.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
setlogin.S Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
sigreturn.S Clean up syscall generation in libc by removing HIDDEN_SYSCALLS 2001-01-29 03:23:46 +00:00
syscall.S $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00