cvs commit: src/sys/net route.c

2008-09-15 Thread Julian Elischer
julian 2008-09-15 07:23:56 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 183034 on 2008-09-15 07:23:56Z by julian Hey, committed the same typo twice! must be a record Revision ChangesPath 1.138 +1 -1 src/sys/net/r

cvs commit: src/sys/net route.c

2008-09-14 Thread Julian Elischer
julian 2008-09-15 04:14:53 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 183032 on 2008-09-15 04:14:53Z by julian rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked, someone else might change it, so after we re-a

cvs commit: src/sys/net route.c route.h

2008-09-14 Thread Julian Elischer
julian 2008-09-14 10:22:37 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: SVN rev 183017 on 2008-09-14 10:22:37Z by julian come on Julian, make up if you're committing one change or the other. fix braino Revision ChangesPath

cvs commit: src/sys/netinet if_ether.c

2008-09-14 Thread Julian Elischer
julian 2008-09-14 08:24:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 183014 on 2008-09-14 08:24:45Z by julian oops commit the version that compiles Revision ChangesPath 1.178 +1 -0 src/sys/netinet/if_ether.c

cvs commit: src/sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c route.h src/sys/netinet if_ether.c in_rmx.c in_var.h

2008-09-14 Thread Julian Elischer
julian 2008-09-14 08:19:48 UTC FreeBSD src repository Modified files: sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c route.h sys/netinet if_ether.c in_rmx.c in_var.h Log: SVN rev 183013 on 2008-09-14 08:19:48Z by j

cvs commit: src/sys/net route.h

2008-09-05 Thread Julian Elischer
julian 2008-09-05 21:03:19 UTC FreeBSD src repository Modified files: sys/net route.h Log: SVN rev 182801 on 2008-09-05 21:03:19Z by julian Be consistent about whether these multi-lined macros are separated by a blank line. Some were, some weren't. Decide in

cvs commit: src/sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c

2008-09-03 Thread Julian Elischer
julian 2008-09-03 19:23:01 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c Log: SVN rev 182741 on 2008-09-03 19:23:01Z by julian New file missed vimagification. Revision ChangesPath 1.2 +2 -1 src/sys/dev/cxgb/ulp/iw_cxgb/

cvs commit: src/sys/netgraph ng_pipe.c ng_pipe.h

2008-09-03 Thread Julian Elischer
julian 2008-09-03 18:17:45 UTC FreeBSD src repository Added files: sys/netgraph ng_pipe.c ng_pipe.h Log: SVN rev 182734 on 2008-09-03 18:17:45Z by julian Add Marko's pipe node. This allows one to do flow modulation similar to dummynet between arbitrary nodes.

cvs commit: src/sys/netinet ip_fw2.c

2008-09-03 Thread Julian Elischer
julian 2008-09-03 18:09:15 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 182733 on 2008-09-03 18:09:15Z by julian whitespace nit Revision ChangesPath 1.191 +1 -1 src/sys/netinet/ip_fw2.c __

cvs commit: src/sys/net route.c

2008-09-02 Thread Julian Elischer
julian 2008-09-02 19:54:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net route.c Log: SVN rev 182687 on 2008-09-02 19:54:07Z by julian Allow users to add new p2p links that have routes on only the required FIB. Approved by:

cvs commit: src/sys/netinet if_ether.c

2008-08-31 Thread Julian Elischer
julian 2008-08-31 18:54:35 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 182563 on 2008-08-31 18:54:35Z by julian fix tiny nti in comment Revision ChangesPath 1.175 +1 -1 src/sys/netinet/if_ether.c _

cvs commit: src/sys/contrib/altq/altq altq_subr.c

2008-08-25 Thread Julian Elischer
julian 2008-08-25 07:33:17 UTC FreeBSD src repository Modified files: sys/contrib/altq/altq altq_subr.c Log: SVN rev 182152 on 2008-08-25 07:33:17Z by julian I think we can remove the conditionals for freebsd 2.0 now Revision ChangesPath 1.12 +0 -2 src

Re: cvs commit: src/sys/net80211 ieee80211_ddb.c

2008-08-24 Thread Julian Elischer
Sam Leffler wrote: Julian Elischer wrote: julian 2008-08-25 05:20:29 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c Log: SVN rev 182144 on 2008-08-25 05:20:29Z by julian This instance of ifnet got forgotten. Does this mean that ddb

