svn commit: r218427 - head/sys/arm/mv

2011-02-07 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 8 01:49:30 2011 New Revision: 218427 URL: http://svn.freebsd.org/changeset/base/218427 Log: In arm_get_next_irq(), use the last IRQ argument in order to prevent a hard hang due to an interrupt storm or stuck interrupt pin. We return the next IRQ that is larger t

svn commit: r218426 - head/sys/arm/mv

2011-02-07 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 8 01:43:45 2011 New Revision: 218426 URL: http://svn.freebsd.org/changeset/base/218426 Log: o Make sure to mask off timer1 interrupts. It's not necessarily masked-off by the firmware. o In DELAY(). Make sure we have an inner-loop body that the compiler

svn commit: r218425 - in head: . sys/kern sys/sys

2011-02-07 Thread Matthew D Fleming
loc debugging, run ln -s aj /etc/malloc.conf.) +20110207: + Remove the uio_yield prototype and symbol. This function has + been misnamed since it was introduced and should not be + globally exposed with this name. The equivalent functionality + is now available us

svn commit: r218424 - in head/sys: dev/sio kern pc98/cbus sys ufs/ffs

2011-02-07 Thread Matthew D Fleming
Author: mdf Date: Tue Feb 8 00:16:36 2011 New Revision: 218424 URL: http://svn.freebsd.org/changeset/base/218424 Log: Based on discussions on the svn-src mailing list, rework r218195: - entirely eliminate some calls to uio_yeild() as being unnecessary, such as in a sysctl handler.

Re: svn commit: r218414 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/sys

2011-02-07 Thread Daniel Eischen
On Mon, 7 Feb 2011, Jung-uk Kim wrote: On Monday 07 February 2011 06:12 pm, Garrett Cooper wrote: On Mon, Feb 7, 2011 at 1:26 PM, Jung-uk Kim wrote: Author: jkim Date: Mon Feb �7 21:26:46 2011 New Revision: 218414 URL: http://svn.freebsd.org/changeset/base/218414 Log: �Introduce a non-porta

Re: svn commit: r218414 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/sys

2011-02-07 Thread Jung-uk Kim
On Monday 07 February 2011 06:12 pm, Garrett Cooper wrote: > On Mon, Feb 7, 2011 at 1:26 PM, Jung-uk Kim wrote: > > Author: jkim > > Date: Mon Feb �7 21:26:46 2011 > > New Revision: 218414 > > URL: http://svn.freebsd.org/changeset/base/218414 > > > > Log: > > �Introduce a non-portable function pt

Re: svn commit: r218414 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/sys

2011-02-07 Thread Garrett Cooper
On Mon, Feb 7, 2011 at 1:26 PM, Jung-uk Kim wrote: > Author: jkim > Date: Mon Feb  7 21:26:46 2011 > New Revision: 218414 > URL: http://svn.freebsd.org/changeset/base/218414 > > Log: >  Introduce a non-portable function pthread_getthreadid_np(3) to retrieve >  calling thread's unique integral ID,

svn commit: r218423 - head/sys/dev/bce

2011-02-07 Thread David Christensen
Author: davidch Date: Mon Feb 7 23:00:24 2011 New Revision: 218423 URL: http://svn.freebsd.org/changeset/base/218423 Log: - Added systcls for header splitting, RX/TX buffer count, interrupt coalescing, strict RX MTU, verbose output, and shared memory debug. - Added additional debug counte

svn commit: r218422 - in head/sys/dev/usb: . quirk

2011-02-07 Thread Nick Hibma
Author: n_hibma Date: Mon Feb 7 22:37:27 2011 New Revision: 218422 URL: http://svn.freebsd.org/changeset/base/218422 Log: Curitel UM150 needs a quirk to stop it from detaching straight after attach (resetting actually). Submitted by: Oleg Nauman MFC after:1 week Modified: head/s

svn commit: r218421 - head/usr.bin/gzip

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 22:33:39 2011 New Revision: 218421 URL: http://svn.freebsd.org/changeset/base/218421 Log: Update manpage to remove CRT reference. PR: 154441 Submitted by: Ben Haga (bhaga of absoludicrous com) Suggestion by:pluknet Approve

svn commit: r218420 - head/sys/dev/ath/ath_hal/ar5416

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 22:00:31 2011 New Revision: 218420 URL: http://svn.freebsd.org/changeset/base/218420 Log: Add in some AR9280 specific board configuration options. * The existing radio config code was for the AR5416/AR9160 and missed out on some of the AR9280 specific stu

svn commit: r218419 - head/sys/dev/ath/ath_hal

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 21:48:26 2011 New Revision: 218419 URL: http://svn.freebsd.org/changeset/base/218419 Log: Bring over some AR9280-specific v14 additions that exist in ath9k. Obtained from:Linux ath9k Modified: head/sys/dev/ath/ath_hal/ah_eeprom_v14.c head/sys/dev

svn commit: r218417 - head/share/man/man3

2011-02-07 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 7 21:31:21 2011 New Revision: 218417 URL: http://svn.freebsd.org/changeset/base/218417 Log: Fix the previous commit of pthread_getthreadid_np(3). Modified: head/share/man/man3/pthread_getthreadid_np.3 Modified: head/share/man/man3/pthread_getthreadid_np.3

svn commit: r218416 - head/sys/dev/ath/ath_hal/ar9002

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 21:30:56 2011 New Revision: 218416 URL: http://svn.freebsd.org/changeset/base/218416 Log: Use analog delay macro for modifying an analog register. Modified: head/sys/dev/ath/ath_hal/ar9002/ar9280.c Modified: head/sys/dev/ath/ath_hal/ar9002/ar9280.c ===

svn commit: r218415 - head/sys/dev/ath/ath_hal

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 21:30:13 2011 New Revision: 218415 URL: http://svn.freebsd.org/changeset/base/218415 Log: Add a new RMW macro for analog register writes which implements the needed wait period between operations. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: he

svn commit: r218414 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/sys

2011-02-07 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 7 21:26:46 2011 New Revision: 218414 URL: http://svn.freebsd.org/changeset/base/218414 Log: Introduce a non-portable function pthread_getthreadid_np(3) to retrieve calling thread's unique integral ID, which is similar to AIX function of the same name. Bump __Free

svn commit: r218413 - stable/7/sbin/newfs

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 19:13:20 2011 New Revision: 218413 URL: http://svn.freebsd.org/changeset/base/218413 Log: MFC 212610: Synchronize newfs(8) manual with code. PR: 61716 Approved by: keramida (mentor) Modified: stable/7/sbin/newfs/newfs.8 Director

svn commit: r218412 - stable/8/sbin/newfs

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 19:12:30 2011 New Revision: 218412 URL: http://svn.freebsd.org/changeset/base/218412 Log: MFC 212610: Synchronize newfs(8) manual with code. PR: 61716 Approved by: keramida (mentor) Modified: stable/8/sbin/newfs/newfs.8 Director

svn commit: r218411 - head/usr.bin/rs

2011-02-07 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 7 18:10:18 2011 New Revision: 218411 URL: http://svn.freebsd.org/changeset/base/218411 Log: - Use LINE_MAX from limits.h as the maximum line length instead of BUFSIZ. Use LINE_MAX * 2 as the buffer size (BSIZE). - Error out if we encounter a line longer than LINE_

svn commit: r218410 - head/usr.bin/rs

2011-02-07 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 7 18:05:56 2011 New Revision: 218410 URL: http://svn.freebsd.org/changeset/base/218410 Log: Handle EOF when skipping lines. Modified: head/usr.bin/rs/rs.c Modified: head/usr.bin/rs/rs.c == -

Re: svn commit: r217351 - head/sys/kern

2011-02-07 Thread Chagin Dmitry
On Mon, Feb 07, 2011 at 05:35:48PM +0200, Alexander Motin wrote: > John Baldwin wrote: > > On Sunday, February 06, 2011 5:15:08 pm Chagin Dmitry wrote: > >> On Thu, Jan 13, 2011 at 02:22:27PM +, John Baldwin wrote: > >>> Author: jhb > >>> Date: Thu Jan 13 14:22:27 2011 > >>> New Revision: 21735

svn commit: r218409 - head/sys/dev/ath/ath_hal/ar5212

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 17:04:31 2011 New Revision: 218409 URL: http://svn.freebsd.org/changeset/base/218409 Log: Fix typo in SIFS setup Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c ===

Re: svn commit: r217351 - head/sys/kern

2011-02-07 Thread Alexander Motin
John Baldwin wrote: > On Sunday, February 06, 2011 5:15:08 pm Chagin Dmitry wrote: >> On Thu, Jan 13, 2011 at 02:22:27PM +, John Baldwin wrote: >>> Author: jhb >>> Date: Thu Jan 13 14:22:27 2011 >>> New Revision: 217351 >>> URL: http://svn.freebsd.org/changeset/base/217351 >>> >>> Log: >>> In

Re: svn commit: r217351 - head/sys/kern

2011-02-07 Thread John Baldwin
On Sunday, February 06, 2011 5:15:08 pm Chagin Dmitry wrote: > On Thu, Jan 13, 2011 at 02:22:27PM +, John Baldwin wrote: > > Author: jhb > > Date: Thu Jan 13 14:22:27 2011 > > New Revision: 217351 > > URL: http://svn.freebsd.org/changeset/base/217351 > > > > Log: > > Introduce two new helper

svn commit: r218402 - head/sys/dev/ath

2011-02-07 Thread Adrian Chadd
Author: adrian Date: Mon Feb 7 15:09:13 2011 New Revision: 218402 URL: http://svn.freebsd.org/changeset/base/218402 Log: Add in a per phy error sysctl. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ===

svn commit: r218400 - in head/sys: netinet netinet6

2011-02-07 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 7 15:04:23 2011 New Revision: 218400 URL: http://svn.freebsd.org/changeset/base/218400 Log: Fix bugs related to M_FLOWID: * Store the flowid when receiving an SCTP/IPv6 packet. * Store the flowid when receiving an SCTP packet with wrong CRC. * Initilize flowid

svn commit: r218398 - head/share/man/man4

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 11:20:58 2011 New Revision: 218398 URL: http://svn.freebsd.org/changeset/base/218398 Log: Minor grammar fix. s/cores'/core's/ Approved by: keramida (mentor) MFC after:3 days Modified: head/share/man/man4/amdtemp.4 Modified: head/share

svn commit: r218397 - head/usr.sbin/ppp

2011-02-07 Thread Brian Somers
Author: brian Date: Mon Feb 7 11:18:18 2011 New Revision: 218397 URL: http://svn.freebsd.org/changeset/base/218397 Log: Add "iface name" and "iface description" commands. PR: 151400 Submitted by: Aragon Gouveia - aragon at phat dot za dot net with minor fixes MFC after:3

svn commit: r218396 - stable/7/share/man/man7

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 11:13:28 2011 New Revision: 218396 URL: http://svn.freebsd.org/changeset/base/218396 Log: MFC 214374: Minor grammar fixes. Approved by: keramida (mentor) Modified: stable/7/share/man/man7/build.7 Directory Properties: stable/7/share/ma

svn commit: r218395 - stable/8/share/man/man7

2011-02-07 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Feb 7 11:12:27 2011 New Revision: 218395 URL: http://svn.freebsd.org/changeset/base/218395 Log: MFC 214374: Minor grammar fixes. Approved by: keramida (mentor) Modified: stable/8/share/man/man7/build.7 Directory Properties: stable/8/share/ma

svn commit: r218393 - head/sys/netinet

2011-02-07 Thread Randall Stewart
Author: rrs Date: Mon Feb 7 08:12:24 2011 New Revision: 218393 URL: http://svn.freebsd.org/changeset/base/218393 Log: If not set (due to some error Michael is working on fixing) set it for the net. MFC after:3 months Modified: head/sys/netinet/sctp_output.c Modified: head/sys/net

svn commit: r218392 - head/sys/netinet

2011-02-07 Thread Randall Stewart
Author: rrs Date: Mon Feb 7 08:10:29 2011 New Revision: 218392 URL: http://svn.freebsd.org/changeset/base/218392 Log: 1) Track when flowid does get set. MFC after:3 months Modified: head/sys/netinet/sctp_input.c head/sys/netinet/sctp_pcb.c head/sys/netinet/sctp_structs.h Modified: