K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-01-29T03:23:46.000000Z K 7 svn:log V 356 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 END