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/
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
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
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
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
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
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: 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: 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
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
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
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
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
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: 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
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: 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
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: dim
Date: Thu Sep 16 21:18:25 2010
New Revision: 212768
URL: http://svn.freebsd.org/changeset/base/212768
Log:
Re-tag clang r108428.
Approved by: rpaulo (mentor)
Added:
vendor/clang/clang-r108428/
- copied from r212767, vendor/clang/dist/
___
Author: dim
Date: Thu Sep 16 21:16:55 2010
New Revision: 212767
URL: http://svn.freebsd.org/changeset/base/212767
Log:
Prepare to re-tag clang r108428, by removing the previous tag.
Approved by: rpaulo (mentor)
Deleted:
vendor/clang/clang-r108428/
___
Author: dim
Date: Thu Sep 16 21:14:28 2010
New Revision: 212766
URL: http://svn.freebsd.org/changeset/base/212766
Log:
Make vendor/clang/dist exactly the same as upstream's r108428. Some
files and directories were already added/removed in the upstream
repository, but were not added/removed
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
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: 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: 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
===
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: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
Author: jkim
Date: Thu Sep 16 19:43:32 2010
New Revision: 212760
URL: http://svn.freebsd.org/changeset/base/212760
Log:
Update acfreebsd.h for ACPI_THREAD_ID change.
Note this patch was committed on upstream GIT:
http://git.moblin.org/cgit.cgi/acpica/commit/?id=184ee2428cf02b0035d5de8
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: 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: 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: 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: 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: 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: dim
Date: Thu Sep 16 17:08:46 2010
New Revision: 212753
URL: http://svn.freebsd.org/changeset/base/212753
Log:
Re-tag llvm r108428.
Approved by: rpaulo (mentor)
Added:
vendor/llvm/llvm-r108428/
- copied from r212752, vendor/llvm/dist/
___
Author: dim
Date: Thu Sep 16 17:06:42 2010
New Revision: 212752
URL: http://svn.freebsd.org/changeset/base/212752
Log:
Prepare to re-tag llvm r108428, by removing the previous tag.
Approved by: rpaulo (mentor)
Deleted:
vendor/llvm/llvm-r108428/
__
Author: dim
Date: Thu Sep 16 17:02:26 2010
New Revision: 212751
URL: http://svn.freebsd.org/changeset/base/212751
Log:
Make vendor/llvm/dist exactly the same as upstream's r108428. Some
files and directories were already removed in the upstream repository,
but were not removed here, when th
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: 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 15:42:56 2010
New Revision: 212748
URL: http://svn.freebsd.org/changeset/base/212748
Log:
MFC r212153: Fix UP build.
Modified:
stable/7/sys/kern/sched_ule.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props c
Author: mdf
Date: Thu Sep 16 15:42:11 2010
New Revision: 212747
URL: http://svn.freebsd.org/changeset/base/212747
Log:
MFC r212153: Fix UP build.
Modified:
stable/8/sys/kern/sched_ule.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
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: glebius
Date: Thu Sep 16 15:22:33 2010
New Revision: 212746
URL: http://svn.freebsd.org/changeset/base/212746
Log:
MFhead 212256:
in_delayed_cksum() requires host byte order.
Reported by: Alexander Levin
Modified:
stable/8/sys/netinet/ipfw/ip_fw_nat.c
Directory Properties
Author: fabient
Date: Thu Sep 16 15:22:30 2010
New Revision: 212745
URL: http://svn.freebsd.org/changeset/base/212745
Log:
MFC r212176:
When an asm location cannot be resolved to a function the cost
will be spread as small value and then filtered by the threshold.
As a first step solution
Author: fabient
Date: Thu Sep 16 15:21:15 2010
New Revision: 212744
URL: http://svn.freebsd.org/changeset/base/212744
Log:
MFC r212176:
When an asm location cannot be resolved to a function the cost
will be spread as small value and then filtered by the threshold.
As a first step solution
Author: fabient
Date: Thu Sep 16 15:19:39 2010
New Revision: 212743
URL: http://svn.freebsd.org/changeset/base/212743
Log:
MFC r212224:
Fix invalid class removal when IAF is not the last class.
Keep IAF class with 0 PMC and change the alias in libpmc to IAP.
Modified:
stable/7/lib/libpmc/
Author: glebius
Date: Thu Sep 16 15:19:23 2010
New Revision: 212742
URL: http://svn.freebsd.org/changeset/base/212742
Log:
MFhead r210539:
Document that the "ngtee" action no longer accepts packet, and
thus don't depend on one_pass flag anymore.
This is a POLA violation, but it is
Author: fabient
Date: Thu Sep 16 15:18:46 2010
New Revision: 212741
URL: http://svn.freebsd.org/changeset/base/212741
Log:
MFC r212224:
Fix invalid class removal when IAF is not the last class.
Keep IAF class with 0 PMC and change the alias in libpmc to IAP.
Modified:
stable/7/sys/dev/h
Author: fabient
Date: Thu Sep 16 15:15:34 2010
New Revision: 212740
URL: http://svn.freebsd.org/changeset/base/212740
Log:
MFC r212224:
Fix invalid class removal when IAF is not the last class.
Keep IAF class with 0 PMC and change the alias in libpmc to IAP.
Modified:
stable/8/lib/libpm
Author: fabient
Date: Thu Sep 16 15:14:05 2010
New Revision: 212739
URL: http://svn.freebsd.org/changeset/base/212739
Log:
MFC r212224:
Fix invalid class removal when IAF is not the last class.
Keep IAF class with 0 PMC and change the alias in libpmc to IAP.
Modified:
stable/8/sys/dev/h
Author: glebius
Date: Thu Sep 16 15:11:17 2010
New Revision: 212738
URL: http://svn.freebsd.org/changeset/base/212738
Log:
MFhead r210537:
Fix operation of "netgraph" action in conjunction with the
net.inet.ip.fw.one_pass sysctl.
PR: kern/148885
Submitted by: Nickola
Author: glebius
Date: Thu Sep 16 15:07:12 2010
New Revision: 212737
URL: http://svn.freebsd.org/changeset/base/212737
Log:
Although flexible BPF timestamping framework isn't yet merged to stable/8,
merge from head r209797,r209845 that fix a possible problem.
Modified:
stable/8/sys/netinet/i
Author: glebius
Date: Thu Sep 16 15:00:43 2010
New Revision: 212736
URL: http://svn.freebsd.org/changeset/base/212736
Log:
MFhead 210533:
Don't check malloc(M_WAITOK) result.
Modified:
stable/8/sys/net/if_llatbl.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd6
Author: glebius
Date: Thu Sep 16 14:55:22 2010
New Revision: 212735
URL: http://svn.freebsd.org/changeset/base/212735
Log:
MFhead 210529:
When installing a new ARP entry via 'arp -S', lla_lookup() will
either find an existing entry, or allocate a new one. In the latter
case an entry
Author: glebius
Date: Thu Sep 16 14:30:32 2010
New Revision: 212734
URL: http://svn.freebsd.org/changeset/base/212734
Log:
MFhead 210500:
Zero padding fields of netflow records. This helps to reduce
size of compressed export logs.
Requested by: Alexey Illarionov
Modified:
stab
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
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: 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: 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: 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
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: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
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/
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: 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 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(
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
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
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
69 matches
Mail list logo