glebius 2012-03-16 14:21:52 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document 900504 and 900505 __FreeBSD_version values.
Revision ChangesPath
1.1171+17 -0 doc/en_US.ISO8859-1/books/porter
glebius 2012-02-05 17:28:51 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document 106 and 107 versions. Description for 106 was
taken from the r230590 log message.
Revision ChangesPath
1
glebius 2012-01-16 09:57:06 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document __FreeBSD_version 105.
Revision ChangesPath
1.1152+7 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s
glebius 2011-12-16 14:56:26 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document __FreeBSD_version 103.
Revision ChangesPath
1.1131+5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.s
glebius 2011-12-13 07:30:07 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
- Document last __FreeBSD_version bump by mdf@.
- Piggyback on that value to document theraven@'s
addition of xlocale.h
Revision
glebius 2010-10-15 15:07:07 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/gpsd Makefile
Log:
Fix typo in option comment.
Approved by:az
Revision ChangesPath
1.25 +1 -1 ports/astro/gpsd/Makefile
glebius 2010-07-29 09:38:26 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/gpsd pkg-plist
Log:
Fix last commit.
Pointy hat to: me
Approved by:az
Revision ChangesPath
1.9 +1 -1 ports/astro/gpsd/pkg-plist
glebius 2008-09-30 14:24:03 UTC
FreeBSD src repository
Modified files:
share/man/man4 wpi.4
Log:
SVN rev 183499 on 2008-09-30 14:24:03Z by glebius
Make example commands working.
Reviewed by:benjsc
Revision ChangesPath
1.5 +4 -4 src/share
glebius 2008-09-30 14:18:38 UTC
FreeBSD src repository
Modified files:
sys/net if_lagg.c
Log:
SVN rev 183498 on 2008-09-30 14:18:38Z by glebius
Do not mangle if_oerrors of the underlying interface. This counter
belongs solely to the driver.
We don't lose
glebius 2008-02-07 13:18:59 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
If the vhid already present, return EEXIST instead of
non-informative EINVAL.
Revision ChangesPath
1.53 +1 -1 src/sys/netinet/ip_carp.c
_
glebius 2008-02-07 11:26:52 UTC
FreeBSD src repository
Modified files:
sys/netinet in_rmx.c
Log:
Remove unused structure member from struct in_ifadown_arg.
Revision ChangesPath
1.58 +1 -2 src/sys/netinet/in_rmx.c
glebius 2008-02-07 11:10:18 UTC
FreeBSD src repository
Modified files:
sys/netgraph/netflow netflow.c
Log:
Use rtalloc1() instead of rtalloc_ign(). It returns a locked
rtentry. We quickly copy the fields of interest, and then
RTFREE_LOCKED(). This should be faster then lock &
On Wed, Feb 06, 2008 at 10:59:32PM -0500, Louis Mamakos wrote:
L> I suppose the problem is that I had no expectation that a kernel module,
L> would
L> consume unbounded amounts of kernel resources.
It is bounded.
L> I certainly didn't expect
L> that
L> it would have a need to store "a lot
Max,
On Fri, Feb 01, 2008 at 01:56:08PM +0100, Max Laier wrote:
M> On Friday 01 February 2008, Gleb Smirnoff wrote:
M> > glebius 2008-02-01 11:20:42 UTC
M> >
M> > FreeBSD src repository
M> >
M> > Modified files:(Branch: RELENG_6)
M> &g
On Sun, Feb 03, 2008 at 11:36:49AM -0500, Louis Mamakos wrote:
L> > Gleb Smirnoff пишет:
L> >> you should have asked me for review before committing! This is
L> >> not a bug, this is a feature. This was quite clear from the comments,
L> >> that you removed
Alexander,
you should have asked me for review before committing! This is
not a bug, this is a feature. This was quite clear from the comments,
that you removed:
- /* if export hook disconnected stop running expire(). */
This is intended behavior. We must not lose information unless
glebius 2008-02-01 11:20:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_carp.c
Log:
Belated MFC of rev. 1.49:
Do not leak lock in the case of EEXIST error.
PR: kern/92776
Revision ChangesPath
1.27.
glebius 2007-11-21 12:14:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph netgraph.h ng_base.c
Log:
MFC:
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
removing some copy&pasted code.
- Reduce copy and pa
glebius 2007-11-21 12:11:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph netgraph.h ng_base.c
Log:
MFC:
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
removing some copy&pasted code.
- Reduce copy and pa
glebius 2007-11-15 14:16:20 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kse.c
Log:
Fix build.
Revision ChangesPath
1.239 +1 -1 src/sys/kern/kern_kse.c
___
cvs-all@freebsd.org mailing list
ht
glebius 2007-11-14 11:25:58 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h ng_base.c
Log:
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
removing some copy&pasted code.
- Reduce copy and paste in ng_apply_item().
- Resurrect n
glebius 2007-10-13 13:00:59 UTC
FreeBSD src repository
Modified files:
.access
Log:
Note that Alexander Motin (mav) is now free from mentorship.
Approved by:core (not truth)
Revision ChangesPath
1.837 +0 -0 CVSROOT/access
On Sat, Jul 28, 2007 at 12:20:40PM +, Andre Oppermann wrote:
A> andre 2007-07-28 12:20:39 UTC
A>
A> FreeBSD src repository
A>
A> Modified files:
A> sys/netinet tcp_input.c tcp_subr.c tcp_var.h
A> Log:
A> Provide a sysctl to toggle reporting of TCP debug logging:
A>
glebius 2007-07-26 10:54:34 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_eiface.c
Log:
Honor the IFF_MONITOR flag.
PR: kern/99500
Submitted by: Craig Leres
Approved by:re (kensmith)
Revision ChangesPath
1.39 +6 -0
On Fri, Jun 08, 2007 at 12:43:26PM +, Andrew Gallatin wrote:
A> gallatin2007-06-08 12:43:26 UTC
A>
A> FreeBSD src repository
A>
A> Modified files:
A> sys/net pfil.h
A> Log:
A> Correct the definition of PFIL_HOOKED() so that it compares
A> the value of ph_nhooks
glebius 2007-06-06 16:20:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_carp.c
Log:
Merge 1.47:
Make it possible that carpdetach() unlocks on return. Then, in
carp_clone_destroy() we are on a safe side, we don't need to
glebius 2007-06-06 14:21:50 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
Do not leak lock in the case of EEXIST error.
PR: kern/92776
Submitted by: Ed Schouten
Revision ChangesPath
1.49 +6 -2 src/sys/ne
glebius 2007-06-01 09:20:57 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_base.c
Log:
Partially back out rev. 1.127, to restore broken functionality. This
should be redesigned, but better enter RELENG_7 with a working ngctl(8).
Agreed by: julian
glebius 2007-05-30 09:05:49 UTC
FreeBSD src repository
Modified files:
share/man/man4 ng_bpf.4
Log:
- Sync with ng_bpf.h, rev. 1.7
- Remove extra brace.
Submitted by: Anton Yuzhaninov
Revision ChangesPath
1.22 +3 -3 src/share/man/man4/ng_bpf.
On Fri, May 25, 2007 at 10:57:54PM +0200, Andre Oppermann wrote:
A> Andrew Gallatin wrote:
A> > Andrew Gallatin [EMAIL PROTECTED] wrote:
A> >> gallatin2007-05-25 19:38:32 UTC
A> >>
A> >> FreeBSD src repository
A> >>
A> >> Modified files:
A> >> sys/dev/mxge if_mxge.c Log:
A> >
On Fri, May 25, 2007 at 04:58:23PM -0600, M. Warner Losh wrote:
M> : during program debugging. Everything below LOG_NOTICE should not
M> : need fsync after each line. An examination of all users of LOG_DEBUG
M> : in our kernel doesn't show anything critical that would require fsync.
M> : The atta
On Thu, May 24, 2007 at 01:36:49AM +0200, Andre Oppermann wrote:
A> Yes, these logs can be triggered remotely. Broken packets and spoofed
A> packets may cause them. We're interested in the former.
A>
A> I'll do some benchmarks on the impact of the logging and then decide
A> whether to put it
glebius 2007-05-22 16:17:32 UTC
FreeBSD src repository
Modified files:
sys/net route.c
Log:
Some minor cleanups:
- In rt_check() remove the senderr() macro and the "bad" label. They
used to simplify code, but now aren't.
- Remove extra RT_LOCK_ASSERT() in rt_
On Fri, May 18, 2007 at 09:13:01PM +, Andre Oppermann wrote:
A> andre 2007-05-18 21:13:01 UTC
A>
A> FreeBSD src repository
A>
A> Modified files:
A> sys/netinet tcp_syncache.c
A> Log:
A> o Add syslog logging under LOG_DEBUG to various failures caused by
A> bogus
On Tue, May 08, 2007 at 08:09:49PM -0700, Jack Vogel wrote:
J> There are constant fixes and changes going into all the
J> shared code, those files that begin e1000* here at Intel,
J> but I am not sure right now how often to update those
J> in this tree.
The HEAD is the testing branch, thus ad
On Sat, Apr 14, 2007 at 01:01:46AM +, Bruce M Simpson wrote:
B> bms 2007-04-14 01:01:46 UTC
B>
B> FreeBSD src repository
B>
B> Modified files:
B> sys/contrib/pf/net if_pfsync.c
B> Log:
B> In member interface detach event handler, do not attempt to free state
B> which
glebius 2007-04-12 13:42:01 UTC
FreeBSD src repository
Modified files:
.access
Log:
Welcome Alexander Motin (mav) to the src committers team! Alexander
will work in sys/netgraph and probably other sys/net* code.
Approved by:core
Revision Chang
Andrew and others,
what do you think about using a flags fielf + union field for
different kinds of glue? I mean that if_vlantrunk, if_trunk, if_bridge
and may be some future glues are mutually exclusive.
If we put them under one union and add an integer field that identifies
what is stored i
glebius 2007-04-09 08:00:34 UTC
FreeBSD src repository
Modified files:
.access
Log:
Note that Paolo Pisati is now free from mentorship.
Approved by:core (not truth)
Revision ChangesPath
1.820 +0 -0 CVSROOT/access
On Mon, Apr 02, 2007 at 03:38:53PM +, Mike Makonnen wrote:
M> mtm 2007-04-02 15:38:53 UTC
M>
M> FreeBSD src repository
M>
M> Modified files:
M> etc/rc.d ip6fw ipfw
M> Log:
M> Instead of directly sourcing the firewall script, run it in a separate
shell.
M> I
glebius 2007-03-30 08:25:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/ngctl Makefile
Log:
Merge rev. 1.17:
Do not build the libedit support if NO_LIBPTHREAD is defined.
PR: bin/104478
Submitted by: Mike Durian
glebius 2007-03-30 08:24:00 UTC
FreeBSD src repository
Modified files:
usr.sbin/ngctl Makefile
Log:
The last change is not needed for HEAD.
Explained by: ru
Revision ChangesPath
1.19 +1 -1 src/usr.sbin/ngctl/Makefile
glebius 2007-03-28 14:04:35 UTC
FreeBSD src repository
Modified files:
usr.sbin/ngctl Makefile
Log:
Do not build the libedit support if NO_LIBPTHREAD is defined.
PR: bin/104478
Submitted by: Mike Durian
Revision ChangesPath
1.18 +1 -1
glebius 2007-03-28 13:59:14 UTC
FreeBSD src repository
Modified files:
sys/netgraph/netflow ng_netflow.c ng_netflow.h
Log:
Bump maximum number of interface hooks to the maximum possible value.
This will increase the memory consumption for more than 1 Mb, but this
is required
glebius 2007-03-28 11:06:50 UTC
FreeBSD src repository
Modified files:
usr.sbin/arp arp.4
Log:
net.link.ether.inet.prune_intvl no longer exists.
Revision ChangesPath
1.24 +1 -3 src/usr.sbin/arp/arp.4
___
cv
glebius 2007-03-27 19:36:13 UTC
FreeBSD src repository
Modified files:
sys/net rtsock.c
Log:
Fix regression in rev. 1.140.
Reported by:Yuriy Tsibizov , bsam
Revision ChangesPath
1.142 +7 -6 src/sys/net/rtsock.c
__
On Mon, Mar 26, 2007 at 04:50:06AM +, Yar Tikhiy wrote:
Y> yar 2007-03-26 04:50:06 UTC
Y>
Y> FreeBSD src repository
Y>
Y> Added files:
Y> sys/net if_edsc.c
Y> Log:
Y> Introduce a new toy interface, edsc(4). It's a discard interface
Y> imitating an Ethernet
On Sat, Mar 24, 2007 at 10:53:02PM -0700, Julian Elischer wrote:
J> >>On Sat, Mar 24, 2007 at 01:39:24AM +, Maxim Konovalov wrote:
J> >>M> maxim 2007-03-24 01:39:24 UTC
J> >>M>
J> >>M> FreeBSD src repository
J> >>M>
J> >>M> Modified files:
J> >>M> share/man/man4 ng_fec.4
J>
On Sat, Mar 24, 2007 at 01:39:24AM +, Maxim Konovalov wrote:
M> maxim 2007-03-24 01:39:24 UTC
M>
M> FreeBSD src repository
M>
M> Modified files:
M> share/man/man4 ng_fec.4
M> Log:
M> o While the script is correct and works well in sh(1) make it
M> works in tcsh(1) w
glebius 2007-03-22 13:21:24 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
Move the dom_dispose and pru_detach calls in sofree() earlier. Only after
calling pru_detach we can be absolutely sure, that we don't have any
references to the sock
glebius 2007-03-22 10:55:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet tcp_output.c
Log:
Carefully merge revs 1.123, 1.124, omitting the 1.120 change. This
should fix resets of the long living TCP connections with
EHOSTDOWN messa
glebius 2007-03-22 10:51:04 UTC
FreeBSD src repository
Modified files:
sys/net rtsock.c
Log:
When working on an RTM_CHANGE do the route editing in the following
sequence. First, if rt_ifa is going to be changed, then call
ifa_rtrequest(RTM_DELETE). Second, if gat
glebius 2007-03-22 10:37:53 UTC
FreeBSD src repository
Modified files:
sys/netinet if_ether.c
Log:
Remove global list of all llinfo_arp entries and use a callout per
instance expiry of the ARP entries. Since we no longer abuse the IPv4
radix head lock, we can now ent
On Tue, Mar 20, 2007 at 01:15:20PM +, Bruce M Simpson wrote:
B> bms 2007-03-20 13:15:20 UTC
B>
B> FreeBSD src repository
B>
B> Modified files:
B> sys/netinet raw_ip.c
B> Log:
B> Increase default size of raw IP send and receive buffers to the same as
B> udp_send
glebius 2007-02-28 12:47:49 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn't
be returned up to the caller.
PR: 100172
Submitted by: "Andrew - Supernews
glebius 2007-02-28 12:41:50 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
Toss the code, that handles errors from ip_output(), to make it more
readable:
- Merge two embedded if() into one.
- Introduce switch() block to handle different ki
On Mon, Feb 05, 2007 at 03:52:44PM +0300, Eygene Ryabinkin wrote:
E> > btw, we have a strange situation with handling off non-broadcast
E> > frames not destined to us in general.
E> >
E> > In a case, when we have generic Ethernet in promisc, and received foreign
E> > packets (on a hub, or a buggy
On Sat, Feb 03, 2007 at 02:57:46AM +, Bruce M Simpson wrote:
B> bms 2007-02-03 02:57:46 UTC
B>
B> FreeBSD src repository
B>
B> Modified files:
B> sys/net if_tap.c
B> Log:
B> Drop unicast Ethernet frames not destined for the configured address
B> of a tap(4)
glebius 2007-02-02 09:45:23 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_pptpgre.c
Log:
Quoting Alexander:
Formulas described in RFC require high precision of floating point.
Formulas of integer math implemented in ng_pptpgre give mistake in range
glebius 2007-02-02 09:39:09 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
Since rev. 1.94 of netinet/in.c, the netinet layer frees all its
multicast memberships, when interface is detached. Thus, when
an underlying interface is detached, we do
glebius 2007-01-30 20:22:07 UTC
FreeBSD src repository
Modified files:
share/man/man4 ng_deflate.4
Log:
Fix typo.
Submitted by: pluknet
Revision ChangesPath
1.2 +0 -1 src/share/man/man4/ng_deflate.4
glebius 2007-01-29 09:53:21 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
share/man/man4 ng_deflate.4 ng_pred1.4
Log:
Merge manual pages for ng_deflate(4) and ng_pred1(4).
Revision ChangesPath
1.1.2.1 +159 -0src/share/man/man4/ng_def
glebius 2007-01-28 17:22:12 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document last __FreeBSD_version bump.
Revision ChangesPath
1.786 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book
glebius 2007-01-28 17:19:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys param.h
Log:
Bump __FreeBSD_version for MFC of ng_deflate(4) and ng_pred1(4)
netgraph nodes and new features in ng_ppp(4).
RevisionChangesPath
1.
glebius 2007-01-28 17:14:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/man/man4 Makefile
sys/conf NOTES files options
sys/modules/netgraph Makefile
Added files: (Branch: RELENG_6)
sys/modules/netgraph/deflate
glebius 2007-01-28 17:14:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_ppp.c ng_ppp.h
share/man/man4 ng_ppp.4
Log:
Sync ng_ppp(4) node with HEAD. This includes the rewrite of the PPP
stack and new options to specify t
glebius 2007-01-25 21:44:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_tcpmss.c
Log:
MFC 1.4:
Update ip and tcp pointers after m_pullup().
Submitted by: Alexander Motin
Revision ChangesPath
1.2.2.2 +3 -0
glebius 2007-01-25 21:42:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_nat.c
Log:
MFC 1.7, 1.8:
Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The
packet shouldn't be dropped.
Submitted by:
glebius 2007-01-25 21:39:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph/netflow netflow.c
Log:
MFC 1.20 - 1.24:
- Use bitcount32() from sys/systm.h instead of my own.
- Use hash functions with better distribution.
- Break long line.
glebius 2007-01-25 21:35:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph/netflow ng_netflow.c
Log:
MFC 1.13:
Recognize 802.1q frames in Ethernet input and process them.
PR: kern/101162
Submitted by: CoolDavid (Tseng Gu
glebius 2007-01-25 21:16:50 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ppp.c
Log:
- Create ng_ppp_bypass() function, that prepares a packet
with bypass header, to send it out to userland.
- Use ng_ppp_bypass() in ng_ppp_proto_recv().
- Use ng_ppp_b
glebius 2007-01-25 18:03:40 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
Make it possible that carpdetach() unlocks on return. Then, in
carp_clone_destroy() we are on a safe side, we don't need to
unlock the cif, that can me already non-exist
glebius 2007-01-25 17:58:16 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c
Log:
Spacing.
Revision ChangesPath
1.46 +5 -5 src/sys/netinet/ip_carp.c
___
cvs-all@freebsd.org mailing list
htt
Mohan,
On Thu, Jan 25, 2007 at 01:05:23AM +, Mohan Srinivasan wrote:
M> mohans 2007-01-25 01:05:23 UTC
M>
M> FreeBSD src repository
M>
M> Modified files:
M> sys/kern kern_mbuf.c
M> sys/sys mbuf.h
M> sys/vm uma.h uma_core.c
M>
Mohan,
On Wed, Jan 24, 2007 at 10:49:12PM +, Mohan Srinivasan wrote:
M> mohans 2007-01-24 22:49:12 UTC
M>
M> FreeBSD src repository
M>
M> Modified files:
M> sys/vm uma_core.c
M> Log:
M> Fix for a bug where only one process (of multiple) blocked on
M> maxpa
On Thu, Jan 18, 2007 at 11:51:44AM -0800, [EMAIL PROTECTED] wrote:
m> >/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c: In function
m> >`ng_ppp_rcvdata':
m> >/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c:1287:
m> >warning: comparison is always true due to limited range
glebius 2007-01-18 13:55:21 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ppp.c
Log:
Revise the ng_ppp(4) node, so that code flow is more clear. All non-link
hooks get their per hook rcvdata methods, and all functions are organized
corresponding to protoc
glebius 2007-01-17 10:43:32 UTC
FreeBSD doc repository (src committer)
Modified files:
en/donations wantlist.sgml
Log:
Remove my NIC and switch wants. Big thanks to Mike Tancsa and Bryan Kaplan.
Revision ChangesPath
1.431 +1 -27 www/en/donations/wantli
glebius 2007-01-17 10:41:21 UTC
FreeBSD doc repository (src committer)
Modified files:
en/donations donors.sgml
Log:
o Record donation from Bryan Kaplan - a gig switch. Thanks!
o Fix my previous commit to this file - move the item to the
chronologically correct plac
glebius 2007-01-15 05:55:56 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_deflate.c ng_pred1.c
Log:
Whitespace cleanup.
Checked with: cvs diff -b
Revision ChangesPath
1.3 +7 -7 src/sys/netgraph/ng_deflate.c
1.2 +7 -7
glebius 2007-01-15 05:01:31 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_tcpmss.c
Log:
Update ip and tcp pointers after m_pullup().
Submitted by: Alexander Motin
Revision ChangesPath
1.4 +3 -0 src/sys/netgraph/ng_tcpmss.c
_
glebius 2007-01-10 15:04:10 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_deflate.c
Log:
Fix accounting of incoming octets.
Submitted by: Alexander Motin
Revision ChangesPath
1.2 +2 -1 src/sys/netgraph/ng_deflate.c
_
glebius 2007-01-09 15:00:01 UTC
FreeBSD src repository
Modified files:
share/man/man4 ng_ppp.4
Log:
Document recent changes about supported compression and encryption modes.
Wording by: rwatson
Revision ChangesPath
1.25 +45 -9 src/share/man/man
glebius 2006-12-29 13:16:43 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
sys/conf NOTES files options
sys/modules/netgraph Makefile
Added files:
sys/modules/netgraph/deflate Makefile
sys/modules/netgraph/pred1 Makefile
L
glebius 2006-12-29 09:54:32 UTC
FreeBSD src repository
Added files:
sys/netgraph ng_pred1.c ng_pred1.h
Log:
A node that implements Predictor-1 compression for PPP.
Submitted by: Alexander Motin
Revision ChangesPath
1.1 +698 -0src/sys/netgraph
glebius 2006-12-29 10:46:15 UTC
FreeBSD src repository
Added files:
share/man/man4 ng_deflate.4
Log:
Manual page for Deflate PPP compression netgraph node.
Submitted by: Alexander Motin
Revision ChangesPath
1.1 +159 -0src/share/man/man4/ng_defl
glebius 2006-12-29 10:47:26 UTC
FreeBSD src repository
Added files:
share/man/man4 ng_pred1.4
Log:
Manual page for Predictor-1 PPP compression netgraph node.
Submitted by: Alexander Motin
Revision ChangesPath
1.1 +145 -0src/share/man/man4/ng_pr
glebius 2006-12-28 15:44:05 UTC
FreeBSD src repository
Added files:
sys/netgraph ng_deflate.c ng_deflate.h
Log:
A node that implements the Deflate sub-protocols of the Compression Control
Protocol (CCP).
Submitted by: Alexander Motin
Revision ChangesPa
On Thu, Dec 28, 2006 at 01:21:54PM +, Gleb Smirnoff wrote:
T> glebius 2006-12-28 13:21:54 UTC
T>
T> FreeBSD src repository
T>
T> Modified files:
T> sys/netgraph ng_ppp.c ng_ppp.h
T> Log:
T> Before this commit, if the compression is enabled
glebius 2006-12-28 13:21:54 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ppp.c ng_ppp.h
Log:
Before this commit, if the compression is enabled the, ng_ppp(4)
node would send every outgoing frame to the "compress" hook.
Packets received on the "compress"
glebius 2006-12-21 10:26:01 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_nat.c
Log:
Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The
packet shouldn't be dropped.
Submitted by: Alexander Motin
Revision ChangesPath
1.
On Wed, Dec 20, 2006 at 12:03:21PM +, Bruce Evans wrote:
B> bde 2006-12-20 12:03:21 UTC
B>
B> FreeBSD src repository
B>
B> Modified files:
B> sys/dev/bge if_bge.c
B> Log:
B> In bge_txeof(), cancel the watchdog timeout if all descriptors have
B> been handled ins
glebius 2006-12-12 12:35:06 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_nat.c
Log:
Correctly calculate length of IP header.
Submitted by: Eugene Hartmann
Revision ChangesPath
1.7 +2 -1 src/sys/netgraph/ng_nat.c
___
On Wed, Dec 06, 2006 at 09:12:23AM -0800, Sam Leffler wrote:
S> > On Wed, Dec 06, 2006 at 06:01:48PM +1100, Bruce Evans wrote:
S> > B> It's a shame to force all NIC drivers to manage the timeout for this.
S> > B> Most have a timeout for other purposes so I couldn't see how to save
S> > B> much code
On Wed, Dec 06, 2006 at 06:01:48PM +1100, Bruce Evans wrote:
B> It's a shame to force all NIC drivers to manage the timeout for this.
B> Most have a timeout for other purposes so I couldn't see how to save
B> much code using a callback, but a callback would be cleaner. (To avoid
B> the race, just
glebius 2006-12-04 14:35:17 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Fix my error in rev. 1.152
Submitted by: oleg
Revision ChangesPath
1.155 +1 -1 src/sys/dev/bge/if_bge.c
__
On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote:
R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers?
It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC
drivers before RELENG_7.
--
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE
__
On Thu, Nov 30, 2006 at 08:48:49AM -0800, Sam Leffler wrote:
S> Did I miss a headsup on this? Seems like something you should
S> coordinate with folks so people can convert drivers beforehand. I
S> understand the problem and I see this is just a printf but now we're
S> going to have people asking
glebius 2006-11-30 15:02:01 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
The recent issues with em(4) interface has shown that the old 4.4BSD
if_watchdog/if_timer interface doesn't fit modern SMP network
stack design.
Device drivers that need
glebius 2006-11-30 14:58:01 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c if_fxpvar.h
Log:
- Instead of if_watchdog/if_timer interface use our own timer
that piggybacks on fxp_tick() callout.
Revision ChangesPath
1.261 +18 -13src
1 - 100 of 573 matches
Mail list logo