Re: svn commit: r232181 - in head/sys: kern sys

2012-02-28 Thread Mikolaj Golub
On Tue, 28 Feb 2012 16:00:36 -0800 Julian Elischer wrote: JE> On 2/27/12 11:29 PM, Mikolaj Golub wrote: >> On Mon, 27 Feb 2012 22:34:25 -0800 Julian Elischer wrote: >> >> JE> I don't think this belongs in the kernel by default. It's not exactl >> a >> JE> call for backout but It's te

Re: svn commit: r232271 - head/sys/kern

2012-02-28 Thread Dimitry Andric
On 2012-02-28 23:11, Giovanni Trematerra wrote: > On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote: >> Author: dim >> Date: Tue Feb 28 21:45:21 2012 >> New Revision: 232271 >> URL: http://svn.freebsd.org/changeset/base/232271 ... > It introduces a style(9) violation, though. > I think it sho

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Wed, 29 Feb 2012, Bruce Evans wrote: I cleaned this up a bit according to ideas in my previous mails, and added a comment about the confusing use of __bswap64_const() (now named __bswap64_gen()) in __bswap64_var(): A minor problem with only having a macro version for __bswap64() turned up:

svn commit: r232291 - head/usr.sbin/jail

2012-02-28 Thread Martin Matuska
Author: mm Date: Wed Feb 29 07:33:07 2012 New Revision: 232291 URL: http://svn.freebsd.org/changeset/base/232291 Log: Bump .Dd to reflect latest update Reported by: bz MFC after:1 week Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ===

svn commit: r232290 - in stable/9: lib/libc/sys sys/compat/freebsd32 sys/i386/conf sys/kern sys/sys

2012-02-28 Thread David Xu
Author: davidxu Date: Wed Feb 29 06:19:00 2012 New Revision: 232290 URL: http://svn.freebsd.org/changeset/base/232290 Log: MFC 230857: If multiple threads call kevent() to get AIO events on same kqueue fd, it is possible that a single AIO event will be reported to multiple threads, it i

svn commit: r232289 - in head/sys/mips/cavium: . octe

2012-02-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Feb 29 05:48:29 2012 New Revision: 232289 URL: http://svn.freebsd.org/changeset/base/232289 Log: Revert part of old logic of assigning MAC addressess: - Reserver respective number of addresses for managment port - octm uses base address directly - other drivers g

svn commit: r232288 - head/sys/vm

2012-02-28 Thread Alan Cox
Author: alc Date: Wed Feb 29 05:41:29 2012 New Revision: 232288 URL: http://svn.freebsd.org/changeset/base/232288 Log: Simplify kmem_alloc() by eliminating code that existed on account of external pagers in Mach. FreeBSD doesn't implement external pagers. Moreover, it don't pageout the kern

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Tue, 28 Feb 2012, Tijl Coosemans wrote: On Tuesday 28 February 2012 21:55:57 Dimitry Andric wrote: On 2012-02-28 20:39, Tijl Coosemans wrote: Log: Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace amd64/i386/pc98 endian.h with stubs. In __bswap64_const(x) the conflict

Re: svn commit: r232275 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Tue, 28 Feb 2012, Tijl Coosemans wrote: Log: Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs. This may be correct (except for comment), but it is confusing. Added: head/sys/x86/include/setjmp.h - copied unchanged from r232268, head/sys/amd64/include/setjmp

Re: svn commit: r232183 - head/sys/kern

2012-02-28 Thread Bruce Evans
On Tue, 28 Feb 2012, Alexander Best wrote: On Sun Feb 26 12, Jilles Tjoelker wrote: Log: Fix fchmod() and fchown() on fifos. The new fifo implementation in r232055 broke fchmod() and fchown() on fifos. Postfix needs this. clang seems to have a problem with this commit: usr/subversion-

svn commit: r232286 - head/sys/kern

2012-02-28 Thread David Xu
Author: davidxu Date: Wed Feb 29 02:01:48 2012 New Revision: 232286 URL: http://svn.freebsd.org/changeset/base/232286 Log: initialize clock ID and flags only when copying timespec, a _umtx_time copy already contains these fields. Modified: head/sys/kern/kern_umtx.c Modified: head/sys/kern/

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Wed, 29 Feb 2012, Bruce Evans wrote: On Tue, 28 Feb 2012, Tijl Coosemans wrote: The patch is unreadable due to significant reimplementations, even without the move. So I looked at the resulting x86/endian.h: Oops. I somehow looked at the old i386 version. The committed version is mostly

svn commit: r232285 - stable/9/sys/ufs/ufs

