CVS: cvs.openbsd.org: src

2017-06-07 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/06/07 23:35:25 Modified files: sys/arch/landisk/conf: Makefile.landisk files.landisk sys/arch/landisk/landisk: locore.S Added files: sys/arch/landisk/landisk: locore0.S Log message: Sp

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 21:37:25 Modified files: sys/sys: tree.h Log message: remove the _rb_color prototype in RBT, it's unused/unimplimented

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 21:30:52 Modified files: sys/kern : subr_tree.c Log message: make rb_n2e return a struct rb_entry *, not void * maybe this will help prevent misassignment in the future.

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 21:22:56 Modified files: sys/kern : subr_tree.c Log message: use unsigned long instead of caddr_t to move between nodes and entries. this removes the need for sys/param.h. this code can be

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 21:12:53 Modified files: share/man/man9 : RBT_INIT.9 sys/sys: tree.h sys/kern : subr_tree.c Log message: add RBT_SET_LEFT, RBT_SET_RIGHT, and RBT_SET_PARENT this a

Re: CVS: cvs.openbsd.org: src

2017-06-07 Thread Jonathan Gray
On Wed, Jun 07, 2017 at 06:46:42PM -0600, David Gwynne wrote: > CVSROOT: /cvs > Module name: src > Changes by: d...@cvs.openbsd.org2017/06/07 18:46:42 > > Modified files: > sbin/ifconfig : ifconfig.8 > > Log message: > consistently use lowercase suffixes for 802.1 things. > >

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 19:34:00 Modified files: sys/dev/ic : gem.c Log message: make the gem tx path MPSAFE. this mostly follows the pattern in ifq.h ok jmatthew@

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 19:17:01 Modified files: share/man/man4 : vlan.4 Log message: consistently use lowercase for the 802.1 suffixes.

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 18:46:42 Modified files: sbin/ifconfig : ifconfig.8 Log message: consistently use lowercase suffixes for 802.1 things. eg, 802.1x, 802.1q, and 802.1ad

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 18:21:23 Modified files: usr.bin/mandoc : mandoc.1 mandoc.h read.c Log message: Portable mandoc just got a warning about unknown .Lb names which we don't want in OpenBSD, but let's keep th

Re: CVS: cvs.openbsd.org: src

2017-06-07 Thread Todd C. Miller
On Wed, 07 Jun 2017 17:36:43 -0600, Todd C. Miller wrote: > CVSROOT: /cvs > Module name: src > Changes by: mill...@cvs.openbsd.org 2017/06/07 17:36:43 > > Modified files: > usr.bin/at : at.c > usr.sbin/cron : atrun.c cron.c database.c env.c globals.h >

CVS: cvs.openbsd.org: src

2017-06-07 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/06/07 17:36:43 Modified files: usr.bin/at : at.c usr.sbin/cron : atrun.c cron.c database.c env.c globals.h user.c Log message: In cron(8), require that crontab an

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 17:29:31 Modified files: usr.bin/mandoc : mandoc.1 mandoc.h mdoc_validate.c read.c roff.h Log message: style checks related to .Er; inspired by mdoclint(1)

CVS: cvs.openbsd.org: src

2017-06-07 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/06/07 17:15:49 Modified files: usr.sbin/vmctl : main.c Log message: vmctl: change default "vmctl console" (cu) baud rate to 115200. Not strictly needed but matches the previous baudrate diff committed e

CVS: cvs.openbsd.org: src

2017-06-07 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/06/07 15:47:07 Modified files: sbin/ifconfig : ifconfig.8 Log message: use the same formatting for vlan as the rest of the page; ok dlg

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 15:05:19 Modified files: regress/usr.bin/mdoclint: mdoclint mdoclint.1 Log message: Remove "new sentence, new line" detection, covered by mandoc. OK jmc@ wiz@

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 14:58:36 Modified files: usr.bin/mandoc : mdoc.c Log message: Also catch "new sentence, new line" if there are three blanks between the sentences. Thomas Klausner says he has seen some of

CVS: cvs.openbsd.org: src

2017-06-07 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/06/07 14:53:59 Modified files: sys/kern : kern_pledge.c sys/sys: acct.h usr.bin/lastcomm: lastcomm.1 lastcomm.c lib/libc/sys : pledge.2 Log message: Add an acc

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 14:30:13 Modified files: usr.bin/mandoc : mdoc.c Log message: Make "new sentence, new line" detection stricter: Also catch cases where the new sentence starts with a one-letter word and th

CVS: cvs.openbsd.org: src

