svn commit: r212723 - head/sys/compat/linprocfs

2010-09-16 Thread Dag-Erling Smorgrav
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 fernando.apesteg...@gmail.com MFC after:3 weeks Modified: head/sys/compat/linprocfs/linprocfs.c

svn commit: r212724 - head/sbin/fdisk

2010-09-16 Thread Brian Somers
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:

svn commit: r212726 - head/sbin/sysctl

2010-09-16 Thread Marko Zec
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:

svn commit: r212727 - head/usr.bin/kdump

2010-09-16 Thread Rui Paulo
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

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread Bruce Evans
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 obr...@freebsd.org wrote: Author: obrien Date: Thu Sep ?9 19:27:40 2010 New Revision: 212374 URL: http://svn.freebsd.org/changeset/base/212374

svn commit: r212728 - head/usr.bin/kdump

2010-09-16 Thread Rui Paulo
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

svn commit: r212729 - head/sys/boot/sparc64/boot1

2010-09-16 Thread Marius Strobl
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.

svn commit: r212730 - head/sys/sparc64/sparc64

2010-09-16 Thread Marius Strobl
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

svn commit: r212731 - head/sys/netinet

2010-09-16 Thread Andre Oppermann
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

svn commit: r212732 - in head/sys/dev: ahci mvs siis

2010-09-16 Thread Alexander Motin
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

svn commit: r212734 - stable/8/sys/netgraph/netflow

2010-09-16 Thread Gleb Smirnoff
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 littlesavage

svn commit: r212735 - stable/8/sys/net

2010-09-16 Thread Gleb Smirnoff
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

svn commit: r212736 - stable/8/sys/net

2010-09-16 Thread Gleb Smirnoff
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)

svn commit: r212737 - stable/8/sys/netinet/ipfw

2010-09-16 Thread Gleb Smirnoff
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:

svn commit: r212738 - in stable/8/sys: netgraph netinet/ipfw

2010-09-16 Thread Gleb Smirnoff
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: Nickolay

svn commit: r212739 - stable/8/sys/dev/hwpmc

2010-09-16 Thread Fabien Thomas
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:

svn commit: r212740 - stable/8/lib/libpmc

2010-09-16 Thread Fabien Thomas
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:

svn commit: r212741 - stable/7/sys/dev/hwpmc

2010-09-16 Thread Fabien Thomas
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:

svn commit: r212742 - stable/8/sbin/ipfw

2010-09-16 Thread Gleb Smirnoff
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

svn commit: r212743 - stable/7/lib/libpmc

2010-09-16 Thread Fabien Thomas
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:

svn commit: r212744 - stable/8/usr.sbin/pmcstat

2010-09-16 Thread Fabien Thomas
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

svn commit: r212745 - stable/7/usr.sbin/pmcstat

2010-09-16 Thread Fabien Thomas
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

svn commit: r212746 - stable/8/sys/netinet/ipfw

2010-09-16 Thread Gleb Smirnoff
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 amindomao googlemail.com Modified:

Re: svn commit: r212661 - head/sys/dev/aac

2010-09-16 Thread Bruce Evans
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 kostik...@gmail.com: On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote: ... Log: ? Fix bogus busying mechanism from cdevsw callbacks: ? - D_TRACKCLOSE

svn commit: r212747 - stable/8/sys/kern

2010-09-16 Thread Matthew D Fleming
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

svn commit: r212748 - stable/7/sys/kern

2010-09-16 Thread Matthew D Fleming
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

svn commit: r212749 - head/usr.sbin/pciconf

2010-09-16 Thread John Baldwin
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

svn commit: r212750 - in head/sys: dev/cxgb kern sys vm

2010-09-16 Thread Matthew D Fleming
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

svn commit: r212751 - in vendor/llvm/dist: . Xcode autoconf/m4 docs docs/CommandGuide docs/tutorial include/llvm/ADT include/llvm/Support runtime/libprofile utils/valgrind win32

2010-09-16 Thread Dimitry Andric
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

svn commit: r212752 - vendor/llvm/llvm-r108428

2010-09-16 Thread Dimitry Andric
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/

svn commit: r212753 - vendor/llvm/llvm-r108428

2010-09-16 Thread Dimitry Andric
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/

svn commit: r212754 - head/sys/geom/concat

2010-09-16 Thread Alexander Motin
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:

svn commit: r212755 - head/sys/dev/bge

2010-09-16 Thread Pyun YongHyeon
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

svn commit: r212756 - head/sys/dev/aac