2012-02-28 Thread Konstantin Belousov
Author: kib Date: Wed Feb 29 01:39:39 2012 New Revision: 232285 URL: http://svn.freebsd.org/changeset/base/232285 Log: MFC r232003: Properly lock DQREF() with dqhlock. Missed locking caused counter corruption. Assert that the dq reference value is sane before decrementing it. Modified:

svn commit: r232283 - stable/9/sys/fs/msdosfs

2012-02-28 Thread Konstantin Belousov
Author: kib Date: Wed Feb 29 01:36:00 2012 New Revision: 232283 URL: http://svn.freebsd.org/changeset/base/232283 Log: MFC r231998: Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests. Modified: stable/9/sys/fs/msdosfs/msdosfs_denode.c stable/9/sys/fs/msdosfs/msdos

svn commit: r232279 - in stable/9: share/man/man4 sys/i386/conf sys/net

2012-02-28 Thread Andrew Thompson
Author: thompsa Date: Wed Feb 29 00:52:56 2012 New Revision: 232279 URL: http://svn.freebsd.org/changeset/base/232279 Log: MFC r232008,232010,232080,232089 Using the flowid in the mbuf assumes the network card is giving a good hash for the traffic flow, this may not be the case giving

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Tue, 28 Feb 2012, Tijl Coosemans wrote: Log: Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace amd64/i386/pc98 endian.h with stubs. In __bswap64_const(x) the conflict between 0xffUL and 0xffULL has been resolved by reimplementing the macro in terms of __bswap32(x). As a si

Re: svn commit: r232278 - in head: sys/compat/linprocfs sys/compat/linsysfs sys/fs/procfs sys/fs/pseudofs sys/kern sys/sys usr.sbin/jail

2012-02-28 Thread Bjoern A. Zeeb
On 29. Feb 2012, at 00:30 , Martin Matuska wrote: > Author: mm > Date: Wed Feb 29 00:30:18 2012 > New Revision: 232278 > URL: http://svn.freebsd.org/changeset/base/232278 > > Log: > Add procfs to jail-mountable filesystems. > The man page lacks a .Dd update? I also think this one should come

svn commit: r232278 - in head: sys/compat/linprocfs sys/compat/linsysfs sys/fs/procfs sys/fs/pseudofs sys/kern sys/sys usr.sbin/jail

2012-02-28 Thread Martin Matuska
Author: mm Date: Wed Feb 29 00:30:18 2012 New Revision: 232278 URL: http://svn.freebsd.org/changeset/base/232278 Log: Add procfs to jail-mountable filesystems. Reviewed by: jamie MFC after:1 week Modified: head/sys/compat/linprocfs/linprocfs.c head/sys/compat/linsysfs/linsysfs.c

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-28 Thread Julian Elischer
On 2/27/12 11:29 PM, Mikolaj Golub wrote: On Mon, 27 Feb 2012 22:34:25 -0800 Julian Elischer wrote: JE> I don't think this belongs in the kernel by default. It's not exactl a JE> call for backout but It's teh next thing short of that. a call for "do JE> you REALLY think we need this par

svn commit: r232277 - stable/9/include

2012-02-28 Thread Xin LI
Author: delphij Date: Tue Feb 28 23:30:19 2012 New Revision: 232277 URL: http://svn.freebsd.org/changeset/base/232277 Log: MFC r228924: In POSIX.1-2008: P_tmpdir [OB XSI] Default directory prefix for tempnam(). This macro is used in a lot of places in legacy applications, and i

Re: svn commit: r232261 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Bruce Evans
On Tue, 28 Feb 2012, Tijl Coosemans wrote: Log: Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing amd64/i386/pc98 _types.h with stubs. I don't like this much. It gives 2 layers of convolutions for readers (humans and compilers) to slowly untangle. There is another l

Re: svn commit: r232272 - head/sys/netinet/ipfw

2012-02-28 Thread Oleg Bulyzhin
On Tue, Feb 28, 2012 at 11:22:52PM +0100, Luigi Rizzo wrote: > On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote: > > Author: oleg > > Date: Tue Feb 28 21:53:39 2012 > > New Revision: 232272 > > URL: http://svn.freebsd.org/changeset/base/232272 > > > > Log: > > lookup_dyn_rule_locked

Re: svn commit: r232272 - head/sys/netinet/ipfw

2012-02-28 Thread Luigi Rizzo
On Wed, Feb 29, 2012 at 02:39:37AM +0400, Oleg Bulyzhin wrote: > On Tue, Feb 28, 2012 at 11:22:52PM +0100, Luigi Rizzo wrote: > > On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote: > > > Author: oleg > > > Date: Tue Feb 28 21:53:39 2012 > > > New Revision: 232272 > > > URL: http://svn.f

