svn commit: r250290 - head/sys/powerpc/powermac

2013-05-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 5 22:42:10 2013 New Revision: 250290 URL: http://svnweb.freebsd.org/changeset/base/250290 Log: Only check fan type once. Not only is continuously rechecking pointless, a single random failure can reprogram what control mechanism we try to use. MFC after:

Re: svn commit: r250245 - head/lib/libc/locale

2013-05-05 Thread David Chisnall
On 5 May 2013, at 19:31, Andrey Chernov wrote: > It is better to fix this function return type to match POSIX standard > rather than to document its non-standard behavior. We try to follow > POSIX when possible and this is the case. We follow Darwin in this case, which returns 0 on success or -1

svn commit: r250289 - head/release/picobsd/build

2013-05-05 Thread Luigi Rizzo
Author: luigi Date: Sun May 5 20:59:22 2013 New Revision: 250289 URL: http://svnweb.freebsd.org/changeset/base/250289 Log: use a plain 'make toolchain' to build toolchain, and support parallel make on this stage. Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/

svn commit: r250286 - head/sys/dev/sound/pci

2013-05-05 Thread Alexander Motin
Author: mav Date: Sun May 5 19:09:34 2013 New Revision: 250286 URL: http://svnweb.freebsd.org/changeset/base/250286 Log: Some fixes to snd_envy24ht(4) driver: - Allow DMA addresses anywhere in the lower 4GB; Envy24HT has a 32-bit DMA engine, not 28-bit like Envy24. - Mark interrupt hand

svn commit: r250285 - head/release/picobsd/build

2013-05-05 Thread Luigi Rizzo
Author: luigi Date: Sun May 5 18:54:25 2013 New Revision: 250285 URL: http://svnweb.freebsd.org/changeset/base/250285 Log: remove a leftover comment Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd

Re: svn commit: r250245 - head/lib/libc/locale

2013-05-05 Thread Andrey Chernov
On 04.05.2013 21:21, Sergey Kandaurov wrote: > Log: > Document that the return type is different from 1003.1-2008. > It is better to fix this function return type to match POSIX standard rather than to document its non-standard behavior. We try to follow POSIX when possible and this is the ca

svn commit: r250267 - head/bin/sh

2013-05-05 Thread Jilles Tjoelker
Author: jilles Date: Sun May 5 10:51:40 2013 New Revision: 250267 URL: http://svnweb.freebsd.org/changeset/base/250267 Log: sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call. Modified: head/bin/sh/input.c head/bin/sh/jobs.c head/bin/sh/main.c head/bin/sh/redir.c M

svn commit: r250266 - head/tools/tools/ath/athalq

2013-05-05 Thread Adrian Chadd
Author: adrian Date: Sun May 5 09:38:25 2013 New Revision: 250266 URL: http://svnweb.freebsd.org/changeset/base/250266 Log: Add the AR9300 descriptor decoding code. Modified: head/tools/tools/ath/athalq/Makefile head/tools/tools/ath/athalq/ar9300_ds.c head/tools/tools/ath/athalq/main.c

svn commit: r250265 - head/tools/tools/ath/athalq

2013-05-05 Thread Adrian Chadd
Author: adrian Date: Sun May 5 09:38:02 2013 New Revision: 250265 URL: http://svnweb.freebsd.org/changeset/base/250265 Log: This is a simple script to output the delta between each TX and TXSTATUS. Useful for debugging TDMA. Added: head/tools/tools/ath/athalq/txdiff.pl (contents, prop

svn commit: r250264 - head/sys/geom/label

2013-05-05 Thread Stanislav Sedov
Author: stas Date: Sun May 5 08:00:16 2013 New Revision: 250264 URL: http://svnweb.freebsd.org/changeset/base/250264 Log: - Use int8_t type for the mftrecsz field in g_label_ntfs. char type used previously caused probe failure on platforms where char is unsigned (e.g. ARM), as mftrecsz