Author: erwin
Date: Fri Jan 4 09:15:59 2013
New Revision: 245034
URL: http://svnweb.freebsd.org/changeset/base/245034
Log:
Update with new IPv4 address for D root.
Approved by: delphij (mentor)
Modified:
head/etc/namedb/named.root
Modified: head/etc/namedb/named.root
=
Author: nyan
Date: Fri Jan 4 09:52:09 2013
New Revision: 245035
URL: http://svnweb.freebsd.org/changeset/base/245035
Log:
MFi386: r232521
Exclude USB drivers (except umass and ukbd) from main kernel image.
Modified:
head/sys/pc98/conf/GENERIC
Modified: head/sys/pc98/conf/GENERIC
In article <201301040952.r049q9ix000...@svn.freebsd.org>
Takahashi Yoshihiro writes:
> Author: nyan
> Date: Fri Jan 4 09:52:09 2013
> New Revision: 245035
> URL: http://svnweb.freebsd.org/changeset/base/245035
>
> Log:
> MFi386: r232521
>
> Exclude USB drivers (except umass and ukbd) f
Author: davidxu
Date: Fri Jan 4 11:11:12 2013
New Revision: 245036
URL: http://svnweb.freebsd.org/changeset/base/245036
Log:
Revert revision 244760 because strncpy pads trailing space with zero,
this prevents kernel data from being leaked.
Noticed by: Joerg Sonnenberger < joerg at britan
On Fri, Jan 04, 2013 at 11:11:13AM +, David Xu wrote:
> Author: davidxu
> Date: Fri Jan 4 11:11:12 2013
> New Revision: 245036
> URL: http://svnweb.freebsd.org/changeset/base/245036
>
> Log:
> Revert revision 244760 because strncpy pads trailing space with zero,
> this prevents kernel dat
Author: jh
Date: Fri Jan 4 11:57:27 2013
New Revision: 245037
URL: http://svnweb.freebsd.org/changeset/base/245037
Log:
MFC r234047 by bjk:
Fix a couple of style issues. Tweak grammar and markup while here.
Modified:
stable/9/sbin/mdconfig/mdconfig.8
Directory Properties:
stable/9/sbi
Author: jh
Date: Fri Jan 4 12:06:59 2013
New Revision: 245038
URL: http://svnweb.freebsd.org/changeset/base/245038
Log:
MFC r243372:
Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check
validity of the memory address
Author: erwin
Date: Fri Jan 4 13:36:31 2013
New Revision: 245039
URL: http://svnweb.freebsd.org/changeset/base/245039
Log:
Update to 9.6-ESV-R8.
All security fixes were previously merged.
Release notes: https://kb.isc.org/article/AA-00795
Approved by: delphij (mentor)
Modified:
On Fri, Jan 04, 2013 at 12:33:54PM +0100, Mateusz Guzik wrote:
> On Fri, Jan 04, 2013 at 11:11:13AM +, David Xu wrote:
> > Author: davidxu
> > Date: Fri Jan 4 11:11:12 2013
> > New Revision: 245036
> > URL: http://svnweb.freebsd.org/changeset/base/245036
> > Log:
> > Revert revision 244760
Author: hrs
Date: Fri Jan 4 15:29:50 2013
New Revision: 245044
URL: http://svnweb.freebsd.org/changeset/base/245044
Log:
Remove firewire devices missed in r244992.
Modified:
head/sys/ia64/conf/GENERIC
Modified: head/sys/ia64/conf/GENERIC
=
On Saturday, December 22, 2012 08:43:12 AM Jaakko Heinonen wrote:
> Author: jh
> Date: Sat Dec 22 13:43:12 2012
> New Revision: 244585
> URL: http://svnweb.freebsd.org/changeset/base/244585
>
> Log:
> Mangle label names containing spaces, non-printable characters '%' or
> '"'. Mangling is onl
On 01/04/13 12:18, John Baldwin wrote:
> On Saturday, December 22, 2012 08:43:12 AM Jaakko Heinonen wrote:
>> Author: jh
>> Date: Sat Dec 22 13:43:12 2012
>> New Revision: 244585
>> URL: http://svnweb.freebsd.org/changeset/base/244585
>>
>> Log:
>> Mangle label names containing spaces, non-printa
On 01/02/13 16:02, Andrew Turner wrote:
> On Wed, 2 Jan 2013 11:01:27 +
> "Robert N. M. Watson" wrote:
>
>> On 1 Jan 2013, at 22:08, Andrew Turner wrote:
>>
On a semi-related note: the current obstacle to moving more devices
over to using FDT on BERI is that our FDT implementation ap
Author: grehan
Date: Fri Jan 4 19:29:23 2013
New Revision: 245046
URL: http://svnweb.freebsd.org/changeset/base/245046
Log:
MFC r244144
Implement an API to allow a hypervisor to save/restore
guest floating point state without having to know the
size of floating-point state.
Unstat
On Fri, 04 Jan 2013 12:10:54 -0500
Nathan Whitehorn wrote:
> On 01/02/13 16:02, Andrew Turner wrote:
> > The patch looks good. From my reading of [1] the compatible value
> > should be something like "mips,mips4k" as it's value is of the form
> > ",".
> >
> > I have been thinking the best way of
On Fri, 4 Jan 2013, Mateusz Guzik wrote:
On Fri, Jan 04, 2013 at 11:11:13AM +, David Xu wrote:
Author: davidxu
Date: Fri Jan 4 11:11:12 2013
New Revision: 245036
URL: http://svnweb.freebsd.org/changeset/base/245036
Log:
Revert revision 244760 because strncpy pads trailing space with ze
Author: hselasky
Date: Fri Jan 4 20:44:17 2013
New Revision: 245047
URL: http://svnweb.freebsd.org/changeset/base/245047
Log:
Fix for "run0: wcid=xx out of range" error message.
MFC after:1 week
PR: usb/174963
Submitted by: PseudoCylon
Modified:
head/sys/dev/usb/wlan/
> -Original Message-
> > I think it would be better to teach strlcpy to zero-pad as well.
>
> I'd rather we created new functions with new names that add the non-portable
> zeroing behaviour -- perhaps strlpcpy() and strnpcpy(), or something equally
> incomprehensible. This semantic may
Author: delphij
Date: Fri Jan 4 23:44:22 2013
New Revision: 245048
URL: http://svnweb.freebsd.org/changeset/base/245048
Log:
Constify arguments. While I'm there, also add a static for usage().
MFC after:2 weeks
Modified:
head/usr.bin/apply/apply.c
Modified: head/usr.bin/apply/appl
Author: bjk (doc committer)
Date: Sat Jan 5 00:23:26 2013
New Revision: 245049
URL: http://svnweb.freebsd.org/changeset/base/245049
Log:
Fix some minor inaccuracies introduced in r243251.
Also correct the comment in kern_synch.c which was the source of the
problematic text.
Reviewed by
Author: delphij
Date: Sat Jan 5 00:23:58 2013
New Revision: 245050
URL: http://svnweb.freebsd.org/changeset/base/245050
Log:
Follow calloc convention in other code, this is functionally identical
to its previous form.
Modified:
head/usr.bin/xargs/strnsubst.c
Modified: head/usr.bin/xargs/s
Author: bjk (doc committer)
Date: Sat Jan 5 00:27:08 2013
New Revision: 245051
URL: http://svnweb.freebsd.org/changeset/base/245051
Log:
Grammar fixes and some wordsmithing
Discussed with: rmacklem
Approved by: hrs (mentor)
MFC after:2 weeks
Modified:
head/usr.sbin/gssd/g
Author: dteske
Date: Sat Jan 5 02:08:47 2013
New Revision: 245052
URL: http://svnweb.freebsd.org/changeset/base/245052
Log:
Add support for scripting (sysinstall style).
Reviewed by: jilles
Added:
head/usr.sbin/bsdconfig/share/script.subr (contents, props changed)
head/usr.sbin/bsd
Author: neel
Date: Sat Jan 5 04:20:14 2013
New Revision: 245055
URL: http://svnweb.freebsd.org/changeset/base/245055
Log:
Add macros required to enable VMX operation on Intel processors.
Obtained from:NetApp
Modified:
head/sys/x86/include/specialreg.h
Modified: head/sys/x86/inc
24 matches
Mail list logo