freebsd-dev/lib
Jason Evans e9a89b2196 Undo the ill-conceived breakage of the previous commit and really fix:
For libc_r renamed syscalls, correct symbol naming from
_thread_sys_foo() <-- _foo() to _thread_sys_foo() <-- _foo() <-- foo().  This
is necessary for system calls which libc_r doesn't define foo().

Some weak symbols such as poll() are defined twice.  From what I understand,
depending on one weak symbol or the other to be used is a bad idea.  All
such weak symbols defined in the libc_r-specific code should therefore be
made strong (non-weak?).

Simplify PSEUDO() to not define any weak symbols, since they aren't ever
needed.

alpha/SYS.h:

Correct reversed usage of WEAK_ALIAS(), which has reversed arguments from
__weak_reference().  Also, fix reversal of symbols, so that syscall foo()
is a weak alias for _foo().

Add WEAK_ALIAS() call to PRSYSCALL(), which unlike the i386 version of
PRSYSCALL(), is not defined in terms of PSYSCALL().

Make PSEUDO() equivalent to the i386 version.
2000-01-29 12:50:47 +00:00
..
compat
csu
libalias Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libatm Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libbind
libc Undo the ill-conceived breakage of the previous commit and really fix: 2000-01-29 12:50:47 +00:00
libc_r Use _fcntl() (not fcntl()) inside of fcntl(). 2000-01-28 22:10:27 +00:00
libcalendar Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libcam Specify the system directory for which we put in our include path 2000-01-21 20:11:40 +00:00
libcom_err Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libcompat
libcrypt A bunch of factual corrections. 2000-01-18 18:23:28 +00:00
libdevstat Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libdisk Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libedit
libfetch Fix timestamp handling. 2000-01-26 12:50:46 +00:00
libform Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libftpio Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libgnumalloc
libio
libipsec
libipx
libkse Use _fcntl() (not fcntl()) inside of fcntl(). 2000-01-28 22:10:27 +00:00
libkvm Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libm
libmd Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libmenu Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libncp
libncurses Add the new version.c file for curses_version(3) 2000-01-26 16:51:36 +00:00
libnetgraph Have NgMkSockNode() load the socket node type KLD if it's not 2000-01-28 00:48:27 +00:00
libopie Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libpam
libpanel Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libpcap
libposix1e Fix various typos and mdoc style issues. 2000-01-29 04:18:51 +00:00
libpthread Use _fcntl() (not fcntl()) inside of fcntl(). 2000-01-28 22:10:27 +00:00
libradius Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libresolv
librpcsvc
libskey Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libss
libstand trailing white space removal. 2000-01-18 07:43:12 +00:00
libtacplus Fix error message that was too hastily cut&pasted from libradius. 2000-01-17 04:26:09 +00:00
libtelnet
libutil Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
libvgl Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libwrap
libxpg4
liby
libz Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
msun
ncurses Add the new version.c file for curses_version(3) 2000-01-26 16:51:36 +00:00
Makefile Oops, The dependency of libcrypt on libmd went away before it was "fixed" 2000-01-21 02:00:53 +00:00
Makefile.inc