CVS: cvs.openbsd.org: src

2015-09-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2015/09/03 08:22:28 Modified files: sys/dev/usb/dwc2: dwc2.c dwc2var.h Log message: Remove the abort_task field in struct dwc2_xfer. There is an identical field in struct usbd_xfer which is part of

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 08:59:23 Modified files: sys/netinet: ip_output.c sys/netinet6 : in6_src.c Log message: Revert (again!) the two uses of rtisvalid(9), they break NFS! Found the hardway by naddy@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/03 08:50:53 Modified files: usr.sbin/syslogd: syslogd.c Log message: Instead of creating a line buffer on the stack, tcp_readcb() can use the global linebuf like the other libevent read callbacks.

CVS: cvs.openbsd.org: src

2015-09-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2015/09/03 09:14:08 Modified files: sys/dev/usb/dwc2: dwc2.c Log message: Properly cancel any pending USB abort task when aborting a transfer and skip completed transfers in dwc2_abort_xfer(). This fixes

CVS: cvs.openbsd.org: src

2015-09-03 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/09/03 08:30:23 Modified files: usr.bin/tmux : format.c tmux.c Log message: A couple of style nits.

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 10:42:01 Modified files: sys/netinet6 : in6_ifattach.c Log message: Change the order of operations for loopback interfaces to have ::1 configured before fe80::1. (lo0:0) in pf should resolve

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/03 11:07:21 Modified files: regress/sbin/pfctl: pf47.ok pf47.optimized Log message: revert previous since the v6 address order has been restored

CVS: cvs.openbsd.org: src

2015-09-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/03 12:14:35 Modified files: regress/usr.sbin/syslogd: args-dropped-tcp.pl args-dropped-tls.pl args-sync-tcp.pl syslogd.pl Added

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/03 12:47:36 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Fix a race in pmap_page_remove(). This should get mail from the mailing lists flowing again. Thanks to millert@ for

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/03 12:49:19 Modified files: sys/arch/i386/i386: pmap.c pmapae.c Log message: Fix a race in pmap_page_remove_86() and pmap_page_remove_pae(). ok millert@, tedu@, mlarkin@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/09/03 11:59:55 Modified files: sbin/ping : ping.c Log message: Move tricky system calls up and sensitive data calculations down so that tame(2) can sit in the middle. diff from deraadt@ "you can

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/03 12:00:11 Modified files: sys/arch/amd64/conf: RAMDISK RAMDISK_CD Log message: No real point in having efifb(4) on the floppies; we want it on everything else! ok deraadt@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/09/03 09:52:16 Modified files: sys/arch/i386/include: biosvar.h Log message: match amd64; bios_efi_info_t is required here as well, because acpidump compiles on more than one platform.

CVS: cvs.openbsd.org: src

2015-09-03 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2015/09/03 11:08:29 Modified files: share/misc : countrycodes Log message: sync with ISO web site; ok millert@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/09/03 14:50:48 Modified files: usr.sbin/syslogd: syslogd.c Log message: In sendsyslog(2) I got the plural s of messages right. The messages of syslogd(8) should be alike. syslogd: dropped 1 message

CVS: cvs.openbsd.org: src

2015-09-03 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/09/03 14:05:59 Modified files: usr.bin/doas : doas.c Log message: replace permfail calls with errc. the permfail calls had been retained for clarity and/or future use, but if people send me diffs

CVS: cvs.openbsd.org: src

2015-09-03 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/09/03 00:26:17 Modified files: usr.sbin/smtpd : iobuf.c Log message: move paren to correctly return a negative error value instead of the result of the < 0 test which would be 1. ok gilles@

Re: CVS: cvs.openbsd.org: src

2015-09-03 Thread Antoine Jacoutot
On Thu, Sep 03, 2015 at 01:50:22AM -0600, Martin Pieuchot wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2015/09/03 01:50:22 > > Modified files: > sys/dev/usb: ugen.c > > Log message: > Do not use an intermediary buffer on the stack of the

Re: CVS: cvs.openbsd.org: src

2015-09-03 Thread Miod Vallat
> > Tested by ajacatoutot@. > > lol, never seen that one before :-) Must have been a use-after-fruit!

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 01:50:22 Modified files: sys/dev/usb: ugen.c Log message: Do not use an intermediary buffer on the stack of the caller when submitting a read request. This also means big read requests are

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 03:16:33 Modified files: sys/conf : files Log message: Add missing net/art.c, found the hardway by reyk@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/09/03 03:22:40 Modified files: sys/arch/amd64/stand/efiboot: efiboot.c Log message: Improve the code that tries to figure out which device we booted from. The EFI Loaded Image Device Path

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 04:00:00 Modified files: sys/netinet: ip_output.c sys/netinet6 : in6_src.c Log message: Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). This introduces a

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 03:50:26 Modified files: sys/net: route.c Log message: Unconditionally set the RTF_UP flags when adding a route to the table. This makes dhclient(8) configured default routes usable

