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

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sun May 20 06:35:22 2012 New Revision: 235682 URL: http://svn.freebsd.org/changeset/base/235682 Log: Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt(). This will (eventually) be used by the EDMA RX path used by the AR93xx and later NICs. Modified: h

svn commit: r235681 - head/sys/netinet6

2012-05-19 Thread Marius Strobl
Author: marius Date: Sun May 20 05:12:31 2012 New Revision: 235681 URL: http://svn.freebsd.org/changeset/base/235681 Log: Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arrays casted to structs by getting rid of these buffers entirely. In r169832, it was tried to paper

svn commit: r235680 - in head/sys: conf dev/ath modules/ath

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sun May 20 04:14:29 2012 New Revision: 235680 URL: http://svn.freebsd.org/changeset/base/235680 Log: Migrate most of the beacon handling functions out to if_ath_beacon.c. This is also in preparation for supporting AR9300 and later NICs. Added: head/sys/dev/ath/if_ath

svn commit: r235679 - in head/sys: conf dev/ath modules/ath

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sun May 20 02:49:42 2012 New Revision: 235679 URL: http://svn.freebsd.org/changeset/base/235679 Log: Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. There's some TX path TDMA code in if_ath_tx.c which should be migrated out, but first I shoul

svn commit: r235678 - head/sys/dev/powermac_nvram

2012-05-19 Thread Justin Hibbits
Author: jhibbits Date: Sun May 20 02:43:54 2012 New Revision: 235678 URL: http://svn.freebsd.org/changeset/base/235678 Log: "nvram,flash" may not be the first in the compatible list property of the nvram ofw node, so check all strings in the list. Approved by: nwhitehorn (mentor) MFC a

svn commit: r235677 - head/sys/modules/ath

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sun May 20 02:05:25 2012 New Revision: 235677 URL: http://svn.freebsd.org/changeset/base/235677 Log: .. and update this. Modified: head/sys/modules/ath/Makefile Modified: head/sys/modules/ath/Makefile ==

svn commit: r235676 - in head/sys: conf dev/ath

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sun May 20 02:05:10 2012 New Revision: 235676 URL: http://svn.freebsd.org/changeset/base/235676 Log: Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. * migrate the rx processing out into if_ath_rx.c * migrate the TSF functions into if_ath_tsf.h

svn commit: r235671 - head/sbin/ifconfig

2012-05-19 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 19 23:25:57 2012 New Revision: 235671 URL: http://svn.freebsd.org/changeset/base/235671 Log: MFp4 bz_ipv6_fast: Allow tso4 and tso6 be set individually given we have the bits. This will help with drivers not working as expected during the transition time a

svn commit: r235662 - head/share/man/man5

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 21:29:18 2012 New Revision: 235662 URL: http://svn.freebsd.org/changeset/base/235662 Log: Regenerate after the additions of: WITHOUT_ED_CRYPTO WITHOUT_LS_COLORS WITH_NAND Pointed out by: Garrett Cooper Modified: head/share/man/man5/

svn commit: r235661 - head/sys/mips/conf

2012-05-19 Thread Adrian Chadd
Author: adrian Date: Sat May 19 20:11:18 2012 New Revision: 235661 URL: http://svn.freebsd.org/changeset/base/235661 Log: Enable the AR8316 switch on the routerstation pro board. The configuration is: * RGMII, both ports * arge0 - connected to PHY4 as a dedicated port (CPU port) *

svn commit: r235660 - head/tools/build/options

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 20:05:27 2012 New Revision: 235660 URL: http://svn.freebsd.org/changeset/base/235660 Log: Document the ED_CRYPTO and LS_COLORS options. Obtained from:Juniper Networks, Inc. Added: head/tools/build/options/WITHOUT_ED_CRYPTO (contents, props change

Re: svn commit: r235655 - in head: bin/ls share/mk

2012-05-19 Thread Bjoern A. Zeeb
On 19. May 2012, at 18:05 , Marcel Moolenaar wrote: > Author: marcel > Date: Sat May 19 18:05:00 2012 > New Revision: 235655 > URL: http://svn.freebsd.org/changeset/base/235655 > > Log: > Add build opton MK_LS_COLORS to control whether ls(1) supports colors > (and thus needs to depend on libte

