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.
 
 
 
 
 
 
guenther 46fc691d3b Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX 11 years ago
..
arpa Remove excessive sys/cdefs.h inclusion 12 years ago
protocols dumped is _still_ spelled with one p and not two 15 years ago
rpc Oracle has re-licensed sunrpc under a three-clause BSD license. 14 years ago
rpcsvc Remove unnecessary typedef usage. 21 years ago
Makefile do not install the nnpfs directory 12 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 half-guard the actual function prototypes. 13 years ago
bitstring.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
blf.h do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, 17 years ago
bm.h Remove excessive sys/cdefs.h inclusion 12 years ago
bsd_auth.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 19 years ago
complex.h Finalize work on complex math routines, now that we have the 13 years ago
cpio.h First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
ctype.h Now that __only_inline is in <sys/cdefs.h>, replace the local versions in 14 years ago
curses.h I hereby place this file in the public domain. 21 years ago
db.h Remove excessive sys/cdefs.h inclusion 12 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 23 years ago
dirent.h Change scandir()'s 'select' argument from 12 years ago
disktab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
dlfcn.h More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, 12 years ago
elf_abi.h Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version. 28 years ago
err.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 19 years ago
errno.h Remove excessive sys/cdefs.h inclusion 12 years ago
fenv.h Also enclose variable names with external linkage in __BEGIN_DECLS. 13 years ago
float.h create new machine/_float.h which is namespace clean. create a new 12 years ago
fnmatch.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 19 years ago
fstab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
fts.h Remove excessive sys/cdefs.h inclusion 12 years ago
ftw.h Need ftw.h for ftw(3) and nftw(3) 21 years ago
getopt.h First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
glob.h Remove excessive sys/cdefs.h inclusion 12 years ago
grp.h Remove excessive sys/cdefs.h inclusion 12 years ago
ieeefp.h use c calling conventions so that g++ doesn't mangle fpgetmask & 15 years ago
ifaddrs.h Remove unnecessary typedef usage. 21 years ago
inttypes.h Add wcstoimax(3) and wcstoumax(3). 16 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 excessive sys/cdefs.h inclusion 12 years ago
langinfo.h Remove excessive sys/cdefs.h inclusion 12 years ago
libgen.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
limits.h Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX 11 years ago
link.h Remove unnecessary typedef usage. 21 years ago
link_aout.h Remove unnecessary typedef usage. 21 years ago
link_elf.h typos from alexey dobriyan; 19 years ago
locale.h As pointed out by Richard Guenther our definition 13 years ago
login_cap.h LOGIN_SETALL did not include LOGIN_SETENV as it should. 20 years ago
malloc.h Warn when <malloc.h> is included, recommending <stdlib.h> 28 years ago
math.h Remove excessive sys/cdefs.h inclusion 12 years ago
md4.h Remove excessive sys/cdefs.h inclusion 12 years ago
md5.h Remove excessive sys/cdefs.h inclusion 12 years ago
memory.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
mpool.h Remove unnecessary typedef usage. 21 years ago
ndbm.h Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. 20 years ago
netdb.h Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. 12 years ago
netgroup.h Remove _err() calls from getnetgrent.c. This is a minor API change 17 years ago
nl_types.h First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
nlist.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
ohash.h uint32_t is the integer type defined in stdint.h 12 years ago
paths.h no more _PATH_AFSD required 12 years ago
poll.h PD 21 years ago
pwd.h Remove excessive sys/cdefs.h inclusion 12 years ago
ranlib.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
re_comp.h First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
readpassphrase.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
regex.h Remove excessive sys/cdefs.h inclusion 12 years ago
resolv.h Remove excessive sys/cdefs.h inclusion 12 years ago
rmd160.h Remove excessive sys/cdefs.h inclusion 12 years ago
search.h bsearch() doesn't belong here (it's in <stdlib.h>) 12 years ago
setjmp.h Explicitly annotate setjmp() and longjmp() (and friends) as 12 years ago
sgtty.h Remove excessive sys/cdefs.h inclusion 12 years ago
sha1.h Remove excessive sys/cdefs.h inclusion 12 years ago
sha2.h Remove excessive sys/cdefs.h inclusion 12 years ago
signal.h Remove excessive sys/cdefs.h inclusion 12 years ago
sndio.h hex constants unsigned, prevents some gcc warnings 12 years ago
spawn.h Remove excessive sys/cdefs.h inclusion 12 years ago
stab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
stdbool.h Teach lint about C99's _Bool and _Complex, plus some related gcc 14 years ago
stddef.h As pointed out by Richard Guenther our definition 13 years ago
stdio.h Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). 11 years ago
stdlib.h Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), 12 years ago
string.h strsignal() was added to POSIX-2008; strerror_r() was in the base 12 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 First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
tgmath.h Add support for tgmath--the type-generic math; now that both math 13 years ago
time.h More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, 12 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 Remove excessive sys/cdefs.h inclusion 12 years ago
utime.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 19 years ago
utmp.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
vis.h backout VIS_HEX. guenther@ points out that the C89 \xff encoding 14 years ago
wchar.h Add support for mbsnrtowcs() and wcsnrtombs() to libc. 12 years ago
wctype.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 19 years ago