OpenBSD CVS

src/include/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / include

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arpa/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[TXT] Makefile  1.218   7 years  guenther   <struct.h> is unused and should not be used. Delete it. ok millert@ deraadt@ k...
[TXT] a.out.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ar.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] asr.h  1.1   10 years  eric   Make the asr API public. Install asr.h to /usr/include.h and manpages. Include ...
[TXT] assert.h  1.13   12 years  espie   half-guard the actual function prototypes. precludes -Wredundant-declarations wi...
[TXT] bitstring.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] blf.h  1.7   17 years  grunk   do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, also ...
[TXT] bsd_auth.h  1.11   7 years  fcambus   As per style.9, prototypes should not have variable names associated with the ty...
[TXT] complex.h  1.5   10 years  guenther   lint is dead (long live the lint!), so stop using it as a cpp conditional (names...
[TXT] cpio.h  1.3   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] ctype.h  1.24   9 years  guenther   Can't use a variable 'c' in a standard include; rename it to '_c' ok deraadt@ m...
[TXT] curses.h  1.4   8 years  deraadt   libocurses can go to the Attic. last consumer of it was ramdisk more(1) concept...
[TXT] db.h  1.12   8 years  guenther   Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper an...
[TXT] dirent.h  1.34   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] dlfcn.h  1.13   11 years  deraadt   dlerror() should not return const char *, as noted by landry ok guenther
[TXT] elf_abi.h  1.4   28 years  etheisen   Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.
[TXT] err.h  1.13   8 years  guenther   Add framework for resolving (pun intended) libc namespace issues, using wrapper ...
[TXT] errno.h  1.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] fenv.h  1.2   12 years  martynas   Also enclose variable names with external linkage in __BEGIN_DECLS. Doesn't mat...
[TXT] float.h  1.1   11 years  deraadt   create new machine/_float.h which is namespace clean. create a new MI float.h w...
[TXT] fnmatch.h  1.8   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] fstab.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] fts.h  1.14   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] ftw.h  1.1   20 years  millert   Need ftw.h for ftw(3) and nftw(3)
[TXT] getopt.h  1.3   10 years  millert   The getopt() prototype and externs don't belong in stdlib.h. Berkeley moved the...
[TXT] glob.h  1.13   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] grp.h  1.12   9 years  guenther   setgrfile() isn't implemented
[TXT] icdb.h  1.4   7 years  nicm   Make the key sizes and offsets arrays const, ok tedu
[TXT] ieeefp.h  1.4   14 years  martynas   use c calling conventions so that g++ doesn't mangle fpgetmask & friends' names ...
[TXT] ifaddrs.h  1.4   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[TXT] inttypes.h  1.11   10 years  matthew   Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> and <stdi...
[TXT] iso646.h  1.3   22 years  espie   C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. okay th...
[TXT] kvm.h  1.18   10 years  guenther   - add UNIX-domain socket info to struct kinfo_file2 - convert netstat from kvm_g...
[TXT] langinfo.h  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] libgen.h  1.8   8 years  jca   Remove decls #if'0ed since rev. 1.1 POSIX used to specify those declarations, b...
[TXT] limits.h  1.19   9 years  tedu   increase TMP_MAX to the equivalent of INT_MAX. it's actually more, but safer not...
[TXT] link.h  1.15   10 years  deraadt   Remove more knowledge of a.out and stab information from the tree. ok miod
[TXT] link_elf.h  1.7   7 years  kettenis   Add dl_unwind_find_exidx prototype. ok guenther@
[TXT] locale.h  1.10   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] login_cap.h  1.15   9 years  tedu   change prototype for crypt_newhash. the login_cap_t is a holdover from its pwd_g...
[TXT] math.h  1.35   8 years  jca   Remove #ifdef __vax__ bits ok deraadt@ tb@ (who had the same diff)
[TXT] md5.h  1.17   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] memory.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ndbm.h  1.6   20 years  millert   Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. Als...
[TXT] netdb.h  1.33   9 years  deraadt   Stop including <sys/param.h> from <netdb.h>. Portable software must either incl...
[TXT] netgroup.h  1.8   8 years  deraadt   Hide netgroup internals inside libc. The parts that netgroup_mkdb wants to use,...
[TXT] nl_types.h  1.8   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] nlist.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] paths.h  1.25   10 years  tedu   the default rsh is now spelled ssh. ok deraadt
[TXT] poll.h  1.3   20 years  deraadt   PD
[TXT] pwd.h  1.25   7 years  fcambus   As per style.9, prototypes should not have variable names associated with the ty...
[TXT] ranlib.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] readpassphrase.h  1.5   20 years  millert   Sync with share/misc/license.template and add missing DARPA credit where applica...
[TXT] regex.h  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] resolv.h  1.21   7 years  guenther   Change the (unused) restimespec member of __res_state from a timespec to a local...
[TXT] rmd160.h  1.17   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] search.h  1.10   9 years  matthew   Change lsearch()'s "base" argument to require a non-const pointer to align with ...
[TXT] setjmp.h  1.7   7 years  guenther   Stop supporting longjmperror(); it's not used, not portable, and the checks long...
[TXT] sha1.h  1.24   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] sha2.h  1.10   7 years  tedu   i forgot to commit sha2.h changes for SHA512/256
[TXT] signal.h  1.25   8 years  guenther   Remove sigreturn declaration and the now-unused libc syscall stub
[TXT] siphash.h  1.3   9 years  tedu   Use standard spelling for types, and rename local variable from "free". No actua...
[TXT] sndio.h  1.9   8 years  ratchov   Expose internal functions necessary to open audio devices and midi ports using e...
[TXT] spawn.h  1.3   9 years  millert   Remove function argument name from posix_spawnattr_getsigmask() prototype to mat...
[TXT] stdbool.h  1.7   8 years  daniel   These days pcc defines __GNUC__ and we don't support gcc2. Also needed for upcom...
[TXT] stddef.h  1.14   7 years  kettenis   Add max_align_t. ok millert@
[TXT] stdio.h  1.53   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] stdlib.h  1.68   7 years  otto   Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) with the ...
[TXT] string.h  1.31   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] strings.h  1.4   8 years  millert   POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and the b* byte fu...
[TXT] sysexits.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tar.h  1.3   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] tgmath.h  1.1   12 years  martynas   Add support for tgmath--the type-generic math; now that both math and complex m...
[TXT] tib.h  1.3   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] time.h  1.29   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] ttyent.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] unistd.h  1.104   7 years  fcambus   As per style.9, prototypes should not have variable names associated with the ty...
[TXT] utime.h  1.7   11 years  guenther   Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future ok ...
[TXT] utmp.h  1.6   10 years  guenther   Delete struct definitions that have been obsolete for a dozen years ok deraadt@...
[TXT] uuid.h  1.1   9 years  miod   Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via Markus...
[TXT] vis.h  1.15   8 years  millert   Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@
[TXT] wchar.h  1.30   7 years  millert   Move the 10 (!) defintions of NULL to their own mini header file and update the ...
[TXT] wctype.h  1.5   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] disktab.h (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...