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
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
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
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
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
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
==
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
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
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/
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)
*
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
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
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.
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
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
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
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
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
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
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
===
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
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
22 matches
Mail list logo