freebsd-nq/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 What was I smoking? Use the proper form of the library names. 1999-12-21 06:19:03 +00:00
csu
libalias Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00
libatm
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
libcam Specify the system directory for which we put in our include path 2000-01-21 20:11:40 +00:00
libcom_err
libcompat
libcrypt
libdevstat
libdisk
libedit
libfetch Fix timestamp handling. 2000-01-26 12:50:46 +00:00
libform
libftpio
libgnumalloc
libio
libipsec
libipx
libkse Use _fcntl() (not fcntl()) inside of fcntl(). 2000-01-28 22:10:27 +00:00
libkvm
libm
libmd
libmenu
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
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
libresolv
librpcsvc
libskey
libss
libstand
libtacplus
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
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