svn commit: r232276 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 22:30:58 2012 New Revision: 232276 URL: http://svn.freebsd.org/changeset/base/232276 Log: Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs. Added: head/sys/x86/include/stdarg.h - copied unchanged from r232268, head/sys/amd64/include

svn commit: r232275 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 22:17:52 2012 New Revision: 232275 URL: http://svn.freebsd.org/changeset/base/232275 Log: Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs. Added: head/sys/x86/include/setjmp.h - copied unchanged from r232268, head/sys/amd64/include

svn commit: r232274 - head/usr.bin/fetch

2012-02-28 Thread David E. O'Brien
Author: obrien Date: Tue Feb 28 22:15:46 2012 New Revision: 232274 URL: http://svn.freebsd.org/changeset/base/232274 Log: Document the 'URL' argument. Modified: head/usr.bin/fetch/fetch.1 Modified: head/usr.bin/fetch/fetch.1 ===

Re: svn commit: r232271 - head/sys/kern

2012-02-28 Thread Giovanni Trematerra
On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote: > Author: dim > Date: Tue Feb 28 21:45:21 2012 > New Revision: 232271 > URL: http://svn.freebsd.org/changeset/base/232271 > > Log: >  Change definition of pipe_chmod() from K&R to C99, to avoid the >  following clang warning: > >  sys/kern/sy

Re: svn commit: r232272 - head/sys/netinet/ipfw

2012-02-28 Thread Luigi Rizzo
On Tue, Feb 28, 2012 at 09:53:39PM +, Oleg Bulyzhin wrote: > Author: oleg > Date: Tue Feb 28 21:53:39 2012 > New Revision: 232272 > URL: http://svn.freebsd.org/changeset/base/232272 > > Log: > lookup_dyn_rule_locked(): style(9) cleanup > > MFC after: 1 month is there a reason for dela

svn commit: r232273 - head/sys/netinet/ipfw

2012-02-28 Thread Oleg Bulyzhin
Author: oleg Date: Tue Feb 28 22:00:41 2012 New Revision: 232273 URL: http://svn.freebsd.org/changeset/base/232273 Log: - Refresh dynamic tcp rule only if both sides answered keepalive packets. - Remove some useless assignments. MFC after:1 month Modified: head/sys/netinet/ipfw/ip_

svn commit: r232272 - head/sys/netinet/ipfw

2012-02-28 Thread Oleg Bulyzhin
Author: oleg Date: Tue Feb 28 21:53:39 2012 New Revision: 232272 URL: http://svn.freebsd.org/changeset/base/232272 Log: lookup_dyn_rule_locked(): style(9) cleanup MFC after:1 month Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c ==

svn commit: r232271 - head/sys/kern

2012-02-28 Thread Dimitry Andric
Author: dim Date: Tue Feb 28 21:45:21 2012 New Revision: 232271 URL: http://svn.freebsd.org/changeset/base/232271 Log: Change definition of pipe_chmod() from K&R to C99, to avoid the following clang warning: sys/kern/sys_pipe.c:1556:10: error: promoted type 'int' of K&R function paramete

svn commit: r232270 - head/sys/net80211

2012-02-28 Thread Adrian Chadd
Author: adrian Date: Tue Feb 28 21:43:29 2012 New Revision: 232270 URL: http://svn.freebsd.org/changeset/base/232270 Log: Only increment is_beacon_bad if we're not scanning. Otherwise things such as off-channel probe responses and beacons are also silently discarded and logged against thi

svn commit: r232269 - head/sys/net80211

2012-02-28 Thread Adrian Chadd
Author: adrian Date: Tue Feb 28 21:41:47 2012 New Revision: 232269 URL: http://svn.freebsd.org/changeset/base/232269 Log: Print out the bogus beacon interval. Modified: head/sys/net80211/ieee80211_input.c Modified: head/sys/net80211/ieee80211_input.c =

Re: svn commit: r232238 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2012-02-28 Thread Luigi Rizzo
On Wed, Feb 29, 2012 at 12:35:23AM +0400, Slawa Olhovchenkov wrote: ... > > > > ?3. The two changes above unfortunately require an API change, so while > > > > ? ? at it add a version field and some spares to the ioctl() argument > > > > ? ? to help detect mismatches. > > > > > > Is it worth bumpi

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
On Tuesday 28 February 2012 21:55:57 Dimitry Andric wrote: > On 2012-02-28 20:39, Tijl Coosemans wrote: >> Author: tijl >> Date: Tue Feb 28 19:39:54 2012 >> New Revision: 232266 >> URL: http://svn.freebsd.org/changeset/base/232266 >> >> Log: >> Copy amd64 endian.h to x86 and merge with i386 endi

