TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DragonFly BSD 4.0 released

189 pointsby fcambusover 10 years ago

13 comments

joshbaptisteover 10 years ago
Out of the BSDs, I would say DragonFly is the most innovative. Its implementation of virtual kernels, HammerFS, thread scheduling via message passing and it has been rock solid as an NFS file server, serving all my local media to other *nix nodes on my LAN. Wikipedia gives a great rundown on the innovations and why Matt decided to fork.<p><a href="http://en.wikipedia.org/wiki/DragonFly_BSD" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;DragonFly_BSD</a>
评论 #8663889 未加载
fcambusover 10 years ago
Also worth mentioning, BSDTalk has an interview with Matthew Dillon about the 4.0 release of DragonFly BSD : <a href="http://bsdtalk.blogspot.com/2014/11/bsdtalk248-dragonflybsd-with-matthew.html" rel="nofollow">http:&#x2F;&#x2F;bsdtalk.blogspot.com&#x2F;2014&#x2F;11&#x2F;bsdtalk248-dragonflybsd-...</a>
评论 #8665235 未加载
ashover 10 years ago
&quot;The drm&#x2F;i915 driver is now mostly based on the Linux 3.8.13 implementation and is no longer similar to the FreeBSD driver. Many Linux APIs and data structures have been implemented in the DragonFly kernel in order to reuse as many parts as possible of the Linux drm&#x2F;i915 code without modifications.&quot;<p>I was wondering how did they deal with licensing issue. I thought Linux drivers are all under GPL. And DragonFly is (obviously) under BSD. Then I&#x27;ve noticed gpu&#x2F;drm&#x2F;i915 has a permissive (MIT?) license. E.g.:<p><a href="https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/i915/i915_drv.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;linux&#x2F;blob&#x2F;master&#x2F;drivers&#x2F;gpu&#x2F;dr...</a><p>Is it true for everything else under gpu&#x2F;drm directory? What license does DRM have?
评论 #8664548 未加载
评论 #8664479 未加载
tiffanyhover 10 years ago
I&#x27;d love to see these 2.5 year old performance benchmarks re-ran.<p><a href="http://www.dragonflybsd.org/performance/" rel="nofollow">http:&#x2F;&#x2F;www.dragonflybsd.org&#x2F;performance&#x2F;</a><p>Does anyone know where I can gain the benchmark config&#x2F;setup so that I can re-run myself?
评论 #8666508 未加载
adventureloopover 10 years ago
This is great news, the DragonFly project keeps doing really interesting things. The interview linked elsewhere in the thread give a good overview of how the project is doing. Matthew Dillon mentions in the interview that DragonFly will be able to be much more than an experimental operating system.
datashovelover 10 years ago
This project has intrigued me for a long time. I seriously believe it could eventually become the premiere BSD-flavor OS. Although given all the low-level changes they&#x27;ve made it may not be easy to &quot;label&quot; it BSD in the future.
评论 #8663639 未加载
评论 #8663903 未加载
justincormackover 10 years ago
The first OS to drop 32 bit support, thus eg fixing the year 2038 problem the easy way. Not sure if any others will though, at least not until arm64 is more widespread.
评论 #8664068 未加载
评论 #8665680 未加载
评论 #8665139 未加载
mhdover 10 years ago
The graphics support sounds neat for (developer) workstation usage, hope it gets at least a basic suspend&#x2F;hibernate support soon to complete the picture.
tiffanyhover 10 years ago
What single feature&#x2F;change caused this to be a major release as opposed to a minor release?<p>In reading the OP link, nothing in particular stood out to me.<p>(Please don&#x27;t take offense to my statement. The changes are all great. I&#x27;m just typically use to major releases to be when something foundational has changed and I&#x27;m just not seeing that here)
评论 #8664467 未加载
评论 #8664821 未加载
forkandwaitover 10 years ago
Does anyone know if DragonFly&#x27;s code gets merged inro the FreeBSD codebase?
评论 #8664067 未加载
评论 #8666965 未加载
评论 #8664451 未加载
Nuxover 10 years ago
Wow, nice set of features. It&#x27;s time I checked Dragonfly BSD again!<p><a href="http://www.dragonflybsd.org/features/" rel="nofollow">http:&#x2F;&#x2F;www.dragonflybsd.org&#x2F;features&#x2F;</a>
jrobnover 10 years ago
Apple has a lot invested in Darwin, but DragonFly BSD would be a nice foundation for OS X.
评论 #8670546 未加载
评论 #8664446 未加载
评论 #8666971 未加载
ams6110over 10 years ago
Really nice to see DragonFly is still alive and progressing. I tend to like OpenBSD but choices are good!