svn commit: r236046 - head/usr.bin/sort

2012-05-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 26 06:31:54 2012 New Revision: 236046 URL: http://svn.freebsd.org/changeset/base/236046 Log: mdoc: sort sections into conventional order. Modified: head/usr.bin/sort/sort.1.in Modified: head/usr.bin/sort/sort.1.in ===

svn commit: r236045 - in head/sys/i386: i386 include

2012-05-25 Thread Alan Cox
Author: alc Date: Sat May 26 06:10:25 2012 New Revision: 236045 URL: http://svn.freebsd.org/changeset/base/236045 Log: Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no longer uses the active and inactive paging queues. Instead, the pmap now maintains an LRU-ordered

svn commit: r236044 - head/sys/ufs/ufs

2012-05-25 Thread Konstantin Belousov
Author: kib Date: Sat May 26 05:29:53 2012 New Revision: 236044 URL: http://svn.freebsd.org/changeset/base/236044 Log: Implement SEEK_HOLE/SEEK_DATA for UFS. MFC after:2 weeks Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_vnops.c =

svn commit: r236043 - in head/sys: kern sys

2012-05-25 Thread Konstantin Belousov
Author: kib Date: Sat May 26 05:28:47 2012 New Revision: 236043 URL: http://svn.freebsd.org/changeset/base/236043 Log: Add a vn_bmap_seekhole(9) vnode helper which can be used by any filesystem which supports VOP_BMAP(9) to implement SEEK_HOLE/SEEK_DATA commands for lseek(2). MFC after:

svn commit: r236042 - head/lib/libc/sys

2012-05-25 Thread Konstantin Belousov
Author: kib Date: Sat May 26 05:25:55 2012 New Revision: 236042 URL: http://svn.freebsd.org/changeset/base/236042 Log: Clarify the SEEK_HOLE description, it repositions the file pointer. MFC after: 3 days Modified: head/lib/libc/sys/lseek.2 Modified: head/lib/libc/sys/lseek.2 =

svn commit: r236039 - head/sys/dev/ath/ath_hal/ar9002

2012-05-25 Thread Adrian Chadd
Author: adrian Date: Sat May 26 01:36:25 2012 New Revision: 236039 URL: http://svn.freebsd.org/changeset/base/236039 Log: Add the AR9280 workarounds for PCIe suspend/resume. These aren't strictly needed at the moment as we're not doing APSM and forcing the NIC in and out of network sleep.

svn commit: r236038 - head/sys/dev/ath

2012-05-25 Thread Adrian Chadd
Author: adrian Date: Sat May 26 01:35:11 2012 New Revision: 236038 URL: http://svn.freebsd.org/changeset/base/236038 Log: Avoid using hard-coded numbers here. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ===

svn commit: r236036 - head/sys/dev/ath

2012-05-25 Thread Adrian Chadd
Author: adrian Date: Sat May 26 01:34:36 2012 New Revision: 236036 URL: http://svn.freebsd.org/changeset/base/236036 Log: Remove an unneeded field from ath_buf. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h =

svn commit: r236028 - head/lib/libkiconv

2012-05-25 Thread Gabor Kovesdan
Author: gabor Date: Fri May 25 22:07:13 2012 New Revision: 236028 URL: http://svn.freebsd.org/changeset/base/236028 Log: - Add support for BSD iconv when it is build into libc PR: bin/162670 Submitted by: Jan Beich MFC after:2 weeks Modified: head/lib/libkiconv/Makefil

svn commit: r236027 - in head/sys: amd64/linux32 compat/freebsd32 kern sys

2012-05-25 Thread Ed Schouten
Author: ed Date: Fri May 25 21:52:57 2012 New Revision: 236027 URL: http://svn.freebsd.org/changeset/base/236027 Log: Regenerate system call tables. Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_syscalls.c head/s

svn commit: r236026 - in head/sys: amd64/linux32 compat/freebsd32 kern

2012-05-25 Thread Ed Schouten
Author: ed Date: Fri May 25 21:50:48 2012 New Revision: 236026 URL: http://svn.freebsd.org/changeset/base/236026 Log: Remove use of non-ISO-C integer types from system call tables. These files already use ISO-C-style integer types, so make them less inconsistent by preferring the standard

svn commit: r236025 - head/sys/powerpc/include

2012-05-25 Thread Rafal Jaworowski
Author: raj Date: Fri May 25 21:12:24 2012 New Revision: 236025 URL: http://svn.freebsd.org/changeset/base/236025 Log: Update HID defines for E500mc and E5500 CPU cores. Obtained from:Freescale, Semihalf Modified: head/sys/powerpc/include/hid.h Modified: head/sys/powerpc/include

svn commit: r236024 - head/sys/boot/fdt/dts

2012-05-25 Thread Rafal Jaworowski
Author: raj Date: Fri May 25 20:43:38 2012 New Revision: 236024 URL: http://svn.freebsd.org/changeset/base/236024 Log: Import DTS files for the upcoming DPAA QorIQ (PowerPC) support. - P2041RDB - P3041DS - P5020DS Obtained from:Freescale Added: head/sys/boot/fdt/dt

svn commit: r236023 - in head/sys: geom/part sys

2012-05-25 Thread Marcel Moolenaar
Author: marcel Date: Fri May 25 20:33:34 2012 New Revision: 236023 URL: http://svn.freebsd.org/changeset/base/236023 Log: Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. The gpart alias for these partition types is "freebsd-nandfs". Modified: head/sys/geom/part/g_par

svn commit: r236020 - head/sbin/init

2012-05-25 Thread Jilles Tjoelker
Author: jilles Date: Fri May 25 19:45:01 2012 New Revision: 236020 URL: http://svn.freebsd.org/changeset/base/236020 Log: init: Remove unnecessary 2-second delay before calling reboot(2). Modified: head/sbin/init/init.c Modified: head/sbin/init/init.c

Re: svn commit: r235847 - in head/sys/modules/drm2: . drm2 i915kms

2012-05-25 Thread Cy Schubert
In message <201205231710.q4nhan9s085...@svn.freebsd.org>, Konstantin Belousov w rites: > Author: kib > Date: Wed May 23 17:10:22 2012 > New Revision: 235847 > URL: http://svn.freebsd.org/changeset/base/235847 > > Log: > The drm2 modules makefiles commit. > Still not attached to the build. >

svn commit: r236019 - head/sys/powerpc/aim

2012-05-25 Thread Rafal Jaworowski
Author: raj Date: Fri May 25 18:17:26 2012 New Revision: 236019 URL: http://svn.freebsd.org/changeset/base/236019 Log: Fix physical address type to vm_paddr_t also for powerpc64. Modified: head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim/mmu_oea64.c ===

Re: svn commit: r236000 - head/sys/powerpc/powerpc

2012-05-25 Thread Rafal Jaworowski
On 2012-05-25, at 19:06, Rafal Jaworowski wrote: > > On 2012-05-25, at 17:28, Nathan Whitehorn wrote: > >> On 05/25/12 10:13, Rafal Jaworowski wrote: >>> Author: raj >>> Date: Fri May 25 15:13:55 2012 >>> New Revision: 236000 >>> URL: http://svn.freebsd.org/changeset/base/236000 >>> >>> Log: >

svn commit: r236017 - head/sys/dev/ath/ath_hal/ar5416

2012-05-25 Thread Adrian Chadd
Author: adrian Date: Fri May 25 17:53:57 2012 New Revision: 236017 URL: http://svn.freebsd.org/changeset/base/236017 Log: Add some AR5416/AR5418 WAR's for power-on and suspend/resume: * Now that ah_configPCIE is called for both power on and suspend/resume, make sure the right bit(s) are

svn commit: r236013 - head/cddl/contrib/opensolaris/cmd/zfs

2012-05-25 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri May 25 17:19:30 2012 New Revision: 236013 URL: http://svn.freebsd.org/changeset/base/236013 Log: Correct error message. MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c ==

Re: svn commit: r236000 - head/sys/powerpc/powerpc

2012-05-25 Thread Rafal Jaworowski
On 2012-05-25, at 17:28, Nathan Whitehorn wrote: > On 05/25/12 10:13, Rafal Jaworowski wrote: >> Author: raj >> Date: Fri May 25 15:13:55 2012 >> New Revision: 236000 >> URL: http://svn.freebsd.org/changeset/base/236000 >> >> Log: >> Missing vm_paddr_t bits which should have been part of r2359

svn commit: r236009 - head/sys/dev/ath/ath_hal/ar5416

2012-05-25 Thread Adrian Chadd
Author: adrian Date: Fri May 25 16:45:56 2012 New Revision: 236009 URL: http://svn.freebsd.org/changeset/base/236009 Log: * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14. * Add some other WAR bits (very usefully described too) in preparation for porting over some suspend/

svn commit: r236006 - head/lib/libc/powerpc

2012-05-25 Thread Marcel Moolenaar
Author: marcel Date: Fri May 25 16:30:42 2012 New Revision: 236006 URL: http://svn.freebsd.org/changeset/base/236006 Log: Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to the current one (= FBSD_1.3). Pointed out by: kib Modified: head/lib/libc/powerpc/Symbol.ma

Re: svn commit: r236000 - head/sys/powerpc/powerpc

2012-05-25 Thread Nathan Whitehorn
On 05/25/12 10:13, Rafal Jaworowski wrote: Author: raj Date: Fri May 25 15:13:55 2012 New Revision: 236000 URL: http://svn.freebsd.org/changeset/base/236000 Log: Missing vm_paddr_t bits which should have been part of r235936. I think you also need equivalent changes to aim/mmu_oea64.c. -Nat

svn commit: r236000 - head/sys/powerpc/powerpc

2012-05-25 Thread Rafal Jaworowski
Author: raj Date: Fri May 25 15:13:55 2012 New Revision: 236000 URL: http://svn.freebsd.org/changeset/base/236000 Log: Missing vm_paddr_t bits which should have been part of r235936. Modified: head/sys/powerpc/powerpc/mmu_if.m Modified: head/sys/powerpc/powerpc/mmu_if.m =

svn commit: r235999 - head/sys/dev/mii

2012-05-25 Thread Rafal Jaworowski
Author: raj Date: Fri May 25 15:05:17 2012 New Revision: 235999 URL: http://svn.freebsd.org/changeset/base/235999 Log: More Cicada/Vitesse PHY ids. Obtained from:Semihalf Modified: head/sys/dev/mii/ciphy.c head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/ciphy.c ===

svn commit: r235994 - head/sys/sparc64/conf

2012-05-25 Thread Marius Strobl
Author: marius Date: Fri May 25 14:52:05 2012 New Revision: 235994 URL: http://svn.freebsd.org/changeset/base/235994 Log: Merge from x86: r232521 Exclude USB drivers (except umass and ukbd) from main kernel image. Modified: head/sys/sparc64/conf/GENERIC Modified: head/sys/sparc64/conf/G

svn commit: r235990 - head/sys/netinet

2012-05-25 Thread Michael Tuexen
Author: tuexen Date: Fri May 25 11:14:08 2012 New Revision: 235990 URL: http://svn.freebsd.org/changeset/base/235990 Log: Undefine SCTP_PACKED before including sctp_uio.h, which doesn't use it. Spotted by Irene Ruengeler. MFC after: 3 days Modified: head/sys/netinet/sctp.h Modified: h

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-25 Thread Konstantin Belousov
On Fri, May 25, 2012 at 10:32:12AM +0200, Niclas Zeising wrote: > Hi! > Would it be possible to bump the FreeBSD version to reflect this commit? > It would be helpful when working with the xorg ports, amongst other things. > Thanks! > Regards! > -- There is absolutely no use for version bump. Por

svn commit: r235989 - head/sys/geom/label

2012-05-25 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 25 10:08:48 2012 New Revision: 235989 URL: http://svn.freebsd.org/changeset/base/235989 Log: Revert r235918 for now and add comment explaining the reason for the size check. Modified: head/sys/geom/label/g_label_ufs.c Modified: head/sys/geom/label/g_label_ufs.c

svn commit: r235988 - in head/sys/boot: arm/at91/boot2 arm/ixp425/boot2 common i386/boot2 i386/gptboot pc98/boot2 powerpc/boot1.chrp sparc64/boot1

2012-05-25 Thread Gleb Kurtsou
Author: gleb Date: Fri May 25 09:36:39 2012 New Revision: 235988 URL: http://svn.freebsd.org/changeset/base/235988 Log: Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent unnecessary 64-bit math on 32-bit machines. Sponsored by: Google Summer of Code 2011 Modified: h

Re: svn commit: r235918 - head/sys/geom/label

2012-05-25 Thread Edward Tomasz Napierała
Wiadomość napisana przez Andriy Gapon w dniu 25 maj 2012, o godz. 09:20: > on 24/05/2012 19:48 Edward Tomasz Napierala said the following: >> Author: trasz >> Date: Thu May 24 16:48:33 2012 >> New Revision: 235918 >> URL: http://svn.freebsd.org/changeset/base/235918 >> >> Log: >> Make g_label(4

