freebsd-dev/lib
Bruce Evans 2e4513990b Ignore the fs_spec entry for "/" in /etc/fstab if the device which
is actually mounted on "/" can be determined using statfs() and is
in /dev.  This fixes fsck operating on the wrong device when the
fs_spec entry is only an alias.  The aliased case became more
dangerous when the ROOTSLICE_HUNT hack was committed in mount(8).
ROOTSLICE_HUNT may be unnecessary now.
1999-01-01 14:14:44 +00:00
..
compat
csu Fixed type mismatches in args to __syscall(). One for mmap() broke on 1998-12-27 15:47:15 +00:00
libalias Reviewed by: freebsd-current 1998-12-14 02:25:32 +00:00
libatm libatm uses libmd; add it to the dependency list so that programs using 1998-10-11 04:41:43 +00:00
libbind
libc Ignore the fs_spec entry for "/" in /etc/fstab if the device which 1999-01-01 14:14:44 +00:00
libc_r Don't hide mknod, it doesn't need a wrapper and never has had one. 1998-12-10 20:27:52 +00:00
libcalendar
libcam Use snprintf to make sure we don't overflow a buffer. 1998-11-15 23:17:39 +00:00
libcom_err
libcompat Cleanup. Make it compile on alpha. 1998-11-10 06:35:24 +00:00
libcrypt
libcurses Fix a curses bug exposed by the ":numbers" display of systat -iostat. 1998-10-12 16:32:32 +00:00
libdevstat Fix a couple of potential buffer overrun cases. 1998-10-14 23:28:26 +00:00
libdisk Eliminate all dependence on boot1 and boot2. This is passed in by 1998-12-31 02:35:43 +00:00
libedit On the alpha, sizeof(char*) != sizeof(int) which was assumed in 1998-11-30 10:12:03 +00:00
libf2c Add an emply MAIN__() function. This avoid an unresolved reference error 1998-11-16 23:51:14 +00:00
libF77 Add an emply MAIN__() function. This avoid an unresolved reference error 1998-11-16 23:51:14 +00:00
libfetch Implement and document file list retrieval. 1998-12-21 19:41:50 +00:00
libftpio
libgnumalloc Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binaries 1998-10-11 04:18:30 +00:00
libI77
libio Add a simple library for accessing i/o ports and memory on the alpha. 1998-12-12 18:05:06 +00:00
libipx
libkse Don't hide mknod, it doesn't need a wrapper and never has had one. 1998-12-10 20:27:52 +00:00
libkvm <sys/types.h> isn't a prerequisite for <kvm.h>. 1998-12-16 19:12:14 +00:00
libm Eliminate nested comment warning. 1998-10-11 17:14:56 +00:00
libmd Build libmd shared for a.out too. Required for some PAM modules. 1998-11-12 04:08:10 +00:00
libmytinfo Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
libncurses Add missing int to prototypes of mvaddstr and mvaddnstr. 1998-12-10 02:35:24 +00:00
libopie libopie also depends on libmd. Programs using libopie shouldn't have to 1998-10-11 04:45:50 +00:00
libpam Obtained from: "Jan B. Koum " <jkb@best.com> 1998-12-01 17:05:08 +00:00
libpcap Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
libpthread Don't hide mknod, it doesn't need a wrapper and never has had one. 1998-12-10 20:27:52 +00:00
libradius Initial import of RADIUS client library donated by Juniper Networks, Inc. 1998-11-13 00:53:01 +00:00
libresolv Don't build elf libresolv.so*, no elf freebsd binaries have used it ever. 1998-10-11 04:21:56 +00:00
librpcsvc
libskey Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM 1998-11-22 19:26:39 +00:00
libss
libstand Remove stray .endif from previous commit (I hope this is right) 1998-11-04 12:49:31 +00:00
libtacplus Initial import of TACACS+ client library donated by Juniper Networks, Inc. 1998-11-13 00:54:26 +00:00
libtelnet Old stuff laying around: Don't use a function called getstr(), that has 1998-12-16 06:04:29 +00:00
libtermcap Deal with /usr/lib/compat/aout, and that we've been installing things 1998-10-11 04:39:56 +00:00
libutil Declare setproctitle() as printf0-like. 1998-12-16 17:52:15 +00:00
libvgl
libxpg4
liby Don't install an elf liby.so[.2] in /usr/lib/compat. We have never had 1998-10-11 04:10:14 +00:00
libz
msun Disable building with alpha software completion options until we upgrade 1998-12-24 13:17:58 +00:00
ncurses/ncurses
Makefile Enable building libio on the alpha. 1998-12-17 23:02:11 +00:00
Makefile.inc