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_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arpa/        
[DIR] protocols/        
[DIR] rpc/        
[DIR] rpcsvc/        
[TXT] Makefile  1.90   23 years  millert   Build gnu/lib/libreadline and use it instead of the one currently in the binutil...
[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.3   24 years  espie   dlopen and dlsym take const char * parameters. Fix prototypes, propagate const w...
[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.4   23 years  deraadt   use __x__ formats for __attribute__ arguments; guenther@gac.edu
[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.5   24 years  millert   put back FTS_CHDIRROOT until next library major number crank
[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.2   26 years  niklas   Well, as we are heading for a release people are encouraged to rebuild their ent...
[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.5   24 years  espie   dlopen and dlsym take const char * parameters. Fix prototypes, propagate const w...
[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.4   23 years  millert   Guard against multiple inclusion
[TXT] math.h  1.4   24 years  todd   $OpenBSD$
[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.12   23 years  itojun   change ai_addrlen to socklen_t. now it conforms to draft-ietf-ipngwg-rfc2553bis...
[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.11   23 years  pjanzen   _PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does.
[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.5   23 years  todd   spelling
[TXT] rmd160.h  1.4   24 years  millert   prototype mismatch for RMD160Update()
[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.15   23 years  deraadt   use __x__ formats for __attribute__ arguments; guenther@gac.edu
[TXT] stdlib.h  1.12   24 years  millert   Add srandomdev() from FreeBSD for use by sendmail and others.
[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.34   23 years  deraadt   use __x__ formats for __attribute__ arguments; guenther@gac.edu
[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