Re: svn commit: r235654 - in head: bin/ed share/mk

2012-05-19 Thread Bjoern A. Zeeb
On 19. May 2012, at 17:55 , Marcel Moolenaar wrote: > Author: marcel > Date: Sat May 19 17:55:49 2012 > New Revision: 235654 > URL: http://svn.freebsd.org/changeset/base/235654 > > Log: > Add build option MK_ED_CRYPTO to control whether ed(1) is to have the > ability to encrypt/decrypt files.

svn commit: r235656 - head/sys/arm/mv

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 18:16:49 2012 New Revision: 235656 URL: http://svn.freebsd.org/changeset/base/235656 Log: Unbreak LINT for ARM: DEBUG is a kernel configuration option. Modified: head/sys/arm/mv/mv_localbus.c Modified: head/sys/arm/mv/mv_localbus.c

svn commit: r235655 - in head: bin/ls share/mk

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 18:05:00 2012 New Revision: 235655 URL: http://svn.freebsd.org/changeset/base/235655 Log: Add build opton MK_LS_COLORS to control whether ls(1) supports colors (and thus needs to depend on libtermcap). Embedded systems may not want or need colors. Obtaine

svn commit: r235654 - in head: bin/ed share/mk

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 17:55:49 2012 New Revision: 235654 URL: http://svn.freebsd.org/changeset/base/235654 Log: Add build option MK_ED_CRYPTO to control whether ed(1) is to have the ability to encrypt/decrypt files. Embedded systems can typically have OpenSSL, but not for ed(1) to

svn commit: r235653 - head/lib/libc

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 17:49:20 2012 New Revision: 235653 URL: http://svn.freebsd.org/changeset/base/235653 Log: Don't link against libssp if MK_SSP is set to no. Note that this still misses a proper dependency at this time. Modified: head/lib/libc/Makefile Modified: head/lib/libc

svn commit: r235652 - head/sys/dev/iicbus

2012-05-19 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 17:42:11 2012 New Revision: 235652 URL: http://svn.freebsd.org/changeset/base/235652 Log: Don't include MIPS machine headers. There's no need for it. Modified: head/sys/dev/iicbus/ds1374.c Modified: head/sys/dev/iicbus/ds1374.c

Re: svn commit: r235647 - in head: include lib/libc/gen usr.sbin/cpucontrol usr.sbin/lpr/common_source usr.sbin/newsyslog

2012-05-19 Thread Bruce Evans
On Sat, 19 May 2012, Konstantin Belousov wrote: Log: Hide DIR definition by making it an opaque struct typedef. Introduce dirfd() libc exported symbol replacing macro with same name, preserve _dirfd() macro for internal use. Replace dirp->dd_fd with dirfd() call. Avoid using dirfd as v

svn commit: r235649 - head/lib/libc/gen

2012-05-19 Thread Gleb Kurtsou
Author: gleb Date: Sat May 19 14:30:49 2012 New Revision: 235649 URL: http://svn.freebsd.org/changeset/base/235649 Log: Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647. Requested by: kib@ Modified: head/lib/libc/gen/dirfd.c Modified: head/lib/libc/gen/dirfd.c ===

Re: svn commit: r235647 - in head: include lib/libc/gen usr.sbin/cpucontrol usr.sbin/lpr/common_source usr.sbin/newsyslog

2012-05-19 Thread Konstantin Belousov
On Sat, May 19, 2012 at 12:44:28PM +, Gleb Kurtsou wrote: > Author: gleb > Date: Sat May 19 12:44:27 2012 > New Revision: 235647 > URL: http://svn.freebsd.org/changeset/base/235647 > > Log: > Hide DIR definition by making it an opaque struct typedef. > > Introduce dirfd() libc exported

svn commit: r235647 - in head: include lib/libc/gen usr.sbin/cpucontrol usr.sbin/lpr/common_source usr.sbin/newsyslog

2012-05-19 Thread Gleb Kurtsou
Author: gleb Date: Sat May 19 12:44:27 2012 New Revision: 235647 URL: http://svn.freebsd.org/changeset/base/235647 Log: Hide DIR definition by making it an opaque struct typedef. Introduce dirfd() libc exported symbol replacing macro with same name, preserve _dirfd() macro for internal us