MirBSD/cvs 1005FB6 — src/usr.sbin/rdate rdate.8
some formatting improvements
Version | Delta | File | |
---|---|---|---|
1.15 | +9 | -6 | src/usr.sbin/rdate/rdate.8 |
+9 | -6 | 1 files |
some formatting improvements
Version | Delta | File | |
---|---|---|---|
1.15 | +9 | -6 | src/usr.sbin/rdate/rdate.8 |
+9 | -6 | 1 files |
update portmdoc
Version | Delta | File | |
---|---|---|---|
1.14 | +5 | -4 | src/usr.sbin/rdate/rdate.8 |
+5 | -4 | 1 files |
make use of the more BSD-standard functions rdate.h can now be used as new standard MBSDPORT_H (not that arc4random.c really needs that…)
Version | Delta | File | |
---|---|---|---|
1.8 | +5 | -1 | src/usr.sbin/rdate/rdate.h |
1.15 | +3 | -2 | src/usr.sbin/rdate/rdate.c |
1.8 | +1 | -3 | src/usr.sbin/rdate/rfc868time.c |
1.8 | +0 | -1 | src/usr.sbin/rdate/GNUmakefile |
+9 | -7 | 4 files |
add RCSID and similar stuff from src/usr.bin/rs/rs.h,v 1.4
Version | Delta | File | |
---|---|---|---|
1.7 | +74 | -0 | src/usr.sbin/rdate/rdate.h |
+74 | -0 | 1 files |
inclusion guard; ensure <sys/time.h> is earlier as style(9) requires
Version | Delta | File | |
---|---|---|---|
1.6 | +4 | -1 | src/usr.sbin/rdate/rdate.h |
1.7 | +3 | -2 | src/usr.sbin/rdate/rfc868time.c |
1.14 | +2 | -2 | src/usr.sbin/rdate/rdate.c |
1.23 | +2 | -2 | src/usr.sbin/rdate/ntp.c |
1.5 | +1 | -1 | src/usr.sbin/rdate/cutil.c |
+12 | -8 | 5 files |
force inlining the new macros and use __inline for C89 compat
Version | Delta | File | |
---|---|---|---|
1.5 | +3 | -2 | src/sys/sys/tree.h |
+3 | -2 | 1 files |
merge
Version | Delta | File | |
---|---|---|---|
1.5 | +45 | -27 | src/sys/sys/stat.h |
+45 | -27 | 1 files |
update but keep the ABI
Version | Delta | File | |
---|---|---|---|
1.1.1.3 | +43 | -65 | src/sys/sys/stat.h |
+43 | -65 | 1 files |
merge <sys/syslimits.h>
Version | Delta | File | |
---|---|---|---|
1.7 | +1 | -4 | src/include/limits.h |
1.108 | +2 | -2 | src/sys/sys/param.h |
+3 | -6 | 2 files |
merge and drop delta from openbsd, obsolete since 1.3 merged 1.1.1.3 … nine years ago…
Version | Delta | File | |
---|---|---|---|
1.4 | +275 | -10 | src/sys/sys/tree.h |
+275 | -10 | 1 files |
add CFrustFrust 2011 support
Version | Delta | File | |
---|---|---|---|
1.2 | +4 | -2 | src/sys/sys/_null.h |
+4 | -2 | 1 files |
move our NULL definitions into <sys/_null.h> like OpenBSD did
Version | Delta | File | |
---|---|---|---|
1.1 | +15 | -0 | src/sys/sys/_null.h |
1.107 | +1 | -13 | src/sys/sys/param.h |
1.17 | +2 | -11 | src/include/time.h |
1.15 | +2 | -11 | src/include/stdio.h |
1.9 | +2 | -10 | src/include/dirent.h |
1.14 | +1 | -10 | src/include/unistd.h |
+23 | -55 | 1 files not shown | |
+24 | -65 | 7 files |
merge
Version | Delta | File | |
---|---|---|---|
1.5 | +109 | -54 | src/share/man/man3/Makefile |
+109 | -54 | 1 files |
update from OpenBSD, but keep the CIRCLEQ macros for now: we still have code that uses it, and our compiler is so old it probably shan’t miscompile them…
Version | Delta | File | |
---|---|---|---|
1.1.1.3 | +248 | -318 | src/share/man/man3/queue.3 |
1.1.1.4 | +273 | -5 | src/sys/sys/tree.h |
1.1.1.4 | +109 | -54 | src/share/man/man3/Makefile |
1.1.1.3 | +101 | -52 | src/share/man/man3/tree.3 |
1.1.1.6 | +107 | -17 | src/sys/sys/queue.h |
+838 | -446 | 5 files |
add the utterly stupid unconstifying memmem(3) API from, presumably, musl, via openssh-portable fix it up somewhat to use standards-compliant unconstifying… hmpf…
Version | Delta | File | |
---|---|---|---|
1.1 | +197 | -0 | src/lib/libc/string/memmem.c |
1.31 | +2 | -1 | src/lib/libc/string/Makefile.inc |
+199 | -1 | 2 files |
assorted warning and const-cleanliness fixes
Version | Delta | File | |
---|---|---|---|
1.2 | +19 | -18 | src/lib/libc/gen/login_cap.3 |
1.5 | +10 | -7 | src/lib/libc/gen/getcap.c |
1.3 | +2 | -2 | src/lib/libc/stdlib/recallocarray.c |
+31 | -27 | 3 files |
merge freezero, recallocarray
Version | Delta | File | |
---|---|---|---|
1.10 | +121 | -11 | src/lib/libc/stdlib/malloc.3 |
1.2 | +89 | -0 | src/lib/libc/stdlib/recallocarray.c |
1.16 | +10 | -1 | src/lib/libc/stdlib/malloc.c |
1.18 | +4 | -3 | src/lib/libc/stdlib/Makefile.inc |
+224 | -15 | 4 files |
cease allowing malloc flavour selection: freezero is built into omalloc now
Version | Delta | File | |
---|---|---|---|
1.17 | +0 | -11 | src/lib/libc/stdlib/Makefile.inc |
1.66 | +1 | -2 | src/share/mk/bsd.own.mk |
1.2 | +0 | -0 | src/lib/libc/stdlib/calloc.c |
+1 | -13 | 3 files |
backport freezero and recallocarray from OpenBSD
Version | Delta | File | |
---|---|---|---|
1.1.1.9 | +122 | -12 | src/lib/libc/stdlib/malloc.3 |
1.1.2.1 | +81 | -0 | src/lib/libc/stdlib/recallocarray.c |
1.1.1.12 | +9 | -0 | src/lib/libc/stdlib/malloc.c |
1.1 | +0 | -0 | src/lib/libc/stdlib/recallocarray.c |
+212 | -12 | 4 files |
wording/wrapping
Version | Delta | File | |
---|---|---|---|
1.4 | +6 | -7 | src/lib/libc/stdio/getline.3 |
+6 | -7 | 1 files |
POSIX now has getline, without _GNU_SOURCE
Version | Delta | File | |
---|---|---|---|
1.14 | +3 | -10 | src/include/stdio.h |
1.3 | +8 | -3 | src/lib/libc/stdio/getline.3 |
1.2 | +1 | -4 | src/lib/libc/stdio/getline.c |
+12 | -17 | 3 files |
fix errfunc parameter to be as documented and fix documentation as intended
Version | Delta | File | |
---|---|---|---|
1.6 | +2 | -2 | src/include/glob.h |
1.8 | +2 | -2 | src/lib/libc/gen/glob.3 |
+4 | -4 | 2 files |
repair what was actually a bogus change
Version | Delta | File | |
---|---|---|---|
1.7 | +3 | -3 | src/lib/libc/gen/glob.3 |
+3 | -3 | 1 files |
some consistency and mdoc fixes
Version | Delta | File | |
---|---|---|---|
1.6 | +4 | -2 | src/lib/libc/gen/glob.3 |
+4 | -2 | 1 files |
fastmerge
Version | Delta | File | |
---|---|---|---|
1.5 | +31 | -25 | src/lib/libc/gen/glob.3 |
1.5 | +4 | -4 | src/include/glob.h |
+35 | -29 | 2 files |
backport latest OpenBSD changes (as applicable)
Version | Delta | File | |
---|---|---|---|
1.1.1.4 | +34 | -25 | src/lib/libc/gen/glob.3 |
1.1.1.4 | +4 | -4 | src/include/glob.h |
+38 | -29 | 2 files |
backport a few extra options from OpenBSD
Version | Delta | File | |
---|---|---|---|
1.3 | +28 | -1 | src/sys/netinet/ip.h |
+28 | -1 | 1 files |
from OpenBSD: stop using n_time here; allows inclusion in random userspace
Version | Delta | File | |
---|---|---|---|
1.2 | +3 | -2 | src/sys/netinet/ip.h |
+3 | -2 | 1 files |
add some forward compatibility to LibreSSL
Version | Delta | File | |
---|---|---|---|
1.2 | +62 | -2 | src/lib/libssl/src/crypto/crypto.h |
+62 | -2 | 1 files |
update
Version | Delta | File | |
---|---|---|---|
1.1 | +17 | -0 | contrib/hosted/tg/deb/hookdir/D00-pins |
1.8 | +3 | -3 | contrib/hosted/tg/deb/hookdir/D25backports |
+20 | -3 | 2 files |