svn commit: r233107 - head/lib/libc/arm/gen

2012-03-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Mar 18 08:08:06 2012 New Revision: 233107 URL: http://svn.freebsd.org/changeset/base/233107 Log: Unbreak trhe build by including proper header Modified: head/lib/libc/arm/gen/_set_tp.c Modified: head/lib/libc/arm/gen/_set_tp.c =

svn commit: r233109 - head/sbin/kldload

2012-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 18 09:45:43 2012 New Revision: 233109 URL: http://svn.freebsd.org/changeset/base/233109 Log: Add option to ignore error codes if the module specified is already loaded. MFC after:1 week Modified: head/sbin/kldload/kldload.8 head/sbin/kldload/kldload.c

svn commit: r233110 - head/tools/tools/bus_autoconf

2012-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 18 09:47:27 2012 New Revision: 233110 URL: http://svn.freebsd.org/changeset/base/233110 Log: Use new -n option when executing kldload, to not warn about already loaded module(s). MFC after:1 week Modified: head/tools/tools/bus_autoconf/bus_usb.c Modi

svn commit: r233111 - head/etc/devd

2012-03-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 18 09:52:54 2012 New Revision: 233111 URL: http://svn.freebsd.org/changeset/base/233111 Log: Regenerate usb.conf to use new -n option when doing kldload. MFC after:1 week Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf ===

svn commit: r233113 - head/sys/net

2012-03-18 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 18 11:23:40 2012 New Revision: 233113 URL: http://svn.freebsd.org/changeset/base/233113 Log: Hide kernel option ROUTETABLES evaluations in the implementation rather than the header file. With this also move RT_MAXFIBS and RT_NUMFIBS into the implemantion to avoid fu

svn commit: r233117 - head/sys/powerpc/aim

2012-03-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Mar 18 13:22:42 2012 New Revision: 233117 URL: http://svn.freebsd.org/changeset/base/233117 Log: Remove acquisition of VM page queues lock from pmap_protect(). Any actual manipulation of the pvo_vlink and pvo_olink entries is already protected by the table lock,

svn commit: r233121 - head/usr.bin/bc

2012-03-18 Thread Kevin Lo
Author: kevlo Date: Sun Mar 18 15:34:39 2012 New Revision: 233121 URL: http://svn.freebsd.org/changeset/base/233121 Log: Repair function when used with large scales Submitted by: AIDA Shinra Modified: head/usr.bin/bc/bc.library Modified: head/usr.bin/bc/bc.library =

svn commit: r233122 - head/sys/amd64/amd64

2012-03-18 Thread Alan Cox
Author: alc Date: Sun Mar 18 17:41:54 2012 New Revision: 233122 URL: http://svn.freebsd.org/changeset/base/233122 Log: Style fix to pmap_protect(). Submitted by: bde Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c =

svn commit: r233123 - in head/sys: amd64/include i386/include

2012-03-18 Thread Tijl Coosemans
Author: tijl Date: Sun Mar 18 18:44:42 2012 New Revision: 233123 URL: http://svn.freebsd.org/changeset/base/233123 Log: Use exact width integer types in amd64/i386 reg.h to prepare for a merge. The only real change is replacing long with int on i386. Modified: head/sys/amd64/include/reg.h

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-03-18 Thread Pawel Jakub Dawidek
On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote: > Author: davidxu > Date: Mon Feb 27 13:38:52 2012 > New Revision: 232209 > URL: http://svn.freebsd.org/changeset/base/232209 > > Log: > Follow changes made in revision 232144, pass absolute timeout to kernel, > this eliminates a clock_

svn commit: r233124 - in head/sys: amd64/include compat/ia32 i386/include pc98/include x86/include

2012-03-18 Thread Tijl Coosemans
Author: tijl Date: Sun Mar 18 19:06:38 2012 New Revision: 233124 URL: http://svn.freebsd.org/changeset/base/233124 Log: Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 reg.h with stubs. The tREGISTER macros are only made visible on i386. These macros are depre

svn commit: r233125 - in head/sys: amd64/ia32 compat/ia32 ia64/ia32 ia64/include x86/include

2012-03-18 Thread Tijl Coosemans
Author: tijl Date: Sun Mar 18 19:12:11 2012 New Revision: 233125 URL: http://svn.freebsd.org/changeset/base/233125 Log: Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. Reviewed by: kib Deleted: head/sys/compat/ia32/ia32_reg.h Modified: head/sys/amd64/ia32/ia32_reg.c

svn commit: r233126 - head/sys/kern

