CVS: cvs.openbsd.org: src

2015-10-29 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/29 22:21:42 Modified files: share/man/man9 : uvm.9 Log message: uvm_deallocate()'s return type is void, not int. This has apparently been out of sync for 13 years. ok daniel@, millert@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/10/29 21:13:52 Modified files: bin/ksh: ksh.1 main.c Log message: 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias ok millert@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/10/29 21:12:33 Modified files: lib/libc/gen : Makefile.inc getgrent.3 getpwnam.3 Log message: For getgrent.3: - delete the commented out setgrfile bits, as well as the MLINK - rename getgr{nam

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 19:57:43 Modified files: usr.bin/signify: signify.c Log message: mark usage __dead

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 17:14:30 Modified files: usr.sbin/cron : crontab.c Log message: Also need exec to run the editor of course.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/29 17:08:45 Modified files: sys/arch/amd64/include: pci_machdep.h Log message: Remove duplicated prototype.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 16:46:31 Modified files: usr.sbin/cron : crontab.c Log message: crontab needs "proc" for fork(2)

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 16:41:27 Modified files: usr.sbin/cron : do_command.c funcs.h misc.c Log message: Use stravis(3) instead of a homegrown vis-like function. OK nicm@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 15:24:09 Modified files: usr.sbin/cron : cron.c env.c Log message: remove unused variables

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 15:19:09 Modified files: usr.sbin/cron : env.c funcs.h misc.c Log message: Convert env_get() into env_find() similar to __findenv() in libc. Use env_find() in both env_get() and env_set() to find

CVS: cvs.openbsd.org: src

2015-10-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/10/29 15:17:48 Modified files: usr.sbin/cron : misc.c Log message: Remove useless FACILITY define and use LOG_CRON directly. Remove unneeded limits.h include.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/10/29 14:20:49 Modified files: usr.bin/mg : window.c Log message: I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in the mg source now.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2015/10/29 13:46:47 Modified files: usr.bin/mg : def.h dired.c file.c main.c Log message: Fix opening dired from the command line. Incorrect cursor placement and make the error more useful when there is

CVS: cvs.openbsd.org: www

2015-10-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2015/10/29 10:51:56 Modified files: faq: obsd-faq.txt pf-faq.txt Log message: sync

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 10:27:45 Modified files: sys/netinet6 : ip6_output.c Log message: a few redundant tests can be deleted now that switch cases are only for a single value

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 10:22:45 Modified files: sys/netinet6 : ip6_output.c Log message: oops, one firebomb went off course. put back some code that's still used.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 10:04:10 Modified files: sys/netinet6 : in6.h ip6_input.c ip6_output.c Log message: RFC 2292 API support was removed 9 years ago, but left in a binary compat ABI form for the sake of existing pr

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 09:42:02 Modified files: usr.bin/mg : theo.c Log message: This sausage is made from unsound meat.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/29 09:04:55 Modified files: sys/kern : kern_pledge.c Log message: Add some setsockopt hacks for libisc, aka John Frum

CVS: cvs.openbsd.org: www

2015-10-29 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2015/10/29 09:03:12 Modified files: faq/pf : carp.html Log message: sysctl no longer has the -w flag, thanks to TJ at mrsk dot me!

CVS: cvs.openbsd.org: src

2015-10-29 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/10/29 08:28:34 Modified files: sys/netinet6 : nd6.c Log message: Kill a comment saying that rt_ifp may not be the same as ifp, that's no longer true.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/10/29 08:22:44 Added files: sys/crypto : poly1305.c poly1305.h Log message: Import Poly1305 Message Authentication Code Poly1305 is a one-time authenticator designed by Daniel J. Bernstein. This is

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 08:01:01 Modified files: usr.sbin/rebound: rebound.c Log message: put timeout nullification in correct spot

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 08:00:06 Modified files: usr.sbin/rebound: rebound.c Log message: be a little more precise about checking filters

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 07:54:43 Modified files: usr.sbin/rebound: rebound.c Log message: refold a few lines

CVS: cvs.openbsd.org: src