2017-06-07 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/06/07 14:09:07 Modified files: regress/sys/net/pf_fragment: pf.conf Log message: To test IPv6 fragements with extension header, the pf pass rules need an allow-opts. Otherwise pf blocks packets with op

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 14:01:07 Modified files: usr.bin/mandoc : term.c term.h Log message: Prepare the terminal driver for filling multiple columns in parallel, second step: make the per-column byte pointer per

CVS: cvs.openbsd.org: src

2017-06-07 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/06/07 11:59:36 Modified files: usr.sbin/cron : atrun.c Log message: When running at jobs, open the at spool and use the directory fd with openat(), fstatat() and unlinkat(). This is similar to how we

CVS: cvs.openbsd.org: src

2017-06-07 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/07 11:38:08 Modified files: usr.bin/mandoc : man_term.c mdoc_term.c roff_term.c tbl_term.c term.c term.h term_ascii.c term_ps.c Log message: Prepare the terminal dri

CVS: cvs.openbsd.org: src

2017-06-07 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/07 10:47:29 Modified files: sbin/ifconfig : brconfig.c Log message: Fix clang warning about tautological compare: an unsigned long can't be negative. ok deraadt@

CVS: cvs.openbsd.org: src

2017-06-07 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2017/06/07 10:01:07 Modified files: share/mk : bsd.lib.mk Log message: make sure there are no duplicate object files linked when building syspatches

CVS: cvs.openbsd.org: src

2017-06-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2017/06/07 09:49:21 Modified files: sys/dev/pv : xbf.c Log message: Acquire submit queue mutex only once per xbf_complete_cmd invocation and remove some leftover assertions.

CVS: cvs.openbsd.org: src

2017-06-07 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/07 09:27:46 Modified files: usr.bin/tmux : mode-tree.c proc.c tmux.h window-buffer.c Log message: Return 1 if name matches not 0, also fix some spaces.

CVS: cvs.openbsd.org: src

2017-06-07 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/06/07 08:53:28 Modified files: usr.sbin/vmd : ns8250.c ns8250.h vm.c vmm.h Log message: vmd: Implement simulated baudrate support in the ns8250 module. The previous version was allowing an output rate

CVS: cvs.openbsd.org: src

2017-06-07 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/06/07 08:41:53 Modified files: usr.sbin/vmd : loadfile.h Log message: vmd: properly advertise 640k base memory, not 636k. That was a holdover from before we had seabios support (to fake a hole where t

CVS: cvs.openbsd.org: src

2017-06-07 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/07 08:37:30 Modified files: usr.bin/tmux : mode-tree.c tmux.1 tmux.h window-buffer.c window-client.c window-tree.c Log message: Add simple searching (C-s and n) to the var

CVS: cvs.openbsd.org: src

2017-06-07 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/06/07 07:41:02 Modified files: sys/kern : uipc_socket2.c Log message: Assert that the KERNEL_LOCK() is held when messing with routing, pfkey and unix sockets. ok claudio@

CVS: cvs.openbsd.org: src

2017-06-07 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/06/07 07:30:36 Modified files: sys/kern : kern_malloc.c Log message: Assert that the calling CPU is holding the KERNEL_LOCK() in malloc(9) and free(9). The exception is at early boot when only on

CVS: cvs.openbsd.org: src

2017-06-07 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/06/07 07:28:02 Modified files: sys/net: route.c sys/netinet: in_pcb.c sys/netinet6 : nd6_rtr.c Log message: Grab the KERNEL_LOCK() around rtm*() functions. Routing socke

CVS: cvs.openbsd.org: src

2017-06-07 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/06/07 07:25:18 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: reword "listen on socket" somewhat; ok gilles

CVS: cvs.openbsd.org: src

2017-06-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/07 03:46:32 Modified files: sbin/ifconfig : ifconfig.8 Log message: update the VLAN doco. the parameters are parent and vnetid, not vlandev and vlan. svlan(4) is also a thing. ok jmc@

CVS: cvs.openbsd.org: src

2017-06-07 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/06/07 03:41:57 Modified files: bin/chmod : chmod.1 Log message: X is not restricted to just the + operator; diff from klemens nanni confirmed by otto

CVS: cvs.openbsd.org: src

2017-06-07 Thread Adam Wolk
CVSROOT:/cvs Module name:src Changes by: aw...@cvs.openbsd.org 2017/06/07 03:11:52 Modified files: usr.bin/htpasswd: htpasswd.c Log message: htpasswd: use crypt_newhash instead of the bcrypt API man bcrypt states: These functions are deprecated in favor of crypt_checkp