1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/include
ratchov f153e44069 rename libsa to libsndio
requested by many, "just go for it" deraadt@
2008-10-27 00:26:33 +00:00
..
arpa TIMEOUT* values are not part of the protocol. tftp.h is a namespace 2006-07-26 16:43:30 +00:00
protocols Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. 2007-06-03 20:16:07 +00:00
rpc implement xdr_int64_t, xdr_u_int64_t 2008-06-13 21:12:11 +00:00
rpcsvc Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
a.out.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
ar.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
assert.h Annotate _assert()/__assert2() as __dead. 2006-01-31 10:53:51 +00:00
bitstring.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
blf.h do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, 2007-03-14 17:59:41 +00:00
bm.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
bsd_auth.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
cast.h
complex.h - replace dtoa w/ David's gdtoa, version 2008-03-15 2008-09-07 20:36:06 +00:00
cpio.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
ctype.h allow extern inline stuff to proceed unchanged thru the mess that the 2007-03-17 21:38:14 +00:00
curses.h I hereby place this file in the public domain. 2003-06-17 21:33:53 +00:00
db.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
dbm.h Sync with share/misc/license.template and add missing DARPA credit 2003-06-17 21:56:23 +00:00
des.h DES_LONG as non-int is just RIDICULOUS 2002-03-04 22:00:13 +00:00
dirent.h _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so 2007-06-05 18:11:48 +00:00
disktab.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
dlfcn.h based on a diff from Matt Provost: allow printing of ldd information 2007-05-29 04:47:17 +00:00
elf_abi.h
err.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
errno.h Split off the non-kernel visible portion of sys/errno.h into a 2005-12-28 16:33:56 +00:00
fnmatch.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 2005-12-13 00:35:22 +00:00
fstab.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
fts.h bye bye whiteouts 2005-06-17 20:36:55 +00:00
ftw.h Need ftw.h for ftw(3) and nftw(3) 2003-07-21 21:13:18 +00:00
getopt.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
glob.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 2005-12-13 00:35:22 +00:00
grp.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 2005-12-13 00:35:22 +00:00
ieeefp.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
ifaddrs.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
inttypes.h Add comments to show which printf/scanf formats match which types 2006-01-15 00:47:51 +00:00
iso646.h C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. 2001-10-11 00:05:21 +00:00
kvm.h kvm_openfiles() should take int flag, not unsigned 2006-03-31 03:09:16 +00:00
langinfo.h CODESET support. okay millert@, otto@ 2005-11-16 16:48:14 +00:00
libgen.h Sync with share/misc/license.template and add missing DARPA credit 2003-06-17 21:56:23 +00:00
limits.h Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001. 2008-02-10 09:59:54 +00:00
link_aout.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
link_elf.h typos from alexey dobriyan; 2006-02-06 16:47:07 +00:00
link.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
locale.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
login_cap.h LOGIN_SETALL did not include LOGIN_SETENV as it should. 2005-01-28 17:17:22 +00:00
Makefile rename libsa to libsndio 2008-10-27 00:26:33 +00:00
malloc.h
math.h sigh, gamma got lost 2008-09-09 20:42:55 +00:00
md4.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 2004-06-22 01:57:29 +00:00
md5.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 2004-06-22 01:57:29 +00:00
memory.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
mpool.h Remove unnecessary typedef usage. 2004-01-22 21:48:02 +00:00
ndbm.h Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. 2004-05-03 17:27:50 +00:00
netdb.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 2005-12-13 00:35:22 +00:00
netgroup.h Remove _err() calls from getnetgrent.c. This is a minor API change 2007-03-05 20:29:14 +00:00
nl_types.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
nlist.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
ohash.h use standard type uint32_t, instead of BSD-specific u_int32_t 2006-01-16 15:52:25 +00:00
paths.h Add /bin/ksh to builtin list of OK shells. 2005-04-02 17:04:52 +00:00
poll.h PD 2003-10-29 16:41:13 +00:00
pwd.h Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for 2008-06-25 14:51:27 +00:00
ranlib.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
re_comp.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
readpassphrase.h Sync with share/misc/license.template and add missing DARPA credit 2003-06-17 21:56:23 +00:00
regex.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
resolv.h make the resolver stat resolv.conf and update if it changes. 2005-03-30 02:58:28 +00:00
rmd160.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 2004-06-22 01:57:29 +00:00
search.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
setjmp.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 2005-12-13 00:35:22 +00:00
sgtty.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
sha1.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 2004-06-22 01:57:29 +00:00
sha2.h Rename SHA256/384/512 API to avoid namespace collisions with 2008-09-06 12:00:19 +00:00
signal.h Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. 2008-04-29 14:44:04 +00:00
skipjack.h kill evil \r; from cedric 2006-03-23 15:32:03 +00:00
stab.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
stdbool.h pcc knows _Bool. ok beck@ miod @millert 2007-10-02 14:06:16 +00:00
stddef.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
stdio.h Remove neither documented nor found in any spec ctermid_r() function - ctermid() 2006-01-13 18:10:09 +00:00
stdlib.h - replace dtoa w/ David's gdtoa, version 2008-03-15 2008-09-07 20:36:06 +00:00
string.h add memrchr(3) 2007-09-03 14:36:40 +00:00
strings.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
struct.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
sysexits.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
tar.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
time.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
ttyent.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
tzfile.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
unistd.h Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 2008-06-25 14:58:54 +00:00
utime.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00
utmp.h Remove the advertising clause in the UCB license which Berkeley 2003-06-02 19:34:12 +00:00
vis.h Add VIS_GLOB to escape special characters used by shell-style globbing. 2005-08-09 19:38:31 +00:00
wchar.h First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
wctype.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 2006-01-06 18:53:04 +00:00