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/sys/dev/hptrr hptrr_os_bsd.c hptrr_osm_bsd.c ldm.h         


Author: Scott Long
Date: Mar 8, 2008 10:08

scottl 2008-03-08 18:06:48 UTC

FreeBSD src repository

Modified files:
sys/dev/hptrr hptrr_os_bsd.c hptrr_osm_bsd.c ldm.h
osm.h
Log:
Fix a mistake made during the import of the driver. Previous versions of
HPT drivers would sometimes test the value of a preprocessor definition but
not always make sure that the definition existed in the first place, leading
to warnings on newer compilers. I blindly assumed the same with this driver,
and it turned out to be wrong and to enable some code that doesn't work.
Show full article (1.01Kb)
no comments
  Re: cvs commit: src/sys/kern kern_sig.c         


Author: Christian S.J. Peron
Date: Mar 8, 2008 08:54

On Sat, Mar 08, 2008 at 03:48:06PM +0000, Robert Watson wrote:
> rwatson 2008-03-08 15:48:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_sig.c
> Log:
> Unlock the process lock when expand_name() fails, or we may leak the
> process lock leading to a hang. This bug was introduced in
> kern_sig.c:1.351, when the call to expand_name() was moved earlier
> bit this particular error case was not updated.
>
Pointy hat to: csjp

Thanks for catching this!
_______________________________________________
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_sig.c         


Author: Robert Watson
Date: Mar 8, 2008 08:33

rwatson 2008-03-08 16:31:29 UTC

FreeBSD src repository

Modified files:
sys/kern kern_sig.c
Log:
Use sbuf routines to construct core dump filenames rather than custom
string buffer handling, making the code both easier to read and more
robust against string-handling bugs.

MFC after: 1 week

Revision Changes Path
1.357 +22 -27 src/sys/kern/kern_sig.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_sig.c         


Author: Robert Watson
Date: Mar 8, 2008 07:50

rwatson 2008-03-08 15:48:06 UTC

FreeBSD src repository

Modified files:
sys/kern kern_sig.c
Log:
Unlock the process lock when expand_name() fails, or we may leak the
process lock leading to a hang. This bug was introduced in
kern_sig.c:1.351, when the call to expand_name() was moved earlier
bit this particular error case was not updated.

Revision Changes Path
1.356 +1 -0 src/sys/kern/kern_sig.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/tools/tools/tinybsd tinybsd         


Author: Remko Lodder
Date: Mar 8, 2008 07:44

Remko Lodder wrote:
> remko 2008-03-08 15:41:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> tools/tools/tinybsd tinybsd
> Log:
> Improve handling of the tinybsd application wrt ports. Ports that
> have dependencies or need to install a new user/group, are not
> problematic anymore.
>
> PR: 121367
> Submitted by: Richard Arends < richard at unixguru dot nl >
> MFC after: 3 days

Approved by: imp (mentor, implicit for trivial changes)
Show full article (0.94Kb)
no comments
  cvs commit: src/tools/tools/tinybsd tinybsd         


Author: Remko Lodder
Date: Mar 8, 2008 07:43

remko 2008-03-08 15:41:06 UTC

FreeBSD src repository

Modified files:
tools/tools/tinybsd tinybsd
Log:
Improve handling of the tinybsd application wrt ports. Ports that
have dependencies or need to install a new user/group, are not
problematic anymore.

PR: 121367
Submitted by: Richard Arends < richard at unixguru dot nl >
MFC after: 3 days

Revision Changes Path
1.8 +41 -53 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: CVSROOT modules         


Author: Beech Rintoul
Date: Mar 8, 2008 05:02

beech 2008-03-08 09:07:12 UTC

FreeBSD ports repository

Modified files:
. modules
Log:
claroline --> ports/www/claroline

Revision Changes Path
1.19474 +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
  cvs commit: src/sys/powerpc/booke machdep.c         


Author: Marcel Moolenaar
Date: Mar 8, 2008 04:55

marcel 2008-03-08 05:36:25 UTC

FreeBSD src repository

Modified files:
sys/powerpc/booke machdep.c
Log:
Enable the D-cache and I-cache when not already enabled.
It so happens that U-Boot disables the D-cache when booting
an ELF image, so this change makes sure we run with the
D-cache enabled from now on. It shows too...

While here, remove the duplicate definition of the hw.model
sysctl.

Revision Changes Path
1.2 +28 -3 src/sys/powerpc/booke/machdep.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.bin/calendar/calendars calendar.freebsd         


Author: Felippe de Meirelles Motta
Date: Mar 8, 2008 04:41

lippe 2008-03-08 03:54:30 UTC

FreeBSD src repository (ports committer)

Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
- Add my birthday entry

Approved by: gabor (mentor)

Revision Changes Path
1.228 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd
_______________________________________________
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/sbin/geom/class/multipath gmultipath.8         


Author: Christian Brueffer
Date: Mar 8, 2008 04:39

brueffer 2008-03-08 12:13:00 UTC

FreeBSD src repository

Modified files:
sbin/geom/class/multipath gmultipath.8
Log:
Fix typos.

PR: 121486
Submitted by: Anatoly Borodin gmail.com>
MFC after: 3 days

Revision Changes Path
1.5 +2 -2 src/sbin/geom/class/multipath/gmultipath.8
_______________________________________________
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