Re: svn commit: r234355 - head/sys/sys

2012-04-16 Thread Bjoern A. Zeeb
, propagated to newvers */ +#define __FreeBSD_version 111/* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, -- Bjoern A. Zeeb You have to have visions! It does not matter how good you

svn commit: r234283 - head/sys/dev/netmap

2012-04-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 14 13:39:39 2012 New Revision: 234283 URL: http://svn.freebsd.org/changeset/base/234283 Log: Make compile on 64bit somehow for now after a first try at r234242 on maybe 32bit? Modified: head/sys/dev/netmap/netmap_mem2.c Modified: head/sys/dev/netmap/netmap_mem2.c

svn commit: r234284 - head/sys/modules/iscsi/initiator

2012-04-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Apr 14 13:40:39 2012 New Revision: 234284 URL: http://svn.freebsd.org/changeset/base/234284 Log: Fix LINT builds after r234233; not sure why modules need DEBUG by default. Modified: head/sys/modules/iscsi/initiator/Makefile Modified:

svn commit: r233113 - head/sys/net

2012-03-18 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 18 11:23:40 2012 New Revision: 233113 URL: http://svn.freebsd.org/changeset/base/233113 Log: Hide kernel option ROUTETABLES evaluations in the implementation rather than the header file. With this also move RT_MAXFIBS and RT_NUMFIBS into the implemantion to avoid

Re: svn commit: r232921 - in head/sys: modules/netgraph/netflow netgraph/netflow