2015-10-29 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/10/29 07:29:04 Modified files: sys/dev/isa: asmc.c Log message: enable keyboard backlight led earlier to avoid race

CVS: cvs.openbsd.org: src

2015-10-29 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2015/10/29 07:20:44 Modified files: sys/kern : kern_event.c Log message: In knote(), use SLIST_FOREACH_SAFE when walking the klist since a call to an f_event() handler may remove an entry. Currently k

Re: CVS: cvs.openbsd.org: src

2015-10-29 Thread Florian Obser
On Thu, Oct 29, 2015 at 07:01:29AM -0600, Florian Obser wrote: > CVSROOT: /cvs > Module name: src > Changes by: flor...@cvs.openbsd.org 2015/10/29 07:01:29 > > Modified files: > sbin/ping : ping.c > > Log message: > Backout chacha. > It's getting in the way of the merge and it

CVS: cvs.openbsd.org: src

2015-10-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/29 07:07:41 Modified files: libexec/ld.so : sod.c libexec/ld.so/ldconfig: sod.c Log message: remove tests for LD_HINTS_VERSION_1; ok kettenis

CVS: cvs.openbsd.org: src

2015-10-29 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/10/29 07:01:29 Modified files: sbin/ping : ping.c Log message: Backout chacha. It's getting in the way of the merge and it's not supposed to pull in a private header. Prodding deraadt@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 06:58:11 Modified files: usr.sbin/rebound: rebound.c Log message: collect some cool stats and print them out with SIGUSR1

CVS: cvs.openbsd.org: www

2015-10-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2015/10/29 06:56:06 Modified files: . : bank-donation.html Log message: cleanup BIC; from Marcus MERIGHI

CVS: cvs.openbsd.org: src

2015-10-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/10/29 06:51:06 Modified files: sys/kern : kern_pledge.c Log message: Reorder system call table into sequential blocks of alike-functionality and similar usage cases. Should provide abit more clar

CVS: cvs.openbsd.org: src

2015-10-29 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/10/29 06:03:46 Modified files: lib/libc/sys : msync.2 Log message: update text to be more like posix, in particular wrt length = 0

CVS: cvs.openbsd.org: www

2015-10-29 Thread Giovanni Bechis
CVSROOT:/cvs Module name:www Changes by: giova...@cvs.openbsd.org2015/10/29 04:59:34 Modified files: . : events.html Log message: close an href tag from Anton Lazarov

CVS: cvs.openbsd.org: src

2015-10-29 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:src Changes by: su...@cvs.openbsd.org 2015/10/29 04:25:36 Modified files: usr.sbin/smtpd : control.c queue.c queue_backend.c queue_fs.c scheduler.c scheduler_ramqueue.c smtpctl.8 smtpctl.c smtpd-

CVS: cvs.openbsd.org: src

2015-10-29 Thread Sebastien Marie
CVSROOT:/cvs Module name:src Changes by: sema...@cvs.openbsd.org 2015/10/29 04:23:55 Modified files: regress/sys/kern/pledge/generic: main.c tests.out Log message: regress pledge: rpath isn't needed anymore for mkdir() make the cpath test more strict.

CVS: cvs.openbsd.org: src

2015-10-29 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/10/29 03:35:31 Modified files: usr.bin/tmux : proc.c Log message: Break version check into a separate function, and limit version to 8 bits.

CVS: cvs.openbsd.org: www

2015-10-29 Thread Mark Lumsden
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2015/10/29 02:26:44 Modified files: . : plus58.html Log message: 5.8 has been released. ok jasper@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/10/29 02:05:17 Modified files: regress/usr.bin/ssh: limit-keytype.sh Log message: regress test for "PubkeyAcceptedKeyTypes +..." inside a Match block

CVS: cvs.openbsd.org: src

2015-10-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/10/29 02:05:01 Modified files: usr.bin/ssh: servconf.c Log message: Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@

CVS: cvs.openbsd.org: src

2015-10-29 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/10/29 01:47:03 Modified files: sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/i386/conf: GENERIC files.i386 sys/dev/pci: agp_i810.c vga_pci.c vga_pci_common.c