Hi,
Any chance to see i915 on RELENG_6? It seems it works for
me after cvs update -r 1 drm on 6.0 ;-) If you want I may run
some tests.
rik
Eric Anholt:
anholt 2005-11-28 23:13:57 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/i386/confNOT
Thanks.
rik
Eric Anholt:
anholt 2005-12-14 00:53:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/amd64/conf NOTES
sys/i386/confNOTES
sys/conf files
sys/modules/drm Makefile
sys/dev/drm ati_pcigart.c
rik 2005-12-17 18:43:04 UTC
FreeBSD doc repository (src committer)
Modified files:
share/pgpkeysrik.key
Log:
Add my new key.
Revision ChangesPath
1.2 +37 -12doc/share/pgpkeys/rik.key
___
cvs-all@freebsd
rik 2006-01-04 10:35:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/kern kern_descrip.c
Log:
MFC: -j 1.280 -j 1.281
---
revision 1.281
date: 2005/10/04 16:27:54; author: rik; state
rik 2006-01-24 21:44:45 UTC
FreeBSD doc repository (src committer)
Modified files:
en/donations donors.sgml
Log:
I've got Cronyx Tau-PCI/32. Thanks to vak at cronyx dot ru!
Revision ChangesPath
1.304 +8 -1 www/en/donations/donors.sgml
rik 2006-01-27 09:02:09 UTC
FreeBSD src repository
Added files:
sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h
tau32-ddk.c tau32-ddk.h
Log:
Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.
Not yet connected to the build.
Re
rik 2006-01-29 22:06:51 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_sppp.c
Log:
Fix module from panic.
Pointy hat: brooks
MFC after: 3 days
Revision ChangesPath
1.10 +1 -0 src/sys/netgraph/ng_sppp.c
___
rik 2006-01-29 22:10:54 UTC
FreeBSD src repository
Added files:
sys/modules/ce Makefile
Log:
Add makefile for ce(4) module.
Revision ChangesPath
1.1 +29 -0 src/sys/modules/ce/Makefile (new)
___
cvs-all@fr
rik 2006-01-30 13:34:57 UTC
FreeBSD src repository
Modified files:
sys/i386/include cserial.h
Log:
Prepare for sconfig(8) update.
Change also my e-mail.
Revision ChangesPath
1.3 +74 -4 src/sys/i386/include/cserial.h
rik 2006-01-30 21:08:30 UTC
FreeBSD src repository
Modified files:
sbin/sconfig sconfig.c
Log:
Add support for Cronyx TAU-PCI/32 ce(4).
Revision ChangesPath
1.3 +68 -16src/sbin/sconfig/sconfig.c
___
cvs
rik 2006-01-30 21:12:49 UTC
FreeBSD src repository
Modified files:
sys/dev/ce if_ce.c
Log:
Fix forward variable declaration.
Revision ChangesPath
1.2 +68 -61src/sys/dev/ce/if_ce.c
___
cvs-all@freebsd.
rik 2006-01-30 21:33:22 UTC
FreeBSD src repository
Added files:
share/man/man4/man4.i386 ce.4
Log:
Add manual page for Cronyx Tau-PCI/32 ce(4) driver.
Revision ChangesPath
1.1 +115 -0src/share/man/man4/man4.i386/ce.4 (new)
___
rik 2006-01-31 23:06:54 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.i386 ce.4
Log:
Remove duplicate model entry.
Revision ChangesPath
1.2 +0 -4 src/share/man/man4/man4.i386/ce.4
___
cvs-all@
rik 2006-01-31 23:11:35 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.i386 Makefile
sys/conf files.i386
sys/i386/confNOTES
sys/modules Makefile
Log:
Attach ce(4) to the build.
MFC after: 3 days
Revisi
rik 2006-02-01 04:50:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_sppp.c
Log:
MFC: -j 1.9 -j 1.10
revision 1.10
date: 2006/01/29 22:06:51; author: rik; state: Exp;
Takahashi Yoshihiro wrote:
nyan2006-02-02 11:14:13 UTC
FreeBSD src repository
Modified files:
sys/conf files.pc98
sys/pc98/confNOTES
Log:
MFi386: Enable the ce(4).
Thanks!
Revision ChangesPath
1.335 +3 -0 src/sys/conf/file
Ruslan Ermilov:
ru 2006-02-03 20:55:30 UTC
FreeBSD src repository
Modified files:
sys/dev/ce if_ce.c
Log:
Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).
Thanks!
rik
Revision ChangesPath
1.3 +4 -1 src/sys/dev/ce/if_ce.c
Christian Brueffer:
brueffer2006-02-04 13:42:07 UTC
FreeBSD src repository (doc committer)
Modified files:
release/doc/en_US.ISO8859-1/hardware/common dev.sgml
release/doc/share/misc dev.archlist.txt
Log:
Autogenerate hardware notes for the ce(4) driver.
Revision Changes
Christian S.J. Peron:
George V. Neville-Neil wrote:
gnn 2006-02-08 07:16:46 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c Log:
Fix for an inappropriate bzero of the ICMPv6 stats. The code was
zero'ing the wrong structure member but setting the correct
rik 2006-03-01 09:50:21 UTC
FreeBSD src repository
Modified files:
sys/dev/ce tau32-ddk.c tau32-ddk.h
Log:
Update low-level code. (to version 1.4)
Obtained from: Cronyx Engineering
MFC after: 3 days
Revision Changes Path
1.2 +4235 -42
rik 2006-03-04 22:45:14 UTC
FreeBSD src repository
Added files: (Branch: RELENG_4)
sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h
tau32-ddk.c tau32-ddk.h
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revision Ch
rik 2006-03-04 22:51:43 UTC
FreeBSD src repository
Added files: (Branch: RELENG_4)
sys/modules/ce Makefile
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revision ChangesPath
1.2.2.1 +46 -0 src/sys/modules/ce/Makefile (new)
__
rik 2006-03-04 22:53:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/i386/include cserial.h
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revision ChangesPath
1.1.4.2 +74 -4 src/sys/i386/include/cserial.h
rik 2006-03-04 22:54:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sbin/sconfig sconfig.c
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revision ChangesPath
1.2.4.2 +68 -16src/sbin/sconfig/sconfig.c
rik 2006-03-04 22:55:48 UTC
FreeBSD src repository
Added files: (Branch: RELENG_4)
share/man/man4/man4.i386 ce.4
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revision ChangesPath
1.2.2.1 +105 -0src/share/man/man4/man4.i386/ce.4 (n
rik 2006-03-04 23:01:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/conf files.i386 files.pc98 majors
share/man/man4/man4.i386 Makefile
sys/i386/confLINT
etc MAKEDEV
Log:
MFC:
Add suppo
rik 2006-03-07 13:32:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/i386/include cserial.h
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Approved by:re(scottl)
Revision ChangesPath
1.1.6.2 +74 -4 src
rik 2006-03-07 13:35:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sbin/sconfig sconfig.c
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Approved by: re(scottl)
Revision ChangesPath
1.2.6.1 +68 -16src/sb
rik 2006-03-07 13:44:33 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
share/man/man4/man4.i386 ce.4
sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h
tau32-ddk.c tau32-ddk.h
sys/modules/ce Makefile
Log:
MFC:
rik 2006-03-07 13:53:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
share/man/man4/man4.i386 Makefile
sys/conf files.i386 files.pc98
sys/i386/confNOTES
sys/modules Makefile
Log:
MFC:
Add support fo
rik 2006-03-10 23:10:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/i386/include cserial.h
sbin/sconfig sconfig.c
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters. (update)
Approved by:re(scottl)
Revisio
rik 2006-03-10 23:27:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf files.i386 files.pc98
share/man/man4/man4.i386 Makefile
sys/i386/confNOTES
sys/modules Makefile
Log:
MFC:
Add support fo
rik 2006-03-10 22:57:36 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
share/man/man4/man4.i386 ce.4
sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h
tau32-ddk.c tau32-ddk.h
sys/modules/ce Makefile
Log:
MFC:
rik 2006-03-12 22:56:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
release/doc/en_US.ISO8859-1/hardware/common dev.sgml
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFC:
Add support for Cronyx Tau32-PCI adapters.
Revi
rik 2006-03-12 23:43:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/doc/en_US.ISO8859-1/hardware/common dev.sgml
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
release/doc/share/misc dev.archlist.txt
Log:
MFC:
Add sup
rik 2006-03-12 23:44:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
release/doc/en_US.ISO8859-1/hardware/common dev.sgml
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
release/doc/share/misc dev.archlist.txt
Log:
MFC:
Add sup
rik 2006-03-23 22:57:10 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c
Log:
m_dup () packet not m_copypacket () since we will modify it. For more
details see PR kern/94448.
PR: kern/94448
Original patch: Eygene A. Ryabinkin Final p
Thanks! I was a bit busy.
rik
Andrew Thompson wrote:
thompsa 2006-04-02 04:42:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net if_bridge.c
Log:
MFC r1.57-58
Use m_dup rather than m_copypacket as we need a writable mbuf
O
rik 2006-08-23 23:51:29 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_pseudo_driver.sh
Log:
Fix path for source file in files.FOO.
Revision ChangesPath
1.13 +1 -1 src/share/examples/drivers/make_pseudo_driver.sh
_
Thanks!
rik
Colin Percival:
cperciva2006-08-23 22:06:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4_11)
.UPDATING
sys/conf newvers.sh
sys/net if_spppsubr.c
Log:
Correct buffer overflow in the hand
rik 2006-08-24 11:13:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/examples/drivers make_device_driver.sh
Log:
MFC: -j 1.21 -j 1.24
revision 1.24
date: 2006/08/09 10:53:26; author: rik; state: Exp;
rik 2006-08-24 11:17:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/examples/drivers make_pseudo_driver.sh
Log:
MFC: -j 1.10 -j 1.13
revision 1.13
date: 2006/08/23 23:51:29; author: rik; state: Exp;
rik 2006-08-24 21:09:39 UTC
FreeBSD src repository
Modified files:
sys/sys kobj.h
Log:
Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
MFC after: 1 week
Revision ChangesPath
1.11 +3 -3 src/sys/sys/kobj.h
Helge Oldach wrote:
Sergey Babkin:
From: Tom Rhodes <[EMAIL PROTECTED]>
I think they should be moved to /usr/share/examples/etc/ (like
make.conf), with files in /etc/ representing good (short) defaults
with a minimum of comments and probably references to examples.
I don't t
rik 2006-08-06 11:04:22 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_device_driver.sh
Log:
Fix compilation.
Reviewed by:julian@
Revision ChangesPath
1.22 +9 -12 src/share/examples/drivers/make_device_driver.sh
__
rik 2006-08-06 11:06:36 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_device_driver.sh
Log:
- Added ability to provide (optional) path to the kernel sources
- Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
correspondin
Example is for developers mostly, so I in doubts about MFC compilation
fixup and this
one commit.
rik
Roman Kurakin:
rik 2006-08-06 11:06:36 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_device_driver.sh
Log:
- Added ability to provide (optional
We could add a "foo" driver to the LINT generated by this script with
notification
that it was generated and all changes should be placed to script.
rik
Robert Watson wrote:
On Tue, 8 Aug 2006, Yar Tikhiy wrote:
On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote:
Exam
rik 2006-08-09 10:53:26 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_device_driver.sh
Log:
- Added 'files "files.FOO"' to config for inclusion of user specific files.
- Added KDB option to config file (for DDB).
- Added ability to compile custom
rik 2006-08-09 20:57:24 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_pseudo_driver.sh
Log:
Added copyright templete
Fixed compilation
Reviewed by:julian@
Revision ChangesPath
1.11 +57 -32src/share/examples/drivers/make
rik 2006-08-09 21:23:42 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_pseudo_driver.sh
Log:
- Added ability to provide (optional) path to the kernel sources
- Added check of dirs used by example generator
- Fixed path for ${s}/conf/files.FOO and i
Robert Watson:
On Tue, 8 Aug 2006, Roman Kurakin wrote:
We could add a "foo" driver to the LINT generated by this script with
notification that it was generated and all changes should be placed
to script.
I guess I can't help but wonder if a script is necessarily bett
Yar Tikhiy wrote:
On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote:
Robert Watson:
On Tue, 8 Aug 2006, Roman Kurakin wrote:
We could add a "foo" driver to the LINT generated by this script with
notification that it was generated and all changes should
rik 2008-06-30 21:18:27 UTC
FreeBSD src repository
Modified files:
sbin/sconfig sconfig.c
sys/dev/ce ceddk.h if_ce.c
sys/dev/cp cpddk.h if_cp.c
sys/dev/ctau ctddk.h if_ct.c
sys/dev/cx cxddk.h if_cx.c
Log:
SVN r
David Schultz wrote:
On Wed, Jul 09, 2008, Daniel Gerzo wrote:
-Do not declare functions inside other functions; ANSI C says that
-such declarations have file scope regardless of the nesting of the
-declaration.
-Hiding file declarations in what appears to be a local
-scope is undesirable and
Daniel Gerzo wrote:
Hello guys,
Wednesday, July 9, 2008, 8:08:02 PM, has been written:
-Do not declare functions inside other functions; ANSI C says that
-such declarations have file scope regardless of the nesting of the
-declaration.
-Hiding file declarations in what appears to be a local
Hi,
Does any one has any technical reason why this change is wrong, or makes
smth
worse? If this change makes smth better, even a bit, and does not ruin
smth, why it does
not have a chance for existence?
IMHO.
rik
Andrey Chernov wrote:
On Fri, Aug 08, 2008 at 12:16:44PM +0200, Dag-Erling S
rik 2008-08-19 21:31:34 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Add Eygene Ryabinkin for numerous patches in various arreas.
He is also maintainer of several ports.
Revision Changes
By the way, what our plans about release media?
IIRC ru@ had plans to add DVD target. As a temporary solution there is a
script that
merges CD-volumes in to a single DVD volume (written by me). If we still
have plans
to release CD's IMHO it is definitely should be among the tools on CD.
Also
rik 2008-08-28 08:30:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/sconfig sconfig.c
sys/dev/ce ceddk.h if_ce.c
sys/dev/cp cpddk.h if_cp.c
sys/dev/ctau ctddk.h if_ct.c
sys/dev/cx cxddk
rik 2008-08-31 22:08:39 UTC
FreeBSD src repository
Added files:
tools/tools/cd2dvd cd2dvd.sh
Log:
SVN rev 182578 on 2008-08-31 22:08:39Z by rik
Add simple cd to dvd conversion script.
Revision ChangesPath
1.1 +267 -0src/tools/tools/cd2dvd/cd2dvd.s
rik 2008-09-06 16:47:07 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw.h ip_fw2.c
Log:
SVN rev 182818 on 2008-09-06 16:47:07Z by rik
Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only
the default rule number but also the maxi
rik 2008-09-06 17:23:37 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 182823 on 2008-09-06 17:23:37Z by rik
Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is
available.
MFC after: 5 days.
Revision Ch
rik 2008-09-06 17:26:52 UTC
FreeBSD src repository
Modified files:
sbin/natdnatd.c
Log:
SVN rev 182825 on 2008-09-06 17:26:52Z by rik
Check rule numbers against maximum value to avoid rules cleanup due
to overflow.
MFC after: 5 days.
Revision
I wonder, should I update __FreeBSD_version? Can't decide ...
rik
Roman Kurakin wrote:
rik 2008-09-06 16:47:07 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw.h ip_fw2.c
Log:
SVN rev 182818 on 2008-09-06 16:47:07Z by rik
Expor
Ganbold wrote:
Roman Kurakin wrote:
rik 2008-09-06 16:47:07 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw.h ip_fw2.c Log:
SVN rev 182818 on 2008-09-06 16:47:07Z by rik
Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in
not only
rik 2008-09-14 06:14:06 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw.h
Log:
SVN rev 183012 on 2008-09-14 06:14:06Z by rik
Make the commet for the default rule number more clear.
Submitted by: yar@
Revision ChangesPath
1.116
rik 2008-09-14 09:24:12 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
SVN rev 183015 on 2008-09-14 09:24:12Z by rik
Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.
PR: 127058
Revision ChangesPath
1.193
Ganbold wrote:
Roman Kurakin wrote:
rik 2008-09-14 09:24:12 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c Log:
SVN rev 183015 on 2008-09-14 09:24:12Z by rik
Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058.
How about the rest of PR
rik 2008-09-20 15:54:22 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183205 on 2008-09-20 15:54:22Z by rik
Do not do the useless job for an empty table.
MFC after: 1 month
Revision ChangesPath
1.122 +5 -0
rik 2008-09-20 16:17:49 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183206 on 2008-09-20 16:17:49Z by rik
Style(9) the show_nat() function.
Revision ChangesPath
1.123 +2 -1 src/sbin/ipfw/ipfw2.c
__
rik 2008-09-20 16:46:19 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183208 on 2008-09-20 16:46:19Z by rik
Remove some unused variables.
Revision ChangesPath
1.124 +3 -4 src/sbin/ipfw/ipfw2.c
__
rik 2008-09-20 19:25:02 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183209 on 2008-09-20 19:25:02Z by rik
Free allocated memory.
Revision ChangesPath
1.125 +1 -0 src/sbin/ipfw/ipfw2.c
_
rik 2008-09-21 12:54:09 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183228 on 2008-09-21 12:54:09Z by rik
Move table list to a separate function.
Revision ChangesPath
1.126 +46 -37src/sbin/ipfw/ipfw2.c
rik 2008-09-21 20:42:42 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw.h
Log:
SVN rev 183240 on 2008-09-21 20:42:42Z by rik
Export IPFW_TABLES_MAX value for compiled in defaults.
Revision ChangesPath
1.117 +6 -1 src/sys/netinet
rik 2008-09-21 21:46:56 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183241 on 2008-09-21 21:46:56Z by rik
Add the check of the table number.
Revision ChangesPath
1.127 +17 -0 src/sbin/ipfw/ipfw2.c
_
Giorgos Keramidas wrote:
keramida2008-09-22 04:12:27 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183263 on 2008-09-22 04:12:27Z by keramida
Unbreak the build.
Revision ChangesPath
1.128 +1 -1 src/sbin/ipfw/ipf
How about adding the hints and the links to google rambler etc to ask
them to
search freebsd.org?
rik
Wolfram Schneider wrote:
wosch 2008-09-22 18:56:22 UTC
FreeBSD doc repository
Modified files:
en/searchMakefile
Added files:
en/searchMakefile.in
rik 2008-09-23 10:36:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/ipfwipfw2.c
sbin/natdnatd.c
sys/netinet ip_fw.h ip_fw2.c
Log:
SVN rev 183293 on 2008-09-23 10:36:37Z by rik
MFH: 182818, 182823, 1
rik 2008-09-27 14:30:34 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183407 on 2008-09-27 14:30:34Z by rik
Add keyword all in addtion to the table number for the 'list' and the
'flush' actions on tables. Part of PR: 127058.
rik 2008-09-27 15:09:00 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw.8
Log:
SVN rev 183408 on 2008-09-27 15:09:00Z by rik
* add all keyword for table list & flush actions.
* add tables_max sysctl.
* add default_rule sysctl.
PR:
Ganbold wrote:
Roman Kurakin wrote:
rik 2008-09-27 14:30:34 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c Log:
SVN rev 183407 on 2008-09-27 14:30:34Z by rik
Add keyword all in addtion to the table number for the 'list' and
the
rik 2008-09-27 15:58:54 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
SVN rev 183415 on 2008-09-27 15:58:54Z by rik
Fix the build.
Noted by: ganbold@
Revision ChangesPath
1.130 +1 -1 src/sbin/ipfw/ipfw2.c
_
Ganbold wrote:
Roman,
Roman Kurakin wrote:
Ganbold wrote:
Roman Kurakin wrote:
rik 2008-09-27 14:30:34 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c Log:
SVN rev 183407 on 2008-09-27 14:30:34Z by rik
Add keyword all in addtion to the table
Ganbold wrote:
Roman Kurakin wrote:
rik 2008-09-27 15:58:54 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c Log:
SVN rev 183415 on 2008-09-27 15:58:54Z by rik
Fix the build.
Checked man page, looks ok :)
Ok, if nothing else broken will be
Roman Divacky wrote:
On Tue, Sep 30, 2008 at 05:19:57PM +0100, Robert Watson wrote:
On Sun, 28 Sep 2008, Ganbold wrote:
Indeed -- when an inpcb doesn't have a socket, ipfw will go ahead and do
a lookup for an inpcb even though one is passed down. I've committed a
change that short-ci
rik 2007-03-25 20:21:31 UTC
FreeBSD src repository
Modified files:
sys/dev/ce if_ce.c
Log:
Remove ancient preprocessor code. Fix module compilation.
Requested by: n_hibma
Revision ChangesPath
1.8 +1 -9 src/sys/dev/ce/if_ce.c
___
rik 2007-03-25 21:33:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_bridge.c
Log:
MFC: -j 1.95 -j 1.96
rik 2007-03-18 23:28:53 UTC
FreeBSD src repository
Modified files:
sys/net if_b
Should I bother about RELENG_5?
rik
Roman Kurakin wrote:
rik 2007-03-25 21:33:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_bridge.c
Log:
MFC: -j 1.95 -j 1.96
rik 2007-03-18 23:28:53 UTC
FreeBSD src
rik 2007-04-02 22:04:21 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
Log:
Add description how the filter works in case of multiple interfaces
with the same MAC.
PR: kern/109815
MFC after: 7 days
Submitted by: Eygene Ryabink
rik 2007-04-03 14:36:18 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
Log:
s/if_vlan/vlan/
Noted by: brueffer
Revision ChangesPath
1.28 +2 -2 src/share/man/man4/if_bridge.4
__
rik 2007-04-09 00:07:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 if_bridge.4
Log:
MFC: -j 1.26 -j 1.28
Log:
Add description how the filter works in case of multiple interfaces
with the same MAC.
PR:
By the way, is possible to do some dummy port that would represent
the kernel and/or base system to do things more automate?
rik
Gregory Neil Shapiro wrote:
gshapiro2007-04-14 16:26:01 UTC
FreeBSD src repository
Modified files:
.UPDATING
Log:
Include a no
Kris Kennaway wrote:
On Sun, Apr 15, 2007 at 04:36:43AM +0400, Roman Kurakin wrote:
By the way, is possible to do some dummy port that would represent
the kernel and/or base system to do things more automate?
Let's just say it's a very complicated project and leave it at
Hi,
Since there is some noise around this, could we just scream for a while
that code should be fixed but allow it to still work? After some time than
the majority of the buggy code will be fixed we will stick to the std
behavior? IMHO this will be less painful.
rik
Andrey Chernov wrote:
On T
Peter Jeremy wrote:
On 2007-May-01 10:48:28 +0400, Andrey Chernov <[EMAIL PROTECTED]> wrote:
On Mon, Apr 30, 2007 at 06:39:57PM -0700, Alfred Perlstein wrote:
Using the strategy "commit to -current then suffer the fallout"
is pretty bogus.
The only possible. Nobody can run all po
Darren Reed wrote:
On Wed, May 02, 2007 at 06:15:13AM +, Nate Lawson wrote:
njl 2007-05-02 06:15:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_intr.c
sys/sys interrupt.h
Log:
MFC: rate-check the
rik 2007-03-18 23:28:53 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c
Log:
Give a chance for packet to appear with a correct input interfaces
in case of multiple interfaces with the same MAC in the same bridge.
This commit do not solve the en
98 matches
Mail list logo