cvs commit: src/sys/netinet6 nd6_nbr.c

2008-08-24 Thread Julian Elischer
julian 2008-08-25 06:09:32 UTC FreeBSD src repository Modified files: sys/netinet6 nd6_nbr.c Log: SVN rev 182150 on 2008-08-25 06:09:32Z by julian another missed V_ Revision ChangesPath 1.52 +1 -1 src/sys/netinet6/nd6_nbr.c

cvs commit: src/sys/netinet udp_usrreq.c

2008-08-24 Thread Julian Elischer
julian 2008-08-25 05:57:56 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: SVN rev 182148 on 2008-08-25 05:57:56Z by julian Another missed V_ instance Revision ChangesPath 1.237 +1 -1 src/sys/netinet/udp_usrreq.c __

cvs commit: src/sys/netinet ip_input.c ip_var.h src/sys/sys vimage.h

2008-08-24 Thread Julian Elischer
julian 2008-08-25 05:49:16 UTC FreeBSD src repository Modified files: sys/netinet ip_input.c ip_var.h sys/sys vimage.h Log: SVN rev 182146 on 2008-08-25 05:49:16Z by julian Another V_ forgotten Revision ChangesPath 1.342 +1 -1

cvs commit: src/sys/compat/svr4 svr4_sockio.c src/sys/netinet ip_fw2.c src/sys/sys vimage.h

