patch: httpd(8) use LOG_FTP for transfers, like $DEITY intended

2020-10-26 Thread zeurkous
#?patch # # This patch corrects the logging of transfers, of OpenBSD's httpd(8), # to xferlog, where it belongs. # # A simple patch to a waaay overcomplicated bit of software (with insane # defaults to boot; security anyone?). # # --zeurkous, Sat Oct 24 17:51:55 UTC 2020. # --

patch: magic(5) add signatures for m$ COMPRESSed data

2020-10-28 Thread zeurkous
#?patch # # This patch adds, to the OpenBSD magic(5) file, entries for m$ # {COMPRESS,EXPAND}.EXE data. # # --zeurkous, Wed Oct 28 08:48:29 UTC 2020. # --- src/usr.bin/file/magdir/..v/OPENBSD_6_6/msdos Thu Oct 4 16:51:38 2018 +++ src/usr.bin/file/magdir/msdos Wed Oct 28 08:41

wsdisplay(4) factual manual patch

2019-05-25 Thread zeurkous
[not subscribed, please Cc, thanks] This error is still in 6.5. Anyone willing to commit this? --zeur. (this was patch 3 from the wscons 'many ttys' set) Index: src/share/man/man4/wsdisplay.4 === RCS file: /cvs/src/share/ma

FU: wscons patches for many ttys (8/8)

2019-05-25 Thread zeurkous
on that version. --zeurkous. --- src/sbin/wsconsctl/..ar/0/map_scan.lMon Dec 24 06:56:50 2018 +++ src/sbin/wsconsctl/map_scan.l Sat May 25 10:50:01 2019 @@ -76,6 +76,8 @@ yylval.kval = i; if (KS_GROUP(i) == KS_GROUP_Command ||

ping: patch: fix rc(8) wsconsctl invocation

2019-05-25 Thread zeurkous
e below patch fixes this by replacing the apparent UUOE with a > straightforward invocation. > > --zeurkous. > > Index: src/etc/rc > === > RCS file: /cvs/src/etc/rc,v > retrieving revision 1.529 > diff -u -p

ping: patch: rc(8) pass args to rc.local(8)

2019-05-25 Thread zeurkous
his makes the latter > unable to check for the 'autoboot' or 'shutdown' args. > > Patch below fixes this by simply passing the arguments. > > --zeurkous. > > Index: src/etc/rc > ===

ping: patch: minor comment tyop in xserver

2019-05-26 Thread zeurkous
This is still in 6.5. Anyone feel sufficiently bothered to commit this? --zeurkous. > See below. Bit hasty, weren't we? :P > --zeur. > > Index: xenocara/xserver/hw/xfree86/os-support/bsd/bsd_init.c > ==

success on 6.5: wscons 'many ttys' patches

2019-05-26 Thread zeurkous
need to be applied in the future. Baai, --De Zeurkous. -- Friggin' Machines!

RE: top: align CPU lines horizontally

2019-10-13 Thread zeurkous
other work :( --zeurkous. -- Friggin' Machines!

ping^2: patch: fix rc(8) wsconsctl invocation

2019-11-09 Thread zeurkous
rrors being reported by the latter (and the requested >> action not being taken). >> >> The below patch fixes this by replacing the apparent UUOE with a >> straightforward invocation. >> >> --zeurkous. >> >> Index: src/etc/rc >> ==