PATCH: /usr/bin/ftp: Remove fragment/anchor identifier before making request

2011-10-28 Thread Eric P. Mangold
Hi, I was trying to use the 'ftp' program to retrieve the following URL: https://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz#md5=47ec6ff3f6d962696fe08d4c8264ad49 Which fails because it considers the fragment as part of the path, and so the server returns 404. These type of links are q

use M_PROTO1 in bridge output too

2011-10-28 Thread Camiel Dobbelaar
M_PROTO1 is used by if_bridge on the input path. On the output path it's used now only by if_bridge for if_gif. I think we can use it generically to mark packets as "processed by bridge" in the output path. The diff simplifies things and avoids mtag checking and allocation so is more efficien

İyi Bayramlar Diler Reklam Projesi

2011-10-28 Thread Hasan KARA
Say}n Yetkili; Kurban Bayram}nda firmalar}m}z igin haz}rlad}p}m}z ]Y] BAYRAMLAR D]LER proje detaylar} a~ap}daki gibidir. 06-07-08 Kas}m tarihlerinde her kanalda g|nde 7 defa ~eklinde yay}nlanacakt}r. 1.SKYTURK 21 ADET 4SN.L]K KU^AK REKLAM(84sn.) 2.KANALTURK 21 ADET 4SN.L]K KU^AK REKLAM(84sn.) 3.K

Re: AMD cpuid feature flags for i386

2011-10-28 Thread Jonathan Gray
On Fri, Oct 28, 2011 at 03:01:42PM +0200, Mark Kettenis wrote: > > Date: Fri, 28 Oct 2011 20:54:48 +1100 > > From: Jonathan Gray > > > > The following lets i386 print out AMD specific feature flags > > (ie NXE, LONG) similiar to what we already do on amd64. > > > > The Cyrix 3DNOW flag is remove

Re: October 13 2011 NAT update

2011-10-28 Thread Mike Belopuhov
On Fri, Oct 28, 2011 at 12:09 PM, Tom Murphy wrote: > You guys might want to add a note to current.html that from October > 13 2011, the NAT updates have made it impossible to not use an address > family in a nat-to statement. > > The following statement fails now: > > match out on egress from ($i

Re: AMD cpuid feature flags for i386

2011-10-28 Thread Mark Kettenis
> Date: Fri, 28 Oct 2011 20:54:48 +1100 > From: Jonathan Gray > > The following lets i386 print out AMD specific feature flags > (ie NXE, LONG) similiar to what we already do on amd64. > > The Cyrix 3DNOW flag is removed as it should show up > in the AMD specific flags in addition to the Intel o

October 13 2011 NAT update

2011-10-28 Thread Tom Murphy
You guys might want to add a note to current.html that from October 13 2011, the NAT updates have made it impossible to not use an address family in a nat-to statement. The following statement fails now: match out on egress from ($int_if:network) nat-to (egress) Gives the error: /etc/pf.conf:74

AMD cpuid feature flags for i386

2011-10-28 Thread Jonathan Gray
The following lets i386 print out AMD specific feature flags (ie NXE, LONG) similiar to what we already do on amd64. The Cyrix 3DNOW flag is removed as it should show up in the AMD specific flags in addition to the Intel ones. Index: i386/locore.s =