jhay2005-11-19 08:07:46 UTC
FreeBSD ports repository
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Add my coordinates.
Requested by: dds
Revision ChangesPath
1.232 +1 -0 ports/astro/xearth/files/freebsd.committers.markers
___
jhay2012-06-11 12:01:24 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo pkg-plist
Log:
Update to version 0.6.3.
Revision ChangesPath
1.21 +1 -1 ports/net/olsrd/Makefile
1.14 +2 -2 ports/net/olsrd/distinfo
jhay2006-01-23 13:49:39 UTC
FreeBSD src repository
Modified files:
usr.bin/whoiswhois.1 whois.c
Log:
Add AfriNIC as a RIR.
PR: 80421
Submitted by: Adrian Frith
MFC after: 6 days
Revision ChangesPath
1.35 +8 -3 src/usr
jhay2006-01-31 18:11:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/whoiswhois.1 whois.c
Log:
MFC:
Add AfriNIC as a RIR.
PR: 80421
Submitted by: Adrian Frith
Revision ChangesPath
1.34.2.1 +8 -3
jhay2006-01-31 18:16:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
usr.bin/whoiswhois.1 whois.c
Log:
MFC:
Add AfriNIC as a RIR.
PR: 80421
Submitted by: Adrian Frith
Revision ChangesPath
1.32.2.2 +8 -3
gt; > Merge DRM from -current, including:
> > - i915 attachment and running fixed
> > - i915 vblank support
Thankyou! The i915 merge is working great here.
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.o
jhay2006-06-05 17:01:11 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-SMPP Makefile distinfo pkg-plist
Log:
Update to ver 1.10
plist tweaked a bit by me.
PR: 97934
Submitted by: Martin Wilke
Revision ChangesPath
1.6 +1
jhay2006-08-31 16:56:45 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
Recognise IPv6 PIM packets.
MFC after: 1 week
Revision ChangesPath
1.145 +6 -0 src/sys/netinet/ip_fw2.c
___
jhay2006-09-05 19:20:42 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_forward.c
Log:
Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision
to generate icmp6 redirects. Now it is possible to switch redirects off.
MFC after: 1
Error code 1
Stop in /usr/obj/usr/src/sys/SMALL.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
###
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
jhay2006-09-07 10:26:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_fw2.c
Log:
MFC:Recognise IPv6 PIM packets.
RevisionChangesPath
1.106.2.18 +6 -0 src/sys/netinet/ip_fw2.c
_
jhay2006-09-07 18:44:54 UTC
FreeBSD src repository
Modified files:
sys/netinet6 udp6_usrreq.c
Log:
All multicast listeners on a port should get one copy of the packet. This
was broken during the locking changes.
Revision ChangesPath
1.68 +3 -3
jhay2006-09-12 17:54:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 ip6_forward.c
Log:
MFC: Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision
to generate icmp6 redirects. Now it is possible to switch redirec
jhay2006-09-16 06:24:28 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
Make it possible to add an IPv6 host route to a host directly connected.
Use something like this:
route add -inet6 -interface -llinfo
This is usefull for wireless
jhay2006-09-16 06:34:30 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
otherwise this command
ipfw add allow ipv6-icmp from any to 2002::1 icmp6types 1,2,128,12
jhay2006-09-16 10:27:05 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
Handle a list of IPv6 src and dst addresses correctly, eg.
ipfw add allow ip6 from any to 2000::/16,2002::/16
PR: 102422 (part 3)
Submitted by: Andrey
jhay2006-09-16 19:27:40 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
Check the length of the ipv4 and ipv6 address lists. It must be less
than F_LEN_MASK.
MFC after: 5 days
Revision ChangesPath
1.98 +4 -0 src/s
jhay2006-09-20 19:10:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 nd6.c
Log:
MFC: 1.67
Make it possible to add an IPv6 host route to a host directly connected.
Use something like this:
route add -inet6 -interface -lli
jhay2006-09-20 19:15:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_fw2.c
Log:
MFC: 1.147
Handle a list of IPv6 src and dst addresses correctly, eg.
ipfw add allow ip6 from any to 2000::/16,2002::/16
PR: 10
jhay2006-09-20 19:18:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ipfwipfw2.c
Log:
MFC: 1.97
Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
otherwise this command
ipfw add allow ipv6-icmp fro
jhay2006-09-20 19:20:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ipfwipfw2.c
Log:
MFC: 1.98
Check the length of the ipv4 and ipv6 address lists. It must be less
than F_LEN_MASK.
Approved by:re (hrs)
Revision Cha
jhay2006-09-30 14:08:57 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
My previous commit broke "route add -inet6 -interface gif0".
Fix that by excluding point-to-point interfaces.
MFC after: 5 days
Revision ChangesPath
1.6
ck `(rt->rt_flags & RTF_HOST) != 0', here?
That would work better yes. Is there a reason you feel unsure about it?
Or is it just a case of not having tested it?
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
areas. So you need to add a route
to the interface that can talk to the host. So after some struggling
and questions on freebsd-net, I came up with code that do the
equivalent of: "route add -inet6 -interface
-ifp -llinfo -nostatic" in olsrd and this patch. If there
is an easier w
jhay2006-09-30 20:25:33 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
A better fix is to check if it is a host route.
Submitted by: ume
MFC after: 5 days
Revision ChangesPath
1.69 +1 -1 src/sys/netinet6/nd6.c
__
jhay2006-10-02 19:15:10 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
Hopefully the last tweak in trying to make it possible to add ipv6 direct
host routes without side effects.
Submitted by: JINMEI Tatuya
MFC after: 4 days
Re
jhay2006-10-07 18:31:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 nd6.c
Log:
MFC: 1.70
Hopefully the last tweak in trying to make it possible to add ipv6 direct
host routes without side effects.
Submitted by: JINMEI T
jhay2011-10-14 11:58:24 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo pkg-plist
Log:
Update to 0.6.2
Revision ChangesPath
1.20 +1 -1 ports/net/olsrd/Makefile
1.13 +2 -2 ports/net/olsrd/distinfo
1.8
jhay2012-01-14 16:50:08 UTC
FreeBSD ports repository
Modified files:
lang/nqc Makefile
Added files:
lang/nqc/files
extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
Log:
Make nqc compile on FreeBSD 8 and later.
PR:
jhay2010-11-28 08:52:44 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-SMPP Makefile distinfo
Log:
Update to 1.18
PR: 152544
Submitted by: Florian Smeets
Revision ChangesPath
1.11 +1 -1 ports/net/p5-Net-SMPP/Makefile
jhay2010-11-30 14:34:00 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
Removed files:
net/olsrd/files patch-mcast
Log:
Update to 0.6.1.
Revision ChangesPath
1.18 +1 -1 ports/net/olsrd/Makefile
1.12
jhay2010-05-22 07:38:37 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo pkg-plist
net/olsrd/files patch-Makefile
Added files:
net/olsrd/files patch-mcast
Log:
Upgrade to olsrd 0.6.0.
Revision ChangesPath
1.
jhay2009-03-09 07:34:43 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-SMPP Makefile distinfo
Log:
Update to version 1.12.
PR: ports/131953
Submitted by: Edmondas Girkantas
Revision ChangesPath
1.9 +1 -1 ports/net/p5-
jhay2009-03-30 18:54:57 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo pkg-descr
Added files:
net/olsrd/files patch-src-bsd-kernel_routes.c
Log:
Upgrade to olsrd 0.5.6-r4. Make it compile on -current again.
Remove the addres
jhay2010-01-26 19:54:37 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
Log:
Upgrade to olsrd 0.5.6-r8.
Revision ChangesPath
1.16 +1 -1 ports/net/olsrd/Makefile
1.10 +3 -3 ports/net/olsrd/distinfo
_
jhay2009-08-01 15:51:51 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
net/olsrd/files patch-src-bsd-kernel_routes.c
Added files:
net/olsrd/files patch-src-bsd-net.c
Log:
Upgrade to olsrd 0.5.6-r5. Also make it work o
jhay2009-08-04 17:39:28 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile pkg-plist
Log:
Add lib/olsrd_watchdog.so.0.1 to pkg-plist.
Bump PORTREVISION.
Reported by:pointyhat (erwin)
Revision ChangesPath
1.13 +1 -0 port
jhay2009-10-11 17:54:19 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
Removed files:
net/olsrd/files patch-src-bsd-kernel_routes.c
patch-src-bsd-net.c
Log:
Upgrade to olsrd 0.5.6-r6.
Revision Ch
jhay2009-11-18 05:43:33 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
Log:
Upgrade to olsrd 0.5.6-r7.
Revision ChangesPath
1.15 +1 -1 ports/net/olsrd/Makefile
1.9 +3 -3 ports/net/olsrd/distinfo
_
jhay2008-06-15 07:15:52 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-SMPP Makefile distinfo pkg-descr
Log:
Update to version 1.11 and add WWW to pkg-descr.
PR: 120704
Submitted by: Felippe de Meirelles Motta
Revision ChangesPath
1.8
e of it, I'm not sure we should worry about it
too much. On a "normal" machine only root can create/edit
/etc/rc.early and there are many other ways root can kill his box.
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@f
jhay2007-10-24 15:51:11 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo pkg-plist
net/olsrd/files patch-Makefile
Log:
Update to olsrd 0.5.4. This unbreaks it for gcc 4.2.
Approved by:maintainer ([EMAIL PROTECTED])
Re
ease/Makefile.inc.docports is not adequate
anymore. Any chance of reducing the number of ports now necesary or
otherwise fixing the list in Makefile.inc.docports?
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
h
On Mon, Mar 03, 2008 at 05:37:08PM +0800, Rong-En Fan wrote:
> On Mon, Mar 03, 2008 at 11:12:14AM +0200, John Hay wrote:
> > On Sat, Mar 01, 2008 at 11:07:52AM +, Rong-En Fan wrote:
> > > rafan 2008-03-01 11:07:52 UTC
> > >
> > > FreeBSD ports repo
Fix a bug whereby multicast packets that are looped back locally
> wind up with the incorrect checksum on the wire when transmitted via
> devices that do checksum offloading.
Thanks!
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
jhay2008-09-06 10:12:52 UTC
FreeBSD src repository
Modified files:
release Makefile.inc.docports
Log:
SVN rev 182812 on 2008-09-06 10:12:52Z by jhay
Chase the ghostscript port changes.
Revision ChangesPath
1.28 +2 -2 src/release/Makefil
d it with the create keyword added and the clone stuff in
/etc/network.subr also use it like that, if I read the code correctly.
I think if it previously worked, it was by accident. :-/ If we need
it to work, maybe one can test for vlan in main() whith the test for
create or plumb?
John
--
Joh
to not
> allow breaking into the boot sequence which was original in the patch
> John posted (not in the original i386 code I based this boot2.c on,
> only the name is the same). I haven't checked to see if he did that,
> or if it was one of Sam's improvements.
The -
jhay2008-10-06 19:38:10 UTC
FreeBSD src repository
Added files:
sys/boot/arm/ixp425 Makefile.inc
sys/boot/arm/ixp425/boot2 Makefile arm_init.S boot2.c cf_ata.h
ixp425_board.c lib.h
Log:
SVN rev 183651 on 2008-10-06 19:38:10Z by jhay
A
jhay2008-10-11 06:18:20 UTC
FreeBSD ports repository
Modified files:
net/olsrdMakefile distinfo
net/olsrd/files patch-Makefile
Log:
Update to olsrd 0.5.6-r2. Take over maintainership.
Revision ChangesPath
1.9 +4 -4 ports/net/olsrd/
jhay2007-06-15 05:57:00 UTC
FreeBSD ports repository
Modified files:
lang/nqc Makefile distinfo
Removed files:
lang/nqc/files patch-RCX_USBTowerPipe_fbsd.cpp
Log:
Update to nqc-3.1.r6. This now compiles on amd64 + gcc 4.2.
Revision ChangesPa
o the base system.
Ah, now I understand why we chose to import gcc 4.2 and not 4.1. :-)
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscrib
jhay2007-05-28 18:45:16 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c
Log:
Optimize a bit more, both the Avila and Pronghorn Metro boards work with
GPIO_TYPE_EDG_RISING.
Reviewed by:sam
Revision ChangesPath
1.5 +3 -4
jhay2007-05-28 18:54:09 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 ixp425.c
Log:
We do not need to get the irq out of ivars in ixp425_setup_intr(). By
this time they have already been set. In fact trying to set it here too
breaks irqs for pci devices
jhay2007-05-29 18:10:42 UTC
FreeBSD src repository
Modified files:
sys/arm/conf AVILA.hints
sys/arm/xscale/ixp425 ixp425.c ixp425var.h uart_bus_ixp425.c
uart_cpu_ixp425.c
Log:
Remove the hardcoded IXP425_UART?_VBASE values in the
uart
ht into multi-user mode.
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thu, Nov 30, 2006 at 07:28:31AM +, John Birrell wrote:
> On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote:
> > Does this work on serial consoles too or does one have to set something?
> >
> > I just built a new kernel for my arm Avila board and when it boots
0c0, r3 =8020
r4 =c0b86c40, r5 =c0b7b7c0, r6 =c567ceac, r7 =c042b634
r8 =, r9 =, r10=c0b85498, r11=c567ce68
r12=c567ce54, ssp=c567ce54, slr=c041fd64, pc =0080
[thread pid 13 tid 12 ]
Stopped at 0x80: address 0x80 is invalid
*** error reading from address 80 *
jhay2007-03-14 18:05:04 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c
Log:
Map the second CS of the compact flash too. This allow us access to
the alternate status and the control registers. Remove the local
version of ata_reset.
Add su
jhay2007-03-14 18:42:41 UTC
FreeBSD ports repository
Added files:
www/ffproxy/filespatch-socket.c
Log:
Fix access control and logging of IPv6 addresses.
Revision ChangesPath
1.1 +35 -0 ports/www/ffproxy/files/patch-socket.c (new)
jhay2007-03-14 19:03:07 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 ixp425.c ixp425reg.h
Log:
Map the second CS of the compact flash too. This allow us access to
the alternate status and the control registers. Remove the local
version of ata_reset.
t the point of suggesting we should get rid of the #if INET6's
in our code and just keep all the ipv4 and ipv6 code under a single
#if INET umbrella. :-)
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
62 matches
Mail list logo