freebsd_amp_hwpstate/include
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
..
arpa Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
protocols
rpc Add a new clnt_control() request `CLSET_CONNECT' that controls 2001-06-23 19:43:21 +00:00
rpcsvc Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
Makefile Revise wording of osreldate.h vs kernel warning to make it clear that it 2001-06-17 01:20:25 +00:00
_ctype.h
a.out.h
ar.h
assert.h
bitstring.h
complex.h Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly 2001-06-13 15:16:30 +00:00
ctype.h
db.h
dirent.h Add a lock to DIR to make telldir and friends MT-safe. 2001-01-24 13:01:47 +00:00
disktab.h
dlfcn.h
elf-hints.h * include/elf.h has been repo copied to include/elf-hints.h, and it no 2001-05-02 23:56:21 +00:00
elf.h Update copyright. 2001-06-09 05:22:31 +00:00
err.h
fnmatch.h
fstab.h
fts.h Complete prototype for fts_compar. 2001-06-13 14:59:57 +00:00
glob.h Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible 2001-07-29 00:52:37 +00:00
grp.h
hesiod.h
histedit.h
ieeefp.h
ifaddrs.h
iso646.h
langinfo.h Add D_MD_ORDER (local extension) to get month/day order from locale 2001-03-19 11:53:34 +00:00
libgen.h
limits.h After one too many PRs on the subject, bite the bullet and define IOV_MAX 2001-06-18 20:24:54 +00:00
link.h
locale.h
malloc.h
math.h
memory.h
mpool.h Use TAILQ instead of CIRCLEQ. 2000-12-29 20:25:01 +00:00
ndbm.h
netconfig.h const'ify 2001-03-27 09:43:09 +00:00
netdb.h Remove namespace pollution. 2001-07-22 18:10:08 +00:00
nl_types.h
nlist.h
nsswitch.h
objformat.h
paths.h Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, 2001-03-08 09:04:40 +00:00
pthread.h Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to 2001-07-20 04:23:11 +00:00
pthread_np.h Make the name parameter const char *. 2001-08-11 05:16:00 +00:00
pwd.h
ranlib.h
regex.h
regexp.h
resolv.h Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
rune.h
runetype.h
search.h
setjmp.h
sgtty.h
signal.h
stab.h
stdbool.h Remove comment, which didn't even help anyway. 2001-08-13 13:29:29 +00:00
stddef.h Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints. 2001-05-24 19:29:15 +00:00
stdio.h Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
stdlib.h Introduce getprogname(3) and setprogname(3) library calls. These get 2001-05-15 23:41:01 +00:00
strhash.h
string.h
stringlist.h
strings.h
sysexits.h
tar.h
time.h It's not CUT (the french would accept that back in 1879) and TUC wasn't 2001-03-31 07:24:35 +00:00
timers.h
ttyent.h
unistd.h Drop nested __P(). This trips up Supelec's dcc. 2001-05-27 19:57:36 +00:00
utime.h
utmp.h
vis.h Declare strunvisx(). 2001-02-06 01:15:32 +00:00
wchar.h VCS ID fixup 2001-07-10 17:50:46 +00:00
wctype.h VCS ID fixup 2001-07-10 17:50:46 +00:00