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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arpa/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[TXT] Makefile  1.165   11 years  guenther   librthread has eaten libpthread, so build includes via the former instead of the...
[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] 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.9   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] complex.h  1.4   12 years  martynas   Finalize work on complex math routines, now that we have the extended-precision ...
[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.22   13 years  guenther   Now that __only_inline is in <sys/cdefs.h>, replace the local versions in <ctype...
[TXT] curses.h  1.3   20 years  millert   I hereby place this file in the public domain.
[TXT] db.h  1.8   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[TXT] dirent.h  1.28   12 years  guenther   Provide the old prototypes for scandir() and alphasort() for code that requests ...
[TXT] dlfcn.h  1.11   16 years  jason   based on a diff from Matt Provost: allow printing of ldd information on librarie...
[TXT] elf_abi.h  1.4   27 years  etheisen   Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.
[TXT] err.h  1.10   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] errno.h  1.1   18 years  millert   Split off the non-kernel visible portion of sys/errno.h into a separate errno.h....
[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.13   13 years  millert   Bump fts_level from short to int and add a spare short so things line up nicely....
[TXT] ftw.h  1.1   20 years  millert   Need ftw.h for ftw(3) and nftw(3)
[TXT] getopt.h  1.2   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] glob.h  1.11   13 years  djm   add a GLOB_KEEPSTAT option that retains a copy of the struct stat information th...
[TXT] grp.h  1.9   13 years  sthen   Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the reentra...
[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.10   15 years  kettenis   Add wcstoimax(3) and wcstoumax(3). ok miod@
[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.16   12 years  guenther   Add rtable id and thread id to struct kinfo_proc (and fix process id) and add an...
[TXT] langinfo.h  1.6   12 years  sobrado   fix typos; while here, improve spacing in comments. changes to libevent and zli...
[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.16   11 years  guenther   Further standards compliance fixes: export LONG_BIT, WORD_BIT, and NL_{ARG,LANG,...
[TXT] link.h  1.14   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[TXT] link_elf.h  1.6   18 years  jmc   typos from alexey dobriyan;
[TXT] locale.h  1.8   12 years  jsg   As pointed out by Richard Guenther our definition of NULL was incorrect for c++ ...
[TXT] login_cap.h  1.13   19 years  millert   LOGIN_SETALL did not include LOGIN_SETENV as it should.
[TXT] math.h  1.30   12 years  martynas   Finalize work on the math library. It's time to do this monster commit, and dea...
[TXT] md5.h  1.16   19 years  jfb   Make the `filename' parameter to HASHFile() and HASHFileChunk() const ok pedro@,...
[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.30   12 years  deraadt   net_addrcmp() dies. found out to be a horrific function by eric ok guenther
[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.23   15 years  miod   _PATH_DRUM is no more.
[TXT] poll.h  1.3   20 years  deraadt   PD
[TXT] pwd.h  1.20   15 years  millert   Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for the buffer siz...
[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.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] resolv.h  1.18   11 years  guenther   Stop pulling in <sys/param.h> ok deraadt@
[TXT] rmd160.h  1.16   19 years  jfb   Make the `filename' parameter to HASHFile() and HASHFileChunk() const ok pedro@,...
[TXT] search.h  1.9   11 years  guenther   bsearch() doesn't belong here (it's in <stdlib.h>) Add __restrict bits for tdele...
[TXT] setjmp.h  1.5   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] sha1.h  1.23   19 years  jfb   Make the `filename' parameter to HASHFile() and HASHFileChunk() const ok pedro@,...
[TXT] sha2.h  1.7   15 years  djm   Rename SHA256/384/512 API to avoid namespace collisions with forthcoming OpenSSL...
[TXT] signal.h  1.19   11 years  guenther   Improve standards compliance: bsd_signal() was XSI only and has been dropped fro...
[TXT] sndio.h  1.7   11 years  ratchov   Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. suggested...
[TXT] spawn.h  1.1   12 years  matthew   Implement execvpe(3) and posix_spawn(3) and family. Based on FreeBSD's implemen...
[TXT] stdbool.h  1.5   13 years  guenther   Teach lint about C99's _Bool and _Complex, plus some related gcc extensions: __r...
[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.42   12 years  fgsch   Implement getdelim(3) and getline(3). Prompted in a mail to tech@ by Jan Klemkow...
[TXT] stdlib.h  1.50   11 years  guenther   Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), and ...
[TXT] string.h  1.24   12 years  guenther   strsignal() was added to POSIX-2008; strerror_r() was in the base of POSIX-2001,...
[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.22   12 years  kettenis   Recongnize that: * strptime(3) was introduced in XPG 4.0 * clock_gettime(3) and...
[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.73   11 years  guenther   __tfork() needs to set the stack address of the new thread in the kernel, so tha...
[TXT] utime.h  1.6   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] utmp.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.23   11 years  matthew   Add support for mbsnrtowcs() and wcsnrtombs() to libc. Bulk build test by naddy...
[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] bm.h (in the Attic) [Hide]  1.8   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[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] link_aout.h (in the Attic) [Hide]  1.2   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[TXT] malloc.h (in the Attic) [Hide]  1.2   27 years  tholo   Warn when <malloc.h> is included, recommending <stdlib.h>
[TXT] md4.h (in the Attic) [Hide]  1.15   19 years  jfb   Make the `filename' parameter to HASHFile() and HASHFileChunk() const ok pedro@,...
[TXT] mpool.h (in the Attic) [Hide]  1.10   20 years  espie   Remove unnecessary typedef usage. u_char -> unsigned char u_short -> unsigned s...
[TXT] ohash.h (in the Attic) [Hide]  1.9   18 years  espie   use standard type uint32_t, instead of BSD-specific u_int32_t tell user to get ...
[TXT] re_comp.h (in the Attic) [Hide]  1.4   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] sgtty.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] stab.h (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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...