2012-03-13 Thread Bjoern A. Zeeb
of pointers to fib-specific data */ + fib_export_p*fib_data; /* array of pointers to per-fib data */ + uint16_tmaxfibs; /* number of allocated fibs */ /* * RFC 3954 clause 7.3 -- Bjoern A. Zeeb You have to have

Re: svn commit: r232844 - head/contrib/ntp/ntpd

2012-03-12 Thread Bjoern A. Zeeb
to get rid of the ifdisabled. media: Ethernet autoselect (1000baseT full-duplex) status: active -- Andrey Zonov -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

Re: svn commit: r232865 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2012-03-12 Thread Bjoern A. Zeeb
/head.svn/sys/modules/ipfw/../../netinet/ipfw/ip_fw2.c:177: error: initializer element is not constant /scratch/tmp/bz/head.svn/sys/modules/ipfw/../../netinet/ipfw/ip_fw2.c:177: error: (near initialization for '__tunable_int_177.var') -- Bjoern A. Zeeb You have

Re: svn commit: r232839 - head/tools/regression/bin/sh/expansion

2012-03-11 Thread Bjoern A. Zeeb
(empty, because file is newly added) +++ head/tools/regression/bin/sh/expansion/arith12.0 Sun Mar 11 22:12:05 2012(r232839) @@ -0,0 +1,4 @@ +# $FreeBSD$ + +_x=4 y_=5 z_z=6 +[ $((_x*100+y_*10+z_z)) = 456 ] -- Bjoern A. Zeeb You have to have visions

Re: svn commit: r232789 - head/sys/mips/include

2012-03-10 Thread Bjoern A. Zeeb
uintptr_t bus_addr_t; #endif typedef uintptr_t bus_size_t; -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r232723 - head/sys/netinet

2012-03-09 Thread Bjoern A. Zeeb
) { SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, EFAULT); -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r232727 - head/sys/dev/bge

2012-03-09 Thread Bjoern A. Zeeb
0x1 #else #define BGE_DMA_BNDRY 0 #endif -#endif /* * Ring structures. Most of these reside in host memory and we tell -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

Re: svn commit: r232531 - head/usr.sbin/bsdinstall/scripts

2012-03-07 Thread Bjoern A. Zeeb
-- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send

Re: svn commit: r232531 - head/usr.sbin/bsdinstall/scripts

2012-03-07 Thread Bjoern A. Zeeb
On 7. Mar 2012, at 10:49 , Bjoern A. Zeeb wrote: On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Mar 5 02:40:18 2012 New Revision: 232531 URL: http://svn.freebsd.org/changeset/base/232531 Log: Make the chroot shell more functional by providing devfs

Re: svn commit: r232531 - head/usr.sbin/bsdinstall/scripts

2012-03-07 Thread Bjoern A. Zeeb
On 7. Mar 2012, at 14:11 , Bjoern A. Zeeb wrote: On 7. Mar 2012, at 10:49 , Bjoern A. Zeeb wrote: On 5. Mar 2012, at 02:40 , Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Mar 5 02:40:18 2012 New Revision: 232531 URL: http://svn.freebsd.org/changeset/base/232531 Log: Make

svn commit: r232609 - head/tools/test/netfibs

2012-03-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 6 14:19:36 2012 New Revision: 232609 URL: http://svn.freebsd.org/changeset/base/232609 Log: Use = rather than == for expressions to test(1) builtin(1) in sh(1) to comply with standards. On modern branches there is an undocumented alias (see r219084) but on

svn commit: r232613 - head/usr.sbin/jls

2012-03-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 6 18:39:07 2012 New Revision: 232613 URL: http://svn.freebsd.org/changeset/base/232613 Log: Fix building with WITHOUT_INET_SUPPORT set. Reviewed by: jamie (actually provided the real fix) MFC after:3 days Modified: head/usr.sbin/jls/jls.c Modified:

svn commit: r232614 - in head: share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/dev/wbwd sys/i386/conf sys/modules sys/modules/wbwd

2012-03-06 Thread Bjoern A. Zeeb
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/man/man4/wbwd.4 Tue Mar 6 18:44:52 2012(r232614) @@ -0,0 +1,117 @@ +.\- +.\ Copyright (c) 2012 Bjoern A. Zeeb b...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source

Re: svn commit: r232614 - in head: share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/dev/wbwd sys/i386/conf sys/modules sys/modules/wbwd

2012-03-06 Thread Bjoern A. Zeeb
On 6. Mar 2012, at 18:44 , Bjoern A. Zeeb wrote: Author: bz Date: Tue Mar 6 18:44:52 2012 New Revision: 232614 URL: http://svn.freebsd.org/changeset/base/232614 Log: Provide wbwd(4), a driver for the watchdog timer found on various Winbond Super I/O chips. The supported chips can

svn commit: r232513 - head/sys/netinet

2012-03-04 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 4 18:47:20 2012 New Revision: 232513 URL: http://svn.freebsd.org/changeset/base/232513 Log: Correct typo in the RFC number for the constants based on IANA assignments for IPv6 Neighbor Discovery Option types for IPv6 Router Advertisement Options for DNS

svn commit: r232514 - head/sys/netinet6

2012-03-04 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 4 18:51:45 2012 New Revision: 232514 URL: http://svn.freebsd.org/changeset/base/232514 Log: In nd6_options() ignore the RFC 6106 options completely rather than printing them if nd6_debug is enabled as unknown. Leave a comment about the RFC4191 option as I am

svn commit: r232515 - head/etc/rc.d

2012-03-04 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 4 18:53:35 2012 New Revision: 232515 URL: http://svn.freebsd.org/changeset/base/232515 Log: Rather than printing the output from route add for all FIBs just print them for the default FIB followed by a statement with a list of FIB numbers for all the other FIBs we

Re: svn commit: r232317 - in head: . sys/kern sys/sys

2012-02-29 Thread Bjoern A. Zeeb
with an earlier MFC of another change or whether we'll break thing again? PR: kern/51583, kern/159663 Suggested by:kib Reviewed by: arch MFC after: 2 weeks -- Bjoern A. Zeeb You have to have visions! It does not matter how good

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
the +procfs file system. +This permission is effective only together with +.Va allow.mount +and if +.Va enforce_statfs +is set to a value lower than 2. .It Va allow.mount.zfs privileged users inside the jail will be able to mount and unmount the ZFS file system. -- Bjoern A. Zeeb

svn commit: r232114 - head/tools/test/netfibs

2012-02-24 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 24 14:13:06 2012 New Revision: 232114 URL: http://svn.freebsd.org/changeset/base/232114 Log: Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. ${x%%bar} does not work

svn commit: r232127 - head/sys/netinet6

2012-02-24 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 24 20:06:04 2012 New Revision: 232127 URL: http://svn.freebsd.org/changeset/base/232127 Log: In selectroute() add a missing fibnum argument to an in6_rtalloc() call in an #if 0 section. In in6_selecthlim() optimize a case where in6p cannot be NULL due to an

Re: svn commit: r232054 - in head/sys: net netinet netinet6

2012-02-23 Thread Bjoern A. Zeeb
of the macro. Modified: head/sys/net/if_llatbl.h head/sys/netinet/in.c head/sys/netinet6/in6.c -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src

svn commit: r231855 - head/tools/regression/sockets/so_setfib

2012-02-16 Thread Bjoern A. Zeeb
(r231855) @@ -0,0 +1,189 @@ +/*- + * Copyright (c) 2012 Cisco Systems, Inc. + * All rights reserved. + * + * This software was developed by Bjoern Zeeb under contract to + * Cisco Systems, Inc.. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted

svn commit: r231858 - in head/tools/test: . netfibs

2012-02-16 Thread Bjoern A. Zeeb
(empty, because file is newly added) +++ head/tools/test/netfibs/forwarding.sh Fri Feb 17 04:26:24 2012 (r231858) @@ -0,0 +1,1652 @@ +#!/bin/sh +#- +# Copyright (c) 2012 Cisco Systems, Inc. +# All rights reserved. +# +# This software was developed by Bjoern Zeeb under contract

svn commit: r231767 - head/sys/netinet

2012-02-15 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 15 16:09:56 2012 New Revision: 231767 URL: http://svn.freebsd.org/changeset/base/231767 Log: Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when hz 1000 and thus getting outside the timestamp clock frequenceny of 1ms x 1s per tick as mandated by

svn commit: r231511 - head/sys/dev/oce

2012-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 08:33:52 2012 New Revision: 231511 URL: http://svn.freebsd.org/changeset/base/231511 Log: Start to try to hide LRO (and some TSO) bits behind #ifdefs as especially the symbols are not there when compiling a kernel without IP support and we do have users doing so.

svn commit: r231512 - head/sys/modules/oce

2012-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 08:34:33 2012 New Revision: 231512 URL: http://svn.freebsd.org/changeset/base/231512 Log: Depend on the relevant header files. Modified: head/sys/modules/oce/Makefile Modified: head/sys/modules/oce/Makefile

svn commit: r231515 - head/lib/libipsec

2012-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 11:11:43 2012 New Revision: 231515 URL: http://svn.freebsd.org/changeset/base/231515 Log: Use the correct constant (with same value) for comparying the SA type. PR: kern/142741 Submitted by: Matthijs Kooiman (matthijs stdin.nl) MFC after:3 days

svn commit: r231520 - head/sys/sys

2012-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 13:41:38 2012 New Revision: 231520 URL: http://svn.freebsd.org/changeset/base/231520 Log: Properly name the sysctl to iflistl rather than iflist2, which had been the prototype name and slipped in in r231505. Spotted in a reply from: bde MFC after:3

Re: svn commit: r231520 - head/sys/sys

2012-02-11 Thread Bjoern A. Zeeb
On 11. Feb 2012, at 13:41 , Bjoern A. Zeeb wrote: Author: bz Date: Sat Feb 11 13:41:38 2012 New Revision: 231520 URL: http://svn.freebsd.org/changeset/base/231520 Log: Properly name the sysctl to iflistl rather than iflist2, which had been the prototype name and slipped in in r231505

svn commit: r231532 - head/lib/libipsec

2012-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 20:43:01 2012 New Revision: 231532 URL: http://svn.freebsd.org/changeset/base/231532 Log: MFp4 204292: Ignore the NAT_T extension types so we can at least dump the SADB from the in-base libipsec/setkey without error when NAT_T support is present in the

svn commit: r231504 - in head: lib/libc/net sys/net

2012-02-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 05:59:54 2012 New Revision: 231504 URL: http://svn.freebsd.org/changeset/base/231504 Log: Backout changes from r228571. Remove if_data from struct ifa_msghdr again. While this breaks carp on HEAD temporary, it restores the upgrade path from stable, and head

svn commit: r231505 - in head: lib/libc/gen sys/net sys/sys

2012-02-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 06:02:16 2012 New Revision: 231505 URL: http://svn.freebsd.org/changeset/base/231505 Log: Introduce a new NET_RT_IFLISTL API to query the address list. It works on extended and extensible structs if_msghdrl and ifa_msghdrl. This will allow us to extend both the

svn commit: r231506 - in head: . lib/libc/net

2012-02-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 06:05:40 2012 New Revision: 231506 URL: http://svn.freebsd.org/changeset/base/231506 Log: Switch getifaddrs(3) to the new API introduced in r231505. Also remove conditional code parts not used by or applicable to FreeBSD. The new implementation is supposed to

svn commit: r231508 - head/sys/dev/oce

2012-02-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 07:43:33 2012 New Revision: 231508 URL: http://svn.freebsd.org/changeset/base/231508 Log: Make use of the read-only variant of the IF_ADDR_*LOCK() macros introduced in r229614 rather than the compat one. Modified: head/sys/dev/oce/oce_hw.c Modified:

svn commit: r231509 - head/sys/dev/oce

2012-02-10 Thread Bjoern A. Zeeb
Author: bz Date: Sat Feb 11 07:47:06 2012 New Revision: 231509 URL: http://svn.freebsd.org/changeset/base/231509 Log: Use the more common macro to set the if_baudrate to 10Gbit/s. Just use UL not ULL, which should make 32bit archs more happy. Modified: head/sys/dev/oce/oce_if.c Modified:

Re: svn commit: r231312 - in head/sys/mips: include mips

2012-02-09 Thread Bjoern A. Zeeb
T_C2E + T_USER: -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

Re: svn commit: r230997 - head/release

2012-02-05 Thread Bjoern A. Zeeb
EXTERNAL_VTY_STARTED=1 fi else -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r230972 - in head: share/mk sys/amd64/conf sys/i386/conf sys/modules sys/modules/drm sys/modules/sound/driver sys/modules/usb tools/build/options

2012-02-04 Thread Bjoern A. Zeeb
-- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

Re: svn commit: r230484 - head/release

2012-02-02 Thread Bjoern A. Zeeb
On 2. Feb 2012, at 15:24 , Nathan Whitehorn wrote: On 02/01/12 20:29, Bjoern A. Zeeb wrote: On 23. Jan 2012, at 16:17 , Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Jan 23 16:17:54 2012 New Revision: 230484 URL: http://svn.freebsd.org/changeset/base/230484 Log: Part

Re: svn commit: r230484 - head/release

2012-02-01 Thread Bjoern A. Zeeb
or other console -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

Re: svn commit: r230878 - head/sys/conf

2012-02-01 Thread Bjoern A. Zeeb
/xen/netfront/netfront.c optional xen | xenhvm dev/xen/xenpci/xenpci.c optional xenpci dev/xen/xenpci/evtchn.c optional xenpci -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

Re: svn commit: r230658 - head/sys/dev/ath

2012-01-28 Thread Bjoern A. Zeeb
ieee80211_channel *chan); externvoid ath_dfs_process_phy_err(struct ath_softc *sc, const char *buf, uint64_t tsf, struct ath_rx_status *rxstat); -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

svn commit: r230506 - head/sys/netinet6

2012-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jan 24 13:57:30 2012 New Revision: 230506 URL: http://svn.freebsd.org/changeset/base/230506 Log: Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr(). Reviewed by: rwatson MFC after:3 days Modified: head/sys/netinet6/in6.c Modified:

svn commit: r230510 - head/sys/net

2012-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jan 24 15:20:31 2012 New Revision: 230510 URL: http://svn.freebsd.org/changeset/base/230510 Log: Replace random ARIN direct assignment legacy IPs with proper RFC 5735 TEST-NET1 block for use in documentation and example code addresses. MFC after:3 days Modified:

Re: svn commit: r230509 - head/tools/kerneldoc/subsys

2012-01-24 Thread Bjoern A. Zeeb
\ __${TARGET_ARCH}=1 EXPAND_AS_DEFINED = -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing

svn commit: r230494 - head/sys/netinet6

2012-01-23 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jan 24 06:21:38 2012 New Revision: 230494 URL: http://svn.freebsd.org/changeset/base/230494 Log: Remove unnecessary line break. MFC after:3 days Modified: head/sys/netinet6/in6.c Modified: head/sys/netinet6/in6.c

svn commit: r230452 - in head/sys/netinet: . ipfw

2012-01-22 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 22 10:41:58 2012 New Revision: 230452 URL: http://svn.freebsd.org/changeset/base/230452 Log: Make #error messages string-literals and remove punctuation. Reported by: bde (for ip_divert) Reviewed by: bde MFC after:3 days Modified:

svn commit: r230442 - in head/sys: netinet netinet6 netipsec

2012-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 22 02:13:19 2012 New Revision: 230442 URL: http://svn.freebsd.org/changeset/base/230442 Log: Clean up some #endif comments removing from short sections. Add #endif comments to longer, also refining strange ones. Properly use #ifdef rather than #if defined()

svn commit: r230443 - in head/sys: modules modules/ipdivert netinet

2012-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 22 02:16:31 2012 New Revision: 230443 URL: http://svn.freebsd.org/changeset/base/230443 Log: Fix ip_divert handling of inet and inet6 and module building some more. Properly sort the carp case in modules/Makefile after it was renamed. Reported by: bde (most)

Re: svn commit: r230363 - in head/lib/libc/softfloat: . bits32 bits64

2012-01-20 Thread Bjoern A. Zeeb
/bz/obj//mips.mipsn32eb/scratch/tmp/bz/head.svn/tmp/usr/lib/libgcc.a(floatunsidf.o):floatunsidf.c:(.text+0x0): first defined here Could you please investigate? /bz -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what

svn commit: r230387 - head/sys/netinet

2012-01-20 Thread Bjoern A. Zeeb
Author: bz Date: Fri Jan 20 17:18:54 2012 New Revision: 230387 URL: http://svn.freebsd.org/changeset/base/230387 Log: Remove a superfluous INET6 check (no opt_inet6.h included anyway). MFC after:3 days Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c

svn commit: r230308 - head/sys/conf

2012-01-18 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 18 15:25:34 2012 New Revision: 230308 URL: http://svn.freebsd.org/changeset/base/230308 Log: Unbreak several mips kernel configs after r230150 and r230152 to make a universe complete successfully again. Modified: head/sys/conf/kmod.mk Modified:

Re: svn commit: r230152 - head/sys/mips/conf

2012-01-18 Thread Bjoern A. Zeeb
On 16. Jan 2012, at 12:12 , Bjoern A. Zeeb wrote: On 15. Jan 2012, at 19:43 , Adrian Chadd wrote: Author: adrian Date: Sun Jan 15 19:43:56 2012 New Revision: 230152 URL: http://svn.freebsd.org/changeset/base/230152 Log: Build some more things (random, bridge/gif/gre, gpio, USB

Re: svn commit: r230152 - head/sys/mips/conf

2012-01-16 Thread Bjoern A. Zeeb
wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci options DDB options KDB -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

svn commit: r229795 - head/sys/net80211

2012-01-07 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jan 7 23:41:38 2012 New Revision: 229795 URL: http://svn.freebsd.org/changeset/base/229795 Log: Correct comment for the IPv6 case to say traffic class not TOS as pointed out back in 2009. MFC after:3 days Modified: head/sys/net80211/ieee80211_output.c

svn commit: r229546 - head/sys/netinet6

2012-01-04 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 5 01:13:25 2012 New Revision: 229546 URL: http://svn.freebsd.org/changeset/base/229546 Log: Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT. MFC after:1 week Modified: head/sys/netinet6/in6_ifattach.c Modified: head/sys/netinet6/in6_ifattach.c

svn commit: r229547 - head/sys/netinet6

2012-01-04 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 5 01:14:35 2012 New Revision: 229547 URL: http://svn.freebsd.org/changeset/base/229547 Log: Mark a couple of file local functions static and stop exporting them. MFC after:1 week Modified: head/sys/netinet6/nd6.h head/sys/netinet6/nd6_rtr.c Modified:

svn commit: r229265 - head/sys/netinet

2012-01-02 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jan 2 09:18:58 2012 New Revision: 229265 URL: http://svn.freebsd.org/changeset/base/229265 Log: As I came by and noticed add a comment that inp locking is a bit optistic (read: non-existent) here and should be fixed. Modified: head/sys/netinet/raw_ip.c Modified:

svn commit: r229276 - head/sys/netinet6

2012-01-02 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jan 2 13:03:13 2012 New Revision: 229276 URL: http://svn.freebsd.org/changeset/base/229276 Log: Remove an uneeded inpcb forward declaration and align the function declaration following to match the style in the rest of the file. MFC after:3 days Modified:

Re: svn commit: r229085 - in head/sys: amd64/amd64 i386/i386

2011-12-31 Thread Bjoern A. Zeeb
be overridden using the hw.memtest.tests tunable. Thanks a lot for committing this! May I ask for a slightly earlier MFC than 4 weeks? /bz -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do

Re: svn commit: r228944 - head/sys/mips/conf

2011-12-31 Thread Bjoern A. Zeeb
+ +# Boot path - redboot MFS +options ROOTDEVNAME=\ufs:redboot/rootfs.uzip\ -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head

Re: svn commit: r229032 - head/sys/modules/cfi

2011-12-31 Thread Bjoern A. Zeeb
ofw_bus_if.h .endif opt_cfi.h: -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: svn commit: r229125 - head/sys/arm/xscale/ixp425

2011-12-31 Thread Bjoern A. Zeeb
(r229125) @@ -44,7 +44,6 @@ #include machine/bus.h -#include dev/pci/pcivar.h #include sys/rman.h /* NB: cputype is setup by set_cpufuncs */ -- Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good

