CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 01:25:33 Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 01:29:32 Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: oops, missed one

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 01:43:56 Modified files: sys/dev/pci/drm/i915: i915_gem_context.c Log message: Use PTR_ERR where appropriate instead of a plain cast. Reduces diffs to Linux.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 01:55:24 Modified files: sys/dev/pci/drm: drmP.h Log message: Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions. discussed with jsg@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 01:57:22 Modified files: sys/dev/pci/drm/i915: dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c dvo_ns2501.c dvo_sil164.c dvo_tfp410.c

CVS: cvs.openbsd.org: src

2014-01-21 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/01/21 02:09:15 Modified files: bin/date : date.c Log message: localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 02:40:55 Modified files: sys/arch/amd64/amd64: acpi_machdep.c ipifuncs.c lapic.c sys/arch/amd64/include: i82489var.h Log message: Disable lapic when halting CPUs. Allegedly this

CVS: cvs.openbsd.org: src

2014-01-21 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/01/21 02:57:33 Modified files: sys/dev/usb: if_mos.c Log message: Always fill in the broadcast address so as to handle broadcast packets if the interface is put into all multicast mode. ok stsp@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/01/21 03:08:02 Modified files: sys/net: rtsock.c Log message: Substitute crazy defines and convert some 0 to NULL. ok claudio@, henning@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 03:21:05 Modified files: sys/dev: softraid_raid5.c Log message: Add missing states to the RAID 5 volume transitions.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/01/21 03:18:26 Modified files: sys/net: if_var.h sys/netinet: igmp.c in.c in_var.h ip_output.c sys/netinet6 : in6.c in6_ifattach.c in6_var.h ip6_output.c

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 03:19:31 Modified files: sys/arch/sparc64/sparc64: intr.c Log message: use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock directly. ok kettenis@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 03:25:25 Modified files: sys/dev: softraid_raid1.c softraid_raid5.c softraid_raid6.c Log message: Order the volume state transitions by state value.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/01/21 03:26:49 Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Treat the line after .Cd as a single argument. This doesn't hurt normal manual display and makes the mandocdb(8)

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 03:59:31 Modified files: sys/arch/sparc64/dev: pyro.c Log message: enable MPSAFE interrupts on pyro. it seems to work ok. kettenis@ told me where to put these lines

CVS: cvs.openbsd.org: src

2014-01-21 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/01/21 04:02:00 Modified files: share/man/man4 : gpio.4 Log message: fix typo: s/ ar / at /

CVS: cvs.openbsd.org: src

2014-01-21 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/01/21 04:03:32 Modified files: share/man/man4 : bpf.4 Log message: do not abuse .Cd for userland stuff; use .In or .Fd

CVS: cvs.openbsd.org: src

2014-01-21 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/01/21 04:51:02 Modified files: lib/libc/time : ctime.3 Log message: document return values; ok deraadt@, jmc@

Re: CVS: cvs.openbsd.org: src

2014-01-21 Thread Kevin Chadwick
previously on this list Mark Kettenis contributed: Use Linux compat functions to do kernel memory allocations in the bits of code that are shared with Linux. Use OpenBSD functions in the few sports where we have our own implementation of bits. Does this mean that any machines with i915 and

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 08:17:25 Modified files: bin/chmod : chgrp.1 chmod.1 chown.8 Log message: - remove brackets in -H description: the information is quite relevant - note that not following sym links is

Re: CVS: cvs.openbsd.org: src

2014-01-21 Thread Stuart Henderson
On 2014/01/21 12:46, Kevin Chadwick wrote: previously on this list Mark Kettenis contributed: Use Linux compat functions to do kernel memory allocations in the bits of code that are shared with Linux. Use OpenBSD functions in the few sports where we have our own implementation of

CVS: cvs.openbsd.org: xenocara

2014-01-21 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2014/01/21 08:42:45 Modified files: app/cwm: calmwm.c calmwm.h conf.c kbfunc.c menu.c Log message: Sprinkle a few more const; from Tiago Cunha.

Re: CVS: cvs.openbsd.org: src

2014-01-21 Thread Vadim Zhukov
2014/1/17 Theo de Raadt dera...@cvs.openbsd.org: On 2014/01/16 18:15, Alexander Hall wrote: CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2014/01/16 18:15:27 Modified files: distrib/miniroot: install.sub Log message: add signature checking and make checksum

CVS: cvs.openbsd.org: src

2014-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/01/21 12:03:44 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: Document -S and the new signify(1) use by sysmerge(8). input and ok jmc@

Re: CVS: cvs.openbsd.org: src

2014-01-21 Thread Alexander Bluhm
On Mon, Jan 20, 2014 at 03:11:42PM -0700, Alexander Bluhm wrote: CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2014/01/20 15:11:42 Modified files: sys/net: route.h rtsock.c Log message: Get rid of the old routing message version 4 transition

CVS: cvs.openbsd.org: src

2014-01-21 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2014/01/21 14:14:58 Modified files: share/man/man4 : Makefile virtio.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/pci: files.pci Added files:

CVS: cvs.openbsd.org: src

2014-01-21 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2014/01/21 14:27:14 Modified files: sbin/ifconfig : ifconfig.c ifconfig.8 share/man/man4 : pflow.4 sys/net: if_pflow.c Log message: allow pflow(4) to determine the src IP address

CVS: cvs.openbsd.org: src

2014-01-21 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2014/01/21 14:38:40 Modified files: usr.sbin/relayd: parse.y Log message: fix a a double free caused by a config with two listen on statements in a relay (the first one with ssl). found and fixed by Erik

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 14:45:58 Modified files: sys/sys: extent.h sys/kern : subr_extent.c Log message: Add extent_alloc_subregion_with_descr(9) which allows the caller to provide a

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 14:46:54 Modified files: share/man/man9 : Makefile extent.9 Log message: Document extent_alloc_subregion_with_descr(9).

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 14:58:27 Modified files: sbin/mount_tmpfs: mount_tmpfs.c Log message: include util.h for scan_scaled()

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 15:25:56 Modified files: usr.bin/mg : theo.c Log message: fulfilling theo's wishes

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 15:19:32 Modified files: usr.sbin/amd/amd: get_args.c Log message: include unistd.h for getopt()

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 15:26:11 Modified files: lib/libfuse: fuse_opt.c fuse_opt.h Log message: Mark fuse_opt_parse()'s third argument as a point to const, to match the reference FUSE implementation. ok syl@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 15:33:19 Modified files: bin/chmod : chown.8 Log message: document that specifying :group (without an owner) is an extension; ok millert sobrado

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 15:35:45 Modified files: bin/chmod : chgrp.1 Log message: paste in the fs.posix.setuid blurb from chown(1), as it's relevant here too; ok millert

CVS: cvs.openbsd.org: www

2014-01-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2014/01/21 15:53:58 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: www

2014-01-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2014/01/21 15:53:51 Modified files: build : groups.dat Log message: add an irregular group in Allahabad, Uttar Pradesh, India from Sanjai Verma on www@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 15:56:31 Modified files: usr.sbin/pppd : chap.c Log message: include stdlib.h for drand48()

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 16:05:09 Modified files: usr.sbin/ypbind: ypbind.c Log message: add back ctype.h include for isspace()

CVS: cvs.openbsd.org: src

2014-01-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/01/21 16:25:04 Modified files: lib/libc/stdlib: rand48.3 Log message: Ouch... recommend arc4random, not random. spotted by tedu

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 16:26:50 Modified files: sys/dev/pci: if_myx.c Log message: introduce fine grained locking. this doesnt give up the big lock coming from process context, only from the interrupt side. it is

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 16:42:45 Modified files: sys/net: radix.c Log message: Cleanup the abuse of x as the rn_addmask radix node. Since in most cases x is just used as a temp variable. Main offender is

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 16:47:41 Modified files: sys/arch/mvme68k/dev: vs.c Log message: add a missing argument to a debug printf

CVS: cvs.openbsd.org: src

2014-01-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/01/21 16:54:50 Modified files: usr.sbin/pppd : chap.c Log message: use arc4random for chap generation; ok tedu

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 16:54:48 Modified files: sys/arch/mvme88k/mvme88k: m197_machdep.c Log message: add missing arguments to debug printfs

CVS: cvs.openbsd.org: src

2014-01-21 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/01/21 16:57:56 Modified files: sys/kern : uipc_socket.c Log message: Don't leak kernel stack in timeval padding in getsockopt(SO_{SND,RCV}TIMEO) ok mikeb@ deraadt@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 17:03:06 Modified files: sys/arch/sgi/xbow: xbridge.c Log message: add missing arguments to debug printfs

CVS: cvs.openbsd.org: src

2014-01-21 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2014/01/21 17:09:02 Modified files: share/man/man9 : Makefile tsleep.9 Log message: wakeup_n and wakeup_one blurbs

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 17:21:17 Modified files: sbin/iked : parse.y sbin/ipsecctl : parse.y sbin/pfctl : parse.y usr.sbin/bgpd : parse.y usr.sbin/dvmrpd: parse.y

CVS: cvs.openbsd.org: src

2014-01-21 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/01/21 17:36:31 Modified files: regress/sys/kern/ptrace: ptrace.c Log message: Missing #include

CVS: cvs.openbsd.org: src

2014-01-21 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/01/21 17:48:37 Modified files: sys/kern : kern_time.c Log message: timeval, timespec, and itimerval have padding on many archs. If we're going to copyout one, memset the structure and

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 18:21:34 Modified files: sys/dev: vscsi.c Log message: iscsid can handle multiple outstanding commands per lun. with the latency on iscsi the way it is, you need to get concurrent io up

CVS: cvs.openbsd.org: src

2014-01-21 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2014/01/21 18:25:41 Modified files: sys/dev/usb: usbdevs usbdevs.h usbdevs_data.h Log message: add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition ok by Brad Smith

CVS: cvs.openbsd.org: src

2014-01-21 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:src Changes by: juan...@cvs.openbsd.org 2014/01/21 18:29:33 Modified files: share/man/man8 : afterboot.8 usr.sbin/pkg_add: pkg_add.1 Log message: Fix the ambigous text in afterboot. For a newbie, the text really said: download the

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 18:46:08 Modified files: sys/dev: softraid_crypto.c Log message: Remove a pesky free that was supposed to be removed in an earlier commit.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/01/21 19:31:30 Modified files: sys/kern : kern_event.c Log message: Delete casts in assignments to void* and passed void* arguments. bcopy() can be memcpy() because target is freshly

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2014/01/21 19:31:44 Modified files: sys/dev/pci: qla_pci.c Log message: missing printf arg, spotted by jsg@

CVS: cvs.openbsd.org: src

2014-01-21 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2014/01/21 19:47:05 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: re-generated from usbdevs

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 19:58:35 Modified files: sys/dev/pcmcia : cfxga.c Log message: add a missing argument to a debug printf

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2014/01/21 20:02:58 Modified files: sys/dev/pci: mpii.c Log message: fixup a few debug printfs; pointed out by jsg@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 20:03:09 Modified files: sys/dev/sbus : rfx.c Log message: add a missing argument to a debug printf

CVS: cvs.openbsd.org: src

2014-01-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/01/21 20:09:31 Modified files: sbin/isakmpd : Makefile app.c connection.c dpd.c genconstants.sh genfields.sh ipsec.c sa.c udp_encap.c util.c util.h

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 20:09:39 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S Log message: Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter. ok mlarkin@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 20:19:04 Modified files: sys/dev/usb: ubcmtp.c Log message: add a missing argument to a debug printf ok jcs@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 20:21:23 Modified files: sys/dev/usb: uvideo.c Log message: add a missing argument to a printf

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 20:24:42 Modified files: sys/dev: rnd.c Log message: Emit a warning if no entropy was supplied by the boot loader. ok deraadt@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/01/21 20:46:48 Modified files: sys/kern : subr_disk.c Log message: Write disklabel in correct spot on devices with non-512-byte sectors. For now and until 5.5 is cut, also read from

CVS: cvs.openbsd.org: src

2014-01-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/01/21 20:47:22 Modified files: sys/arch/amd64/stand: Makefile.inc Log message: CDIAGFLAGS= not needed

Re: CVS: cvs.openbsd.org: src

2014-01-21 Thread Kenneth Westerback
Oops. OK deraadt@. On 22 Jan 2014 16:47, Kenneth R Westerback k...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org 2014/01/21 20:46:48 Modified files: sys/kern : subr_disk.c Log message: Write disklabel in correct

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 21:03:06 Modified files: sys/net: netisr.c Log message: do the tx and pfsync handlers only once on the way out of netisr instead of in every loop. tested for a long time on many machines

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 21:04:53 Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/i915: intel_display.c intel_dp.c intel_pm.c intel_ringbuffer.c Log message: Use

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 21:08:08 Modified files: usr.sbin/bgpd : rde.c session.c Log message: Fix a bug where stale routes were not properly flushed on sessions announcing the graceful restart capability. The bug is