2008-08-24 Thread Julian Elischer
julian 2008-08-25 05:38:18 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_sockio.c sys/netinet ip_fw2.c sys/sys vimage.h Log: SVN rev 182145 on 2008-08-25 05:38:18Z by julian We left out V_static_len from ip_fw2.c (als

cvs commit: src/sys/net80211 ieee80211_ddb.c

2008-08-24 Thread Julian Elischer
julian 2008-08-25 05:20:29 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c Log: SVN rev 182144 on 2008-08-25 05:20:29Z by julian This instance of ifnet got forgotten. Revision ChangesPath 1.5 +2 -2 src/sys/net80211/ieee

cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/compat/linux linux_ioctl.c

2008-08-24 Thread Julian Elischer
julian 2008-08-25 04:55:29 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/compat/linux linux_ioctl.c Log: SVN rev 182141 on 2008-08-25 04:55:29Z by julian All opt_x.h includes go at the top of other includes. Revision Changes

cvs commit: src/sys/netinet tcp_syncache.c tcp_syncache.h

2008-08-24 Thread Julian Elischer
julian 2008-08-25 00:33:30 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c tcp_syncache.h Log: SVN rev 182129 on 2008-08-25 00:33:30Z by julian Move some struct defs around. This is a prep step for Vimage.A No real effect of this at this tim

cvs commit: src/sys/conf options

2008-08-24 Thread Julian Elischer
julian 2008-08-24 21:33:10 UTC FreeBSD src repository Modified files: sys/conf options Log: SVN rev 182126 on 2008-08-24 21:33:10Z by julian VIMAGE is a global option Revision ChangesPath 1.638 +1 -1 src/sys/conf/options

cvs commit: src/sys/sys sysctl.h

2008-08-19 Thread Julian Elischer
julian 2008-08-20 02:48:33 UTC FreeBSD src repository Modified files: sys/sys sysctl.h Log: SVN rev 181890 on 2008-08-20 02:48:33Z by julian Fix wierd integration error No idea where this came from Revision ChangesPath 1.161 +1 -1 src/sys

cvs commit: src/sys/netinet ip_input.c tcp_hostcache.c tcp_subr.c src/sys/netinet6 in6.c in6_ifattach.c nd6.c nd6_rtr.c src/sys/sys sysctl.h

2008-08-19 Thread Julian Elischer
julian 2008-08-20 01:24:55 UTC FreeBSD src repository Modified files: sys/netinet ip_input.c tcp_hostcache.c tcp_subr.c sys/netinet6 in6.c in6_ifattach.c nd6.c nd6_rtr.c sys/sys sysctl.h Log: SVN rev 181888 on 2008-08-20 01:24:55Z by julia

cvs commit: src/sys/net if.c src/sys/netgraph ng_base.c src/sys/netinet ip_fw2.c ip_input.c ip_mroute.c raw_ip.c tcp_hostcache.c tcp_input.c tcp_subr.c tcp_syncache.c src/sys/netinet6 in6.c in6_gif.c

2008-08-19 Thread Julian Elischer
julian 2008-08-20 01:05:56 UTC FreeBSD src repository Modified files: sys/net if.c sys/netgraph ng_base.c sys/netinet ip_fw2.c ip_input.c ip_mroute.c raw_ip.c tcp_hostcache.c tcp_input.c tcp_subr.c

cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw2.c

2008-08-19 Thread Julian Elischer
julian 2008-08-19 19:58:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ipfwipfw.8 sys/netinet ip_fw2.c Log: SVN rev 181877 on 2008-08-19 19:58:42Z by julian MFC teh ability to use tablearg with a skipto. This was alr

cvs commit: src/sbin/ipfw ipfw.8

2008-08-01 Thread Julian Elischer
julian 2008-08-01 23:31:28 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 Log: SVN rev 181141 on 2008-08-01 23:31:28Z by julian Slight wordsmithing. prompted by danger@ Revision ChangesPath 1.215 +5 -2 src/sbin/ipfw/ipfw.8 _

cvs commit: src/sbin/ipfw ipfw.8

2008-08-01 Thread Julian Elischer
julian 2008-08-01 22:34:01 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 Log: SVN rev 181140 on 2008-08-01 22:34:01Z by julian Document the use of the tablearg keyword together with the skipto command. Revision ChangesPath 1.214 +16

cvs commit: src/sys/netinet ip_fw2.c

2008-08-01 Thread Julian Elischer
julian 2008-08-01 22:21:03 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 181139 on 2008-08-01 22:21:03Z by julian The IPFW code accepts the use of the tablearg keyword along with the skipto keyword. But it doesn't work. Two options.

Re: cvs commit: src/sys/kern sched_4bsd.c

2008-07-28 Thread Julian Elischer
John Baldwin wrote: On Monday 28 July 2008 04:39:21 pm John Baldwin wrote: jhb 2008-07-28 20:39:21 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: SVN rev 180937 on 2008-07-28 20:39:21Z by jhb When choosing a CPU for a thread in a cp

cvs commit: src/sys/net route.c

2008-07-26 Thread Julian Elischer
julian 2008-07-27 01:29:28 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 180840 on 2008-07-27 01:29:28Z by julian Add the ability to add new addresses for interfacesto just one FIB (Other more specific related options will follow)

cvs commit: src/sys/net if_gre.c

2008-07-26 Thread Julian Elischer
julian 2008-07-27 00:44:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180839 on 2008-07-27 00:44:30Z by julian MFC the ability to send WCCP style GRE packets as well as just receive them. Revision Ch

cvs commit: src/sys/net if_gre.c

2008-07-26 Thread Julian Elischer
julian 2008-07-27 00:42:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180838 on 2008-07-27 00:42:05Z by julian MFC of a local variable change to not shadow a global config var. Revision ChangesPa

cvs commit: src/lib/libc/sys setfib.2

2008-07-24 Thread Julian Elischer
julian 2008-07-25 01:11:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/sys setfib.2 Log: SVN rev 180793 on 2008-07-25 01:11:07Z by julian fix leftover reference to kill(2) (which was used as a template for this page). Submitt

cvs commit: src/lib/libc/sys setfib.2

2008-07-24 Thread Julian Elischer
julian 2008-07-25 01:09:36 UTC FreeBSD src repository Modified files: lib/libc/sys setfib.2 Log: SVN rev 180792 on 2008-07-25 01:09:36Z by julian Fix cut-n-paste-o Submitted by: Kostik Belousov Revision ChangesPath 1.3 +1 -1 src/lib/lib

cvs commit: src/usr.sbin/setfib setfib.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 19:27:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/setfib setfib.c Log: SVN rev 180790 on 2008-07-24 19:27:25Z by julian Now that libc exports the symbol we can now use the setfib libc entrypoint instead of using

cvs commit: src/lib/libc/sys Symbol.map

2008-07-24 Thread Julian Elischer
julian 2008-07-24 19:21:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/sys Symbol.map Log: SVN rev 180789 on 2008-07-24 19:21:45Z by julian Add the appropriate entry to the Symbol map for the new setfib syscall Revision Change

cvs commit: src/sys/contrib/pf/net pf_ioctl.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 19:05:58 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_ioctl.c Log: SVN rev 180788 on 2008-07-24 19:05:58Z by julian Fix spelling error in comment Revision ChangesPath 1.34 +1 -1 src/sys/contrib/pf/net/pf_ioctl.c

cvs commit: src/sys/contrib/pf/net pf_ioctl.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 19:05:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/contrib/pf/net pf_ioctl.c Log: SVN rev 180787 on 2008-07-24 19:05:32Z by julian Fix spellign error in comment Revision ChangesPath 1.28.2.5 +1 -1 src/sys/

cvs commit: src/sbin/ipfw ipfw.8

2008-07-24 Thread Julian Elischer
julian 2008-07-24 18:58:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ipfwipfw.8 Log: SVN rev 180786 on 2008-07-24 18:58:39Z by julian MFC the fact that the setfib rule is not a terminal rule Revision ChangesPath 1.203

cvs commit: src/sbin/ipfw ipfw.8

2008-07-24 Thread Julian Elischer
julian 2008-07-24 18:39:36 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 Log: SVN rev 180785 on 2008-07-24 18:39:36Z by julian Note that setfib is not a terminal rule. Revision ChangesPath 1.213 +2 -1 src/sbin/ipfw/ipfw.8 __

cvs commit: src/usr.sbin/setfib setfib.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 18:01:50 UTC FreeBSD src repository Modified files: usr.sbin/setfib setfib.c Log: SVN rev 180784 on 2008-07-24 18:01:50Z by julian Switch to using the setfib syscall instead of a syscall(175,...) Revision ChangesPath 1.4 +1 -1 s

cvs commit: src UPDATING src/lib/libc/sys Makefile.inc setfib.2 src/sbin/ipfw ipfw2.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 17:39:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) .UPDATING lib/libc/sys Makefile.inc sbin/ipfwipfw2.c Added files: (Branch: RELENG_7) lib/libc/sys setfib.2 Log

