Author: des
Date: Thu Sep 16 07:56:34 2010
New Revision: 212723
URL: http://svn.freebsd.org/changeset/base/212723
Log:
Implement proc/$$/environment.
Submitted by: Fernando Apesteguía
MFC after:3 weeks
Modified:
head/sys/compat/linprocfs/linprocfs.c
Modified: head/sys/compat/linp
Author: brian
Date: Thu Sep 16 08:16:53 2010
New Revision: 212724
URL: http://svn.freebsd.org/changeset/base/212724
Log:
Add support for identifying a journaled root filesystem.
Fix support for identifying the given /dev/vinum/root example.
MFC after:3 weeks
Modified:
head/sbin/fdi
On Tue, 14 Sep 2010 18:04:05 + (UTC) Kirk McKusick
wrote:
> Author: mckusick
> Date: Tue Sep 14 18:04:05 2010
> New Revision: 212617
> URL: http://svn.freebsd.org/changeset/base/212617
>
> Log:
> Update comments in soft updates code to more fully describe
> the addition of journalling. O
On Thu, Sep 09, 2010 at 12:51:11PM -0700, Juli Mallett wrote:
> On Thu, Sep 9, 2010 at 12:27, David E. O'Brien wrote:
> > Author: obrien
> > Date: Thu Sep ?9 19:27:40 2010
> > New Revision: 212374
> > URL: http://svn.freebsd.org/changeset/base/212374
> >
> > Log:
> > ?Note bug in trying to printf(
Author: marius
Date: Thu Sep 16 09:29:48 2010
New Revision: 212725
URL: http://svn.freebsd.org/changeset/base/212725
Log:
Merge r207585 from cas(4):
- Don't probe for PHYs if we already know to use a SERDES. Unlike as with
cas(4) this only serves to speed up the the device attach though an
On 15.09.2010 18:12, John Baldwin wrote:
On Wednesday, September 15, 2010 10:04:45 am Andre Oppermann wrote:
Below is the wording proposed by Lawrence:
/*
* The default Maximum Segment Size (MSS) to use when we do not have specific
* knowledge (e.g. via path MTU discovery) that the destina
Author: zec
Date: Thu Sep 16 10:53:01 2010
New Revision: 212726
URL: http://svn.freebsd.org/changeset/base/212726
Log:
Make the format of "Real Memory" and "Virtual Memory" lines more
consistent with the rest of sysctl vm.vmtotal output.
MFC after:3 days
Modified:
head/sbin/sysctl/
Author: rpaulo
Date: Thu Sep 16 11:33:31 2010
New Revision: 212727
URL: http://svn.freebsd.org/changeset/base/212727
Log:
When generating functions to print the arguments of system calls with
bitwise parameters (e.g. mmap), print the syscall parameter value first.
The resulting output looks
On Thu, 16 Sep 2010, David O'Brien wrote:
On Thu, Sep 09, 2010 at 12:51:11PM -0700, Juli Mallett wrote:
On Thu, Sep 9, 2010 at 12:27, David E. O'Brien wrote:
Author: obrien
Date: Thu Sep ?9 19:27:40 2010
New Revision: 212374
URL: http://svn.freebsd.org/changeset/base/212374
Log:
?Note bug in
Author: rpaulo
Date: Thu Sep 16 11:40:41 2010
New Revision: 212728
URL: http://svn.freebsd.org/changeset/base/212728
Log:
Fix indenting of the previous commit.
Modified:
head/usr.bin/kdump/mksubr
Modified: head/usr.bin/kdump/mksubr
Author: marius
Date: Thu Sep 16 12:05:00 2010
New Revision: 212729
URL: http://svn.freebsd.org/changeset/base/212729
Log:
Merge from powerpc:
- Change putc_func_t to use a char instead of an int for the character.
- Make functions and variables not used outside of this source file static.
Author: marius
Date: Thu Sep 16 12:05:46 2010
New Revision: 212730
URL: http://svn.freebsd.org/changeset/base/212730
Log:
Remove accidentally committed test code which effectively prevented the
use of the SPARC64 V VIS-based block copy function added in r212709.
Reported by: Michael Moll
M
Author: andre
Date: Thu Sep 16 12:13:06 2010
New Revision: 212731
URL: http://svn.freebsd.org/changeset/base/212731
Log:
Improve comment to TCP_MINMSS by taking the wording from lstewart (with
a small difference in the last paragraph though) as suggested by jhb.
Clarify that the 'reviewed
Author: mav
Date: Thu Sep 16 12:39:50 2010
New Revision: 212732
URL: http://svn.freebsd.org/changeset/base/212732
Log:
Fix panic, when due to some kind of congestion on FIS-based switching
port multiplier some command triggers false positive timeout, but then
completes normally.
MFC aft
On Wed, 15 Sep 2010, Kostik Belousov wrote:
On Wed, Sep 15, 2010 at 04:57:15PM +0200, Attilio Rao wrote:
2010/9/15 Kostik Belousov :
On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
...
Log:
? Fix bogus busying mechanism from cdevsw callbacks:
? - D_TRACKCLOSE may be used there as
Author: jhb
Date: Thu Sep 16 16:03:12 2010
New Revision: 212749
URL: http://svn.freebsd.org/changeset/base/212749
Log:
Only attempt to list extended capabilities for devices that have a
PCI-express capabilities. Non-PCI-express PCI devices may simply ignore
the upper bits in a config regist
Author: mdf
Date: Thu Sep 16 16:13:12 2010
New Revision: 212750
URL: http://svn.freebsd.org/changeset/base/212750
Log:
Re-add r212370 now that the LOR in powerpc64 has been resolved:
Add a drain function for struct sysctl_req, and use it for a variety
of handlers, some of which had to do
Author: mav
Date: Thu Sep 16 17:24:25 2010
New Revision: 212754
URL: http://svn.freebsd.org/changeset/base/212754
Log:
Add support for dumping kernel to gconcat.
Dumping goes to the component, where dump partition begins.
Modified:
head/sys/geom/concat/g_concat.c
Modified: head/sys/geom/co
Author: yongari
Date: Thu Sep 16 17:32:37 2010
New Revision: 212755
URL: http://svn.freebsd.org/changeset/base/212755
Log:
Fix incorrect RX BD producer updates. The producer index was
already updated after allocating mbuf so driver had to use the last
index instead of using next producer ind
Author: attilio
Date: Thu Sep 16 17:49:10 2010
New Revision: 212756
URL: http://svn.freebsd.org/changeset/base/212756
Log:
Implement device unbusying via a cdevpriv destructor.
Suggested by: jhb
Tested by:Mark Johnston
Reviewed by: emaste, jhb
MFC after:10 days
X-MFC:
Author: jkim
Date: Thu Sep 16 18:37:33 2010
New Revision: 212757
URL: http://svn.freebsd.org/changeset/base/212757
Log:
Fix a typo in a comment.
Submitted by: afiveg
Modified:
head/sys/net/bpf.c
Modified: head/sys/net/bpf.c
===
Author: jchandra
Date: Thu Sep 16 19:13:55 2010
New Revision: 212758
URL: http://svn.freebsd.org/changeset/base/212758
Log:
Network driver updates.
- Move RMI MIPS extension to atomic increment word (LDADDWU) to common
header file sys/mips/rmi/rmi_mips_exts.h
- Fix xlr_ldaddwu() for 6
Author: jchandra
Date: Thu Sep 16 19:25:24 2010
New Revision: 212759
URL: http://svn.freebsd.org/changeset/base/212759
Log:
Update rge.h for r212758 - stats incremented using xlr_ldaddwu should be
unsigned int.
Modified:
head/sys/mips/rmi/dev/xlr/rge.h
Modified: head/sys/mips/rmi/dev/xlr/r
Author: jkim
Date: Thu Sep 16 20:08:00 2010
New Revision: 212761
URL: http://svn.freebsd.org/changeset/base/212761
Log:
Merge ACPICA 20100915.
Added:
head/sys/contrib/dev/acpica/hardware/hwpci.c
- copied, changed from r212760, vendor-sys/acpica/dist/hardware/hwpci.c
head/sys/contrib/de
On Thu, Sep 16, 2010 at 04:36, Bruce Evans wrote:
> WHat about the lesser burder on a character or two for putting -- in the
> synopsis where it is more visible:
>
> printf [--] format [arguments ...]
Right, that's what I've been thinking about. For that matter, does
printf(1) need to use
Author: jkim
Date: Thu Sep 16 20:11:40 2010
New Revision: 212762
URL: http://svn.freebsd.org/changeset/base/212762
Log:
Remove an unnecessary hack from ACPICA 20100915 (r212761).
Modified:
head/sys/dev/acpi_support/acpi_wmi.c
Modified: head/sys/dev/acpi_support/acpi_wmi.c
===
Author: jchandra
Date: Thu Sep 16 20:23:22 2010
New Revision: 212763
URL: http://svn.freebsd.org/changeset/base/212763
Log:
RMI security accelerator driver update.
- Compile fixes for 9.0, the previous version of this driver was
for FreeBSD 6.
- Add virtual address field in OperationD
Author: delphij
Date: Thu Sep 16 21:06:23 2010
New Revision: 212764
URL: http://svn.freebsd.org/changeset/base/212764
Log:
status bits should be &'ed against status to be really functional.
Reported by: Jike Song
Reviewed by: yongari
MFC after:1 week
Modified:
head/sys/dev/alc/
Author: andre
Date: Thu Sep 16 21:06:45 2010
New Revision: 212765
URL: http://svn.freebsd.org/changeset/base/212765
Log:
Remove the TCP inflight bandwidth limiter as announced in r211315
to give way for the pluggable congestion control framework. It is
the task of the congestion control alg
In message:
Juli Mallett writes:
: On Thu, Sep 16, 2010 at 04:36, Bruce Evans wrote:
: > WHat about the lesser burder on a character or two for putting -- in the
: > synopsis where it is more visible:
: >
: > printf [--] format [arguments ...]
:
: Right, that's what I've been
Author: andre
Date: Thu Sep 16 22:11:55 2010
New Revision: 212769
URL: http://svn.freebsd.org/changeset/base/212769
Log:
The inflight bandwidth limiter was removed in r212765.
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
Author: obrien
Date: Thu Sep 16 22:31:03 2010
New Revision: 212770
URL: http://svn.freebsd.org/changeset/base/212770
Log:
+ Add the SCRIPT environmental variable to the sub-shell. Its value is
the name of the typescript file.
+ Add the 'command' argument (if supplied on the command line) to
Author: obrien
Date: Thu Sep 16 22:38:27 2010
New Revision: 212771
URL: http://svn.freebsd.org/changeset/base/212771
Log:
Increase the hostname display width. Many machines are named
with >12 characters. This still allows for 80 column output
with load averages of 99.99, 99.99, 99.99.
Mod
On Thu, Sep 16, 2010 at 01:10:33PM -0700, Juli Mallett wrote:
> On Thu, Sep 16, 2010 at 04:36, Bruce Evans wrote:
> > WHat about the lesser burder on a character or two for putting -- in the
> > synopsis where it is more visible:
> > printf [--] format [arguments ...]
> Right, that's what
Author: ken
Date: Thu Sep 16 22:54:56 2010
New Revision: 212772
URL: http://svn.freebsd.org/changeset/base/212772
Log:
MFp4 (//depot/projects/mps/...):
According to the MPT2 spec, task management commands are
serialized, and so no I/O should start while task management
commands are acti
Author: emaste
Date: Thu Sep 16 23:33:24 2010
New Revision: 212773
URL: http://svn.freebsd.org/changeset/base/212773
Log:
Use device_printf where possible, and otherwise at least include the
driver name in printf strings.
Reported by: Mark Johnston
Modified:
head/sys/dev/aac/aac.c
h
On Thu, Sep 09, 2010 at 09:53:02PM +0200, Jilles Tjoelker wrote:
> On Thu, Sep 09, 2010 at 07:27:40PM +, David E. O'Brien wrote:
> > +.Pp
> > +Trying to print a dash ("-") as the first character causes
> > +.Nm
> > +to interpet the dash as a program argument.
> > +.Nm --
> > +must be used befor
On Thu, Sep 16, 2010 at 09:36:43PM +1000, Bruce Evans wrote:
> On Thu, 16 Sep 2010, David O'Brien wrote:
>> Is a sentence or two a burden to the man page vs. saving someone the time
>> I spent trying to figure out why printf(1) kept throwing up errors?
>
> WHat about the lesser burder on a charact
Author: thompsa
Date: Fri Sep 17 01:09:12 2010
New Revision: 212774
URL: http://svn.freebsd.org/changeset/base/212774
Log:
Use getenv to find the mac address since it could be in the bootloader
environment or command line and under different names.
Modified:
head/sys/mips/atheros/ar71xx_mac
Author: thompsa
Date: Fri Sep 17 01:13:48 2010
New Revision: 212775
URL: http://svn.freebsd.org/changeset/base/212775
Log:
Make a note of which platforms the mac strings come from.
Suggested by: adrian
Modified:
head/sys/mips/atheros/ar71xx_machdep.c
Modified: head/sys/mips/atheros/ar71
Author: neel
Date: Fri Sep 17 02:14:21 2010
New Revision: 212776
URL: http://svn.freebsd.org/changeset/base/212776
Log:
Get rid of unused macros.
Modified:
head/sys/mips/include/cpuregs.h
Modified: head/sys/mips/include/cpuregs.h
==
Author: neel
Date: Fri Sep 17 02:20:12 2010
New Revision: 212777
URL: http://svn.freebsd.org/changeset/base/212777
Log:
Get rid of the unnecessary redirection of 'is_cacheable_mem()' to
'is_physical_memory()' through a macro.
Implement 'is_cacheable_mem()' directly instead.
Modified:
h
On Thu, Sep 16, 2010 at 5:44 AM, Brian Somers wrote:
> On Tue, 14 Sep 2010 18:04:05 + (UTC) Kirk McKusick
> wrote:
>> Author: mckusick
>> Date: Tue Sep 14 18:04:05 2010
>> New Revision: 212617
>> URL: http://svn.freebsd.org/changeset/base/212617
>>
>> Log:
>> Update comments in soft update
On 9/16/2010 7:29 PM, Carlos A. M. dos Santos wrote:
On Thu, Sep 16, 2010 at 5:44 AM, Brian Somers wrote:
If INVARIANTS is not defined, the above i++ will not happen.
Which does not cause any harm, since "i" is a local variable, not used
anywhere else in the function. A picky compiler would c
Author: mav
Date: Fri Sep 17 04:48:50 2010
New Revision: 212778
URL: http://svn.freebsd.org/changeset/base/212778
Log:
Add one-shot mode support to attimer (i8254) event timer.
Unluckily, using one-shot mode is impossible, when same hardware used for
time counting. Introduce new tunable h
Author: mav
Date: Fri Sep 17 04:55:01 2010
New Revision: 212779
URL: http://svn.freebsd.org/changeset/base/212779
Log:
Add attimer(4) manual page.
Added:
head/share/man/man4/attimer.4 (contents, props changed)
Modified:
head/share/man/man4/Makefile
head/share/man/man4/hpet.4
head/shar
Alexander Motin writes:
> Author: mav
> Date: Fri Sep 17 04:55:01 2010
> New Revision: 212779
> URL: http://svn.freebsd.org/changeset/base/212779
>
> Log:
> Add attimer(4) manual page.
>
[...]
> --- head/share/man/man4/Makefile Fri Sep 17 04:48:50 2010
> (r212778)
> +++ head/share/
47 matches
Mail list logo