Re: svn commit: r229126 - head/sys/mips/conf

2011-12-31 Thread Bjoern A. Zeeb
(r229126) @@ -4,7 +4,7 @@ # $FreeBSD$ # -include UBNT_AR71XX_BASE +include AR71XX_BASE ident ROUTERSTATION hints ROUTERSTATION.hints -- Bjoern A. Zeeb You have to have visions! It does not matter how good you

svn commit: r229127 - head/sys/netinet6

2011-12-31 Thread Bjoern A. Zeeb
Author: bz Date: Sat Dec 31 16:19:22 2011 New Revision: 229127 URL: http://svn.freebsd.org/changeset/base/229127 Log: Remove a declaration to a non-existent function. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sys/netinet6/scope6_var.h Modified:

Re: svn commit: r229032 - head/sys/modules/cfi

2011-12-31 Thread Bjoern A. Zeeb
On 31. Dec 2011, at 15:59 , Marius Strobl wrote: On Sat, Dec 31, 2011 at 02:05:40PM +, Bjoern A. Zeeb wrote: On 30. Dec 2011, at 21:22 , Marius Strobl wrote: Author: marius Date: Fri Dec 30 21:22:10 2011 New Revision: 229032 URL: http://svn.freebsd.org/changeset/base/229032 Log

