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.
 
 
 
 
 
 
millert cab5b7c7b6 LOGIN_SETALL did not include LOGIN_SETENV as it should. 19 years ago
..
arpa TSIZE & TIMEOUT support; from freebsd via tholo 20 years ago
protocols dumped is really spelled with one p and not two 20 years ago
rpc Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might 19 years ago
rpcsvc Remove unnecessary typedef usage. 20 years ago
Makefile install net80211 headers; millert and deraadt ok. 19 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 fix non-gnu ansi compilers by not using 'inline' but '__inline' instead. 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 dladdr() support and add some 'standard' dlsym() support. 20 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 GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. 20 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 KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned 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 According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX 20 years ago
link.h Remove unnecessary typedef usage. 20 years ago
link_aout.h Remove unnecessary typedef usage. 20 years ago
link_elf.h Add dl_iterate_phdr() support. 20 years ago
locale.h Remove the advertising clause in the UCB license which Berkeley 21 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 provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) 19 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 gai_strerror() should return const char *; OK deraadt@ 19 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 Cosmetic clean-up. 20 years ago
olf_abi.h OLF. 28 years ago
paths.h Add /dev/fd/ and /var/empty/; ok henning@ and krw@ 20 years ago
poll.h PD 20 years ago
pwd.h passwd.conf has been deprecated since login.conf was imported. 20 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 Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
search.h POSIX says "data" is void *, not char *. Also remove extern from prototypes. 20 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 Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
sha2.h Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
signal.h XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ 20 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 let stdbool.h work with recent gcc, since they modified the interface, 20 years ago
stddef.h Remove the advertising clause in the UCB license which Berkeley 21 years ago
stdio.h major bump to libc and libpthread to break the dependency of a 20 years ago
stdlib.h Update strtonum() protor 20 years ago
string.h add bounds check for src pointer in bcopy(3) as well as dest pointer, 20 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 implement strnunvis(3), a bounded version of strunvis(3). ok millert@ 20 years ago