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 ce21f11296 <struct.h> is unused and should not be used. Delete it. 7 years ago
..
arpa The macro versions of htonl et al don't require them, but POSIX says 7 years ago
protocols Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete 9 years ago
rpc Pull in <sys/select.h> for fd_set 7 years ago
rpcsvc Stop publicly declaring _yp_dobind() and struct dom_binding, closing out 8 years ago
Makefile <struct.h> is unused and should not be used. Delete it. 7 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
asr.h Make the asr API public. Install asr.h to /usr/include.h and manpages. 10 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
bsd_auth.h As per style.9, prototypes should not have variable names associated 7 years ago
complex.h lint is dead (long live the lint!), so stop using it as a cpp conditional 10 years ago
cpio.h First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
ctype.h Can't use a variable 'c' in a standard include; rename it to '_c' 10 years ago
curses.h libocurses can go to the Attic. last consumer of it was ramdisk more(1) 8 years ago
db.h Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper 8 years ago
dirent.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
disktab.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
dlfcn.h dlerror() should not return const char *, as noted by landry 11 years ago
elf_abi.h Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version. 28 years ago
err.h Add framework for resolving (pun intended) libc namespace issues, using 8 years ago
errno.h Remove excessive sys/cdefs.h inclusion 11 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 18 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 11 years ago
ftw.h Need ftw.h for ftw(3) and nftw(3) 21 years ago
getopt.h The getopt() prototype and externs don't belong in stdlib.h. Berkeley 10 years ago
glob.h Remove excessive sys/cdefs.h inclusion 11 years ago
grp.h setgrfile() isn't implemented 9 years ago
icdb.h Make the key sizes and offsets arrays const, ok tedu 7 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 Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> 11 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 UNIX-domain socket info to struct kinfo_file2 10 years ago
langinfo.h Remove excessive sys/cdefs.h inclusion 11 years ago
libgen.h Remove decls #if'0ed since rev. 1.1 8 years ago
limits.h increase TMP_MAX to the equivalent of INT_MAX. it's actually more, 9 years ago
link.h Remove more knowledge of a.out and stab information from the tree. 10 years ago
link_elf.h Add dl_unwind_find_exidx prototype. 7 years ago
locale.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
login_cap.h change prototype for crypt_newhash. the login_cap_t is a holdover from its 9 years ago
math.h Remove #ifdef __vax__ bits 8 years ago
md5.h Remove excessive sys/cdefs.h inclusion 11 years ago
memory.h Remove the advertising clause in the UCB license which Berkeley 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 Stop including <sys/param.h> from <netdb.h>. Portable software must either 9 years ago
netgroup.h Hide netgroup internals inside libc. The parts that netgroup_mkdb 8 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
paths.h the default rsh is now spelled ssh. ok deraadt 10 years ago
poll.h PD 20 years ago
pwd.h As per style.9, prototypes should not have variable names associated 7 years ago
ranlib.h Remove the advertising clause in the UCB license which Berkeley 21 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 11 years ago
resolv.h Change the (unused) restimespec member of __res_state from a timespec 7 years ago
rmd160.h Remove excessive sys/cdefs.h inclusion 11 years ago
search.h Change lsearch()'s "base" argument to require a non-const pointer to 9 years ago
setjmp.h Stop supporting longjmperror(); it's not used, not portable, and the checks 8 years ago
sha1.h Remove excessive sys/cdefs.h inclusion 11 years ago
sha2.h i forgot to commit sha2.h changes for SHA512/256 7 years ago
signal.h Remove sigreturn declaration and the now-unused libc syscall stub 8 years ago
siphash.h Use standard spelling for types, and rename local variable from "free". 9 years ago
sndio.h Expose internal functions necessary to open audio devices and midi 8 years ago
spawn.h Remove function argument name from posix_spawnattr_getsigmask() 9 years ago
stdbool.h These days pcc defines __GNUC__ and we don't support gcc2. Also needed 8 years ago
stddef.h Add max_align_t. 7 years ago
stdio.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
stdlib.h Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) 7 years ago
string.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
strings.h POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and 8 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
tib.h Use a Thread Information Block in both single and multi-threaded programs. 8 years ago
time.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
ttyent.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
unistd.h As per style.9, prototypes should not have variable names associated 7 years ago
utime.h Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future 11 years ago
utmp.h Delete struct definitions that have been obsolete for a dozen years 10 years ago
uuid.h Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via 9 years ago
vis.h Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ 8 years ago
wchar.h Move the 10 (!) defintions of NULL to their own mini header file and 7 years ago
wctype.h Adapt things to use __type_t instead of _BSD_TYPE_T_ 18 years ago