cvs commit: src/sys/contrib/pf/net pf_ioctl.c

2008-07-24 Thread Julian Elischer
julian 2008-07-24 15:11:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/contrib/pf/net pf_ioctl.c Log: SVN rev 180782 on 2008-07-24 15:11:43Z by julian MFC a fix for corrected comparisons. MFC change 179570 Revision ChangesPath 1.

cvs commit: src/usr.sbin Makefile

2008-07-23 Thread Julian Elischer
julian 2008-07-24 01:17:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin Makefile Log: SVN rev 180775 on 2008-07-24 01:17:16Z by julian Add setfib to build Revision ChangesPath 1.375.2.3 +1 -0 src/usr.sbin/Makef

cvs commit: src/contrib/pf/pfctl parse.y src/lib/libc/sys Symbol.map getsockopt.2 src/sbin/ipfw ipfw.8 ipfw2.c src/sys/conf NOTES options src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c src/sys/cont

2008-07-23 Thread Julian Elischer
julian 2008-07-24 01:13:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) contrib/pf/pfctl parse.y lib/libc/sys Symbol.map getsockopt.2 sbin/ipfwipfw.8 ipfw2.c sys/conf NOTES options sys/contrib/ipfilter/ne

cvs commit: src/sys/net if_gre.c

2008-07-21 Thread Julian Elischer
julian 2008-07-21 22:15:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180679 on 2008-07-21 22:15:21Z by julian MFC code cleanup. 177416 Replace really convoluted code that simplifies to "a ^= 0x01;

cvs commit: src/sys/net if_gre.c

2008-07-20 Thread Julian Elischer
julian 2008-07-20 21:45:15 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: SVN rev 180639 on 2008-07-20 21:45:15Z by julian Add support for actually sending WCCP return packets via GRE. This MAY be combined by a clever person with the 'key' c

Re: cvs commit: src/sys/netinet udp_usrreq.c

2008-07-07 Thread Julian Elischer
Alfred Perlstein wrote: * Andre Oppermann <[EMAIL PROTECTED]> [080707 05:01] wrote: Robert Watson wrote: On Mon, 7 Jul 2008, Robert Watson wrote: rwatson 2008-07-07 10:56:55 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: SVN rev 180344 on 2008-07-07

cvs commit: CVSROOT access mentors

2008-07-03 Thread Julian Elischer
julian 2008-07-03 21:27:40 UTC FreeBSD src repository Modified files: .access mentors Log: SVN rev 180231 on 2008-07-03 21:27:40Z by julian Add Marko Zec. Marko has had a perforce account for some time and has been active in the virtualised network sid

