svn commit: r213507 - head/usr.bin/man

2010-10-06 Thread Gordon Tetlow
Author: gordon Date: Thu Oct 7 06:34:47 2010 New Revision: 213507 URL: http://svn.freebsd.org/changeset/base/213507 Log: Add the ability to display specific manual pages if passed on the commandline. This mirrors the old (undocumented) GNU man functionality. Also document this feature in th

svn commit: r213499 - head/sys/arm/conf

2010-10-06 Thread Olivier Houchard
Author: cognet Date: Wed Oct 6 22:41:32 2010 New Revision: 213499 URL: http://svn.freebsd.org/changeset/base/213499 Log: Add the QILA9G20 config files. Submitted by: Greg Ansley Added: head/sys/arm/conf/QILA9G20 (contents, props changed) head/sys/arm/conf/QILA9G20.hints (contents,

svn commit: r213498 - head/sys/arm/at91

2010-10-06 Thread Olivier Houchard
Author: cognet Date: Wed Oct 6 22:40:27 2010 New Revision: 213498 URL: http://svn.freebsd.org/changeset/base/213498 Log: Add support for the AT91SAM9260 Submitted by: Greg Ansley Added: head/sys/arm/at91/at91sam9260.c (contents, props changed) head/sys/arm/at91/at91sam9260reg.h (c

svn commit: r213497 - head/sys/arm/conf

2010-10-06 Thread Olivier Houchard
Author: cognet Date: Wed Oct 6 22:32:31 2010 New Revision: 213497 URL: http://svn.freebsd.org/changeset/base/213497 Log: Add the AT91SAM9G20EK config files. Submitted by: Greg Ansley Added: head/sys/arm/conf/SAM9G20EK (contents, props changed) head/sys/arm/conf/SAM9G20EK.hints (co

svn commit: r213496 - head/sys/arm/at91

2010-10-06 Thread Olivier Houchard
Author: cognet Date: Wed Oct 6 22:25:21 2010 New Revision: 213496 URL: http://svn.freebsd.org/changeset/base/213496 Log: if_ate.c: * Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file.

svn commit: r213495 - head/sys/dev/bge

2010-10-06 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 6 21:23:57 2010 New Revision: 213495 URL: http://svn.freebsd.org/changeset/base/213495 Log: Add more comments to rings supported by the controller. Different versions of controller support different number of ring control blocks such that adjust code a bit to a

svn commit: r213494 - head/usr.bin/make

2010-10-06 Thread Warner Losh
Author: imp Date: Wed Oct 6 20:54:17 2010 New Revision: 213494 URL: http://svn.freebsd.org/changeset/base/213494 Log: Remove hack needed by 6.x machines and older machines to run newer makes on FreeBSD/pc98. The need for this hack has passed. If you are one of the rare people that may nee

svn commit: r213493 - head/usr.bin/make

2010-10-06 Thread Warner Losh
Author: imp Date: Wed Oct 6 20:49:45 2010 New Revision: 213493 URL: http://svn.freebsd.org/changeset/base/213493 Log: Use more portable errx instead of errc. The latter doesn't buy us anyting anyway, since the error EAGAIN's error message doesn't add anything to the error strings that are

svn commit: r213492 - head/contrib/llvm/tools/clang/lib/Driver

2010-10-06 Thread Dimitry Andric
Author: dim Date: Wed Oct 6 20:35:07 2010 New Revision: 213492 URL: http://svn.freebsd.org/changeset/base/213492 Log: Apply r207674 from the clangbsd project branch: Make "clang -print-multi-os-directory" return "." on amd64, matching gcc's behaviour. This is needed because some ports u

Re: svn commit: r213490 - head/sys/compat/linux

2010-10-06 Thread Jung-uk Kim
On Wednesday 06 October 2010 02:51 pm, Jung-uk Kim wrote: > Author: jkim > Date: Wed Oct 6 18:51:22 2010 > New Revision: 213490 > URL: http://svn.freebsd.org/changeset/base/213490 > > Log: > Simplify timeout check in futex_wait() using itimerfix() and > return error if the given timeout is inval

svn commit: r213490 - head/sys/compat/linux

2010-10-06 Thread Jung-uk Kim
Author: jkim Date: Wed Oct 6 18:51:22 2010 New Revision: 213490 URL: http://svn.freebsd.org/changeset/base/213490 Log: Simplify timeout check in futex_wait() using itimerfix() and return error if the given timeout is invalid. Consistently use int type for timeout and correct a format strin

svn commit: r213489 - in head/sys: conf dev/bce

2010-10-06 Thread Doug Ambrisko
Author: ambrisko Date: Wed Oct 6 18:36:50 2010 New Revision: 213489 URL: http://svn.freebsd.org/changeset/base/213489 Log: Add the capability to read the complete contents of the NVRAM via sysctl dev.bce..nvram_dump Add the capability to write the complete contents of the NVRAM via sy

svn commit: r213488 - head/libexec/tftpd

2010-10-06 Thread Xin LI
Author: delphij Date: Wed Oct 6 18:20:39 2010 New Revision: 213488 URL: http://svn.freebsd.org/changeset/base/213488 Log: Use a defined FreeBSD version. MFC after:3 days Modified: head/libexec/tftpd/tftpd.8 Modified: head/libexec/tftpd/tftpd.8 ==

svn commit: r213487 - head/gnu/usr.bin/groff/tmac

2010-10-06 Thread Xin LI
Author: delphij Date: Wed Oct 6 18:20:07 2010 New Revision: 213487 URL: http://svn.freebsd.org/changeset/base/213487 Log: Add definition for FreeBSD 7.4, which will be used in a manual page change. Reviewed by: ru MFC after:3 days Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