2012-03-18 Thread Jaakko Heinonen
Author: jh Date: Sun Mar 18 19:13:32 2012 New Revision: 233126 URL: http://svn.freebsd.org/changeset/base/233126 Log: Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation. PR: kern/161552 Reviewed by: trasz Tested by:Nikos Vassiliadis MFC after:1 w

svn commit: r233127 - head/sys/compat/ia32

2012-03-18 Thread Tijl Coosemans
Author: tijl Date: Sun Mar 18 19:15:11 2012 New Revision: 233127 URL: http://svn.freebsd.org/changeset/base/233127 Log: Remove some unnecessary includes. Modified: head/sys/compat/ia32/ia32_sysvec.c Modified: head/sys/compat/ia32/ia32_sysvec.c

Re: svn commit: r233125 - in head/sys: amd64/ia32 compat/ia32 ia64/ia32 ia64/include x86/include

2012-03-18 Thread Tijl Coosemans
On Sunday 18 March 2012 20:12:12 Tijl Coosemans wrote: > Author: tijl > Date: Sun Mar 18 19:12:11 2012 > New Revision: 233125 > URL: http://svn.freebsd.org/changeset/base/233125 > > Log: > Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. > > Reviewed by:kib > > De

svn commit: r233128 - head/contrib/bsnmp/snmpd

2012-03-18 Thread Hartmut Brandt
Author: harti Date: Sun Mar 18 19:28:52 2012 New Revision: 233128 URL: http://svn.freebsd.org/changeset/base/233128 Log: memset() wants the size of the structure to clear, not the size of the pointer to it. Submitted by: Pawel Worach Modified: head/contrib/bsnmp/snmpd/main.c Modified:

svn commit: r233129 - head/sys/net80211

2012-03-18 Thread Adrian Chadd
Author: adrian Date: Sun Mar 18 19:35:30 2012 New Revision: 233129 URL: http://svn.freebsd.org/changeset/base/233129 Log: Add a missing endian conversion. Modified: head/sys/net80211/ieee80211_alq.h Modified: head/sys/net80211/ieee80211_alq.h =

svn commit: r233130 - head/lib/libc/gen

2012-03-18 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 18 20:34:01 2012 New Revision: 233130 URL: http://svn.freebsd.org/changeset/base/233130 Log: fts(3): Document cases where FTS_NOCHDIR is set implicitly. PR: docs/166091 Submitted by: Matthew Story MFC after:1 week Modified: head/lib/libc/gen

svn commit: r233131 - head/usr.sbin/pc-sysinstall/backend-query

2012-03-18 Thread Josh Paetzel
Author: jpaetzel Date: Sun Mar 18 21:19:21 2012 New Revision: 233131 URL: http://svn.freebsd.org/changeset/base/233131 Log: Redirect camcontrol stderr to /dev/null. Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.

Re: svn commit: r233048 - head/etc/defaults

2012-03-18 Thread Martin Matuska
On 17.3.2012 16:35, Alexander Leidinger wrote: > On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska > wrote: > >> Author: mm >> Date: Fri Mar 16 21:30:26 2012 >> New Revision: 233048 >> URL: http://svn.freebsd.org/changeset/base/233048 >> >> Log: >> Unhide /dev/zfs in devfsrules_jail. >>

svn commit: r233132 - head/lib/libc/gen

2012-03-18 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 18 21:46:27 2012 New Revision: 233132 URL: http://svn.freebsd.org/changeset/base/233132 Log: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned pathnames. With the current API (no *at functions), FTS_NOCHDIR requires that the fts_accp

Re: svn commit: r233048 - head/etc/defaults

2012-03-18 Thread Martin Matuska
On 18.3.2012 22:29, Martin Matuska wrote: > On 17.3.2012 16:35, Alexander Leidinger wrote: >> On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska >> wrote: >> >>> Author: mm >>> Date: Fri Mar 16 21:30:26 2012 >>> New Revision: 233048 >>> URL: http://svn.freebsd.org/changeset/base/233048 >>> >>

Re: svn commit: r233129 - head/sys/net80211

2012-03-18 Thread Adrian Chadd
pointy-hat to me, sorry! *grumbles* Adrian On 18 March 2012 12:35, Adrian Chadd wrote: > Author: adrian > Date: Sun Mar 18 19:35:30 2012 > New Revision: 233129 > URL: http://svn.freebsd.org/changeset/base/233129 > > Log: >  Add a missing endian conversion. > > Modified: >  head/sys/net80211/i

svn commit: r233133 - head/sys/net80211