Re: svn commit: r229032 - head/sys/modules/cfi

2011-12-31 Thread Bjoern A. Zeeb
On 31. Dec 2011, at 16:48 , Marius Strobl wrote: On Sat, Dec 31, 2011 at 04:26:04PM +, Bjoern A. Zeeb wrote: On 31. Dec 2011, at 15:59 , Marius Strobl wrote: On Sat, Dec 31, 2011 at 02:05:40PM +, Bjoern A. Zeeb wrote: On 30. Dec 2011, at 21:22 , Marius Strobl wrote: Author

svn commit: r228874 - head/sys/dev/hwpmc

2011-12-25 Thread Bjoern A. Zeeb
Author: bz Date: Sun Dec 25 14:29:36 2011 New Revision: 228874 URL: http://svn.freebsd.org/changeset/base/228874 Log: Quite the tinderbox for the holidays. Remove the assert[1]. Suggested by: jhibbits [1] MFC after:3 days Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c Modified:

svn commit: r228701 - head/usr.bin/m4

2011-12-19 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 19 08:50:17 2011 New Revision: 228701 URL: http://svn.freebsd.org/changeset/base/228701 Log: Unbreak the build after r228697 adding the { } block to make clear which if the else belongs to. Modified: head/usr.bin/m4/eval.c Modified: head/usr.bin/m4/eval.c

