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
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
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
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.
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
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
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,
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
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
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
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
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
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
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
===
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
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
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
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
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_
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
==
-
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
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
===
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
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
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
===
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
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
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
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
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
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
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:
32 matches
Mail list logo