NetBSD 2.0 RC4 Tagged and Released
agent dero writes "According to recent news at NetBSD.org, NetBSD 2.0 Release Candidate #4 has been tagged and released to the release engineering server Check out the announcement for more info on changes since RC 3. Also note worthy, the final release has been pushed back a few weeks to allow for testing of RC4"
What are the new changes in NetBSD 2.0 that warrant the major vesion number change?
Sigh... What's the point of announcing every tiny microrelease on Slashdot? X.Y RC4 is not news. 2.0 final is.
"NetBSD 2.0 RC4 Bagged and Tagged"
:)
It's a joke.. laugh.
From the Changelog:
2.1.6. Verified Exec
As the name suggests, Verified Exec verifies a cryptographic hash before allowing execution of binaries and scripts.
This can be used to prevent a system from running binaries or scripts which have been illegally modified or installed. In addition, Verified Exec can also be used to limit the use of script interpreters to authorized scripts only and disallow interactive use.
I've been looking for something like this for Linux some time ago. Anyone here know if it exists?
My other account has a 3-digit UID.
I haven't been reading /. for a month or so, and when I come back to my beloved BSD section, all trolls are gone. Died off without food? WTF? Someone explain.
It comes a day when a troll has to start facing the truth.
:-D
Anyway, the poor kid is very, very ill. I really don't know what I can do to help him to recover.
Since this is the *BSD section, it makes perfect sense to make the readers aware that a new micro/macro/mini/maxi/nano/mega/pico/giga-release is out.
You're a troll.. piss off. :)
...and here's our troll, desperately trying to be modded up ;-)
Only a total retard could have fallen for it, however.
I've never experienced putting NetBSD (or OpenBSD) machines in a FreeBSD ethernet. I guess everything should run smoothly after some configuring. But are there any potential issues I'd have to watch for (file system compatibility, etc)?
Desparately off topic, but it seems that DragonflyBSD has released 1.0 or will release it tommorrow according to their homepage http://www.dragonflybsd.org/main/
I quickly decided I feel like experimenting it directly :-P
Most people have DSL or Cable with dynamic IP. Anyways, what are you doing reading this section, silly? BSD is no longer with us, haven't you heard?
uh... I heard this.
Sorry to break this up to you kid, this stuff is for grown-ups. Go back to play with linux. :)
Will it finally run on my toaster?
Who cares about NetBSD? Is there a single platform on which NetBSD runs and Linux doesn't? Welcome to the world of irrelevance my dear masochists.
I feel like FreeBSD and NetBSD are going to release their milestones in the same time. NetBSD 2.0 and FreeBSD 5.3 will (hopefully) be the first 5.x Production Release for the FreeBSD operating system. Nice work !
NetBSD again sets Internet2 Land Speed World Record (30 Sep)
Heh... the harsh truth of software development (and many other sci/tech fields as well): quality and quantity often don't walk hand in hand. :-)
Gosh, with all these delicious BSD releases about to happen, (nbsd 2.0, fbsd 5.3, dbsd 1.0) it makes it hard for a guy to decide which one to play with.
I need some more harddrives so i'll have a place to install them!
do() || do_not();
There is a lot I enjoy & admire about NetBSD, and a lot more that I am not the judge of. But I have to flag the parent article as a frothing evangelist on one point of fact:
In my experience, NetBSD ported software packages usually do NOT work on any platform but the one where they were developed. Of course software like cal or bc that runs from the command line & doesn't access any hardware work fine. But my experience of playing around with the Mac68k port of NetBSD 1.6x was that precious few of the downloadable packages were at all useful.
Nobody has even yet figured out how the Mac86k floppy drive[s], nor sound work. Want X? It is supported, on a select few machines--but only at 1-bit pixel depth! I was lucky just to have found a [the?] supported ethernet card and harddrive.
I am sure other non-x86 platforms are pretty much in the same boat. NetBSD, like uClinux, is a great portability project for giving engineers a common environment on which to develop exotic single-purpose gadgetry. And it gives students a well-thought-out kernel to learn from [much more comprehensible than Linux, so I've heard].
But as far as giving the rest of us an installable, useful, fully-ported environment where we can run our preferred day-to-day programs on minority hardware... that just isn't where NetBSD or uClinux are at.
Whoever denies it (and it's just you, dear troll) is just a pathetic clueless lamer.
One suggestion: learn to code. I know it's very, very arduous to some kind of people, but in the end it could turn out to be fun. Then maybe you'll start to appreciate projects like FreeBSD.
Oh.. but in the meantime, you can go f*ck yourself, of course. :-)
I didn't have to look far. Driver for Broadcom 440x network cards (like the one in the laptop I'm talking from)
/home/nbsd/src/sys/dev/pci/if_bce.c
/usr/src/linux/drivers/net/b44.c
/home/nbsd/src/sys/dev/pci/if_bce.c | grep func | wc -l /usr/src/linux/drivers/net/b44.c | grep func | wc -l
Linux 2.6.9-rc4-mm1: drivers/net/b44.c
NetBSD 2.0: src/sys/dev/pci/if_bce.c
Come on. The Linux one can even pass as bloated:
44K
48K
A colossal 4kb larger. And a lot of the code within is dirty, but you asked for file names only, right? The Linux one even uses spinlocks where they are completely unnecessary. It has many more functions than the NetBSD one, implying a heavily complicated driver handling concept, or possibly just a sloppy design. Real coders know how many primitive objects to split a design into, and it's clear who's the real coder:
dirk root # exuberant-ctags -x
22
dirk root # exuberant-ctags -x
69
Granted the NetBSD source (like the other non-DragonFly BSDs) is mostly in K&R C, which many consider 'dirty' (even if technically more interoperable, which pays dividends in NetBSD's ability to be compiled on virtually any system). That's splitting hairs though. It still manages to be smaller and tighter than the Linux code in spite of the 'redundant' argument naming of K&R.
Anything else you wanted? You seem owned to me. Go back to not knowing about code.
Sam ty sig.