2010-09-16 Thread Attilio Rao
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 mjohnston at sandvine dot com Reviewed by: emaste, jhb MFC

svn commit: r212757 - head/sys/net

2010-09-16 Thread Jung-uk Kim
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

svn commit: r212758 - in head/sys/mips/rmi: . dev/nlge dev/xlr

2010-09-16 Thread Jayachandran 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

svn commit: r212759 - head/sys/mips/rmi/dev/xlr

2010-09-16 Thread Jayachandran C.
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:

svn commit: r212760 - vendor-sys/acpica/dist/include/platform

2010-09-16 Thread Jung-uk Kim
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:

svn commit: r212761 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/debugger sys/contrib/dev/acpica/events sys/contri...

2010-09-16 Thread Jung-uk Kim
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

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread Juli Mallett
On Thu, Sep 16, 2010 at 04:36, Bruce Evans b...@optusnet.com.au 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

svn commit: r212762 - head/sys/dev/acpi_support

2010-09-16 Thread Jung-uk Kim
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

svn commit: r212763 - in head/sys/mips/rmi: . dev/sec

2010-09-16 Thread Jayachandran 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

svn commit: r212764 - head/sys/dev/alc

2010-09-16 Thread Xin LI
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:

svn commit: r212765 - head/sys/netinet

2010-09-16 Thread Andre Oppermann
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

svn commit: r212766 - in vendor/clang/dist: . docs include/clang/AST lib/Headers tools/CIndex tools/index-test utils win32 www/analyzer

2010-09-16 Thread Dimitry Andric
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

svn commit: r212767 - vendor/clang/clang-r108428

2010-09-16 Thread Dimitry Andric
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/

svn commit: r212768 - vendor/clang/clang-r108428

2010-09-16 Thread Dimitry Andric
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/

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread M. Warner Losh
In message: aanlktimjfexdp_9caoqbg3wpxpbglrutdzbw+xm6v...@mail.gmail.com Juli Mallett jmall...@freebsd.org writes: : On Thu, Sep 16, 2010 at 04:36, Bruce Evans b...@optusnet.com.au wrote: : WHat about the lesser burder on a character or two for putting -- in the : synopsis where it

svn commit: r212769 - head/share/man/man4

2010-09-16 Thread Andre Oppermann
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

svn commit: r212770 - head/usr.bin/script

2010-09-16 Thread David E. O'Brien
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)

svn commit: r212771 - head/usr.bin/ruptime

2010-09-16 Thread David E. O'Brien
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.

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread Jilles Tjoelker
On Thu, Sep 16, 2010 at 01:10:33PM -0700, Juli Mallett wrote: On Thu, Sep 16, 2010 at 04:36, Bruce Evans b...@optusnet.com.au wrote: WHat about the lesser burder on a character or two for putting -- in the synopsis where it is more visible:        printf [--] format [arguments ...]

svn commit: r212772 - head/sys/dev/mps

2010-09-16 Thread Kenneth D. Merry
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

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread David O'Brien
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 before +.Ar

Re: svn commit: r212374 - head/usr.bin/printf

2010-09-16 Thread David O'Brien
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 character or

svn commit: r212774 - head/sys/mips/atheros

2010-09-16 Thread Andrew Thompson
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:

svn commit: r212775 - head/sys/mips/atheros

2010-09-16 Thread Andrew Thompson
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:

svn commit: r212776 - head/sys/mips/include

2010-09-16 Thread Neel Natu
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

svn commit: r212777 - in head/sys/mips: include mips

2010-09-16 Thread Neel Natu
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:

Re: svn commit: r212617 - head/sys/ufs/ffs

2010-09-16 Thread Carlos A. M. dos Santos
On Thu, Sep 16, 2010 at 5:44 AM, Brian Somers br...@freebsd.org wrote: On Tue, 14 Sep 2010 18:04:05 + (UTC) Kirk McKusick mckus...@freebsd.org wrote: Author: mckusick Date: Tue Sep 14 18:04:05 2010 New Revision: 212617 URL: http://svn.freebsd.org/changeset/base/212617 Log:   Update

Re: svn commit: r212617 - head/sys/ufs/ffs

2010-09-16 Thread Doug Barton
On 9/16/2010 7:29 PM, Carlos A. M. dos Santos wrote: On Thu, Sep 16, 2010 at 5:44 AM, Brian Somersbr...@freebsd.org 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

svn commit: r212778 - head/sys/x86/isa

2010-09-16 Thread Alexander Motin
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

svn commit: r212779 - in head/share/man: man4 man7

2010-09-16 Thread Alexander Motin
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