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 53bd3de409 Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. 12 years ago
..
arpa fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon 15 years ago
protocols dumped is _still_ spelled with one p and not two 14 years ago
rpc Oracle has re-licensed sunrpc under a three-clause BSD license. 13 years ago
rpcsvc Remove unnecessary typedef usage. 20 years ago
Makefile stop installing netatalk headers 13 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 unnecessary typedef usage. 20 years ago
bsd_auth.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 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 13 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 Expose a bunch of new functionality from POSIX 2008: openat(2), 13 years ago
disktab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
dlfcn.h based on a diff from Matt Provost: allow printing of ldd information 17 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_ 18 years ago
errno.h Split off the non-kernel visible portion of sys/errno.h into a 18 years ago
fenv.h Also enclose variable names with external linkage in __BEGIN_DECLS. 13 years ago
fnmatch.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 18 years ago
fstab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
fts.h Bump fts_level from short to int and add a spare short so things 13 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 add a GLOB_KEEPSTAT option that retains a copy of the struct stat 13 years ago
grp.h Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the 13 years ago
ieeefp.h use c calling conventions so that g++ doesn't mangle fpgetmask & 14 years ago
ifaddrs.h Remove unnecessary typedef usage. 20 years ago
inttypes.h Add wcstoimax(3) and wcstoumax(3). 15 years ago
iso646.h C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. 22 years ago
kvm.h Add rtable id and thread id to struct kinfo_proc (and fix process id) 12 years ago
langinfo.h fix typos; while here, improve spacing in comments. 13 years ago
libgen.h Sync with share/misc/license.template and add missing DARPA credit 21 years ago
limits.h Define _POSIX_TZNAME_MAX to 6 if the user requested POSIX 1003.1-2001. 16 years ago
link.h Remove unnecessary typedef usage. 20 years ago
link_aout.h Remove unnecessary typedef usage. 20 years ago
link_elf.h typos from alexey dobriyan; 18 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. 19 years ago
malloc.h Warn when <malloc.h> is included, recommending <stdlib.h> 28 years ago
math.h Finalize work on the math library. It's time to do this monster 13 years ago
md4.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
md5.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 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 Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. 20 years ago
netdb.h net_addrcmp() dies. found out to be a horrific function by eric 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 use standard type uint32_t, instead of BSD-specific u_int32_t 18 years ago
paths.h _PATH_DRUM is no more. 15 years ago
poll.h PD 20 years ago
pwd.h Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for 16 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 the advertising clause in the UCB license which Berkeley 21 years ago
resolv.h Add a resolv.conf option to specify the order in which getaddrinfo 15 years ago
rmd160.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
search.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 years ago
setjmp.h First step in include files overhaul. Use __FOO_VISIBLE (as defined 18 years ago
sgtty.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
sha1.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
sha2.h Rename SHA256/384/512 API to avoid namespace collisions with 15 years ago
signal.h The prototype for pthread_sigmask(2) is supposed to live in <signal.h> 12 years ago
sndio.h make sio_onvol(3) return a integer exposing whether a volume knob 13 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 Expose a bunch of new functionality from POSIX 2008: openat(2), 13 years ago
stdlib.h As pointed out by Richard Guenther our definition 13 years ago
string.h Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. 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 As pointed out by Richard Guenther our definition 13 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 Replace _SELECT_DECLARED with _SELECT_DEFINED_ 12 years ago
utime.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 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 13 years ago
wchar.h C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. 12 years ago
wctype.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 years ago