CVS: cvs.openbsd.org: src

2015-09-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2015/09/03 05:16:50 Modified files: usr.bin/tsort : tsort.c Log message: reorg code, preliminary step to more cleanup - split the two blobs in main into separate functions - use return instead of exit

CVS: cvs.openbsd.org: src

2015-09-03 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2015/09/03 05:30:13 Modified files: usr.sbin/acpidump: Makefile acpidump.c Log message: Modify acpidump to work on systems booted from efi boot. Use the ACPI config address passed through the boot

CVS: cvs.openbsd.org: src

2015-09-03 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/09/03 06:13:13 Modified files: sys/kern : kern_sysctl.c Log message: Fix !INET6 build.

CVS: cvs.openbsd.org: src

2015-09-03 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/09/03 06:23:23 Modified files: usr.sbin/smtpd : aliases.5 smtpd.8 smtpd.conf.5 Log message: Document spool dir in smtpd's FILES section and be consistent with using compact lists for FILES in the other

CVS: cvs.openbsd.org: src

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:06:28 Modified files: usr.bin/nc : netcat.c Log message: synchronize synopsis and usage.

CVS: cvs.openbsd.org: www

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs Module name:www Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:19:55 Modified files: . : 58.html Log message: add missing full stops.

CVS: cvs.openbsd.org: src

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:04:18 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: append the year Zilog Z-80 8-bit microprocessor was introduced; a nice processor, learnt assembly on a Z-80A

CVS: cvs.openbsd.org: www

2015-09-03 Thread Igor Sobrado
CVSROOT:/cvs Module name:www Changes by: sobr...@cvs.openbsd.org 2015/09/03 17:02:20 Modified files: . : alpha.html amd64.html i386.html Log message: advertise the right installation media. ok rpe@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 21:57:38 Modified files: usr.bin/ssh: sshconnect.c Log message: remove extra newline in nethack-mode hostkey; from Christian Hesse bz#2686

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 22:23:10 Modified files: regress/usr.bin/ssh: hostkey-rotate.sh Log message: trim junk from end of file; bz#2455 from Jakub Jelen

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 22:44:08 Modified files: usr.bin/ssh: monitor.c Log message: don't record hostbased authentication hostkeys as user keys in test for multiple authentication with the same key

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 22:47:50 Modified files: usr.bin/ssh: ssh_config.5 Log message: better document ExitOnForwardFailure; bz#2444, ok dtucker@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 22:56:09 Modified files: usr.bin/ssh: ssh.c Log message: add a debug2() right before DNS resolution; it's a place where ssh could previously silently hang for a while. bz#2433

CVS: cvs.openbsd.org: src

2015-09-03 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 22:55:24 Modified files: usr.bin/ssh: sshconnect.c Log message: correct function name in error messages

CVS: cvs.openbsd.org: www

2015-09-03 Thread Lawrence Teo
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2015/09/03 20:08:46 Modified files: . : 58.html Log message: Add man page link for syslogd(8); from Rob Pierce.

CVS: cvs.openbsd.org: src

2015-09-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 20:55:09 Modified files: lib/libkvm : kvm_private.h kvm.c Log message: add kvm_realloc() as a private function. part of a larger diff ok millert@ guenther@

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/03 06:46:47 Modified files: sbin/pfctl : pfctl_parser.c Log message: interface should only be specified for root queues; found by jsg

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/03 06:49:21 Modified files: regress/sbin/pfctl: pf103.ok Log message: sync to reflect changes in pfctl_parser.c -r1.305

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/03 06:54:09 Modified files: regress/sbin/pfctl: pf47.ok pf47.optimized Log message: order of assigned v6 addresses has slightly changed

CVS: cvs.openbsd.org: src

2015-09-03 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2015/09/03 06:55:54 Modified files: sys/dev/usb/dwc2: dwc2.c dwc2var.h Log message: Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a possible lock recursion panic on transfer timeout. The

CVS: cvs.openbsd.org: src

2015-09-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/09/03 07:01:53 Modified files: regress/sbin/pfctl: pfail8.ok Log message: route-to, reply-to and dup-to are no longer supported on block rules

CVS: cvs.openbsd.org: src

2015-09-03 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/09/03 23:58:40 Modified files: usr.sbin/acpidump: acpidump.c Log message: zap extra newline that snuck in

CVS: cvs.openbsd.org: www

2015-09-03 Thread Lawrence Teo
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2015/09/03 19:50:56 Modified files: . : 58.html Log message: Add man page links for amdcf(4), tar(1), and cpio(1). >From Rob Pierce, thanks!

CVS: cvs.openbsd.org: src

2015-09-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/09/03 20:58:14 Modified files: lib/libkvm : kvm.c kvm_file2.c Log message: fix a race when fetching files from the kernel. the number of files might have increased between when we got the number of