Re: svn commit: r232238 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2012-02-28 Thread Slawa Olhovchenkov
On Tue, Feb 28, 2012 at 08:31:22AM +0100, Luigi Rizzo wrote: > On Mon, Feb 27, 2012 at 07:05:45PM -0500, Ben Kaduk wrote: > ... > > > ?1. add support for devices with different number of rx and tx queues; > > > > > > ?2. add better support for zero-copy operation, adding an extra field > > > ? ? t

Re: svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Dimitry Andric
On 2012-02-28 20:39, Tijl Coosemans wrote: > Author: tijl > Date: Tue Feb 28 19:39:54 2012 > New Revision: 232266 > URL: http://svn.freebsd.org/changeset/base/232266 > > Log: > Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace > amd64/i386/pc98 endian.h with stubs. > > In _

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

2012-02-28 Thread Ed Maste
Author: emaste Date: Tue Feb 28 19:50:14 2012 New Revision: 232268 URL: http://svn.freebsd.org/changeset/base/232268 Log: Revert r232260. The problem is now fixed by a general workaround in r232267. Modified: head/sys/dev/aac/aac_pci.c Modified: head/sys/dev/aac/aac_pci.c ==

Re: svn commit: r232183 - head/sys/kern

2012-02-28 Thread Alexander Best
On Sun Feb 26 12, Jilles Tjoelker wrote: > Author: jilles > Date: Sun Feb 26 15:14:29 2012 > New Revision: 232183 > URL: http://svn.freebsd.org/changeset/base/232183 > > Log: > Fix fchmod() and fchown() on fifos. > > The new fifo implementation in r232055 broke fchmod() and fchown() on fifo

svn commit: r232267 - head/sys/x86/x86

2012-02-28 Thread Ed Maste
Author: emaste Date: Tue Feb 28 19:42:40 2012 New Revision: 232267 URL: http://svn.freebsd.org/changeset/base/232267 Log: Workaround for PCIe 4GB boundary issue Enforce a boundary of no more than 4GB - transfers crossing a 4GB boundary can lead to data corruption due to PCIe limitations.

svn commit: r232266 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 19:39:54 2012 New Revision: 232266 URL: http://svn.freebsd.org/changeset/base/232266 Log: Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace amd64/i386/pc98 endian.h with stubs. In __bswap64_const(x) the conflict between 0xffUL and 0xffULL has b

svn commit: r232265 - head/sys/kern

2012-02-28 Thread John Baldwin
Author: jhb Date: Tue Feb 28 19:16:02 2012 New Revision: 232265 URL: http://svn.freebsd.org/changeset/base/232265 Log: Properly clear a device's devclass if DEVICE_ATTACH() fails if the device does not have a fixed devclass. Reviewed by: imp MFC after:2 weeks Modified: head/sys/

svn commit: r232264 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 18:38:33 2012 New Revision: 232264 URL: http://svn.freebsd.org/changeset/base/232264 Log: Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace amd64/i386/pc98 _stdint.h with stubs. Added: head/sys/x86/include/_stdint.h - copied, changed from

svn commit: r232263 - in head: lib/libsm lib/libthread_db lib/libz libexec/mail.local libexec/smrsh sbin/fsdb share/mk sys/boot/i386/boot0 sys/boot/i386/boot2 sys/boot/i386/btx/btx sys/boot/i386/bt...

2012-02-28 Thread Dimitry Andric
Author: dim Date: Tue Feb 28 18:30:18 2012 New Revision: 232263 URL: http://svn.freebsd.org/changeset/base/232263 Log: Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to get rid of testing explicitly for clang (using ${CC:T:Mclang}) in individual Makefiles. Instead,

svn commit: r232262 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 18:24:28 2012 New Revision: 232262 URL: http://svn.freebsd.org/changeset/base/232262 Log: Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace amd64/i386/pc98 _limits.h with stubs. Added: head/sys/x86/include/_limits.h - copied, changed from

svn commit: r232261 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-02-28 Thread Tijl Coosemans
Author: tijl Date: Tue Feb 28 18:15:28 2012 New Revision: 232261 URL: http://svn.freebsd.org/changeset/base/232261 Log: Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing amd64/i386/pc98 _types.h with stubs. Added: head/sys/x86/include/_types.h - copied, changed

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

