CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/19 00:24:57 Modified files: usr.bin/aucat : Makefile usr.bin/sndiod : Makefile lib/libsndio : Makefile Log message: move -Wxxx flags from CFALGS to COPTS suggested by deraadt

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
> On Tue, Nov 19, 2013 at 12:11:17AM -0500, Ted Unangst wrote: > > On Mon, Nov 18, 2013 at 18:49, Philip Guenther wrote: > > > > >> btw, no library version change because the function stubs already > > >> existed. > > > > > > Hmm, since this is actually offering new functionality (by sem_open() >

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Marc Espie
On Tue, Nov 19, 2013 at 12:11:17AM -0500, Ted Unangst wrote: > On Mon, Nov 18, 2013 at 18:49, Philip Guenther wrote: > > >> btw, no library version change because the function stubs already > >> existed. > > > > Hmm, since this is actually offering new functionality (by sem_open() > > and friends

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
On Mon, Nov 18, 2013 at 18:49, Philip Guenther wrote: >> btw, no library version change because the function stubs already >> existed. > > Hmm, since this is actually offering new functionality (by sem_open() > and friends no longer always failing), I think it a minor bump would > be appropriate.

CVS: cvs.openbsd.org: src

2013-11-18 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/11/18 21:22:50 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2013-11-18 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/11/18 21:18:16 Modified files: sys/dev/pci: pcidevs Log message: more 4th gen Intel Core HD Audio ids

CVS: cvs.openbsd.org: src

2013-11-18 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2013/11/18 21:12:17 Modified files: sys/arch/amd64/amd64: bios.c db_disasm.c identcpu.c machdep.c pmap.c Log message: format string fixes picked up with -Wformat=2 ok

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
> On Mon, Nov 18, 2013 at 3:19 PM, Ted Unangst wrote: > > On Mon, Nov 18, 2013 at 16:10, Ted Unangst wrote: > >> CVSROOT: /cvs > >> Module name: src > >> Changes by: t...@cvs.openbsd.org2013/11/18 16:10:48 > >> > >> Modified files: > >> lib/librthread : rthread.h rthread_sem.c > >> > >

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Philip Guenther
On Mon, Nov 18, 2013 at 3:19 PM, Ted Unangst wrote: > On Mon, Nov 18, 2013 at 16:10, Ted Unangst wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: t...@cvs.openbsd.org2013/11/18 16:10:48 >> >> Modified files: >> lib/librthread : rthread.h rthread_sem.c >> >> Log message: >> in

CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/11/18 19:01:28 Modified files: lib/libpthread/man: sem_open.3 Log message: slightly better

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 18:23:51 Modified files: sys/dev/sbus : stp4020.c Log message: oops

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 16:44:57 Modified files: sys/dev/acpi : acpidebug.c Log message: format string cleanup

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 16:36:09 Modified files: sys/dev/pci: if_san_obsd.c Log message: cleanse format string

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 16:32:23 Modified files: sys/dev/ic : twe.c Log message: format string

Re: CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
On Mon, Nov 18, 2013 at 16:10, Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2013/11/18 16:10:48 > > Modified files: > lib/librthread : rthread.h rthread_sem.c > > Log message: > interprocess semaphores ala sem_open. mostly following in the pa

CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/11/18 16:17:52 Modified files: lib/libpthread/man: sem_open.3 Log message: boilerplate documentation

CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/11/18 16:10:48 Modified files: lib/librthread : rthread.h rthread_sem.c Log message: interprocess semaphores ala sem_open. mostly following in the pattern of shm_open. with some additions and fixes from

CVS: cvs.openbsd.org: src

2013-11-18 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/11/18 16:09:46 Modified files: sys/kern : kern_synch.c Log message: hack in a global rendezvous for interprocess semaphores to use

CVS: cvs.openbsd.org: src

2013-11-18 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/11/18 15:21:27 Modified files: sys/dev/ic : rtl81x9reg.h sys/dev/pci: if_re_pci.c Log message: Enable MSI on the remaining chipsets. ok naddy@ sthen@

CVS: cvs.openbsd.org: src

2013-11-18 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2013/11/18 14:31:39 Modified files: distrib/miniroot: install.sub Log message: Extract the information whether to install or upgrade in unattended mode from DHCP attribute "filename", which has to be "auto_i

CVS: cvs.openbsd.org: src

2013-11-18 Thread Charles Longeau
CVSROOT:/cvs Module name:src Changes by: c...@cvs.openbsd.org2013/11/18 14:16:55 Modified files: sys/net: if_pfsync.c Log message: Fix potential null dereference. Found by LLVM/Clang Static Analyzer. ok benno@ henning@

CVS: cvs.openbsd.org: xenocara

2013-11-18 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2013/11/18 13:39:48 Modified files: app/xdm/config : GiveConsole TakeConsole Log message: Give /dev/drm0 to the user logging into xdm to be able to run OpenGL applications. ok kettenis@, naddy@

CVS: cvs.openbsd.org: src

2013-11-18 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2013/11/18 13:38:32 Modified files: etc/etc.amd64 : fbtab etc/etc.i386 : fbtab etc/etc.macppc : fbtab etc/etc.sparc64: fbtab Log message: Give /dev/drm0 to the user logg

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2013/11/18 13:30:04 Modified files: sys/net: pf.c Log message: The prio value of a pf match rule was overridden by a later pass rule even if the latter had no prio flag. Fix match rules with prio to

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 13:21:52 Modified files: share/man/man9 : kthread.9 sys/arch/arm/xscale: pxa2x0_apm.c pxa2x0_pcic.c sys/arch/i386/i386: apm.c sys/arch/macppc/dev: mediabay.c xlights.c

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 13:22:23 Modified files: sys/net: if_ethersubr.c Log message: use arc4random() for ether_fakeaddr, because it is safe ok tedu

CVS: cvs.openbsd.org: xenocara

2013-11-18 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2013/11/18 12:45:41 Modified files: driver/xf86-video-nv/src: nv_driver.c nv_local.h nv_proto.h nv_shadow.c nv_type.h Log message: Fix shadow framebuffer imple

CVS: cvs.openbsd.org: src

2013-11-18 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/11/18 12:43:00 Modified files: sys/dev/pci: if_nge.c if_tl.c Log message: - ansify some function definitions - remove return at end of void functions - remove extraneous braces no functional change

CVS: cvs.openbsd.org: src

2013-11-18 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/11/18 11:49:53 Modified files: sys/crypto : ecb3_enc.c ecb_enc.c set_key.c Log message: ansify some function definitions and tidy up this code style wise. this ancient code looked pretty crummy. ok

CVS: cvs.openbsd.org: www

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2013/11/18 11:41:35 Modified files: . : books.html Log message: some books no longer pre-order; jcr

CVS: cvs.openbsd.org: www

2013-11-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2013/11/18 11:29:12 Modified files: faq: current.html Log message: reinstate the pwd_mkdb step in the notes for crossing time_t, for people with insane update situations who can't use bsd.rd prop

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:51:59 Modified files: usr.bin/aucat : aucat.c Log message: remove unused variables

CVS: cvs.openbsd.org: src

2013-11-18 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/11/18 10:45:01 Modified files: sys/kern : subr_disk.c Log message: panic expects a format string

CVS: cvs.openbsd.org: src

2013-11-18 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2013/11/18 10:40:39 Modified files: sys/dev/pci: ahd_pci.c Log message: Factor out of {split,pci}_status_strings[] the printf formattings bits, putting them in the actual printf() calls. Shuts u

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:37:45 Modified files: usr.bin/aucat : abuf.c aproc.c aproc.h aucat.c dev.c file.c headers.c midi.c siofile.c wav.c usr.bin/sndiod : dev.c dsp.h file.c midi.h s

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:23:12 Modified files: regress/lib/libsndio/fd: fd.c regress/lib/libsndio/play: play.c regress/lib/libsndio/rec: rec.c regress/lib/libsndio/vol: vol.c Log message: cle

CVS: cvs.openbsd.org: www

2013-11-18 Thread Gilles Chehade
CVSROOT:/cvs Module name:www Changes by: gil...@cvs.openbsd.org 2013/11/18 05:55:30 Modified files: opensmtpd : index.html Log message: copyright 2013, reported by Joel Carnat

CVS: cvs.openbsd.org: src

2013-11-18 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2013/11/18 05:24:26 Modified files: usr.sbin/smtpd : lka.c mta_session.c smtp_session.c smtpd.conf.5 smtpd.h Log message: Allow overriding the local ca

CVS: cvs.openbsd.org: src

2013-11-18 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2013/11/18 04:55:41 Modified files: usr.sbin/smtpd : dns.c Log message: When looking up a MX, parse the address if the domain is a "[ipaddr]" string.

CVS: cvs.openbsd.org: src

2013-11-18 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2013/11/18 04:47:16 Modified files: usr.sbin/smtpd : config.c dict.c envelope.c smtpd-api.h table.c table_passwd.c table_sqlite.c table_static.c Log message: change dict_poproot() p

CVS: cvs.openbsd.org: src

2013-11-18 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/11/18 02:16:30 Modified files: sys/net: if.c if_trunk.c if_trunk.h Log message: Convert trunk(4) to use a detachhook, discussed at b2k13 with many. While here add a comment explaining detach ho

CVS: cvs.openbsd.org: src

2013-11-18 Thread Masao Uebayashi
CVSROOT:/cvs Module name:src Changes by: uebay...@cvs.openbsd.org2013/11/18 01:20:22 Modified files: sys/arch/macppc/macppc: machdep.c sys/arch/socppc/socppc: machdep.c Log message: Normalize code sequence around dumpsys(), doshutdownhooks(), and config_s