tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
rdate
/
at
trash-bin2
7 files
Makefile
remove -Werror from userland builds, to give us a chance to use more verbose warning options if desired. ok millert@, henning@, david@
22 years ago
ntp.c
Remove unused attempts variable whose probable intended use would have been redundant anyway. No object change.
6 years ago
ntpleaps.c
Remove NULL-checks before free().
10 years ago
ntpleaps.h
spelling fixes, from Martynas Venckus;
18 years ago
rdate.8
after much wrangling over what might be an improved example, just delete it. ok deraadt schwarze
7 years ago
rdate.c
No need to declare optind, optarg or opterr; unistd.h does this for us. From Jan Stary. OK deraadt@
4 years ago
rfc868time.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago