CVS: cvs.openbsd.org: src

2013-06-15 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2013/06/15 17:23:02 Modified files: share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.aviion: MAKEDE

CVS: cvs.openbsd.org: src

2013-06-15 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2013/06/15 17:21:04 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.aviion : MAKEDEV etc/etc.beagle : MAKEDEV etc

CVS: cvs.openbsd.org: src

2013-06-15 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2013/06/15 17:09:36 Modified files: etc: MAKEDEV.common Log message: allow creation of more fuse devices, and create 4 of them by default ok syl@ todd@

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 15:35:15 Modified files: sys/dev/wscons : wsdisplay.c Log message: When we disable the burner when X is running, also set sc_burnout to 0 to prevent us from accidentally reenabling the bur

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 14:31:06 Modified files: sys/dev/mii: rlphy.c Log message: Add support for RTL8101E 10/100 PHY. ok miod@, mikeb@

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 14:30:24 Modified files: sys/dev/mii: miidevs.h Log message: regen

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 14:29:25 Modified files: sys/dev/mii: miidevs Log message: Add RTL8101E 10/100 PHY. ok miod@, mikeb@

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 14:05:41 Modified files: sys/lib/libkern/arch/powerpc: memmove.S Added files: sys/lib/libkern/arch/powerpc: bcopy.S memcpy.S Log message: Fast memmove() implementation for PowerPC, from N

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2013/06/15 13:58:39 Modified files: usr.bin/mg : paragraph.c Log message: Move upwards passed multiple lines with no characters instead of stopping when first line with no characters is found.

Re: CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
> CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2013/06/15 13:45:26 > > Modified files: > sys/lib/libkern/arch/i386: memmove.S > > Log message: > Fix evil typo causing the wrong pointer to be returned for < 32 bytes > memcpy() or memmove(). Err; actually t

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 13:45:26 Modified files: sys/lib/libkern/arch/i386: memmove.S Log message: Fix evil typo causing the wrong pointer to be returned for < 32 bytes memcpy() or memmove().

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 13:45:03 Modified files: usr.sbin/pcidump: pcidump.c Log message: Fix typo.

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 13:36:59 Modified files: sys/lib/libkern/arch/sparc: memmove.S Log message: Preserve %o5 around Lbcopy_doubles; prevents the return value from memcpy() and memmove() to be incorrect for copies of

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 13:16:53 Modified files: sys/lib/libkern/arch/arm: bcopy.S memcpy.S Log message: Make bcopy() involve memmove(), not memcpy(). Do not bogusly return NULL if dst == src (spotted by tedu@)

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 12:51:44 Modified files: sys/lib/libkern/arch/alpha: memmove.S Log message: Correctly handle a length of zero in memcpy(). Return the original destination pointer in memcpy() and memmove().

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 12:43:15 Modified files: sys/lib/libkern/arch/sh: memmove.S Log message: Don't return garbage in memcpy() but the original destination pointer.

CVS: cvs.openbsd.org: src

2013-06-15 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/06/15 12:38:18 Modified files: sys/lib/libkern/arch/m88k: copy_subr.S Log message: give bcopy() the ovbcopy() semantics

CVS: cvs.openbsd.org: src

2013-06-15 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2013/06/15 11:30:06 Modified files: bin/ksh/tests : obsd-regress.t Log message: Add test for trapping both ERR and EXIT, fixed by revision 1.48 of exec.c

CVS: cvs.openbsd.org: src

2013-06-15 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2013/06/15 11:25:19 Modified files: bin/ksh: main.c Log message: Run any pending traps before calling the EXIT or ERR traps when -e is set. Fixes a bug where we would not run the signal trap if, for

CVS: cvs.openbsd.org: xenocara

2013-06-15 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:xenocara Changes by: shadc...@cvs.openbsd.org2013/06/15 10:00:39 Modified files: dist/xkeyboard-config/symbols/sun_vndr: us Log message: Sun LKey section defines two xkb groups that lead to problems if there was only one layout is configur

Re: CVS: cvs.openbsd.org: src

2013-06-15 Thread Antoine Jacoutot
On Sat, Jun 15, 2013 at 09:35:39AM -0600, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: src > Changes by: ajacou...@cvs.openbsd.org 2013/06/15 09:35:39 > > Modified files: > usr.bin: Makefile > > Log message: > Hook up locale(1). > > ok deraadt@ and ok sthe

CVS: cvs.openbsd.org: src

2013-06-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2013/06/15 09:35:39 Modified files: usr.bin: Makefile Log message: Hook up locale(1). ok deraadt@

CVS: cvs.openbsd.org: src

2013-06-15 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2013/06/15 07:03:42 Modified files: usr.bin/make : make.1 Log message: make explicit some hidden assumptions, make path handling clearer, fix set -e description, as we actually match what posix says. a bi

CVS: cvs.openbsd.org: src

2013-06-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2013/06/15 05:40:56 Modified files: lib/libfuse: generate_pkgconfig.sh Log message: s/zlib/fuse/ in comment.

CVS: cvs.openbsd.org: src

2013-06-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/06/15 05:33:21 Modified files: sys/dev/pci/drm: radeon_drm.h Log message: sync with the latest linux version of radeon_drm.h adds definitions needed to compile recent versions of libdrm

CVS: cvs.openbsd.org: src

2013-06-15 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/06/15 05:27:59 Modified files: sys/dev/pci/drm: i915_drm.h Log message: add some definitions from the libdrm version of i915_drm.h needed to compile recent versions of libdrm

CVS: cvs.openbsd.org: src

2013-06-15 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/06/15 04:05:58 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Stop handling overlapping copies in memcpy() by jumping straight into the forward copy path.

Re: CVS: cvs.openbsd.org: src

2013-06-15 Thread Alexander Hall
On 06/15/13 00:38, Alexander Hall wrote: CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2013/06/14 16:38:50 Modified files: share/man/man5 : bsd.regress.mk.5 share/mk : bsd.regress.mk Log message: introduce REGRESS_FAIL_EARLY to stop regre

CVS: cvs.openbsd.org: www

2013-06-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:www Changes by: ajacou...@cvs.openbsd.org 2013/06/15 01:22:26 Modified files: de : donations.html opensmtpd/de : index.html papers/de : index.html Log message: Sync with Steelix CVS