2012-03-18 Thread Adrian Chadd
Author: adrian Date: Sun Mar 18 21:54:59 2012 New Revision: 233133 URL: http://svn.freebsd.org/changeset/base/233133 Log: .. revert out a local change that I hadn't yet completely finished fleshing out and testing. sorry! Modified: head/sys/net80211/ieee80211_alq.h Modified: head/sys/

Re: svn commit: r232977 - in head: etc sbin/init

2012-03-18 Thread Chris Rees
On 15 Mar 2012 22:57, "Ian Lepore" wrote: > > On Wed, 2012-03-14 at 16:22 +, Ed Schouten wrote: > > Author: ed > > Date: Wed Mar 14 16:22:09 2012 > > New Revision: 232977 > > URL: http://svn.freebsd.org/changeset/base/232977 > > > > Log: > > Make init(8) slightly more robust when /dev/consol

svn commit: r233134 - head/lib/libthr/thread

2012-03-18 Thread David Xu
Author: davidxu Date: Mon Mar 19 00:07:10 2012 New Revision: 233134 URL: http://svn.freebsd.org/changeset/base/233134 Log: Use clockid parameter instead of hard-coded CLOCK_REALTIME. Reported by: pjd Modified: head/lib/libthr/thread/thr_umtx.c Modified: head/lib/libthr/thread/thr_umtx.

svn commit: r233135 - in head/sys: kern sys

2012-03-18 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 00:36:32 2012 New Revision: 233135 URL: http://svn.freebsd.org/changeset/base/233135 Log: - Clean up timestamps in msgbuf code. The timestamps should now be inserted after the priority token thus cleaning up the output. - Remove the needless double intern

svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-18 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 00:41:40 2012 New Revision: 233136 URL: http://svn.freebsd.org/changeset/base/233136 Log: X11BASE is not used any more and has been killed by the x11 team. Reviewed by: ??? Approved by: ??? MFC after:3 days Modified: head/secure/usr.bin/ssh/Makef

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-18 Thread Eitan Adler
On Sun, Mar 18, 2012 at 8:41 PM, Eitan Adler wrote: > Author: eadler > Date: Mon Mar 19 00:41:40 2012 > New Revision: 233136 > URL: http://svn.freebsd.org/changeset/base/233136 > > Log: >  X11BASE is not used any more and has been killed by the x11 team. > >  Reviewed by:  ??? >  Approved by:  ???

svn commit: r233137 - head/bin/expr

2012-03-18 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 00:45:01 2012 New Revision: 233137 URL: http://svn.freebsd.org/changeset/base/233137 Log: rm[0].rm_so must be zero (an explicit check is made for zero in the outer if condition) Reviewed by: se Approved by: cperciva Modified: head/bin/expr/expr.y Mo

svn commit: r233138 - head/lib/libc/net

2012-03-18 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 00:47:01 2012 New Revision: 233138 URL: http://svn.freebsd.org/changeset/base/233138 Log: draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 PR: docs/163771 Submitted by: phk Reviewed by: If someone else reviewed your modification. Approved

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-03-18 Thread Julian Elischer
On 3/18/12 11:50 AM, Pawel Jakub Dawidek wrote: On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote: Author: davidxu Date: Mon Feb 27 13:38:52 2012 New Revision: 232209 URL: http://svn.freebsd.org/changeset/base/232209 Log: Follow changes made in revision 232144, pass absolute timeout t

svn commit: r233158 - head/sys/dev/fxp

2012-03-18 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 19 02:10:40 2012 New Revision: 233158 URL: http://svn.freebsd.org/changeset/base/233158 Log: Do not change current media when driver is already running. If driver is running driver would have already completed flow control configuration. This change removes un

svn commit: r233159 - head/contrib/gdb/gdb

2012-03-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Mar 19 03:27:08 2012 New Revision: 233159 URL: http://svn.freebsd.org/changeset/base/233159 Log: fix ABI detection logic: for 64-bit elf objects set default ABI to n64. Modified: head/contrib/gdb/gdb/mips-tdep.c Modified: head/contrib/gdb/gdb/mips-tdep.c =

svn commit: r233160 - head/lib/libc/sys

2012-03-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Mar 19 04:46:11 2012 New Revision: 233160 URL: http://svn.freebsd.org/changeset/base/233160 Log: Expound a bit more about the system maximum number of FIBs, how it may be set, and current limitations on the value. Approved by: hrs (mentor) PR:

svn commit: r233161 - head/lib/libc/sys

2012-03-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Mar 19 05:08:09 2012 New Revision: 233161 URL: http://svn.freebsd.org/changeset/base/233161 Log: Remove trailing whitespace. Approved by: hrs (mentor) Modified: head/lib/libc/sys/setfib.2 Modified: head/lib/libc/sys/setfib.2 ===