Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
drahn 43027cba57 Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@ 20 years ago
..
arpa TSIZE & TIMEOUT support; from freebsd via tholo 20 years ago
protocols Remove unnecessary typedef usage. 20 years ago
rpc Remove unnecessary typedef usage. 20 years ago
rpcsvc Remove unnecessary typedef usage. 20 years ago
Makefile Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@ 20 years ago
a.out.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
ar.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
assert.h proto _assert2() 21 years ago
bitstring.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
blf.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
bm.h Remove unnecessary typedef usage. 20 years ago
bsd_auth.h put sentinel back in. Thx miod@ 22 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 If lint is defined, act like _ANSI_LIBRARY was defined. That way 20 years ago
curses.h I hereby place this file in the public domain. 21 years ago
db.h Remove unnecessary typedef usage. 20 years ago
dbm.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
des.h DES_LONG as non-int is just RIDICULOUS 22 years ago
dirent.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
disktab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
dlfcn.h Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL, 21 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 the advertising clause in the UCB license which Berkeley 21 years ago
fnmatch.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
fstab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
fts.h Remove unnecessary typedef usage. 20 years ago
ftw.h Need ftw.h for ftw(3) and nftw(3) 21 years ago
getopt.h GNU-like getopt_long() from NetBSD with changes by me to support 21 years ago
glob.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
grp.h proto getgrgid_r and getgrnam_r 21 years ago
ieeefp.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
ifaddrs.h Remove unnecessary typedef usage. 20 years ago
inttypes.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
iso646.h C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. 23 years ago
kvm.h Remove unnecessary typedef usage. 20 years ago
langinfo.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
libgen.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
limits.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
link.h Remove unnecessary typedef usage. 20 years ago
link_aout.h Remove unnecessary typedef usage. 20 years ago
link_elf.h Revert this to art's orginal verstion, internal ld.so fields should not 22 years ago
locale.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
login_cap.h Remove unnecessary typedef usage. 20 years ago
malloc.h Warn when <malloc.h> is included, recommending <stdlib.h> 28 years ago
math.h Better value for vax MAXFLOAT 21 years ago
md4.h corrent __bounded__ attribute for the *Data functions, and add 21 years ago
md5.h corrent __bounded__ attribute for the *Data functions, and add 21 years ago
memory.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
mpool.h Remove unnecessary typedef usage. 20 years ago
ndbm.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
netdb.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
netgroup.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 22 years ago
nl_types.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
nlist.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
ohash.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
olf_abi.h OLF. 28 years ago
paths.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
poll.h PD 20 years ago
pwd.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
ranlib.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
re_comp.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
readpassphrase.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
regex.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
resolv.h Remove unnecessary typedef usage. 20 years ago
rmd160.h Remove unnecessary typedef usage. 20 years ago
search.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 22 years ago
setjmp.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
sgtty.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
sha1.h Remove unnecessary typedef usage. 20 years ago
sha2.h Add sha2 routines based on code by Aaron D. Gifford with minor 21 years ago
signal.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
skipjack.h Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
stab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
stdbool.h Copyright... 25 years ago
stddef.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
stdio.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
stdlib.h Prototype llabs(3). Forgotten commit gathering bit rot in my tree... 20 years ago
string.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
strings.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
struct.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
sysexits.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
tar.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
time.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
ttyent.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
tzfile.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
unistd.h Prototype closefrom(); tedu@ OK 20 years ago
utime.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
utmp.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
vis.h add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago