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_5_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arpa/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[TXT] Makefile  1.193   9 years  deraadt   enter libressl for make includes
[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.10   10 years  guenther   Use internal '__' names for __attributes__ in public headers
[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.3   20 years  millert   I hereby place this file in the public domain.
[TXT] db.h  1.9   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] dirent.h  1.33   10 years  zhuk   Zap some getdirentries() leftovers. okay guenther@
[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.12   10 years  guenther   Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno valu...
[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.11   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.7   20 years  millert   Sync with share/misc/license.template and add missing DARPA credit where applica...
[TXT] limits.h  1.18   11 years  guenther   Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008 po...
[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.6   18 years  jmc   typos from alexey dobriyan;
[TXT] locale.h  1.9   9 years  pelikan   international currency locale rules as per POSIX.1-2008 required for libc++ ok...
[TXT] login_cap.h  1.13   19 years  millert   LOGIN_SETALL did not include LOGIN_SETENV as it should.
[TXT] math.h  1.33   10 years  martynas   - Provide extended-precision math constants req'd by POSIX - Explicitly cast dou...
[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.32   10 years  sperreault   Implement AI_ADDRCONFIG This is a getaddrinfo() flag that is defined thusly in ...
[TXT] netgroup.h  1.6   17 years  millert   Remove _err() calls from getnetgrent.c. This is a minor API change as _ng_sl_ad...
[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.23   10 years  tedu   add prototypes for new crypt functions
[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.19   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.6   11 years  brad   Explicitly annotate setjmp() and longjmp() (and friends) as __returns_twice and ...
[TXT] sha1.h  1.24   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] sha2.h  1.9   11 years  millert   SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a later revisio...
[TXT] signal.h  1.22   9 years  guenther   Welcome to 1989: assume the compiler support const
[TXT] sndio.h  1.8   11 years  espie   hex constants unsigned, prevents some gcc warnings okay ratchov@
[TXT] spawn.h  1.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] stdbool.h  1.6   10 years  guenther   lint is dead (long live the lint!), so stop using it as a cpp conditional (names...
[TXT] stddef.h  1.12   12 years  jsg   As pointed out by Richard Guenther our definition of NULL was incorrect for c++ ...
[TXT] stdio.h  1.49   10 years  tedu   safe to remove gets, now that's gone from cstdio too
[TXT] stdlib.h  1.59   9 years  beck   Clean up after arc4random u_int32_t uint32_t change ok jsing@
[TXT] string.h  1.28   9 years  matthew   Add timingsafe_memcmp(). ok deraadt, jmc, tedu
[TXT] strings.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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] time.h  1.25   10 years  guenther   Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, including ...
[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.89   9 years  tedu   update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. becaus...
[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] vis.h  1.13   13 years  djm   backout VIS_HEX. guenther@ points out that the C89 \xff encoding idiotically acc...
[TXT] wchar.h  1.26   9 years  guenther   Per C99, wchar.h has to forward declare struct tm
[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] dbm.h (in the Attic) [Hide]  1.6   20 years  millert   Sync with share/misc/license.template and add missing DARPA credit where applica...
[TXT] des.h (in the Attic) [Hide]  1.4   22 years  deraadt   DES_LONG as non-int is just RIDICULOUS
[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...
[TXT] malloc.h (in the Attic) [Hide]  1.2   27 years  tholo   Warn when <malloc.h> is included, recommending <stdlib.h>
[TXT] mpool.h (in the Attic) [Hide]  1.11   10 years  krw   CIRCLEQ begone. ok miller@
[TXT] struct.h (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tzfile.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...