FreeBSD Gets 'Fast IPsec' Implementation
An anonymous reader writes "Sam Leffler (yes, one of the authors of the
BSD Design and Implementation book you have on
your bookshelf if you know anything with operating
systems) has just committed a new FAST_IPSEC
implementation to the FreeBSD 5.x source tree.
It's a merge of the KAME IPsec implementation
and the OpenBSD hardware crypto accelerated
IPsec implementation. You can read the commit message here."
Probably not soon, i think they are avoiding to add it to Linux Kernel to avoid some problems with cryptographic restrictions in some countries. Anyway most distributions include it in their kernels.
Then maybe the Linux kernel needs to move outside of the US.
Prevent email address forgery. Publish SPF records for y
I certainly can't wait until this get's MFC'd.
Although I'm well impressed with the development methodology and stability of FreeBSD, I'm tied to using Linux on my desktop right now because of the following four things. I know this is quite OT, but I've tried other places for questions...
/dev/dsp[0,1] devices, but AFAICT FreeBSD only has one. Yeah, I know I can use something like EsoundD, but it'd be nicer to have it this way. Any clues?
/bin/cp. Yeah, strange, but I tried to copy a large number of MP3 files from a backup CD onto my FreeBSD installation, but its cp died with "too many files" or the like. Had to "cp a* b* c*", then "d* e* f*" -- shame the GNU tools can do this without hassle.
1) USB joypad support. Apparently non-existant, although I see some references to it in ports like BZFlag. FreeBSD USB page claims support may come in the future.
2) Hardware 3D. Work is ongoing here, but right now it's a bit of a messy job and I'm hoping it will be fully in the kernel with 5.0.
3) Sound -- Linux gives me two
4)
So, this probably deserves no mod points, but if anyone has any info here (should be clear that I've done some research!), please let me know.
Although most definitely off-topic, I'm glad this was posted. I've been wondering why FreeBSD has been having such a hard time, and this seems to give some decent reasons for it.
I still think BSD has some great things going for it, and in a few ways it still kicks Linux butt. But Linux is moving faster, so those areas may get smaller and smaller if FreeBSD doesn't get back in gear.
I've been using FreeBSD for 5 years now for various things. It was my desktop for a while, but now it is simply my preferred server platform. I don't know if there is any advantage to using it as opposed to Linux for my uses since I've never tried to replace it. But it has been great.
Anyway, I suppose this post is off-topic, too. But I hope to see both FreeBSD and Linux continuing long into the future. Long live the non-UNIX Unices!
Time flies like an arrow. Fruit flies like a banana.
- Ever touched a system running BSD: yes.
- Installed a system running BSD: yes.
- Screw up my system upgrading from 2.(something) to 3.0 without reading the directions: yes.
- Purchase the FreeBSD handbook at Comdex '97: yes
- Run an Apache/PHP server on FreeBSD to serve a community web site: yes
- Very proud that my old 486 box only crashed twice while serving said web site (once when the hard drive crashed, once when the water main in the host building broke): yes
- Currently using it as my apartment's router, gateway, file server, and resident UNIX box (everybody needs a UNIX box in their apartment!): yes
- Version currently in use: Somewhere around 4.5.STABLE
I apologize for feeding the trolls. I really should know better.Time flies like an arrow. Fruit flies like a banana.
The US isn't a problem for crypto anymore. You just send an email to the gov't to tell them about your program that uses crypto. (haha suckers, Canadian's don't have to do lame stuff like that :) There are still other countries where crypto is a problem, though.
#define X(x,y) x##y
Peter Cordes ; e-mail: X(peter@cordes ,
> > Last time I checked, Sweden is not in Calgary.
> Thats affirmative. It is, however, in Canada you fucktard. I'm assuming that you're an American because you are geographically retarded.
Nope, sorry, Sweden is not in Canada. Calgary is a city in western Canada, and Sweden is a nordic country. Apparently someone in Sweden uses OpenBSD, and is running on too little sleep.
#define X(x,y) x##y
Peter Cordes ; e-mail: X(peter@cordes ,
tar cf - .|(cd /mp3 && tar xvpf -)
/mp3 && gzip -dc|tar xvpf -'
It keeps permissions as well. You can even throw in a ssh and copy things over to another machine i.e.:
tar cf -|ssh -C machinename tar xvpf -
or
tar cf -|gzip -c|ssh machinename 'cd
Or throw in your favorite archive (cpio, pax) and compress (compress, bzip2) program