Re: svn commit: r213472 - head/tools/build/mk

2010-10-06 Thread Doug Barton
On 10/6/2010 12:49 AM, Alexander Leidinger wrote: Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitted by:Paul B Mahol Modified: head/tools/build/mk/Op

svn commit: r213486 - head/sys/dev/bge

2010-10-06 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 6 17:47:13 2010 New Revision: 213486 URL: http://svn.freebsd.org/changeset/base/213486 Log: Remove bge_tx_buf_ratio, unused member of softc. Modified: head/sys/dev/bge/if_bgereg.h Modified: head/sys/dev/bge/if_bgereg.h ==

svn commit: r213485 - head/sys/dev/bge

2010-10-06 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 6 17:35:27 2010 New Revision: 213485 URL: http://svn.freebsd.org/changeset/base/213485 Log: Overhaul MII register access routine and remove unnecessary BGE_MI_MODE register accesses. Previously bge(4) used to read BGE_MI_MODE register to detect whether it needs

svn commit: r213484 - head/sys/mips/rmi

2010-10-06 Thread Jayachandran C.
Author: jchandra Date: Wed Oct 6 15:37:55 2010 New Revision: 213484 URL: http://svn.freebsd.org/changeset/base/213484 Log: PCI fix for XLR C revision chips, limit DMA address to the first 2GB physical address. Adds a dma tag to the XLR/XLS pci bus with the lowaddr if the CPU happens to be

svn commit: r213483 - head/share/misc

2010-10-06 Thread Sergey Kandaurov
Author: pluknet Date: Wed Oct 6 15:01:37 2010 New Revision: 213483 URL: http://svn.freebsd.org/changeset/base/213483 Log: Fix wrong slashes in a previous commit. Approved by: avg (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ===

svn commit: r213482 - in head: share/misc usr.bin/calendar/calendars

2010-10-06 Thread Sergey Kandaurov
Author: pluknet Date: Wed Oct 6 14:43:37 2010 New Revision: 213482 URL: http://svn.freebsd.org/changeset/base/213482 Log: Add myself to calendar.freebsd and committers-src.dot. Approved by: avg (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/cale

svn commit: r213481 - head/sys/dev/usb

2010-10-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 6 14:29:50 2010 New Revision: 213481 URL: http://svn.freebsd.org/changeset/base/213481 Log: Remove extra assignment. Modified: head/sys/dev/usb/usb_msctest.c Modified: head/sys/dev/usb/usb_msctest.c ==

svn commit: r213480 - in head/sys/dev/usb: . serial

2010-10-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 6 14:29:00 2010 New Revision: 213480 URL: http://svn.freebsd.org/changeset/base/213480 Log: Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs special eject command to reappear as modem. It also requires DIR_IN flag in the command message, so

svn commit: r213479 - head/usr.bin/kdump

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 12:41:42 2010 New Revision: 213479 URL: http://svn.freebsd.org/changeset/base/213479 Log: Fix regex for some socket- and acl-related syscall values. Submitted by: Mikhail PR: 149295 MFC-after:2 weeks Modified: head/usr.bin/kdump/mksubr

svn commit: r213477 - head/lib/libc/stdlib

2010-10-06 Thread Konstantin Belousov
Author: kib Date: Wed Oct 6 09:24:33 2010 New Revision: 213477 URL: http://svn.freebsd.org/changeset/base/213477 Log: Missed space. Submitted by: brueffer MFC after:1 week Modified: head/lib/libc/stdlib/rand.3 Modified: head/lib/libc/stdlib/rand.3

svn commit: r213476 - head/lib/libc/stdlib

2010-10-06 Thread Konstantin Belousov
Author: kib Date: Wed Oct 6 09:05:47 2010 New Revision: 213476 URL: http://svn.freebsd.org/changeset/base/213476 Log: Add cross-references to lrand48(3) and arc4random(3) from rand(3) and random(3). Submitted by: Valentin Nechayev MFC after:1 week Modified: head/lib/libc/stdlib

svn commit: r213475 - head/sys/mips/rmi/dev/nlge

2010-10-06 Thread Jayachandran C.
Author: jchandra Date: Wed Oct 6 08:15:28 2010 New Revision: 213475 URL: http://svn.freebsd.org/changeset/base/213475 Log: XLR/XLS network driver (nlge) updates: - nlge_ioctl handles IFF_UP and IFF_PROMISC flags - Translate table code, to enable flow based CPU assignment added disabl

svn commit: r213474 - head/sys/mips/rmi

2010-10-06 Thread Jayachandran C.
Author: jchandra Date: Wed Oct 6 08:09:39 2010 New Revision: 213474 URL: http://svn.freebsd.org/changeset/base/213474 Log: Fix n64 compile. Modified: head/sys/mips/rmi/fmn.c Modified: head/sys/mips/rmi/fmn.c == ---

svn commit: r213472 - head/tools/build/mk

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitted by: Paul B Mahol Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/Opti

svn commit: r213471 - head/sys/compat/linux

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:34:41 2010 New Revision: 213471 URL: http://svn.freebsd.org/changeset/base/213471 Log: Fix a comparision of an uninitialised pointer. Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed by: rdivacky Modified: h

svn commit: r213470 - head/usr.bin/man

2010-10-06 Thread Gordon Tetlow
Author: gordon Date: Wed Oct 6 07:22:56 2010 New Revision: 213470 URL: http://svn.freebsd.org/changeset/base/213470 Log: If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a page also in the base set, the man utility when invoked with -a would display pages for each locale i