Re: svn commit: r228698 - head/usr.bin/m4

2011-12-19 Thread Bjoern A. Zeeb
now. -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

Re: svn commit: r228694 - head/sys/dev/netmap

2011-12-18 Thread Bjoern A. Zeeb
); - bus_dmamap_sync(rxr-tag, rxr-rx_buffers[l].map, + bus_dmamap_sync(rxr-rxtag, rxr-rx_buffers[l].map, BUS_DMASYNC_POSTREAD); j = (j == lim) ? 0 : j + 1; /* make sure next_to_refresh follows next_to_check */ -- Bjoern A. Zeeb

svn commit: r228623 - head/contrib/bsnmp/snmp_mibII

2011-12-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Dec 17 11:06:22 2011 New Revision: 228623 URL: http://svn.freebsd.org/changeset/base/228623 Log: Adter r228571 unbreak architectures with strict alignment rules by copying rather than casting. Modified: head/contrib/bsnmp/snmp_mibII/mibII.c Modified:

Re: svn commit: r228415 - head/sys/dev/e1000

2011-12-17 Thread Bjoern A. Zeeb
} else error = ether_ioctl(ifp, command, data); -#endif break; case SIOCSIFMTU: { -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family

svn commit: r228640 - head/sys/mips/cavium/usb

