Difference between revisions of "BSD"

From Computer History Wiki
Jump to: navigation, search
(Tweaks)
m (External links: +The Berkeley Software Distribution)
 
Line 38: Line 38:
 
* [https://www.tech-insider.org/unix/research/acrobat/791204.pdf Data Structures Added in the Berkeley Virtual Memory Extensions to the UNIX Operating System] - ditto
 
* [https://www.tech-insider.org/unix/research/acrobat/791204.pdf Data Structures Added in the Berkeley Virtual Memory Extensions to the UNIX Operating System] - ditto
 
* [https://www.oreilly.com/openbook/opensources/book/kirkmck.html Twenty Years of Berkeley Unix: From AT&T-Owned to Freely Redistributable] - a crisp, clear history of the BSD effort
 
* [https://www.oreilly.com/openbook/opensources/book/kirkmck.html Twenty Years of Berkeley Unix: From AT&T-Owned to Freely Redistributable] - a crisp, clear history of the BSD effort
 +
* [https://www.abortretry.fail/p/the-berkley-software-distribution The Berkeley Software Distribution]
 
* [https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree bsd family tree]
 
* [https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree bsd family tree]
 
* [http://www.groklaw.net/article.php?story=20050505095249230 The Daemon, the GNU and the Penguin: Chapter 7 - BSD and the CSRG]
 
* [http://www.groklaw.net/article.php?story=20050505095249230 The Daemon, the GNU and the Penguin: Chapter 7 - BSD and the CSRG]

Latest revision as of 04:15, 19 February 2024

Berkeley Software Distribution (usually abbreviated to BSD) was the series of UNIX distributions created by the Computer Systems Research Group‎ at Berkeley. The CSRG put together the following releases:

Notable releases

  • 2.9BSD - For PDP-11s, the first full release from CSRG (prior releases were patches)
  • 2.10BSD
  • 2.11BSD - A still-maintained version for PDP-11S
  • 3.0 BSD - A VAX version derived from Unix/32V, including a real virtual memory system
  • 4.0 BSD - A vastly improved 3.0
  • 4.1 BSD - These were mostly betas testing new file systems & the TCP/IP protocol.
  • 4.1a BSD - This included BBN's TCP/IP software
  • 4.1b BSD - This version introduced the FFS file system.
  • 4.1c BSD - A beta of 4.2, and I think the first version of BSD sockets?
  • 4.2 BSD - The first shipping version of BSD with TCP/IP, FFS & termcap for the VAX.
  • 4.3 BSD - A version of pre-POSIX BSD, for the VAX.
  • 4.4 BSD - Did this version ever ship?
  • Net/1 - The TCP/IP source, and other programs free of the AT&T copyrite
  • Net/2 - Almost an entire release of all the source. This was the contention in the AT&T vs CSRG lawsuit.
  • 4.4 BSD Lite - This was the result of the aformentioned lawsuit. This was 'lite' in that it removed the offending 6 files.
  • 4.4 BSD Lite2 - the last release?

See also

External links