Author: mlaier
Date: Fri Nov 19 04:30:33 2010
New Revision: 215508
URL: http://svn.freebsd.org/changeset/base/215508
Log:
Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservations
with only a single free page if that satisfies the requested size.
MFC after:3 days
Revi
Author: mlaier
Date: Mon Nov 22 20:50:40 2010
New Revision: 215709
URL: http://svn.freebsd.org/changeset/base/215709
Log:
MFH r215508:
Off by one page in vm_reserv_reclaim_contig(): reclaim reservations with
only a single free page as well.
Reviewed by:alc
Modified:
sta
Author: mlaier
Date: Mon Nov 22 21:22:08 2010
New Revision: 215715
URL: http://svn.freebsd.org/changeset/base/215715
Log:
MFH r215508:
Off by one page in vm_reserv_reclaim_contig(): reclaim reservations with
only a single free page as well.
Reviewed by:alc
Modified:
sta
Author: mlaier
Date: Thu Dec 9 21:02:22 2010
New Revision: 216335
URL: http://svn.freebsd.org/changeset/base/216335
Log:
Fix a long standing (from the original 4.4BSD lite sources) race between
vmspace_fork and vm_map_wire that would lead to "vm_fault_copy_wired: page
missing" panics. Whil
Author: mlaier
Date: Sun Dec 19 06:07:35 2010
New Revision: 216553
URL: http://svn.freebsd.org/changeset/base/216553
Log:
MFC r216335:
Fix a long standing (from the original 4.4BSD lite sources) race between
vmspace_fork and vm_map_wire that would lead to "vm_fault_copy_wired: page
m
Author: mlaier
Date: Sun Dec 19 06:09:02 2010
New Revision: 216554
URL: http://svn.freebsd.org/changeset/base/216554
Log:
MFC r216335:
Fix a long standing (from the original 4.4BSD lite sources) race between
vmspace_fork and vm_map_wire that would lead to "vm_fault_copy_wired: page
m
Author: mlaier
Date: Tue Aug 25 19:30:32 2009
New Revision: 196551
URL: http://svn.freebsd.org/changeset/base/196551
Log:
Fix argument ordering to memcpy as well as the size of the copy in the
(theoretical) case that pfi_buffer_cnt should be greater than ~_max.
Submitted by: pjd
Reviewe
Author: mlaier
Date: Fri Aug 28 20:26:00 2009
New Revision: 196628
URL: http://svn.freebsd.org/changeset/base/196628
Log:
MFC r196551:
Fix argument ordering to memcpy as well as the size of the copy in the
(theoretical) case that pfi_buffer_cnt should be greater than ~_max.
Submit
Author: mlaier
Date: Mon Aug 31 00:52:10 2009
New Revision: 196680
URL: http://svn.freebsd.org/changeset/base/196680
Log:
MFC r196551:
Fix argument ordering to memcpy as well as the size of the copy in the
(theoretical) case that pfi_buffer_cnt should be greater than ~_max.
Submit
Author: mlaier
Date: Mon Aug 31 00:54:14 2009
New Revision: 196681
URL: http://svn.freebsd.org/changeset/base/196681
Log:
MFC r196372:
If we cannot immediately get the pf_consistency_lock in the purge thread,
restart the scan after acquiring the lock the hard way. Otherwise we
might
Author: mlaier
Date: Sat Sep 19 21:46:12 2009
New Revision: 197334
URL: http://svn.freebsd.org/changeset/base/197334
Log:
Extract version information from git repositories. Try to find a
corresponding svn version if this is a git-svn clone'ed repo.
This prefers svn version information over g
Author: mlaier
Date: Wed Sep 23 14:48:13 2009
New Revision: 197433
URL: http://svn.freebsd.org/changeset/base/197433
Log:
Improve on r197334:
Find the most recently merged svn revision, too. If we get a svn revision
that matches HEAD use rXXX=GIT otherwise use rXXX+GIT.
Submitted by: av
Author: mlaier
Date: Sat Sep 26 11:44:04 2009
New Revision: 197517
URL: http://svn.freebsd.org/changeset/base/197517
Log:
MFC r197334,r197433:
Extract svn and git version info from git-svn repos.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/conf/ (props changed)
stable/6
Author: mlaier
Date: Sat Sep 26 11:31:25 2009
New Revision: 197516
URL: http://svn.freebsd.org/changeset/base/197516
Log:
MFC r197334,r197433:
Extract svn and git version info from git-svn repos.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/conf/newvers.sh
stable/7/sys/con
97498 head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
svn ci -m "Revised commit message"
There you go. Forced commit with no problem. Plus we can also record the
revision that the forced commit message belongs to.
Disclaimer: Don't try this on the main repo before the SVN-
ned inheriting O_NONBLOCK and said
> nothing about other options -- so I figured that it was appropriate to
> follow suit and only mention O_NONBLOCK in saying what was non-portable.
>
--
/"\ Best regards, | mla...@freeb
ffs, section_header):
> """Render diffs. Write the SECTION_HEADER if there are actually
>
>
> !DSPAM:4aef52ed799761205380022!
>
--
/"\ Best regards, | mla...@freebsd.org
\ / Max Laier | ICQ #67774661
X http://p
Author: mlaier
Date: Tue Nov 3 21:57:00 2009
New Revision: 198863
URL: http://svn.freebsd.org/changeset/base/198863
Log:
MFC r197334,r197433:
Extract svn and git version info from git-svn repos.
Modified:
stable/8/sys/conf/newvers.sh
Directory Properties:
stable/8/sys/ (props chang
Author: mlaier
Date: Thu Nov 3 18:33:30 2011
New Revision: 227061
URL: http://svn.freebsd.org/changeset/base/227061
Log:
Fix a use-after-free/redzone issue in the routing code.
Reported by (repeatedly): Mike Tancsa
Prodded by (repeatedly): bz
Forgotten by (repeatedly):mlai
Author: mlaier
Date: Thu Feb 10 00:20:56 2011
New Revision: 218502
URL: http://svn.freebsd.org/changeset/base/218502
Log:
MFH: r180238
Use bcopy instead of strlcpy in uipc_bind and unp_connect, since
soun->sun_path isn't a null-terminated string. As UNIX(4) states, "the
terminati
Author: mlaier
Date: Thu Feb 10 01:24:09 2011
New Revision: 218503
URL: http://svn.freebsd.org/changeset/base/218503
Log:
As info.rti_info[RTAX_DST] can point inside of rtm we must not free the rtm
until rt_dispatch is done with the sockaddr.
Found by: memguard
MFC after:3 days
Author: mlaier
Date: Mon May 9 20:27:49 2011
New Revision: 221714
URL: http://svn.freebsd.org/changeset/base/221714
Log:
Another long standing vm bug found at Isilon:
Fix a race between vm_object_collapse and vm_fault.
Reviewed by: alc@
MFC after:3 days
Modified:
head/sys/vm/v
Author: mlaier
Date: Thu May 12 01:22:23 2011
New Revision: 221795
URL: http://svn.freebsd.org/changeset/base/221795
Log:
MFH r221714:
Another long standing vm bug found at Isilon:
Fix a race between vm_object_collapse and vm_fault.
Reviewed by: alc@
Modified:
stable/8/sys/vm/vm_
Author: mlaier
Date: Thu May 12 01:38:42 2011
New Revision: 221796
URL: http://svn.freebsd.org/changeset/base/221796
Log:
MFH r221714:
Another long standing vm bug found at Isilon:
Fix a race between vm_object_collapse and vm_fault.
Reviewed by: alc@
Modified:
stable/7/sys/vm/vm_
odules/ipmi/Makefile Thu Mar 26 17:04:08 2009
>(r190444)
> +++ head/sys/modules/ipmi/MakefileThu Mar 26 17:14:22 2009
> (r190445) @@
> -1,5 +1,7 @@
> # $FreeBSD$
>
> +SUBDIR+= ipmi_linux
> +
the ipmi_linux subdir is missing from this commit.
--
/"
> - snprintf(buf, bufsz, "+%08x", entry->gpe_index);
Not to bikeshed, but why not use "+%08X" instead?
> + snprintf(buf, bufsz, "+%08u", entry->gpe_index);
> return (buf);
> }
>
>
>
> !DSPAM:49dcce6b450631134040011!
-
Author: mlaier
Date: Fri Apr 10 14:41:51 2009
New Revision: 190895
URL: http://svn.freebsd.org/changeset/base/190895
Log:
Remove interfaces from IFG_ALL on detach. This cures a couple of pf panics
when using the "self" keyword in tables or as ()-style host address and
fixes "ifconfig -g all
Author: mlaier
Date: Fri Apr 10 19:16:14 2009
New Revision: 190903
URL: http://svn.freebsd.org/changeset/base/190903
Log:
Follow up for r190895 It's not only the "all" group that is affected, but
all groups on the given interface.
PR: kern/130977, kern/131310
MFC after:3
Author: mlaier
Date: Mon Apr 13 22:17:03 2009
New Revision: 191025
URL: http://svn.freebsd.org/changeset/base/191025
Log:
MFH r190903 & r190895:
Remove interfaces from interface groups on detach.
Reported by: various
Submitted by: Mikolaj Golub (r190895)
PR: kern/130977,
\
> ${_rip6query} \
> rmt \
> @@ -405,7 +404,6 @@ _usbconfig= usbconfig
>
> .if ${MK_WIRELESS} != "no"
> _ancontrol= ancontrol
> -_raycontrol= raycontrol
> _wlandebug= wlandebug
> _wpa=wpa
> .endif
>
&
case V_ASN1_SEQUENCE:
> > default:
> > + if (utype == V_ASN1_BMPSTRING && (len & 1))
> > + {
> > + ASN1err(ASN1_F_ASN1_EX_C2I,
> > +
b/libusb20_p.a -r--r--r-- 1 root wheel - 11874 Mar 9 14:33
> /usr/lib/libusbhid.a lrwxr-xr-x 1 root wheel -14 Mar 9 14:33
> /usr/lib/libusbhid.so@ -> libusbhid.so.3 -r--r--r-- 1 root wheel - 11284
> Mar 9 14:33 /usr/lib/libusbhid.so.3 -r--r--r-- 1 root
Author: mlaier
Date: Sat Mar 14 21:03:03 2009
New Revision: 189831
URL: http://svn.freebsd.org/changeset/base/189831
Log:
MFC:
- r184733, r184742
Add -A and -B options
- r184654, r184656
style(9) changes
- r173387, r173431 (by kevlo)
Check return value for setenv()
In e
sys/ (props changed)
These MFCs seem to be missing mergeinfo for the contrib directories.
--
/"\ Best regards, | mla...@freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mla...@efnet
/ \ ASCII
ANCH_OVERRIDE}" != "X" ]; then
> BRANCH=${BRANCH_OVERRIDE}
> fi
>
> Modified: releng/8.0/sys/conf/newvers.sh
> ===========
> === --- releng/8.0/sys/conf/newvers.shThu Dec 3 12:23:48 2009
On Sunday 06 December 2009 19:04:27 Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Dec 6 18:04:26 2009
> New Revision: 200183
> URL: http://svn.freebsd.org/changeset/base/200183
>
> Log:
> restore setting of sin_len (was removed in 1.146 last february) as
> it seems that now it is necessary f
On Monday 07 December 2009 19:19:15 Julian Elischer wrote:
> Julian Elischer wrote:
> > Ermal Luçi wrote:
> >> On Mon, Dec 7, 2009 at 5:31 AM, Max Laier >
> > [...]
> >
> >> > Do you have a reference for me?
> >>
> >> I follow
On Tuesday 17 August 2010 22:26:17 Dag-Erling Smorgrav wrote:
> Author: des
> Date: Tue Aug 17 20:26:17 2010
> New Revision: 211436
> URL: http://svn.freebsd.org/changeset/base/211436
>
> Log:
> Split kernel stage 3.2 (build everything) into 3.2 (build the kernel)
> and 3.3 (build the modules)
Author: mlaier
Date: Wed Sep 1 19:50:03 2010
New Revision: 212112
URL: http://svn.freebsd.org/changeset/base/212112
Log:
rmlock(9) two additions and one change/fix:
- add rm_try_rlock().
- add RM_SLEEPABLE to use sx(9) as the back-end lock in order to sleep while
holding the write lo
On Thursday 31 December 2009 21:47:54 John Baldwin wrote:
> On Thursday 31 December 2009 3:44:38 pm John Baldwin wrote:
> > Author: jhb
> > Date: Thu Dec 31 20:44:38 2009
> > New Revision: 201351
> > URL: http://svn.freebsd.org/changeset/base/201351
> >
> > Log:
> > Use stricter checking to match
On Sunday 04 October 2009 21:43:36 David Schultz wrote:
> Author: das
> Date: Sun Oct 4 19:43:36 2009
> New Revision: 197752
> URL: http://svn.freebsd.org/changeset/base/197752
>
> Log:
> Better glibc compatibility for getline/getdelim:
>
> - Tolerate applications that pass a NULL pointer fo
Author: mlaier
Date: Fri Jun 11 19:35:05 2010
New Revision: 209063
URL: http://svn.freebsd.org/changeset/base/209063
Log:
Cache the last result from if_indextoname for printing. This speeds up
"arp -an" when using a lot of aliases (on a single interface).
A better fix would include a bet
Author: mlaier
Date: Thu Jun 17 19:46:36 2010
New Revision: 209267
URL: http://svn.freebsd.org/changeset/base/209267
Log:
MFC r209063:
Cache the last result from if_indextoname for printing. This speeds up
"arp -an" when using a lot of aliases (on a single interface).
A better fi
Author: mlaier
Date: Thu Jun 17 20:38:18 2010
New Revision: 209271
URL: http://svn.freebsd.org/changeset/base/209271
Log:
MFC r209063:
Cache the last result from if_indextoname for printing. This speeds up
"arp -an" when using a lot of aliases (on a single interface).
A better fi
On Thursday 17 June 2010 22:38:18 Max Laier wrote:
> Author: mlaier
> Date: Thu Jun 17 20:38:18 2010
> New Revision: 209271
> URL: http://svn.freebsd.org/changeset/base/209271
>
> Log:
> MFC r209063:
> Cache the last result from if_indextoname for printing. This
Author: mlaier
Date: Wed Dec 10 20:55:44 2008
New Revision: 185877
URL: http://svn.freebsd.org/changeset/base/185877
Log:
Tag for pf 4.2
Added:
vendor/pf/4.2/
- copied from r185876, vendor/pf/dist/
___
svn-src-all@freebsd.org mailing list
http:
Author: mlaier
Date: Wed Dec 10 20:59:26 2008
New Revision: 185880
URL: http://svn.freebsd.org/changeset/base/185880
Log:
Import OPENBSD_4_3_BASE
Modified:
vendor/pf/dist/authpf/Makefile
vendor/pf/dist/authpf/authpf.8
vendor/pf/dist/authpf/authpf.c
vendor/pf/dist/authpf/pathnames.h
ve
Author: mlaier
Date: Wed Dec 10 21:00:02 2008
New Revision: 185881
URL: http://svn.freebsd.org/changeset/base/185881
Log:
Tag for pf 4.3
Added:
vendor/pf/4.3/
- copied from r185880, vendor/pf/dist/
___
svn-src-all@freebsd.org mailing list
http:
Author: mlaier
Date: Wed Dec 10 21:08:42 2008
New Revision: 185882
URL: http://svn.freebsd.org/changeset/base/185882
Log:
Import OPENBSD_4_4_BASE and libevent 1.3e
Modified:
vendor/pf/dist/authpf/authpf.8
vendor/pf/dist/ftp-proxy/filter.c
vendor/pf/dist/ftp-proxy/ftp-proxy.c
vendor/pf/d
Author: mlaier
Date: Wed Dec 10 21:09:09 2008
New Revision: 185883
URL: http://svn.freebsd.org/changeset/base/185883
Log:
Tag for pf 4.4
Added:
vendor/pf/4.4/
- copied from r185882, vendor/pf/dist/
___
svn-src-all@freebsd.org mailing list
http:
Author: mlaier
Date: Wed Dec 10 21:21:09 2008
New Revision: 185884
URL: http://svn.freebsd.org/changeset/base/185884
Log:
Import OPENBSD_4_2_BASE
Modified:
vendor-sys/pf/dist/net/if_pflog.c
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
Author: mlaier
Date: Wed Dec 10 21:21:09 2008
New Revision: 185884
URL: http://svn.freebsd.org/changeset/base/185884
Log:
Import OPENBSD_4_2_BASE
Modified:
vendor-sys/pf/dist/net/if_pflog.c
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
Author: mlaier
Date: Wed Dec 10 21:22:15 2008
New Revision: 185885
URL: http://svn.freebsd.org/changeset/base/185885
Log:
Tag for pf 4.2
Added:
vendor-sys/pf/4.2/
- copied from r185884, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
Author: mlaier
Date: Wed Dec 10 21:22:15 2008
New Revision: 185885
URL: http://svn.freebsd.org/changeset/base/185885
Log:
Tag for pf 4.2
Added:
vendor-sys/pf/4.2/
- copied from r185884, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
Author: mlaier
Date: Wed Dec 10 21:22:57 2008
New Revision: 185886
URL: http://svn.freebsd.org/changeset/base/185886
Log:
Import OPENBSD_4_3_BASE
Modified:
vendor-sys/pf/dist/net/if_pflog.c
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
Author: mlaier
Date: Wed Dec 10 21:22:57 2008
New Revision: 185886
URL: http://svn.freebsd.org/changeset/base/185886
Log:
Import OPENBSD_4_3_BASE
Modified:
vendor-sys/pf/dist/net/if_pflog.c
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
Author: mlaier
Date: Wed Dec 10 21:23:23 2008
New Revision: 185887
URL: http://svn.freebsd.org/changeset/base/185887
Log:
Tag for pf 4.3
Added:
vendor-sys/pf/4.3/
- copied from r185886, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
Author: mlaier
Date: Wed Dec 10 21:23:23 2008
New Revision: 185887
URL: http://svn.freebsd.org/changeset/base/185887
Log:
Tag for pf 4.3
Added:
vendor-sys/pf/4.3/
- copied from r185886, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
Author: mlaier
Date: Wed Dec 10 21:24:31 2008
New Revision: 185888
URL: http://svn.freebsd.org/changeset/base/185888
Log:
Import OPENBSD_4_4_BASE
Modified:
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
vendor-sys/pf/dist/net/pf_if.c
Author: mlaier
Date: Wed Dec 10 21:24:31 2008
New Revision: 185888
URL: http://svn.freebsd.org/changeset/base/185888
Log:
Import OPENBSD_4_4_BASE
Modified:
vendor-sys/pf/dist/net/if_pfsync.c
vendor-sys/pf/dist/net/if_pfsync.h
vendor-sys/pf/dist/net/pf.c
vendor-sys/pf/dist/net/pf_if.c
Author: mlaier
Date: Wed Dec 10 21:24:58 2008
New Revision: 185889
URL: http://svn.freebsd.org/changeset/base/185889
Log:
Tag for pf 4.4
Added:
vendor-sys/pf/4.4/
- copied from r185888, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
Author: mlaier
Date: Wed Dec 10 21:24:58 2008
New Revision: 185889
URL: http://svn.freebsd.org/changeset/base/185889
Log:
Tag for pf 4.4
Added:
vendor-sys/pf/4.4/
- copied from r185888, vendor-sys/pf/dist/
___
svn-src-all@freebsd.org mailing li
On Wednesday 10 December 2008 22:02:35 Julian Elischer wrote:
> Max Laier wrote:
> > Author: mlaier
> > Date: Wed Dec 10 20:59:26 2008
> > New Revision: 185880
> > URL: http://svn.freebsd.org/changeset/base/185880
> >
> > Log:
> > Import OPENBSD_4_3
ous error (global available, but not in
the container struct - or the other way around) can be warned about?
--
/"\ Best regards, | mla...@freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mla...@efnet
/ \ ASCII
_hook don't
interact with the LIST_LOCK.
> - Rename "done" label to "locked_error" to be clear that it's an error
> path on the way out of hook execution.
>
> MFC after: pretty soon
--
/"\ Best regards, | mla...@free
On Tuesday 16 December 2008 19:20:40 Robert Watson wrote:
> On Tue, 16 Dec 2008, Max Laier wrote:
> >> Log:
> >> A few locking fixes and cleanups to pfil hook registration,
> >> unregistration, and execution:
> >>
> >> - Add some brackets f
rote:
> On Tue, 16 Dec 2008, Max Laier wrote:
...
> >> - Don't lock the hook during registration, since it's not yet in use.
> >
> > Shouldn't the WLOCK be obtained regardless in order to obtain a memory
> > barrier for the reading threads? pfil_run_hook
nlocalok) {
> + error = ENOPROTOOPT;
> + break;
> + }
> +#endif
Indentation is off here. And you should add a /* FALLTHROUGH */ comment to
make it clear that this is intended.
> case IP_TOS:
> c
On Friday 09 January 2009 18:46:06 Julian Elischer wrote:
> Max Laier wrote:
> > On Friday 09 January 2009 17:02:19 Adrian Chadd wrote:
> >> Author: adrian
> >> Date: Fri Jan 9 16:02:19 2009
> >> New Revision: 186955
> >> URL: http://svn.fr
On Friday 09 January 2009 19:29:11 Adrian Chadd wrote:
> 2009/1/9 Max Laier :
> > Speaking of disabling it ... setting the sysctl to 0 is not really enough
> > to do that. One would also have to walk through the active sockets and
> > GC any that are bound to nonlocal addres
nd as
such we might not see all changes done by pfil_add_hook in the thread that is
doing the foo_remove(), right?
Something similar is true for the the foo_add() above. Is there a reason why
we don't want to lock the element's lock while we initialize? While it is
safe i
d long long
> +align_uint64(const uint64_t *pll)
> +{
> uint64_t ret;
>
> bcopy (pll, &ret, sizeof(ret));
--
/"\ Best regards, | mla...@freebsd.org
\ / Max Laier | ICQ #67774661
X htt
alization
strings to the terminal. This is sometimes desirable if the
deinitialization string does something unnecessary, like clear-
ing the screen.
It's one of the first things I do when I get a linux shell account
somewhere.
--
/"\ Best regar
s way
we can record the mergeinfo in src/sys as well and get rid of the extra info
in contrib/* I'd need some feedback from svn-savvy people to go this road,
though.
Before somebody asks why pf is the only offender - simply because it's the
only sys/contrib source with a post-cvs merg
Author: mlaier
Date: Tue Aug 18 16:13:59 2009
New Revision: 196360
URL: http://svn.freebsd.org/changeset/base/196360
Log:
eri@ wants to start on porting the latest pf in his user space so we can
finally have a new version in 9.0. Import pf as of OPENBSD_4_5_BASE to help
with that.
Added:
Author: mlaier
Date: Tue Aug 18 16:13:59 2009
New Revision: 196360
URL: http://svn.freebsd.org/changeset/base/196360
Log:
eri@ wants to start on porting the latest pf in his user space so we can
finally have a new version in 9.0. Import pf as of OPENBSD_4_5_BASE to help
with that.
Added:
Author: mlaier
Date: Tue Aug 18 16:16:48 2009
New Revision: 196361
URL: http://svn.freebsd.org/changeset/base/196361
Log:
Tag for pf 4.5
Added:
vendor/pf/4.5/
- copied from r196360, vendor/pf/dist/
Changes in other areas also in this revision:
Added:
vendor-sys/pf/4.5/
- copied f
Author: mlaier
Date: Tue Aug 18 16:16:48 2009
New Revision: 196361
URL: http://svn.freebsd.org/changeset/base/196361
Log:
Tag for pf 4.5
Added:
vendor-sys/pf/4.5/
- copied from r196360, vendor-sys/pf/dist/
Changes in other areas also in this revision:
Added:
vendor/pf/4.5/
- copi
Author: mlaier
Date: Tue Aug 18 16:21:07 2009
New Revision: 196362
URL: http://svn.freebsd.org/changeset/base/196362
Log:
Import 4.5-002 fix
Modified:
vendor-sys/pf/dist/net/pf.c
Modified: vendor-sys/pf/dist/net/pf.c
===
Author: mlaier
Date: Tue Aug 18 16:23:09 2009
New Revision: 196363
URL: http://svn.freebsd.org/changeset/base/196363
Log:
Tag for pf 4.5.002 (named after OpenBSD errata numbering)
Added:
vendor-sys/pf/4.5.002/
- copied from r196362, vendor-sys/pf/dist/
___
Author: mlaier
Date: Wed Aug 19 00:10:10 2009
New Revision: 196372
URL: http://svn.freebsd.org/changeset/base/196372
Log:
If we cannot immediately get the pf_consistency_lock in the purge thread,
restart the scan after acquiring the lock the hard way. Otherwise we might
end up with a dead r
Author: mlaier
Date: Wed Aug 19 00:17:00 2009
New Revision: 196373
URL: http://svn.freebsd.org/changeset/base/196373
Log:
MFC r196372:
If we cannot immediately get the pf_consistency_lock in the purge thread,
restart the scan after acquiring the lock the hard way. Otherwise we
might
if (align == FIND_EVEN_ALIAS_BASE)
> - port_sys = random() & ALIAS_PORT_MASK_EVEN;
> + port_sys = arc4random() & ALIAS_PORT_MASK_EVEN;
> else
> - port_sys = random() & ALIAS_PORT_MASK;
> + port_s
; level that is already very high.
> Also I do not see strict contradiction to the style(9), but probably I
> am not reading the most current style(9).
The additional scope is absolutely unnecessary here and should be dropped -
IMHO. See case IP_FW_RESETLOG and above.
--
/"\ Best regards,
LQ_FOREACH(pp2, &ds->list, list) {
> - if (pp->val < pp2->val) {
> - TAILQ_INSERT_BEFORE(pp2, pp, list);
> - return;
> - }
> - }
> - TAILQ_INSERT_TAIL(&ds->list, pp, list);
> }
--
/"\ Best rega
Author: mlaier
Date: Tue Nov 4 19:23:48 2008
New Revision: 184656
URL: http://svn.freebsd.org/changeset/base/184656
Log:
Declare functions and variables static and save a few byte. This is a
style(9)-change, too. Separate commit as it changes the object.
Modified:
head/usr.bin/du/du.c
M
Author: mlaier
Date: Tue Nov 4 19:17:32 2008
New Revision: 184654
URL: http://svn.freebsd.org/changeset/base/184654
Log:
style(9): mostly avoiding line wrap by not indenting cases. No obj change.
Modified:
head/usr.bin/du/du.c
Modified: head/usr.bin/du/du.c
Author: mlaier
Date: Thu Nov 6 16:30:38 2008
New Revision: 184733
URL: http://svn.freebsd.org/changeset/base/184733
Log:
Add two new options to du(1):
-A Display the apparent size instead of the disk usage. This can be
helpful when operating on compressed volumes or
Author: mlaier
Date: Thu Nov 6 23:55:28 2008
New Revision: 184742
URL: http://svn.freebsd.org/changeset/base/184742
Log:
Restore (intmax_t) casts I lost during the last change & unbreak the build.
Modified:
head/usr.bin/du/du.c
Modified: head/usr.bin/du/du.c
e, pn);
Why not use str{l,n}cpy then ... even if it's big enough now.
--
/"\ Best regards, | [EMAIL PROTECTED]
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED]
/ \ ASCII Ribbon Cam
t if we ever wanted to?
--
/"\ Best regards, | [EMAIL PROTECTED]
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED]
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
Author: mlaier
Date: Wed Dec 3 23:00:57 2008
New Revision: 185594
URL: http://svn.freebsd.org/changeset/base/185594
Log:
Fix build - cast off_t to (intmax_t) for printing.
Modified:
head/sbin/newfs_msdos/newfs_msdos.c
Modified: head/sbin/newfs_msdos/newfs_msdos.c
===
On Thursday 04 December 2008 00:00:57 Max Laier wrote:
> Author: mlaier
> Date: Wed Dec 3 23:00:57 2008
> New Revision: 185594
> URL: http://svn.freebsd.org/changeset/base/185594
>
> Log:
> Fix build - cast off_t to (intmax_t) for printing.
I'd really like to typedef
Author: mlaier
Date: Wed Dec 10 19:31:11 2008
New Revision: 185871
URL: http://svn.freebsd.org/changeset/base/185871
Log:
Unlock pf userland vendor area
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
==
Author: mlaier
Date: Wed Dec 10 19:31:42 2008
New Revision: 185872
URL: http://svn.freebsd.org/changeset/base/185872
Log:
Flatten out the pf userland vendor area
Added:
vendor/pf/3.4/authpf/
- copied from r185870, vendor/pf/3.4/contrib/pf/authpf/
vendor/pf/3.4/ftp-proxy/
- copied
Author: mlaier
Date: Wed Dec 10 19:33:10 2008
New Revision: 185873
URL: http://svn.freebsd.org/changeset/base/185873
Log:
No keyword expansion in vendor code, please.
Modified:
vendor/pf/3.4/authpf/authpf.8 (props changed)
vendor/pf/3.4/authpf/authpf.c (props changed)
vendor/pf/3.4/au
Author: mlaier
Date: Wed Dec 10 20:44:18 2008
New Revision: 185875
URL: http://svn.freebsd.org/changeset/base/185875
Log:
Bootstrap mergeinfo on pf userland
Modified:
head/contrib/pf/ (props changed)
___
svn-src-all@freebsd.org mailing list
http:/
Author: mlaier
Date: Wed Dec 10 20:54:37 2008
New Revision: 185876
URL: http://svn.freebsd.org/changeset/base/185876
Log:
Import OPENBSD_4_2_BASE
Added:
vendor/pf/dist/authpf/Makefile (contents, props changed)
vendor/pf/dist/ftp-proxy/Makefile (contents, props changed)
vendor/pf/dist/
Author: mlaier
Date: Sat Feb 13 16:04:58 2010
New Revision: 203834
URL: http://svn.freebsd.org/changeset/base/203834
Log:
Fix drbr and altq interaction:
- introduce drbr_needs_enqueue that returns whether the interface/br needs
an enqueue operation: returns true if altq is enabled or the
On Saturday 13 February 2010 17:04:58 Max Laier wrote:
> Author: mlaier
> Date: Sat Feb 13 16:04:58 2010
> New Revision: 203834
> URL: http://svn.freebsd.org/changeset/base/203834
>
> Log:
> Fix drbr and altq interaction:
>- introduce drbr_needs_enqueue that returns
1 - 100 of 106 matches
Mail list logo