CVS: cvs.openbsd.org: src

2014-01-21 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2014/01/21 21:13:22 Modified files: sys/dev/usb: if_udav.c if_udavreg.h Log message: udav(4): add CoreChip RD9700 support RD9700 has no MII-PHY, no serial EEPROM. ok by deraadt@, brad@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 21:24:29 Modified files: sys/dev: softraid.c softraid_raid1.c softraid_raid5.c softraid_raid6.c softraidvar.h Log message: Switch metadata saves from the system

CVS: cvs.openbsd.org: src

2014-01-21 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2014/01/21 21:31:45 Modified files: regress/lib/libpthread/semaphore/sem_timedwait: sem_timedwait.c Log message: There can be resolution-worth of slop in two places, so accept that

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 21:33:34 Modified files: sys/net: pf.c pf_if.c Log message: 7x bcopy - memcpy, impossibility of overlaps verified. ok benno dlg

CVS: cvs.openbsd.org: src

2014-01-21 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2014/01/21 21:34:25 Modified files: sys/net: pf_norm.c Log message: one more absolutely obvious bcopy - memcpy

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 21:47:15 Modified files: sys/dev: softraid_raid5.c Log message: Handle the case where a chunk is in a rebuild state during writes. ok krw@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/01/21 21:50:58 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able to tsleep, etc) rather than DVACT_RESUME (cold,

CVS: cvs.openbsd.org: xenocara

2014-01-21 Thread Todd Fries
CVSROOT:/cvs Module name:xenocara Changes by: t...@cvs.openbsd.org2014/01/21 22:07:12 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 Log message: sync

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 22:11:36 Modified files: sys/dev: softraid.c softraid_raid5.c softraid_raid6.c softraidvar.h Log message: Move sr_dump from the RAID5 code into shared code.

CVS: cvs.openbsd.org: src

2014-01-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/01/21 22:16:55 Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/i915: intel_crt.c intel_dp.c intel_dvo.c intel_hdmi.c intel_lvds.c intel_sdvo.c

CVS: cvs.openbsd.org: src

2014-01-21 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 22:35:17 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: tweak ubcmtp comment

CVS: cvs.openbsd.org: src

2014-01-21 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2014/01/21 22:42:39 Modified files: sys/dev: softraid.c Log message: The sr_rebuild function does not actually do the rebuild, it only starts the rebuild thread. Rename it to sr_rebuild_start to

CVS: cvs.openbsd.org: src

2014-01-21 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/21 23:00:22 Modified files: sys/dev/usb: ubcmtp.c Log message: simplify ubcmtp_match suggested by mpi@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2014/01/21 23:04:17 Modified files: sys/dev/pci: if_vmx.c Log message: - Unconditionally set IFCAP_VLAN_MTU - Bring the receive filter handling in line with other drivers - Simplify the RX checksum code

CVS: cvs.openbsd.org: src

2014-01-21 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/01/21 23:05:21 Modified files: sys/dev/ic : wdc.c wdcvar.h Log message: dont piggyback on C_PRIVATEXFER because it must not touch splx. because im using it while the system is up and running i need

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:23:37 Modified files: sbin/route : keywords.h keywords.sh route.8 route.c Log message: Remove genmask support from route(8). It still will show them in monitor or get but you can no longer

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:24:23 Modified files: usr.sbin/route6d: route6d.c Log message: RTA_GENMASK is going to die soon so no need to handle it anymore. OK benno@ and agreed by dlg@

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:25:52 Modified files: share/man/man4 : route.4 share/man/man9 : route.9 Log message: Adjust man pages since RTA_GENMASK is going away (even though we keep the defines for now they

CVS: cvs.openbsd.org: src

2014-01-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2014/01/21 23:28:09 Modified files: sys/net: route.c route.h rtsock.c sys/netinet: if_ether.c Log message: Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will now

CVS: cvs.openbsd.org: src

2014-01-21 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/01/22 00:32:48 Modified files: share/man/man9 : tsleep.9 Log message: - add wakep_{n,one} to NAME and more fully into DESCRIPTION - zap eol whitespace