cvs commit: src/sys/kern uipc_debug.c

2008-07-03 Thread Julian Elischer
julian 2008-07-03 08:35:59 UTC FreeBSD src repository Modified files: sys/kern uipc_debug.c Log: SVN rev 180213 on 2008-07-03 08:35:59Z by julian Change a variable name to not shadow a global Obtained from: vimage Revision ChangesPath 1.4

cvs commit: src/sys/rpc rpcb_clnt.c

2008-06-28 Thread Julian Elischer
julian 2008-06-29 01:04:48 UTC FreeBSD src repository Modified files: sys/rpc rpcb_clnt.c Log: SVN rev 180087 on 2008-06-29 01:04:48Z by julian It may be #if 0'd out code, but change a varname to not shadow a global. Revision ChangesPath 1.3 +

cvs commit: src/sys/netipsec key.c

2008-06-28 Thread Julian Elischer
julian 2008-06-29 00:49:50 UTC FreeBSD src repository Modified files: sys/netipsec key.c Log: SVN rev 180086 on 2008-06-29 00:49:50Z by julian Enter the 1990s. Use real function declaration. Revision ChangesPath 1.33 +1 -1 src/sys/netipsec/key.

cvs commit: src/sys/netinet6 ip6_ipsec.c

2008-06-28 Thread Julian Elischer
julian 2008-06-29 00:25:16 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_ipsec.c Log: SVN rev 180085 on 2008-06-29 00:25:16Z by julian Oops, we've been incrementing the wrong cantforward variable. Obtained from: vimage tree Revision Changes

cvs commit: src/sys/netinet6 in6_rmx.c

2008-06-28 Thread Julian Elischer
julian 2008-06-29 00:17:45 UTC FreeBSD src repository Modified files: sys/netinet6 in6_rmx.c Log: SVN rev 180084 on 2008-06-29 00:17:45Z by julian Rename two vars so that they are different from the same vars in ipv4. They are static so it was not a problem 'per s

cvs commit: src/sys/net if_gre.c

2008-06-26 Thread Julian Elischer
julian 2008-06-26 22:59:49 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: SVN rev 180041 on 2008-06-26 22:59:49Z by julian change a variable name ot stop it from colliding with other names in some situations. (i.e. in vimage) MFC after:

cvs commit: src/sys/kern kern_xxx.c

2008-06-26 Thread Julian Elischer
julian 2008-06-26 22:45:04 UTC FreeBSD src repository Modified files: sys/kern kern_xxx.c Log: SVN rev 180039 on 2008-06-26 22:45:04Z by julian Someone cut and pasted a bunch of stuff here so lots of indents were spaces when they should have been tabs, screw

Re: cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-27 Thread Julian Elischer
Alexander Leidinger wrote: Quoting Frank Behrens <[EMAIL PROTECTED]> (from Mon, 26 May 2008 20:48:23 +0200): The rc.conf jail framework also requires unique hostnames for jails, because the jail-ids are write to /var/run. On a related note: JIDs are not known in advance, so doing some rc.d

cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:47:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_switch.c Log: fix stupid typo.. not an MFC because code is differnt from current but the logic is the same Revision ChangesPath 1.137.2.1 +1

cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:45:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_switch.c Log: fix stupid typo in runq-fuzz Revision ChangesPath 1.116.2.3 +1 -1 src/sys/kern/kern_switch.c ___

cvs commit: src/sys/kern kern_switch.c

2008-05-11 Thread Julian Elischer
julian 2008-05-12 06:42:06 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: fix typo in runz_fuzz noticed by:Elijah Buck Revision ChangesPath 1.145 +1 -1 src/sys/kern/kern_switch.c _

cvs commit: src/usr.sbin/setfib setfib.c src/sbin/ipfw ipfw2.c

2008-05-10 Thread Julian Elischer
julian 2008-05-10 15:02:56 UTC FreeBSD src repository Modified files: usr.sbin/setfib setfib.c sbin/ipfwipfw2.c Log: Change two variables to size_t to improve portability. Submitted by: Xin Li Revision ChangesPath 1.120 +2 -1 src/sb

cvs commit: src/sys/net route.c route.h

