freebsd-nq/lib
Peter Wemm 2b618987fe Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(
It was foiled because of dynamic copy relocations that caused compile-time
space to be reserved in .bss and at run time a blob of data was copied to
that space and everything used the .bss version..  The problem is that
the space is reserved at compile time, not runtime... So we *still* could
not change the size of FILE.  Sigh.  :-(

Replace it with something that does actually work and really does let us
make 'FILE' extendable.  It also happens to be the same as Linux does in
glibc, but has the slight cost of a pointer.  Note that this is the
same cost that 'fp = fopen(), fprintf(fp, ...); fclose(fp);' has.
Fortunately, actual references to stdin/out/err are not all that common
since we have implicit stdin/out/err-using versions of functions
(printf() vs. fprintf()).
2001-08-13 21:48:44 +00:00
..
compat
csu Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libalias mdoc(7) police: 2001-08-07 15:48:51 +00:00
libatm
libbind
libbz2
libc Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
libc_r mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. 2001-08-13 16:43:02 +00:00
libcalendar Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
libcam mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
libcom_err
libcompat mdoc(7) police: expand plain text xrefs. 2001-08-08 11:48:28 +00:00
libcrypt Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libdevinfo Include string.h for the strlen() prototype to quiet a warning. 2001-08-10 16:55:09 +00:00
libdevstat Add some features to libdevstat, and overhaul the interface a bit: 2001-08-04 18:25:48 +00:00
libdisk mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
libedit mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
libfetch The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless 2001-07-28 21:28:14 +00:00
libform
libftpio Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
libgnumalloc
libio Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libipsec mdoc(7) police: fixed the "new sentence" bogons. 2001-08-10 15:03:10 +00:00
libipx Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
libisc
libkse Make the name parameter const char *. 2001-08-11 05:16:00 +00:00
libkvm mdoc(7) police: fixed the "new sentence" bogons. 2001-08-10 15:03:10 +00:00
libm mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
libmd mdoc(7) police: 2001-08-07 15:48:51 +00:00
libmenu
libmp Fix markup and a couple of thinkos. 2001-08-09 06:10:46 +00:00
libncp
libncurses
libnetgraph Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
libopie Remove the WANT_INSECURE_OPIE option - it is now a default. This is not 2001-08-12 18:47:56 +00:00
libpam Fix: 2001-08-11 12:37:55 +00:00
libpanel
libpcap Update our bpf.h with tcpdump.org's new DLT_ types. 2001-07-31 23:27:06 +00:00
libpthread mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. 2001-08-13 16:43:02 +00:00
libradius mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
libresolv
librpcsvc Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libsbuf
libsmdb
libsmutil
libss Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libstand Spell "FreeBSD" with "F" and "BSD" in uppercase. 2001-08-13 16:33:00 +00:00
libtacplus Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
libtelnet
libusb
libusbhid
libutil Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
libvgl mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
libwrap
libxpg4
liby
libz Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
msun mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
ncurses
Makefile Add some features to libdevstat, and overhaul the interface a bit: 2001-08-04 18:25:48 +00:00
Makefile.inc