CVS: cvs.openbsd.org: src

2018-01-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/01/03 20:02:05 Modified files: sbin/dhclient : clparse.c dhcpd.h parse.c Log message: parse_lease_time() is an unnecessary abstraction. Just use parse_number('L') since it is parsing unsigned 32bit int

CVS: cvs.openbsd.org: src

2018-01-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2018/01/03 19:27:55 Modified files: sbin/dhclient : clparse.c dhcpd.h parse.c Log message: We only parse decimal numbers, so parse_decimal() -> parse_number() to match grammar comments and improve euphony.

CVS: cvs.openbsd.org: src

2018-01-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/01/03 17:33:54 Modified files: sys/net: if_ethersubr.c Log message: remove support for decapsulating LLC/SNAP frames. the code was broken and noone noticed. this argues that we don't need it.

CVS: cvs.openbsd.org: src

2018-01-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2018/01/03 16:39:02 Modified files: distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2018-01-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/01/03 16:20:10 Modified files: sys/sys: _endian.h Log message: rework __swapXX to avoid the use of __statement. the primary motivation of this was to allow the use of things like htons() and ht

CVS: cvs.openbsd.org: src

2018-01-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2018/01/03 16:11:06 Modified files: sys/dev/ic : malo.c Log message: assign 1 instead of the result of htole16(1) to a uint8_t. on big endian archs the 1 is shifted to the high byte, which then gets los

CVS: cvs.openbsd.org: src

2018-01-03 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/01/03 14:01:16 Modified files: sys/dev/ic : bwfm.c bwfmvar.h sys/dev/pci: if_bwfm_pci.c sys/dev/usb: if_bwfm_usb.c Log message: Since the PCI attachment code already uses m

CVS: cvs.openbsd.org: src

2018-01-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/03 13:41:31 Modified files: sys/dev/fdt: rkclock.c Log message: Instead of adding each and every clock to the list of clocks that are enabled by default, simply assume they are. But do c

CVS: cvs.openbsd.org: src

2018-01-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/03 13:10:40 Modified files: sys/dev/pci: ahci_pci.c Log message: Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controller but doesn't advertise itself as such. ok dlg@

CVS: cvs.openbsd.org: src

2018-01-03 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2018/01/03 12:39:36 Modified files: sys/net: if_ethersubr.c Log message: Add support for IPv6 over MPLS pseudowire aka mpw(4) OK claudio@ jca@

CVS: cvs.openbsd.org: src

2018-01-03 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2018/01/03 12:39:07 Modified files: usr.sbin/ldpd : kroute.c Log message: Add support for IPv6 over MPLS pseudowire aka mpw(4) OK claudio@ jca@

CVS: cvs.openbsd.org: src

2018-01-03 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2018/01/03 12:12:20 Modified files: bin/dd : args.c Log message: Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fff" from erroring out with "dd: skip: Undefined error: 0"

CVS: cvs.openbsd.org: src

2018-01-03 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2018/01/03 04:12:21 Modified files: usr.sbin/smtpd : lka.c Log message: Use crypt_checkpass(3) instead of crypt(3). Based on a diff from Edgar Pettijohn. Ok gilles@ eric@

CVS: cvs.openbsd.org: src

2018-01-03 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2018/01/03 03:22:38 Modified files: distrib/miniroot: install.sub distrib/sparc64/common: install.md Log message: Always present the same question at the end of installs or upgrades. Offer to exit t

CVS: cvs.openbsd.org: src

2018-01-03 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2018/01/03 01:43:10 Modified files: sys/dev/pci: if_bwfm_pci.c Log message: Add size for free(9) in the bwfm(4) PCI attachment code. >From Michael W. Bombardieri

CVS: cvs.openbsd.org: src

2018-01-03 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:src Changes by: bent...@cvs.openbsd.org 2018/01/03 01:43:09 Modified files: share/man/man4 : hsq.4 share/man/man5 : bsd.port.mk.5 Log message: Include https:// in links, so HTML output doesn't assume they're relative. ok jmc@ schwarze@

CVS: cvs.openbsd.org: src

2018-01-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/03 01:17:18 Modified files: usr.sbin/vmctl : vmctl.8 Log message: pretty up the "start" command;

CVS: cvs.openbsd.org: src

2018-01-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/03 01:13:16 Modified files: share/man/man4 : rkpcie.4 Log message: fix SEE ALSO;