2012-02-28 Thread Ed Maste
Author: emaste Date: Tue Feb 28 17:29:31 2012 New Revision: 232260 URL: http://svn.freebsd.org/changeset/base/232260 Log: Avoid transfers crossing a 4GB boundary, which can lead to data corruption. Thanks to scottl@ for the suggestion. This change will likely be revised after considerati

svn commit: r232259 - in stable/9/sys: fs/nfsserver i386/conf

2012-02-28 Thread Rick Macklem
Author: rmacklem Date: Tue Feb 28 15:52:01 2012 New Revision: 232259 URL: http://svn.freebsd.org/changeset/base/232259 Log: MFC: r232050 hrs@ reported a panic to freebsd-stable@ under the subject line "panic in 8.3-PRERELEASE" on Feb. 22, 2012. This panic was caused by use of a mix of tsle

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

2012-02-28 Thread Kevin Lo
Author: kevlo Date: Tue Feb 28 15:47:39 2012 New Revision: 232258 URL: http://svn.freebsd.org/changeset/base/232258 Log: Mention mos(4) Modified: head/share/man/man4/usb.4 Modified: head/share/man/man4/usb.4 == --- h

svn commit: r232257 - in head: share/man/man4 sys/dev/usb sys/dev/usb/net

2012-02-28 Thread Kevin Lo
Author: kevlo Date: Tue Feb 28 15:45:42 2012 New Revision: 232257 URL: http://svn.freebsd.org/changeset/base/232257 Log: Add support for the MCS7832 Obtained from:OpenBSD Modified: head/share/man/man4/mos.4 head/sys/dev/usb/net/if_mos.c head/sys/dev/usb/net/if_mosreg.h head

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-28 Thread John Baldwin
On Tuesday, February 28, 2012 1:34:25 am Julian Elischer wrote: > On 2/27/12 1:29 AM, Konstantin Belousov wrote: > > On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote: > >> On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: > >> > >> PJD> On Sun, Feb 26, 2012 at 02:25:48PM

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

2012-02-28 Thread Kevin Lo
Author: kevlo Date: Tue Feb 28 15:12:26 2012 New Revision: 232256 URL: http://svn.freebsd.org/changeset/base/232256 Log: Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can be loaded dynamically. Modified: head/sys/dev/acpi_support/atk0110.c Modified: head/sys/dev/acpi_support/atk0

svn commit: r232255 - head/sys/dev/amr

2012-02-28 Thread Kevin Lo
Author: kevlo Date: Tue Feb 28 15:09:56 2012 New Revision: 232255 URL: http://svn.freebsd.org/changeset/base/232255 Log: Fix checks for error return from amr_sglist_map() and amr_ccb_map() Modified: head/sys/dev/amr/amr_pci.c Modified: head/sys/dev/amr/amr_pci.c =

svn commit: r232254 - in head: share/man/man5 share/man/man9 sys/netatalk

2012-02-28 Thread Kevin Lo
Author: kevlo Date: Tue Feb 28 15:07:05 2012 New Revision: 232254 URL: http://svn.freebsd.org/changeset/base/232254 Log: Fix typos Modified: head/share/man/man5/passwd.5 head/share/man/man9/byteorder.9 head/sys/netatalk/aarp.c Modified: head/share/man/man5/passwd.5 ==

svn commit: r232253 - head

2012-02-28 Thread Sergey Kandaurov
Author: pluknet Date: Tue Feb 28 14:35:36 2012 New Revision: 232253 URL: http://svn.freebsd.org/changeset/base/232253 Log: Correct pathname for manpages after libarchive 3.0.3 update. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r232250 - in head: sbin/ifconfig sbin/ipfw share/man/man4 sys/conf sys/dev/ath sys/dev/siba sys/ia64/ia64 sys/mips/rt305x

2012-02-28 Thread Gavin Atkinson
Author: gavin Date: Tue Feb 28 13:19:34 2012 New Revision: 232250 URL: http://svn.freebsd.org/changeset/base/232250 Log: Correct capitalization of "Hz" in user-visible text (manpages, printf(), etc). MFC after:3 days Modified: head/sbin/ifconfig/ifconfig.8 head/sbin/ipfw/ipfw.8

svn commit: r232249 - head

2012-02-28 Thread Sergey Kandaurov
Author: pluknet Date: Tue Feb 28 11:06:52 2012 New Revision: 232249 URL: http://svn.freebsd.org/changeset/base/232249 Log: Add lib32 part after libarchive 3.0.3 update. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =