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_3_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arpa/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[TXT] Makefile  1.98   22 years  deraadt   how did ../lib/libusb not get added? Bad developers
[TXT] a.out.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] ar.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] assert.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] bitstring.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] blf.h  1.5   23 years  aaron   Better english; from provos@
[TXT] bsd_auth.h  1.3   23 years  niklas   $OpenBSD$
[TXT] cpio.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] ctype.h  1.3   26 years  deraadt   make ctype macros on char 0x82 and such work
[TXT] curses.h  1.1   25 years  millert   curses.h frontend
[TXT] db.h  1.4   24 years  aaron   Typo in comment.
[TXT] dirent.h  1.6   24 years  espie   Be thorough about NULL as __null for C++.
[TXT] dlfcn.h  1.4   22 years  art   correct prototype for dlerror.
[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.7   22 years  millert   remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
[TXT] fnmatch.h  1.5   24 years  millert   Add FNM_NOSYS, meaning "The implementation does not support this function", for ...
[TXT] fstab.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] fts.h  1.6   23 years  millert   Make path length variables size_t. This fixes the problem where things like rm ...
[TXT] glob.h  1.5   23 years  deraadt   GLOB_LIMIT changes from christos
[TXT] grp.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] ieeefp.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] ifaddrs.h  1.2   24 years  itojun   add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). in sync wi...
[TXT] inttypes.h  1.3   25 years  millert   move uint*_t to machine/types.h
[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.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] langinfo.h  1.3   23 years  naddy   Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@
[TXT] libgen.h  1.4   24 years  espie   proper const semantics for dirname & basename. (this follows FreeBSD and Linux....
[TXT] limits.h  1.6   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] link.h  1.8   22 years  art   oops.
[TXT] locale.h  1.3   24 years  espie   Define NULL to be __null for C++: better quality of implementation. __null is a ...
[TXT] login_cap.h  1.6   22 years  millert   Give login_cap_t a struct name so we can use forward declarations.
[TXT] math.h  1.5   22 years  millert   Change protection of struct exception back from #ifdef __LIBM_PRIVATE to #ifndef...
[TXT] md5.h  1.5   24 years  millert   Expose MDXTransform functions to be consistent with sha1 and rmd160.
[TXT] memory.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] ndbm.h  1.3   25 years  millert   real dbm_rdonly
[TXT] netdb.h  1.14   22 years  jakob   add getrrsetbyname(3) - API to retrieve arbitrary DNS records
[TXT] netgroup.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] nl_types.h  1.6   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] nlist.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] paths.h  1.18   23 years  deraadt   er, no _PATH_NOLOGIN is the "do not let users login file"; sigh@kuzirabekon.econ...
[TXT] poll.h  1.2   24 years  todd   implimented -> implemented
[TXT] pwd.h  1.12   22 years  millert   Change the second arg to pw_mkdb() from a boolean flag to a set of bit flags ORe...
[TXT] ranlib.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] readpassphrase.h  1.1   23 years  millert   Add readpasasphrase(3), a more flexible getpass(3) replacement. getpass(3) is no...
[TXT] regex.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] resolv.h  1.7   22 years  jakob   add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@
[TXT] rmd160.h  1.5   22 years  markus   new rmd160 implementation. based on ftp://ftp.rsasecurity.com/pub/cryptobytes/c...
[TXT] search.h  1.3   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] setjmp.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] sha1.h  1.9   25 years  angelos   Add some useful defines (used by ssyslog).
[TXT] signal.h  1.4   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] stdbool.h  1.2   24 years  espie   Copyright...
[TXT] stddef.h  1.4   24 years  espie   In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. Redefining...
[TXT] stdio.h  1.18   22 years  fgsch   put changes back, this time ALL the files.
[TXT] stdlib.h  1.13   22 years  millert   Add new cgetusedb() function to toggle reading of .db files in getcap(3). Needed...
[TXT] string.h  1.6   24 years  espie   Be thorough about NULL as __null for C++.
[TXT] strings.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] sysexits.h  1.4   23 years  aaron   indent
[TXT] tar.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] time.h  1.10   23 years  millert   Move nanosleep() proto to from sys/time.h to time.h where it belongs. Problem no...
[TXT] ttyent.h  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] unistd.h  1.35   22 years  millert   remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
[TXT] utime.h  1.3   26 years  deraadt   provide time_t without sys/types.h; kleink
[TXT] utmp.h  1.4   23 years  deraadt   move utmp to large format, usernames to 32 chars; downsj
[TXT] vis.h  1.4   23 years  millert   Missed this in the strnvis(3) commit.
[TXT] bm.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] cast.h (in the Attic) [Hide]  1.2   25 years  provos   s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include header fil...
[TXT] dbm.h (in the Attic) [Hide]  1.3   23 years  niklas   $OpenBSD$
[TXT] des.h (in the Attic) [Hide]  1.3   25 years  art   remove bogus ifdef PERL5
[TXT] disktab.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[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.5   24 years  millert   Expose MDXTransform functions to be consistent with sha1 and rmd160.
[TXT] mpool.h (in the Attic) [Hide]  1.6   25 years  millert   Update HASHKEY macro from db 1.8.6. I didn't update that initially as I thought...
[TXT] ohash.h (in the Attic) [Hide]  1.1   23 years  espie   Add ohash_* functions to libc. Ok'd deraadt@, millert@
[TXT] olf_abi.h (in the Attic) [Hide]  1.1   27 years  etheisen   OLF.
[TXT] re_comp.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] sgtty.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] skipjack.h (in the Attic) [Hide]  1.2   23 years  niklas   $OpenBSD$
[TXT] stab.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] struct.h (in the Attic) [Hide]  1.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[TXT] tzfile.h (in the Attic) [Hide]  1.3   26 years  deraadt   Wall; Andreas.Gunnarsson@emw.ericsson.se