2008-05-09 Thread Julian Elischer
julian 2008-05-10 04:32:59 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: move a #define from a place it shouldn't have been to a place it should have been. Basically my testign didn't ocver one case that this broke. thanks tinderbox!

cvs commit: src/sys/net route.c

2008-05-09 Thread Julian Elischer
julian 2008-05-10 04:15:21 UTC FreeBSD src repository Modified files: sys/net route.c Log: undef MAXFIBS before redefining it Revision ChangesPath 1.130 +1 -0 src/sys/net/route.c ___ cvs-all@freebsd.or

cvs commit: src/usr.sbin Makefile

2008-05-09 Thread Julian Elischer
julian 2008-05-10 00:43:13 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: allow setfib to be compiled. Revision ChangesPath 1.385 +1 -0 src/usr.sbin/Makefile ___ cvs-all@freebsd.org m

cvs commit: src/contrib/pf/pfctl parse.y

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:53:01 UTC FreeBSD src repository Modified files: contrib/pf/pfctl parse.y Log: Max's changes got left out of the MRT commit. Revision ChangesPath 1.9 +6 -15 src/contrib/pf/pfctl/parse.y __

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:40:40 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: note arrival of multi routing table support for IPv4. Revision ChangesPath 1.932 +5 -0 doc/en_US.ISO8859-1/books/porte

cvs commit: src/sys/sys param.h

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:15:56 UTC FreeBSD src repository Modified files: sys/sys param.h Log: bump __FreeBSD_version Revision ChangesPath 1.353 +1 -1 src/sys/sys/param.h ___ cvs-all@freebsd.org mailing li

cvs commit: src UPDATING

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:14:01 UTC FreeBSD src repository Modified files: .UPDATING Log: Add a note about multiple routing tables support Revision ChangesPath 1.528 +7 -0 src/UPDATING ___ cvs-all@fr

cvs commit: src/lib/libc/sys Makefile.inc

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:09:57 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Log: Add setfib.2 to the list of man pages to add Revision ChangesPath 1.136 +1 -1 src/lib/libc/sys/Makefile.inc _

cvs commit: src/lib/libc/sys setfib.2

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:08:40 UTC FreeBSD src repository Added files: lib/libc/sys setfib.2 Log: setfib.2 got left out of the last commit Revision ChangesPath 1.1 +79 -0 src/lib/libc/sys/setfib.2 (new) ___ cv

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/conf NOTES options src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c src/sys/contrib/pf/net pf.c pf_ioctl.c src/sys/kern init_sysent.c sys_socket.c sys

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:03:00 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 ipfw2.c sys/conf NOTES options sys/contrib/ipfilter/netinet ip_fil_freebsd.c sys/contrib/pf/net pf.c pf_ioctl.c sys/kern init_sysent.c sys_s

cvs commit: src/lib/libc/sys Symbol.map getsockopt.2 src/usr.bin/netstat route.c

2008-05-09 Thread Julian Elischer
julian 2008-05-09 23:00:21 UTC FreeBSD src repository Modified files: lib/libc/sys Symbol.map getsockopt.2 usr.bin/netstat route.c Log: Add code to allow the system to handle multiple routing tables. This particular implementation is designed to be fully back

cvs commit: src/sys/conf NOTES

2008-05-06 Thread Julian Elischer
julian 2008-05-06 22:41:24 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Fix spelling in comment. Revision ChangesPath 1.1484+1 -1 src/sys/conf/NOTES ___ cvs-all@freebsd.org mailing lis

cvs commit: src/sys/kern uipc_mbuf.c

2008-04-30 Thread Julian Elischer
julian 2008-04-30 20:00:31 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: Attempt to make the print types more friendly to other architectures. Prodded by: Max Laier Help from: BMS, jhb Revision ChangesPath 1.179 +15 -15

Re: cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options

2008-04-30 Thread Julian Elischer
Max Laier wrote: On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote: julian 2008-04-29 21:23:21 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c sys/sys mbuf.h sys/kern uipc_mbuf.c sys/conf NOTES

cvs commit: src/share/man/man9 kproc.9 kthread.9 src/sys/kern kern_kthread.c

2008-04-29 Thread Julian Elischer
julian 2008-04-29 22:43:15 UTC FreeBSD src repository Modified files: share/man/man9 kproc.9 kthread.9 sys/kern kern_kthread.c Log: Document the kproc_kthread_add() call and fix a small detail of its implementation. MFC after: 1 week Revision Cha

cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/conf NOTES options

2008-04-29 Thread Julian Elischer
julian 2008-04-29 21:23:21 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c sys/sys mbuf.h sys/kern uipc_mbuf.c sys/conf NOTES options Log: Add an option (compiled out by default) to profile outo

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

2008-04-04 Thread Julian Elischer
julian 2008-04-04 18:10:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ipfwipfw.8 ipfw2.c Log: MFC: ipfw2.c 1.114 ipfw.81.209 Use an explicit argument to format table args as IP addresses. RevisionChangesPa

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

2008-04-04 Thread Julian Elischer
julian 2008-04-04 18:08:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ipfwipfw.8 ipfw2.c Log: MFC: ipfw2.c 1.114 ipfw.8 1.209 Use an explicit argument to display table args a IP addresses. Revision ChangesPath 1.20

Re: cvs commit: src/sbin/ddb ddb.8 ddb.c

2008-04-04 Thread Julian Elischer
Ken Smith wrote: On Thu, 2008-04-03 at 17:16 -0700, Julian Elischer wrote: Brooks Davis wrote: brooks 2008-04-03 21:33:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ddb ddb.8 ddb.c Log: NFC the ability to read a file of commands

Re: cvs commit: src/sbin/ddb ddb.8 ddb.c

2008-04-03 Thread Julian Elischer
Brooks Davis wrote: brooks 2008-04-03 21:33:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ddb ddb.8 ddb.c Log: NFC the ability to read a file of commands to ddb(8) modeled after the feature in ipfw(8). Revision ChangesPat

cvs commit: src/sys/net if_gre.c

2008-03-19 Thread Julian Elischer
julian 2008-03-19 22:29:12 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Replace really convoluted code that simplifies to "a ^= 0x01;" Revision ChangesPath 1.47 +2 -9 src/sys/net/if_gre.c

Re: cvs commit: src/sys/netinet/libalias alias_db.c alias_irc.c

2008-03-19 Thread Julian Elischer
Paolo Pisati wrote: On Wed, Mar 19, 2008 at 12:53:36PM -0400, David Schultz wrote: By the way, is any of this security-relevant, or is there a different reason why most of your recent commits have been insta-MFCed? Usually things are given a chance to sit in HEAD for a few days so that any probl

Re: cvs commit: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c

2008-03-14 Thread Julian Elischer
Maksim Yevmenkin wrote: emax2008-03-14 16:11:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 rfcomm_pppd.c Log: MFC: Add an option to register DUN (Dial-Up Networking) service on the same RFCOMM c

Re: cvs commit: src/sys/amd64/amd64 machdep.c trap.c vm_machdep.c src/sys/amd64/conf DEFAULTS src/sys/amd64/linux32 linux32_sysvec.c src/sys/arm/arm trap.c src/sys/arm/conf AVILA src/sys/arm/xscale/i8

2008-03-12 Thread Julian Elischer
I like the discussion that went int this.. Jeff Roberson wrote: jeff2008-03-12 10:12:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c trap.c vm_machdep.c sys/amd64/conf DEFAULTS sys/amd64/linux32linux32_sysvec.c sys/arm/ar

Re: cvs commit: src/sys/netgraph ng_base.c

2008-03-04 Thread Julian Elischer
Alexander Motin wrote: mav 2008-03-04 18:22:18 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Implement 128 items node name hash for faster name search. Increase node ID hash size from 32 to 128 items. Revision ChangesPath 1.1

Re: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h

2008-03-03 Thread Julian Elischer
Jeff Roberson wrote: On Tue, 4 Mar 2008, Peter Jeremy wrote: On Mon, Mar 03, 2008 at 02:24:54AM -1000, Jeff Roberson wrote: it. After all 1024 cpus should be enough forever.. ;) I notice the smiley but... Based on Sun's claims, they should have 1024 thread boxes in 4-6 years. They have 6

Re: cvs commit: src/sys/kern sched_ule.c

2008-03-02 Thread Julian Elischer
Peter Jeremy wrote: Kris has done some excellent benchmarking as usual. Here you can see the improvement in postgres depending on various scheduler debug settings: http://people.freebsd.org/~kris/scaling/pgsql-16cpu.png The improvement is quite substantial. Congratulations Jeff. the dr

Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c