2011-12-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Dec 17 15:42:37 2011 New Revision: 228640 URL: http://svn.freebsd.org/changeset/base/228640 Log: Unbreak the OCTEON1 kernel build after r228483 removing the left over declaration. MFC after:11 days Modified: head/sys/mips/cavium/usb/octusb_octeon.c Modified:

svn commit: r228641 - head/sbin/ifconfig

2011-12-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Dec 17 15:44:34 2011 New Revision: 228641 URL: http://svn.freebsd.org/changeset/base/228641 Log: Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum offloading on vlans and document the new option. MFC after:2 weeks Sponsored by: The FreeBSD

Re: svn commit: r228650 - head/usr.bin/netstat

2011-12-17 Thread Bjoern A. Zeeb
,%hu,(short)ntohs(sat-sat_addr.s_net)); return mybuf; } -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r228625 - head/usr.bin/csup

2011-12-17 Thread Bjoern A. Zeeb
. time_t is not always int. See sparc64. -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: svn commit: r228625 - head/usr.bin/csup

2011-12-17 Thread Bjoern A. Zeeb
On 17. Dec 2011, at 21:56 , Bjoern A. Zeeb wrote: On 17. Dec 2011, at 21:54 , Dimitry Andric wrote: On 2011-12-17 22:32, m...@freebsd.org wrote: ... In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the shared secret, and use long long format to snprintf a time_t

