NetBSD/include
christos 8abc3de551 Over the years this header gained a lot of disparate functionality
and willy nilly people kept adding headers appropriate to the new
functionality  So we reached where we are today, this header causes
lots of namespace conflicts (for example you cannot use util.h from
a lex file, because ECHO is macro used in lex, and ECHO is defined
to 8 in termios). Roll back time, and remove all the unnecessary
includes, leaving it to the program to include the ancillary headers
they need.
2012-11-04 23:25:59 +00:00
..
arpa
protocols
rpc provide a complete prototype for xdrproc_t 2011-08-30 17:09:51 +00:00
rpcsvc PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operations 2012-03-02 17:27:48 +00:00
ssp SSP mostly works with Clang, even if optimisation is disabled. 2012-08-08 20:23:32 +00:00
Makefile Add userland part of posix_spawn. Libc functions imported from FreeBSD. 2012-02-11 23:31:22 +00:00
a.out.h
aio.h
ar.h
assert.h __assert and __assert13 are dead 2011-08-26 01:10:49 +00:00
atomic.h
bitstring.h
bm.h
cdbr.h
cdbw.h Prototype for cdbw_stable_seeder. 2012-06-03 21:21:45 +00:00
complex.h
cpio.h
ctype.h
db.h use __type_fit() instead of locally brewed macro 2012-03-13 21:14:55 +00:00
dirent.h comments 2012-07-30 23:04:42 +00:00
disktab.h
dlfcn.h Add _dlauxinfo helper function to provide access to the ELF auxilary 2012-02-16 23:00:38 +00:00
err.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
errno.h
fenv.h typo in comment 2012-03-22 03:06:06 +00:00
fmtmsg.h
fnmatch.h
fstab.h
fts.h
ftw.h
getopt.h
glob.h
grp.h
hesiod.h
iconv.h
ieeefp.h finish the ieeefp.h vs fp_prec_t hack from the previous change and 2011-03-27 05:13:15 +00:00
ifaddrs.h
inttypes.h
iso646.h
kvm.h add kvm_getkernelname() 2011-09-12 21:14:29 +00:00
langinfo.h
libgen.h
limits.h make CHAR_{MIN,MAX} work for both -fsigned-char and -funsigned-char 2012-03-28 17:04:41 +00:00
link.h
link_aout.h
link_elf.h
locale.h
login_cap.h
lwp.h
malloc.h
math.h oops, forgot to commit: add tgamma and tgammaf 2012-05-05 22:07:57 +00:00
md2.h
memory.h
mntopts.h Implement experimental support to pass notifications that a file 2012-10-19 17:09:06 +00:00
monetary.h
mpool.h
mqueue.h
ndbm.h
netconfig.h
netdb.h Add AI_ADDRCONFIG 2012-03-17 21:57:48 +00:00
netgroup.h
nl_types.h
nlist.h
nsswitch.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
paths.h Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +00:00
pwd.h
quota.h Be consistent about whether idtype and objtype codes are signed or 2012-02-01 05:46:45 +00:00
randomid.h
ranlib.h
re_comp.h
regex.h
regexp.h
res_update.h
resolv.h make the default to not check names. 2012-09-09 18:03:17 +00:00
rmt.h
sched.h
search.h add re-entrant versions of the hash api based on the GNU extensions. 2011-09-14 23:34:26 +00:00
semaphore.h Implement sem_timedwait. 2012-03-08 21:59:24 +00:00
setjmp.h Add __returns_twice for the attribute of the same name. This makes the 2011-11-05 09:27:06 +00:00
sgtty.h
signal.h
spawn.h Use C++ compatible declaration for posix_spawn (instead of the C99 specific 2012-02-22 17:51:01 +00:00
stab.h
stdbool.h
stddef.h
stdio.h specify size of the array to help -fmudflap 2012-04-18 19:30:15 +00:00
stdlib.h sprinkle restrict in realpath(3) 2012-06-21 21:13:29 +00:00
string.h Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
stringlist.h
strings.h Don't pollute the namespace with stdint.h. (This file is included from 2011-08-22 01:24:15 +00:00
struct.h
sysexits.h
tar.h
tgmath.h
time.h add clock_nanosleep 2012-10-02 01:42:06 +00:00
ttyent.h
tzfile.h
ucontext.h Add __returns_twice for the attribute of the same name. This makes the 2011-11-05 09:27:06 +00:00
ulimit.h
unistd.h bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
util.h Over the years this header gained a lot of disparate functionality 2012-11-04 23:25:59 +00:00
utime.h
utmp.h
utmpx.h
uuid.h
vis.h
wchar.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
wctype.h
wordexp.h