.. |
arpa
|
add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@
|
23 years ago |
protocols
|
Amend c_count comment per PR 1576.
|
24 years ago |
rpc
|
prototype cleanup
|
23 years ago |
rpcsvc
|
implimented -> implemented
|
24 years ago |
Makefile
|
how did ../lib/libusb not get added? Bad developers
|
23 years ago |
a.out.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
ar.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
assert.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
bitstring.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
blf.h
|
Better english; from provos@
|
24 years ago |
bm.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
bsd_auth.h
|
$OpenBSD$
|
24 years ago |
cast.h
|
s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include
|
26 years ago |
cpio.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
ctype.h
|
make ctype macros on char 0x82 and such work
|
26 years ago |
curses.h
|
curses.h frontend
|
26 years ago |
db.h
|
Typo in comment.
|
25 years ago |
dbm.h
|
$OpenBSD$
|
24 years ago |
des.h
|
remove bogus ifdef PERL5
|
26 years ago |
dirent.h
|
Be thorough about NULL as __null for C++.
|
25 years ago |
disktab.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
dlfcn.h
|
correct prototype for dlerror.
|
23 years ago |
elf_abi.h
|
Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.
|
28 years ago |
err.h
|
remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
|
23 years ago |
fnmatch.h
|
Add FNM_NOSYS, meaning "The implementation does not support this function",
|
24 years ago |
fstab.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
fts.h
|
Make path length variables size_t. This fixes the problem where
|
23 years ago |
glob.h
|
GLOB_LIMIT changes from christos
|
23 years ago |
grp.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
ieeefp.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
ifaddrs.h
|
add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
|
25 years ago |
inttypes.h
|
move uint*_t to machine/types.h
|
26 years ago |
iso646.h
|
C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.
|
23 years ago |
kvm.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
langinfo.h
|
Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@
|
24 years ago |
libgen.h
|
proper const semantics for dirname & basename.
|
25 years ago |
limits.h
|
Add thread-safety to libc, so that libc_r will build (on i386 at least).
|
26 years ago |
link.h
|
oops.
|
23 years ago |
locale.h
|
Define NULL to be __null for C++: better quality of implementation.
|
25 years ago |
login_cap.h
|
Give login_cap_t a struct name so we can use forward declarations.
|
23 years ago |
malloc.h
|
Warn when <malloc.h> is included, recommending <stdlib.h>
|
28 years ago |
math.h
|
Change protection of struct exception back from #ifdef __LIBM_PRIVATE
|
23 years ago |
md4.h
|
Expose MDXTransform functions to be consistent with sha1 and rmd160.
|
24 years ago |
md5.h
|
Expose MDXTransform functions to be consistent with sha1 and rmd160.
|
24 years ago |
memory.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
mpool.h
|
Update HASHKEY macro from db 1.8.6. I didn't update that initially as I thought it related to the new hash code--it does not
|
26 years ago |
ndbm.h
|
real dbm_rdonly
|
26 years ago |
netdb.h
|
add getrrsetbyname(3) - API to retrieve arbitrary DNS records
|
23 years ago |
netgroup.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
nl_types.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
nlist.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
ohash.h
|
Add ohash_* functions to libc.
|
24 years ago |
olf_abi.h
|
OLF.
|
28 years ago |
paths.h
|
er, no _PATH_NOLOGIN is the "do not let users login file"; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
|
24 years ago |
poll.h
|
implimented -> implemented
|
24 years ago |
pwd.h
|
Change the second arg to pw_mkdb() from a boolean flag to a set of
|
23 years ago |
ranlib.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
re_comp.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
readpassphrase.h
|
Add readpasasphrase(3), a more flexible getpass(3) replacement.
|
24 years ago |
regex.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
resolv.h
|
add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@
|
23 years ago |
rmd160.h
|
new rmd160 implementation. based on
|
23 years ago |
search.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
setjmp.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
sgtty.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
sha1.h
|
Add some useful defines (used by ssyslog).
|
26 years ago |
signal.h
|
Add thread-safety to libc, so that libc_r will build (on i386 at least).
|
26 years ago |
skipjack.h
|
$OpenBSD$
|
24 years ago |
stab.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
stdbool.h
|
Copyright...
|
25 years ago |
stddef.h
|
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
|
25 years ago |
stdio.h
|
put changes back, this time ALL the files.
|
23 years ago |
stdlib.h
|
Add new cgetusedb() function to toggle reading of .db files in getcap(3).
|
23 years ago |
string.h
|
Be thorough about NULL as __null for C++.
|
25 years ago |
strings.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
struct.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
sysexits.h
|
indent
|
24 years ago |
tar.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
time.h
|
Move nanosleep() proto to from sys/time.h to time.h where it belongs.
|
23 years ago |
ttyent.h
|
Well, as we are heading for a release people are encouraged to rebuild their
|
27 years ago |
tzfile.h
|
Wall; Andreas.Gunnarsson@emw.ericsson.se
|
26 years ago |
unistd.h
|
remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
|
23 years ago |
utime.h
|
provide time_t without sys/types.h; kleink
|
26 years ago |
utmp.h
|
move utmp to large format, usernames to 32 chars; downsj
|
24 years ago |
vis.h
|
Missed this in the strnvis(3) commit.
|
24 years ago |