2008-02-27 Thread Julian Elischer
David Malone wrote: dwmalone2008-02-27 13:52:33 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 ipfw2.c sys/netinet ip_dummynet.c Log: Dummynet has a limit of 100 slots queue size (or 1MB, if you give the limit in bytes) hard coded into b

Re: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/ufs/ufs quota.h ufs_quota.c ufs_vfsops.c src/sys/kern vfs_default.c vfs_vnops.c vn

2008-02-27 Thread Julian Elischer
David O'Brien wrote: On Wed, Feb 27, 2008 at 11:23:44AM +0100, Dag-Erling Smrgrav wrote: "David O'Brien" <[EMAIL PROTECTED]> writes: Uggg!! Very sorry about that - I was using GENERIC so I could keep an up to date bootable kernel between the commits. GENERIC was broken as well, unionfs is bui

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

2008-02-18 Thread Julian Elischer
julian 2008-02-18 19:56:10 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 ipfw2.c Log: Instead of using a heuristic to decide whether to display table 'values' as IP addresses, use an explicit argument (-i). This is a 'POLA' issue. This is a low risk

cvs commit: src/lib/libpthread/sys lock.c src/lib/libpthread/thread thr_kern.c

2008-02-04 Thread Julian Elischer
julian 2008-02-04 20:05:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libpthread/sys lock.c lib/libpthread/thread thr_kern.c Log: MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c this copes with the fact that durin

cvs commit: src/lib/libkse/sys lock.c src/lib/libkse/thread thr_kern.c

2008-02-04 Thread Julian Elischer
julian 2008-02-04 20:03:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) lib/libkse/sys lock.c lib/libkse/threadthr_kern.c Log: MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c this copes with the fact that duri

cvs commit: src/lib/libkse/sys lock.c src/lib/libkse/thread thr_kern.c

2008-02-04 Thread Julian Elischer
julian 2008-02-04 19:59:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libkse/sys lock.c lib/libkse/threadthr_kern.c Log: MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c this copes with the fact that during

cvs commit: src/sys/powerpc/powermac ata_kauai.c

2008-01-25 Thread Julian Elischer
julian 2008-01-26 05:11:09 UTC FreeBSD src repository Modified files: sys/powerpc/powermac ata_kauai.c Log: One of my powerbooks has this chip in it.. Confirmed by looking at netbsd.. they have also added this. checked by grehen MFC After: 3 days Revision Changes

cvs commit: src/sys/kern genassym.sh

2008-01-18 Thread Julian Elischer
julian 2008-01-18 17:02:14 UTC FreeBSD src repository Modified files: sys/kern genassym.sh Log: refactor code so it can run in a chroot without having to have /dev/mounted MFC After: 1 week Revision ChangesPath 1.5 +48 -33src/sys/kern/genassym

Re: cvs commit: src/sys/nfsclient nfs_socket.c

2008-01-10 Thread Julian Elischer
John Baldwin wrote: jhb 2008-01-10 23:36:00 UTC FreeBSD src repository Modified files: sys/nfsclientnfs_socket.c Log: Pass curthread to various socket routines (socreate(), sobind(), and soconnect()) instead of &thread0 when establishing a connection to the NFS

cvs commit: src/sys/dev/cxgb cxgb_l2t.c src/sys/netinet if_ether.c if_ether.h

2007-12-31 Thread Julian Elischer
julian 2007-12-31 23:48:06 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_l2t.c sys/netinet if_ether.c if_ether.h Log: Don't duplicate the whole of arpresolve to arpresolve 2 for the sake of two compares against 0. The negative effect of cac

Re: cvs commit: src/sys/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.h

2007-12-26 Thread Julian Elischer
Robert Watson wrote: On Wed, 26 Dec 2007, Brian Fundakowski Feldman wrote: Wow, very cool debugging feature! Any more sweet DDB features in the pipeline? Thanks! DDB capture output, scripting, and textdumps were pretty much what I had in the queue for DDB at this point. I'll see if I can

cvs commit: src/sys/kern init_main.c kern_thread.c

2007-12-21 Thread Julian Elischer
julian 2007-12-22 04:56:48 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_thread.c Log: give thread0 the tid 10 and bumpt the others to start at 11 MFC after: 1 week Revision ChangesPath 1.289 +1 -0 src/sys

  1   2   3   >