Re: svn commit: r228650 - head/usr.bin/netstat

2011-12-17 Thread Bjoern A. Zeeb
On 17. Dec 2011, at 21:58 , Dimitry Andric wrote: On 2011-12-17 22:53, Bjoern A. Zeeb wrote: On 17. Dec 2011, at 17:21 , Dimitry Andric wrote: Author: dim Date: Sat Dec 17 17:21:47 2011 New Revision: 228650 URL: http://svn.freebsd.org/changeset/base/228650 Log: In usr.bin/netstat

Re: svn commit: r223637 - in head: . contrib/pf/authpf contrib/pf/ftp-proxy contrib/pf/man contrib/pf/pfctl contrib/pf/pflogd sbin/pflogd sys/conf sys/contrib/altq/altq sys/contrib/pf/net sys/modules

2011-12-16 Thread Bjoern A. Zeeb
On 16. Dec 2011, at 02:58 , Peter Jeremy wrote: On 2011-Jun-28 11:57:25 +, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Tue Jun 28 11:57:25 2011 New Revision: 223637 URL: http://svn.freebsd.org/changeset/base/223637 Log: Update packet filter (pf) code to OpenBSD 4.5

Re: svn commit: r228478 - head/sys/sys

2011-12-13 Thread Bjoern A. Zeeb
/* -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send

Re: svn commit: r228071 - head/sys/net

2011-11-29 Thread Bjoern A. Zeeb
On Tue, 29 Nov 2011, Gleb Smirnoff wrote: On Mon, Nov 28, 2011 at 07:47:22PM +, Bjoern A. Zeeb wrote: B On 28. Nov 2011, at 14:44 , Gleb Smirnoff wrote: B B Author: glebius B Date: Mon Nov 28 14:44:59 2011 B New Revision: 228071 B URL: http://svn.freebsd.org/changeset/base/228071 B B

Re: svn commit: r228021 - head/sys/conf

2011-11-28 Thread Bjoern A. Zeeb
) @@ -6,7 +6,7 @@ all: clean: rm -f LINT .if ${TARGET} == amd64 || ${TARGET} == i386 - rm -f LINT-VIMAGE + rm -f LINT-VIMAGE LINT-NOINET LINT-NOINET6 LINT-NOIP .endif NOTES=../../conf/NOTES NOTES -- Bjoern A. Zeeb You have to have visions

Re: svn commit: r228004 - in head: contrib/libcxxrt lib/libcxxrt

2011-11-27 Thread Bjoern A. Zeeb
On Sat, 26 Nov 2011, David Schultz wrote: On Sat, Nov 26, 2011, Bjoern A. Zeeb wrote: On Sat, 26 Nov 2011, David Chisnall wrote: Author: theraven Date: Sat Nov 26 18:46:33 2011 New Revision: 228004 URL: http://svn.freebsd.org/changeset/base/228004 Log: Update libcxxrt to remove the pthread

Re: svn commit: r228004 - in head: contrib/libcxxrt lib/libcxxrt

2011-11-26 Thread Bjoern A. Zeeb
Nov 26 18:46:33 2011(r228004) @@ -21,6 +21,5 @@ SRCS+=libelftc_dem_gnu3.c\ WARNS=0 CFLAGS+= -I${SRCDIR} -LDADD+= -pthread .include bsd.lib.mk -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin

Re: svn commit: r227987 - in head: . lib share/mk

2011-11-26 Thread Bjoern A. Zeeb
:26:06 2011(r227987) @@ -413,6 +413,7 @@ __DEFAULT_NO_OPTIONS = \ HESIOD \ ICONV \ IDEA \ +LIBCPLUSPLUS \ OFED # @@ -553,8 +554,6 @@ MK_GCC:=no MK_GDB:=no .endif -MK_LIBCPLUSPLUS?= no - # # Set defaults for the MK_*_SUPPORT variables. # -- Bjoern A. Zeeb

svn commit: r227547 - head/sys/dev/qlxgb

2011-11-15 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 16 02:00:55 2011 New Revision: 227547 URL: http://svn.freebsd.org/changeset/base/227547 Log: The maximum TSO frame size should be: maximum IP datagram size (65535 bytes) + Ethernet header size (14 bytes) + 2 * VLAN tag size (4 bytes) [1].

svn commit: r227481 - head/sys/netinet6

2011-11-12 Thread Bjoern A. Zeeb
Author: bz Date: Sun Nov 13 02:32:10 2011 New Revision: 227481 URL: http://svn.freebsd.org/changeset/base/227481 Log: Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call. Submitted by: rpaulo MFC after:3 days Modified: head/sys/netinet6/in6_mcast.c Modified:

svn commit: r227085 - in head/sys: modules modules/ipfw netinet/ipfw

2011-11-04 Thread Bjoern A. Zeeb
Author: bz Date: Fri Nov 4 16:24:19 2011 New Revision: 227085 URL: http://svn.freebsd.org/changeset/base/227085 Log: Always use the opt_*.h options for ipfw.ko, not just when compiled into the kernel. Do not try to build the module in case of no INET support but keep #error calls for now

svn commit: r227064 - in head: share/man/man4 sys/conf sys/dev/qlxgb sys/modules sys/modules/qlxgb

2011-11-03 Thread Bjoern A. Zeeb
file is newly added) +++ head/share/man/man4/qlxgb.4 Thu Nov 3 21:20:22 2011(r227064) @@ -0,0 +1,93 @@ +.\- +.\ Copyright (c) 2011 Bjoern A. Zeeb b...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification

Re: svn commit: r225793 - in head/sys: modules/ipfw netinet/ipfw

2011-11-02 Thread Bjoern A. Zeeb
On Wed, 2 Nov 2011, Sergey Kandaurov wrote: On 27 September 2011 17:27, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Tue Sep 27 13:27:17 2011 New Revision: 225793 URL: http://svn.freebsd.org/changeset/base/225793 Log:  Unbreak no-ip and no-inet6 module builds with ipfw.  For now

Re: svn commit: r225793 - in head/sys: modules/ipfw netinet/ipfw

2011-11-02 Thread Bjoern A. Zeeb
On Wed, 2 Nov 2011, Sergey Kandaurov wrote: On 2 November 2011 16:53, Bjoern A. Zeeb b...@freebsd.org wrote: On Wed, 2 Nov 2011, Sergey Kandaurov wrote: On 27 September 2011 17:27, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Tue Sep 27 13:27:17 2011 New Revision: 225793 URL

Re: svn commit: r225793 - in head/sys: modules/ipfw netinet/ipfw

2011-11-02 Thread Bjoern A. Zeeb
On Wed, 2 Nov 2011, Bjoern A. Zeeb wrote: On Wed, 2 Nov 2011, Sergey Kandaurov wrote: On 2 November 2011 16:53, Bjoern A. Zeeb b...@freebsd.org wrote: On Wed, 2 Nov 2011, Sergey Kandaurov wrote: On 27 September 2011 17:27, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Tue Sep

Re: svn commit: r226785 - head

2011-10-26 Thread Bjoern A. Zeeb
-- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

svn commit: r226527 - head/sys/contrib/pf/net

2011-10-19 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 19 08:37:48 2011 New Revision: 226527 URL: http://svn.freebsd.org/changeset/base/226527 Log: Fix indentation in a loop and a tiny maze of #ifdefs for just the __FreeBSD__ parts that had it wrong. MFC after:3 days Modified: head/sys/contrib/pf/net/pf.c

<    4   5   6   7   8   9   10   11   12   >