CVS: cvs.openbsd.org: src

2020-07-26 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2020/07/26 23:08:57 Modified files: lib/libc/arch/powerpc64/sys: sbrk.S Log message: Fix powerpc64's sbrk() Initialize __curbrk = &_end. It's a 64-bit pointer, so use ld/std instead of lwz/stw. ok

CVS: cvs.openbsd.org: src

2020-07-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/26 15:59:17 Modified files: usr.bin/top: display.c top.1 top.c Log message: Add / as alias for g (grep) Simpliy mdoc(7) markup for "n|# count" while here. Positive manual feedback jmc No

CVS: cvs.openbsd.org: src

2020-07-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/07/26 12:34:10 Modified files: sbin/ifconfig : ifconfig.8 Log message: Document aggr(4) in the TRUNK section Complete the synopsis while here. Feedback OK jmc

CVS: cvs.openbsd.org: src

2020-07-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/07/26 11:44:15 Modified files: sys/dev/pci: if_bge.c Log message: Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instances that come without a fitted EEPROM/NVRAM. ok

CVS: cvs.openbsd.org: src

2020-07-26 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2020/07/26 07:27:24 Modified files: lib/libc/sys : acct.2 share/man/man5 : acct.5 share/man/man8 : daily.8 sys/kern : kern_acct.c Log message: Reference unveil(2) in

CVS: cvs.openbsd.org: src

2020-07-26 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/07/26 06:23:33 Modified files: sys/dev/pci: if_iwn.c Log message: Reduce IWN_DEBUG message noise related to scanning. Patch by Holger Mikolon ok tobhe@