Author: fjoe
Date: Fri Dec 2 09:09:54 2011
New Revision: 228196
URL: http://svn.freebsd.org/changeset/base/228196
Log:
Revert to conservative defaults. WITH_PROFILE is a default now.
NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
so that the reversal to the WITHOUT_P
Author: fjoe
Date: Fri Dec 2 09:28:19 2011
New Revision: 228197
URL: http://svn.freebsd.org/changeset/base/228197
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
---
On Fri, Dec 02, 2011 at 09:09:54AM +, Max Khon wrote:
> Log:
> Revert to conservative defaults. WITH_PROFILE is a default now.
Thank you.
> NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
> so that the reversal to the WITHOUT_PROFILE will be easier in future.
As I m
On Wed, Nov 30, 2011 at 01:33:09PM +, Max Khon wrote:
> Log:
> Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
> - ${NORMAL_CC} is also invoked without '@'
> - Userland CTF support was changed previously to echo ctfconvert
> invocations too
Thank you for your work on cle
On 02-12-2011 0:38, Ken Smith wrote:
> Author: kensmith
> Date: Fri Dec 2 00:38:47 2011
> New Revision: 228192
> URL: http://svn.freebsd.org/changeset/base/228192
>
> Log:
> Add a screen that asks if the user would like to enable crash dumps,
> giving them a very brief description of the tra
Author: fabient
Date: Fri Dec 2 10:02:49 2011
New Revision: 228198
URL: http://svn.freebsd.org/changeset/base/228198
Log:
Update Westmere uncore event exception list.
Submitted by: Davide Italiano
MFC after:1 week
Modified:
head/sys/dev/hwpmc/hwpmc_core.c
Modified: head/sys/dev/
Author: obrien
Date: Fri Dec 2 11:55:09 2011
New Revision: 228199
URL: http://svn.freebsd.org/changeset/base/228199
Log:
Split sentences at period boundaries.
Modified:
head/lib/libc/locale/duplocale.3
head/lib/libc/locale/freelocale.3
head/lib/libc/locale/localeconv.3
head/lib/libc/lo
Author: mav
Date: Fri Dec 2 12:52:33 2011
New Revision: 228200
URL: http://svn.freebsd.org/changeset/base/228200
Log:
Add hw.ahci.force tunable to control whether AHCI drivers should attach
to known AHCI-capable chips (AMD/NVIDIA), configured for legacy emulation.
Enabled by default to g
Den 02/12/2011 kl. 10.44 skrev Joel Dahl:
> On 02-12-2011 0:38, Ken Smith wrote:
>> Author: kensmith
>> Date: Fri Dec 2 00:38:47 2011
>> New Revision: 228192
>> URL: http://svn.freebsd.org/changeset/base/228192
>>
>> Log:
>> Add a screen that asks if the user would like to enable crash dumps,
On Fri, 2011-12-02 at 14:18 +0100, Erik Cederstrand wrote:
> Den 02/12/2011 kl. 10.44 skrev Joel Dahl:
>
> > On 02-12-2011 0:38, Ken Smith wrote:
> >> Author: kensmith
> >> Date: Fri Dec 2 00:38:47 2011
> >> New Revision: 228192
> >> URL: http://svn.freebsd.org/changeset/base/228192
> >>
> >> L
On Fri, 2 Dec 2011, Max Khon wrote:
Log:
Revert to conservative defaults. WITH_PROFILE is a default now.
NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
so that the reversal to the WITHOUT_PROFILE will be easier in future.
Thanks. Not building profiled libraries might
On Fri, 25-Nov-2011 at 05:03:37 +0100, Ed Maste wrote:
> Author: emaste
> Date: Fri Nov 25 04:03:37 2011
> New Revision: 227961
> URL: http://svn.freebsd.org/changeset/base/227961
>
> Log:
> Add firmware update support for SCSI devices.
>
> ...
>
> Added: head/sbin/camcontrol/fwdownload.c
> ==
On 12/2/11 4:44 AM, Joel Dahl wrote:
On 02-12-2011 0:38, Ken Smith wrote:
Author: kensmith
Date: Fri Dec 2 00:38:47 2011
New Revision: 228192
URL: http://svn.freebsd.org/changeset/base/228192
Log:
Add a screen that asks if the user would like to enable crash dumps,
giving them a very br
Author: jchandra
Date: Fri Dec 2 15:24:39 2011
New Revision: 228201
URL: http://svn.freebsd.org/changeset/base/228201
Log:
Fix OF_finddevice error return value in case of FDT.
According to the open firmware standard, finddevice call has to return
a phandle with value of -1 in case of err
On 12/02/11 09:17, John Baldwin wrote:
On 12/2/11 4:44 AM, Joel Dahl wrote:
On 02-12-2011 0:38, Ken Smith wrote:
Author: kensmith
Date: Fri Dec 2 00:38:47 2011
New Revision: 228192
URL: http://svn.freebsd.org/changeset/base/228192
Log:
Add a screen that asks if the user would like to enab
Author: eadler (ports committer)
Date: Fri Dec 2 15:41:09 2011
New Revision: 228202
URL: http://svn.freebsd.org/changeset/base/228202
Log:
Revert r227812 and r227808 per discussion
Reviewed by: many
Approved by: des
Modified:
head/lib/libc/string/strcasecmp.c
head/lib/libc/string/
Author: emaste
Date: Fri Dec 2 15:47:05 2011
New Revision: 228203
URL: http://svn.freebsd.org/changeset/base/228203
Log:
Restore comment with credit to Marc Frajola.
fwdownload.c is derived from Andre Albsmeier's fwdownload.c, which was
written from scratch but was inspired by Marc's ori
Author: mav
Date: Fri Dec 2 17:09:48 2011
New Revision: 228204
URL: http://svn.freebsd.org/changeset/base/228204
Log:
Close race between geom destruction on g_vfs_close() when softc destroyed
and g_vfs_orphan() call that tries to access softc, intruced at r227015.
PR: kern/1629
On 02/12/2011 09:44, Joel Dahl wrote:
* Not specifically aimed at this commit, but my recommendation
would be that we keep bsdinstall as simple as possible: installing FreeBSD
should require a minimum amount of keystrokes. I realise this is just one
more screen, but I hope we don't turn
Author: yongari
Date: Fri Dec 2 19:01:26 2011
New Revision: 228205
URL: http://svn.freebsd.org/changeset/base/228205
Log:
Add more controllers that support jumbo frame.
Modified:
head/share/man/man4/bge.4
Modified: head/share/man/man4/bge.4
==
Author: mm
Date: Fri Dec 2 19:56:46 2011
New Revision: 228206
URL: http://svn.freebsd.org/changeset/base/228206
Log:
Remove unnecesary "Ns" macros and add missing command example to zpool(8).
Reported by: Nobuyuki Koganemaru
MFC after:3 days
Modified:
head/cddl/contrib/opensolar
Author: jhb
Date: Fri Dec 2 19:59:46 2011
New Revision: 228207
URL: http://svn.freebsd.org/changeset/base/228207
Log:
When changing the user priority of a thread, change the real priority
in addition to the user priority for threads whose current real priority
is equal to the previous user
On 12/2/11 2:59 PM, John Baldwin wrote:
Author: jhb
Date: Fri Dec 2 19:59:46 2011
New Revision: 228207
URL: http://svn.freebsd.org/changeset/base/228207
Log:
When changing the user priority of a thread, change the real priority
in addition to the user priority for threads whose current re
Author: marius
Date: Fri Dec 2 21:19:14 2011
New Revision: 228209
URL: http://svn.freebsd.org/changeset/base/228209
Log:
- In device_probe_child(9) check the return value of device_set_driver(9)
when actually setting a driver as especially ENOMEM is fatal in these
cases.
- Annotate ot
On 12/2/11 4:19 PM, Marius Strobl wrote:
Author: marius
Date: Fri Dec 2 21:19:14 2011
New Revision: 228209
URL: http://svn.freebsd.org/changeset/base/228209
Log:
- In device_probe_child(9) check the return value of device_set_driver(9)
when actually setting a driver as especially ENOMEM
On Fri, Dec 02, 2011 at 04:24:37PM -0500, John Baldwin wrote:
> On 12/2/11 4:19 PM, Marius Strobl wrote:
> >Author: marius
> >Date: Fri Dec 2 21:19:14 2011
> >New Revision: 228209
> >URL: http://svn.freebsd.org/changeset/base/228209
> >
> >Log:
> > - In device_probe_child(9) check the return val
Author: marius
Date: Fri Dec 2 22:03:27 2011
New Revision: 228211
URL: http://svn.freebsd.org/changeset/base/228211
Log:
It doesn't make much sense to check whether child is NULL after already
having dereferenced it. We either should generally check the device_t's
supplied to bus functions
On Thursday 01 December 2011 11:43 pm, Lawrence Stewart wrote:
> On 12/02/11 03:43, Jung-uk Kim wrote:
> > On Thursday 01 December 2011 10:11 am, Lawrence Stewart wrote:
> >> On 11/30/11 05:09, Jung-uk Kim wrote:
> >>> On Tuesday 29 November 2011 11:13 am, Lawrence Stewart wrote:
> On 11/30/11
On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote:
> On Thursday 01 December 2011 11:43 pm, Lawrence Stewart wrote:
> > On 12/02/11 03:43, Jung-uk Kim wrote:
> > > On Thursday 01 December 2011 10:11 am, Lawrence Stewart wrote:
> > >> On 11/30/11 05:09, Jung-uk Kim wrote:
> > >>> On Tuesday 29
On Fri, 2 Dec 2011, Jung-uk Kim wrote:
On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote:
Please see my patch:
http://people.freebsd.org/~jkim/bpf_ffclock.diff
I booted up the kernel and found it just crashes because of stupid
typos. Now a new patch is uploaded in place. Sorry.
Anyw
Author: rmacklem
Date: Sat Dec 3 02:27:26 2011
New Revision: 228217
URL: http://svn.freebsd.org/changeset/base/228217
Log:
Post r223774, the NFSv4 client no longer has multiple instances
of the same lock_owner4 string. As such, the handling of cleanup
of lock_owners could be simplified. Thi
On 03/12/2011, at 12:02 PM, Jung-uk Kim wrote:
[snip]
>
> - The snippet of code at the beginning of catchpacket() that
> was manipulating the struct bintime derived from bpf_gettime()
> was gross and has been removed in favour of selecting the
> right {get}bin{up}time() func
32 matches
Mail list logo