Re: jumbos for bnx(4)

2011-11-26 Thread Mark Kettenis
> Date: Mon, 21 Nov 2011 21:04:22 +1000 > From: David Gwynne > > this diff enables large ethernet frames on bnx(4) chips. Bleah. I hate the devname checks in brgphy(4)... > Index: mii/brgphy.c > === > RCS file: /cvs/src/sys/dev/mi

ideas for dpb near future

2011-11-26 Thread Marc Espie
Thinking of making it possible to remove unneeded dependencies on the go, as it would allow us to find more problems. I'm thinking it won't be THAT slow, since at the end of a bulk, pkg_add spends a lot of time just processing the full list of installed packages (which amounts to ~2000), whereas

Kimberly Sanchez invites you to connect

2011-11-26 Thread sweetieingirl
I created a profile with my pictures, videos, blog and events and I'd like to add you as a friend to show this to you. http://beeefriend.zoomshare.com/files/photos.htm

Re: libedit: don't segfault on bind to invalid command

2011-11-26 Thread Nicholas Marriott
go for it, ok nicm On Wed, Nov 23, 2011 at 11:17:51PM +0100, Pascal Stumpf wrote: > Whenever you try to bind a key to an invalid command in a program that > uses libedit, the program will segfault. This is because parse_cmd() in > parse.c still assumes an old format of the help array (where it w