mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
mailing.freebsd.cvscurrent only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
mailing.freebsd.cvscurrent Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  cvs commit: src/lib/libthr/thread thr_rtld.c         


Author: David Xu
Date: Mar 20, 2008 19:32

davidxu 2008-03-21 02:31:56 UTC

FreeBSD src repository

Modified files:
lib/libthr/thread thr_rtld.c
Log:
Resolve __error()'s PLT early so that it needs not to be resolved again,
otherwise rwlock is recursivly called when signal happens and the __error
was never resolved before.

Revision Changes Path
1.6 +3 -0 src/lib/libthr/thread/thr_rtld.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/tools/tools/tinybsd tinybsd         


Author: Remko Lodder
Date: Mar 20, 2008 15:37

remko 2008-03-20 22:36:49 UTC

FreeBSD src repository

Modified files:
tools/tools/tinybsd tinybsd
Log:
The last commit was:

Approved by: imp (mentor)
Noticed by: rink

Revision Changes Path
1.10 +0 -0 src/tools/tools/tinybsd/tinybsd
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/amd64/isa atpic.c src/sys/i386/isa atpic.c         


Author: John Baldwin
Date: Mar 20, 2008 14:54

jhb 2008-03-20 21:53:27 UTC

FreeBSD src repository

Modified files:
sys/amd64/isa atpic.c
sys/i386/isa atpic.c
Log:
Explicitly use spinlock_enter/exit rather than locking the icu_lock spin
lock in the 8259A drivers as these drivers are only used on UP systems.
This slightly reduces the penalty of an SMP kernel (such as GENERIC) on
a UP x86 machine.

Revision Changes Path
1.24 +14 -15 src/sys/amd64/isa/atpic.c
1.30 +14 -15 src/sys/i386/isa/atpic.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/amd64/amd64 nexus.c src/sys/i386/i386 nexus.c         


Author: John Baldwin
Date: Mar 20, 2008 14:25

jhb 2008-03-20 21:24:32 UTC

FreeBSD src repository

Modified files:
sys/amd64/amd64 nexus.c
sys/i386/i386 nexus.c
sys/kern bus_if.m subr_bus.c
sys/sys bus.h
Log:
Implement a BUS_BIND_INTR()...
Show full article (1.37Kb)
no comments
  cvs commit: src/sys/dev/ata ata-raid.c         


Author: Søren Schmidt
Date: Mar 20, 2008 14:22

sos 2008-03-20 21:21:31 UTC

FreeBSD src repository

Modified files:
sys/dev/ata ata-raid.c
Log:
Unbreak the last commit.
Changes from the PM WIP sneaked in and caused compile errors.

Revision Changes Path
1.126 +9 -8 src/sys/dev/ata/ata-raid.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: CVSROOT modules ports/net-im Makefile         


Author: Martin Wilke
Date: Mar 20, 2008 14:12

miwi 2008-03-20 21:11:26 UTC

FreeBSD ports repository

Modified files:
. modules
net-im Makefile
Log:
- Connect net-im/centerim-devel

Revision Changes Path
1.19522 +1 -0 CVSROOT/modules
1.81 +1 -0 ports/net-im/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/dev/cxgb cxgb_main.c cxgb_sge.c         


Author: Kip Macy
Date: Mar 20, 2008 13:54

kmacy 2008-03-20 20:52:37 UTC

FreeBSD src repository

Modified files:
sys/dev/cxgb cxgb_main.c cxgb_sge.c
Log:
pay attention to default cluster limits when sizing receive queues

Revision Changes Path
1.53 +4 -5 src/sys/dev/cxgb/cxgb_main.c
1.52 +28 -3 src/sys/dev/cxgb/cxgb_sge.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/sys/dev/aac aac.c         


Author: Ed Maste
Date: Mar 20, 2008 13:34

emaste 2008-03-20 20:33:48 UTC

FreeBSD src repository

Modified files:
sys/dev/aac aac.c
Log:
Restore creation of passthrough devices with newer controller firmware by
putting the correct size in the fib header. Presumably the older firmware
silently ignored a bad size field.

(This change tested with a 3805 controller. Passthrough devices were
created when running firmware build 12814, but not 15323 or later. With
this change they're created for both old and new firmware versions.)

Submitted by: Adaptec

Revision Changes Path
1.130 +2 -2 src/sys/dev/aac/aac.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  Re: cvs commit: src/sys/nfsserver nfs_srvsock.c         


Author: Alfred Perlstein
Date: Mar 20, 2008 13:23

* Doug Rabson rabson.org> [080320 01:44] wrote:
>
> On 20 Mar 2008, at 02:56, Alfred Perlstein wrote:
>
>>* Doug Rabson FreeBSD.org> [080319 05:32] wrote:
>>>dfr 2008-03-19 12:33:25 UTC
>>>
>>> FreeBSD src repository
>>>
>>> Modified files:
>>> sys/nfsserver nfs_srvsock.c
>>> Log:
>>> Fix a regression from the last revision - don't edit the ns_rec
>>>list while
>>> not holding the lock.
>>>
>>> Revision Changes Path
>>> 1.107 +3 -1 src/sys/nfsserver/nfs_srvsock.c
>>
>>This function should have a WITNESS check at the top of it. ...
Show full article (1.09Kb)
no comments
  cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c         


Author: Ed Maste
Date: Mar 20, 2008 11:00

emaste 2008-03-20 17:59:19 UTC

FreeBSD src repository

Modified files:
sys/sys aac_ioctl.h
sys/dev/aac aac.c
Log:
Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,
FSACTL_LNX_SEND_LARGE_FIB, and FSACTL_LNX_SEND_RAW_SRB, and correct size
checks on FIBs passed in from userspace. Both changes were obtained from
Adaptec's driver build 15317. Adaptec's commandline RAID tool arcconf uses
these ioctls when creating a RAID-10 array (and probably other operations
too).

Revision Changes Path
1.129 +31 -8 src/sys/dev/aac/aac.c
1.12 +6 -0 src/sys/sys/aac_ioctl.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
1 2 3 4