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.
 
 
 
 
 
 
mho d946d76de6 Remove krb4 support. 22 years ago
..
arpa 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. 23 years ago
protocols Amend c_count comment per PR 1576. 24 years ago
rpc realated -> related 22 years ago
rpcsvc Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
Makefile Remove krb4 support. 22 years ago
a.out.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
ar.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
assert.h back-out header change for now. 22 years ago
bitstring.h Updates from lite2 via NetBSD; fixes license. 22 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. 23 years ago
bm.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. 23 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 Back out __EOF stuff and just use -1 in ctype.h. This is OK since 22 years ago
curses.h curses.h frontend 26 years ago
db.h do not declare int32_t and such locally. pull sys/types.h. 22 years ago
dbm.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. 23 years ago
des.h DES_LONG as non-int is just RIDICULOUS 23 years ago
dirent.h NULL is now 0L so it is the same size as a pointer. 22 years ago
disktab.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
dlfcn.h Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@ 22 years ago
elf_abi.h Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version. 29 years ago
err.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. 23 years ago
fnmatch.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. 23 years ago
fstab.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. 23 years ago
fts.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
getopt.h GNU-like getopt_long() from NetBSD with changes by me to support 22 years ago
glob.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
grp.h Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me... 23 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. 23 years ago
ifaddrs.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. 23 years ago
inttypes.h move uint*_t to machine/types.h 26 years ago
iso646.h C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. 23 years ago
kvm.h Add a flag - KVM_NO_FILES which tells kvm_openfiles to not 22 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. 23 years ago
libgen.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. 23 years ago
limits.h Introduce a new file, machine/internal_types.h, to hold that specific arch 23 years ago
link.h remove , at end of enum 22 years ago
link_aout.h split link.h into three parts. The MI parts are left in link.h 22 years ago
link_elf.h Revert this to art's orginal verstion, internal ld.so fields should not 22 years ago
locale.h NULL is now 0L so it is the same size as a pointer. 22 years ago
login_cap.h Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd". 22 years ago
malloc.h Warn when <malloc.h> is included, recommending <stdlib.h> 28 years ago
math.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. 23 years ago
md4.h o Ansi function headers 22 years ago
md5.h o Ansi function headers 22 years ago
memory.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
mpool.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
ndbm.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. 23 years ago
netdb.h compatiblity -> compatibility 22 years ago
netgroup.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 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. 23 years ago
nlist.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. 23 years ago
ohash.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
olf_abi.h OLF. 28 years ago
paths.h Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory 23 years ago
poll.h implimented -> implemented 25 years ago
pwd.h Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me... 23 years ago
ranlib.h Well, as we are heading for a release people are encouraged to rebuild their 27 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. 23 years ago
readpassphrase.h define RPP_STDIN; missed in previous commit 22 years ago
regex.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
resolv.h compatiblity -> compatibility 22 years ago
rmd160.h o Ansi function headers 22 years ago
search.h Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 23 years ago
setjmp.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. 23 years ago
sgtty.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. 23 years ago
sha1.h o Ansi function headers 22 years ago
sha2.h Add sha2 routines based on code by Aaron D. Gifford with minor 22 years ago
signal.h We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. 23 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. 23 years ago
stab.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
stdbool.h Copyright... 25 years ago
stddef.h NULL is now 0L so it is the same size as a pointer. 22 years ago
stdio.h Back out __EOF stuff and just use -1 in ctype.h. This is OK since 22 years ago
stdlib.h GNU-like getopt_long() from NetBSD with changes by me to support 22 years ago
string.h add prototype for strerror_r 22 years ago
strings.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
struct.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
sysexits.h indent 24 years ago
tar.h Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
time.h NULL is now 0L so it is the same size as a pointer. 22 years ago
ttyent.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. 23 years ago
tzfile.h Wall; Andreas.Gunnarsson@emw.ericsson.se 27 years ago
unistd.h Do not let userland access the swapon system call anymore (nothing uses it 22 years ago
utime.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. 23 years ago
utmp.h move utmp to large format, usernames to 32 chars; downsj 24 years ago
vis.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. 23 years ago