mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
Your Ad Here
mailing.freebsd.cvscurrent only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
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/usr.sbin/setfib setfib.c src/sbin/ipfw ipfw2.c         


Author: Julian Elischer
Date: May 10, 2008 08:31

julian 2008-05-10 15:02:56 UTC

FreeBSD src repository

Modified files:
usr.sbin/setfib setfib.c
sbin/ipfw ipfw2.c
Log:
Change two variables to size_t to improve portability.
Submitted by: Xin Li

Revision Changes Path
1.120 +2 -1 src/sbin/ipfw/ipfw2.c
1.2 +1 -1 src/usr.sbin/setfib/setfib.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/firewire firewire.c fwohci.c         


Author: Hidetoshi Shimokawa
Date: May 10, 2008 07:42

simokawa 2008-05-10 13:40:42 UTC

FreeBSD src repository

Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
- Fix panic on detach.
- Fix a comment.

MFC after: 2 weeks

Revision Changes Path
1.102 +4 -1 src/sys/dev/firewire/firewire.c
1.95 +0 -3 src/sys/dev/firewire/fwohci.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/kern kern_event.c         


Author: Konstantin Belousov
Date: May 10, 2008 04:38

kib 2008-05-10 11:37:05 UTC

FreeBSD src repository

Modified files:
sys/kern kern_event.c
Log:
Kqueue_scan() may sleep when encountered the influx knotes. On the other
hand, it may cause other threads to sleep since kqueue_scan() may mark
some knotes as infux. This could lead to the deadlock.

Before kqueue_scan() sleeps, wakeup the threads that are waiting for the
influx knotes produced by this thread.

Tested by: pho (previous version)
Reviewed by: jmg
MFC after: 2 weeks

Revision Changes Path
1.120 +10 -1 src/sys/kern/kern_event.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/kern kern_event.c         


Author: Konstantin Belousov
Date: May 10, 2008 04:36

kib 2008-05-10 11:35:32 UTC

FreeBSD src repository

Modified files:
sys/kern kern_event.c
Log:
The kqueue_close() encountering the KN_INFLUX knotes on the kq being
closed is the legitimate situation. For instance, filedescriptor with
registered events may be closed in parallel with closing the kqueue.
Properly handle the case instead of asserting that this cannot happen.

Reported and tested by: pho
Reviewed by: jmg
MFC after: 2 weeks

Revision Changes Path
1.119 +11 -4 src/sys/kern/kern_event.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/kern subr_param.c         


Author: Bruce Evans
Date: May 10, 2008 04:23

On Fri, 9 May 2008, Alfred Perlstein wrote:
Show full article (1.87Kb)
no comments
  cvs commit: src/usr.bin/netstat route.c         


Author: Xin LI
Date: May 10, 2008 02:24

delphij 2008-05-10 09:22:17 UTC

FreeBSD src repository

Modified files:
usr.bin/netstat route.c
Log:
Fix build.

Revision Changes Path
1.90 +4 -3 src/usr.bin/netstat/route.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/firewire fwohci.c         


Author: Hidetoshi Shimokawa
Date: May 10, 2008 02:23

simokawa 2008-05-10 09:22:06 UTC

FreeBSD src repository

Modified files:
sys/dev/firewire fwohci.c
Log:
- Disable interrupts on suspend to eliminate excessive
'device physically ejected?' message on resume.
- Fix memory leak on resume reported by kiyohara at netbsd.org.

MFC after: 2 weeks

Revision Changes Path
1.94 +9 -4 src/sys/dev/firewire/fwohci.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/usr.sbin/setfib setfib.1         


Author: Christian Brueffer
Date: May 10, 2008 00:38

brueffer 2008-05-10 07:36:47 UTC

FreeBSD src repository

Modified files:
usr.sbin/setfib setfib.1
Log:
Misc mdoc improvements.

Revision Changes Path
1.2 +9 -4 src/usr.sbin/setfib/setfib.1
_______________________________________________
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/lib/libc/sys setfib.2         


Author: Christian Brueffer
Date: May 10, 2008 00:32

brueffer 2008-05-10 07:31:34 UTC

FreeBSD src repository

Modified files:
lib/libc/sys setfib.2
Log:
Misc mdoc improvements and a typo fix.

Revision Changes Path
1.2 +10 -6 src/lib/libc/sys/setfib.2
_______________________________________________
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
Your Ad Here
  cvs commit: CVSROOT modules         


Author: Andrew Pantyukhin
Date: May 9, 2008 23:53

sat 2008-05-10 06:51:38 UTC

FreeBSD ports repository

Modified files:
. modules
Log:
code2001 --> ports/x11-fonts/code2001

Revision Changes Path
1.19783 +1 -0 CVSROOT/modules
_______________________________________________
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 5 6 7 8 9