svn commit: r235987 - head/usr.bin/sort

2012-05-25 Thread Gabor Kovesdan
Author: gabor Date: Fri May 25 09:30:16 2012 New Revision: 235987 URL: http://svn.freebsd.org/changeset/base/235987 Log: - Only use multi-threading for large files - Do not use mmap() by default; it can be enabled by --mmap - Add some minor optimizations for -u - Update manual page accordi

svn commit: r235986 - head/sys/netinet6

2012-05-25 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 25 09:27:16 2012 New Revision: 235986 URL: http://svn.freebsd.org/changeset/base/235986 Log: MFp4 bz_ipv6_fast: Use M_ZERO with malloc rather than calling bzero() ourselves. Change if () panic() checks to KASSERT()s as they are only catching invariants

svn commit: r235985 - head/sys/netinet

2012-05-25 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 25 09:24:45 2012 New Revision: 235985 URL: http://svn.freebsd.org/changeset/base/235985 Log: MFp4 bz_ipv6_fast: Properly protect the inp read access when handling the control code. In the past this was expensive but given the rlock it's not so much anymore

svn commit: r235984 - in head/sys/fs: hpfs ntfs

2012-05-25 Thread Gleb Kurtsou
Author: gleb Date: Fri May 25 09:16:59 2012 New Revision: 235984 URL: http://svn.freebsd.org/changeset/base/235984 Log: Use C99-style initialization for struct dirent in preparation for changing the structure. Sponsored by: Google Summer of Code 2011 Modified: head/sys/fs/hpfs/hpfs_vno

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-25 Thread Niclas Zeising
On 2012-05-24 11:33, Niclas Zeising wrote: > On 2012-05-24 11:26, Konstantin Belousov wrote: >> On Wed, May 23, 2012 at 11:37:29PM +0200, Niclas Zeising wrote: >>> On 05/23/12 23:07, Konstantin Belousov wrote: Author: kib Date: Wed May 23 21:07:01 2012 New Revision: 235859 URL:

svn commit: r235982 - head/sys/cam/ata

2012-05-25 Thread Alexander Motin
Author: mav Date: Fri May 25 08:30:09 2012 New Revision: 235982 URL: http://svn.freebsd.org/changeset/base/235982 Log: Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special PMP ports such as PMP configuration or SEMB should be exposed or hidden. These ports were always hi

Re: svn commit: r235929 - in head/lib/libc/powerpc: . gen

2012-05-25 Thread Konstantin Belousov
On Thu, May 24, 2012 at 08:12:46PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Thu May 24 20:12:46 2012 > New Revision: 235929 > URL: http://svn.freebsd.org/changeset/base/235929 > > Log: > Allow building for the PowerPC EABI by providing a dummy __eabi() > function. The purpose of

svn commit: r235981 - head/sys/netinet

2012-05-25 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 25 08:17:59 2012 New Revision: 235981 URL: http://svn.freebsd.org/changeset/base/235981 Log: In case forwarding is turned on for a given address family, refuse to queue the packet for LRO and tell the driver to directly pass it on. This avoids re-assembly and later r

svn commit: r235980 - head/sys/cam/scsi

2012-05-25 Thread Alexander Motin
Author: mav Date: Fri May 25 07:57:17 2012 New Revision: 235980 URL: http://svn.freebsd.org/changeset/base/235980 Log: Remove sleep() from invalidate call in ses driver, waiting for daemon process exit. Instead use CAM's standard reference counting to prevent periph going away until process

svn commit: r235979 - head/sys/netgraph

2012-05-25 Thread Gleb Smirnoff
Author: glebius Date: Fri May 25 07:46:24 2012 New Revision: 235979 URL: http://svn.freebsd.org/changeset/base/235979 Log: Revert my local not yet properly tested changes, that leaked in with r235923. Modified: head/sys/netgraph/ng_mppc.c Modified: head/sys/netgraph/ng_mppc.c =

svn commit: r235978 - head/sys/kern

2012-05-25 Thread Andriy Gapon
Author: avg Date: Fri May 25 07:32:26 2012 New Revision: 235978 URL: http://svn.freebsd.org/changeset/base/235978 Log: device_add_child: protect against child device with no driver but fixed unit number This combination doesn't make sense, unit numbers should be hardwired only in context