Up |
|
|
  |
Author: Scott LongScott 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
|
|
  |
Author: Christian S.J. PeronChristian 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.
>
|
| |
|
| |
no comments
|
|
  |
Author: Robert WatsonRobert 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
|
|
  |
Author: Robert WatsonRobert 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
|
|
  |
Author: Remko LodderRemko 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
|
|
  |
Author: Remko LodderRemko 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
|
|
  |
|
|
  |
Author: Marcel MoolenaarMarcel 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
|
|
  |
Author: Felippe de Meirelles MottaFelippe 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
|
|
  |
|
|
  |
Author: Christian BruefferChristian 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
|
|
|
|
|
|