Difference between revisions of "BSD"

From Computer History Wiki
Jump to: navigation, search
m (External links: +The Daemon, the GNU and the Penguin)
(Notable releases: Add some 4.3 variants, some important (like Tahoe))
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Berkeley Software Distribution''' (usually abbreviated to '''BSD''') was the series of [[UNIX]] distributions created by the [[Computer Systems Research Group‎]]. The CSRG put together the following releases:
+
'''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 ==
 
== Notable releases ==
  
* [[2.9BSD]] - For [[PDP-11]]s, a full release from CSRG (prior releases were patches)
+
* [[2.9BSD]] - For [[PDP-11]]s, the first full release from CSRG (prior releases were patches)
 
* [[2.10BSD]]
 
* [[2.10BSD]]
* [[2.11BSD]] - A still-maintained version  
+
* [[2.11BSD]] - A still-maintained version for PDP-11S
 
* [[3 BSD|3.0 BSD]] - A [[VAX]] version derived from [[Unix/32V]], including a real [[virtual memory]] system
 
* [[3 BSD|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.0 BSD]] - A vastly improved 3.0
Line 14: Line 14:
 
* [[4.2 BSD]] - The first shipping version of BSD with TCP/IP, FFS & termcap for the VAX.
 
* [[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.3 BSD]] - A version of pre-POSIX BSD, for the VAX.
 +
** [[4.3 BSD NFS Wisconsin Unix]]
 +
** [[4.3 BSD Tahoe‎]] - 4.3 made [[portable]] to other [[instruction set architecture|ISPs]]
 +
** [[4.3 BSD Reno]] - move toward POSIX compliance
 +
*** [[4.3 BSD Quasijarus]] - a fork of 4.3 BSD-Tahoe to maintain it
 
* [[4.4 BSD]] - Did this version ever ship?
 
* [[4.4 BSD]] - Did this version ever ship?
 
* [[Net/1]] - The TCP/IP source, and other programs free of the AT&T copyrite
 
* [[Net/1]] - The TCP/IP source, and other programs free of the AT&T copyrite
Line 28: Line 32:
 
** [[FreeBSD]]
 
** [[FreeBSD]]
 
** [[OpenBSD]]
 
** [[OpenBSD]]
 +
* [[BSD Daemon]]
  
 
==External links==
 
==External links==
Line 33: Line 38:
 
* [https://www.jslite.net/notes/joy2.pdf Proposal for enhancement of UNIX on the VAX] - Berkeley's proposal to [[DARPA]] that led to 4.0 and its successors
 
* [https://www.jslite.net/notes/joy2.pdf Proposal for enhancement of UNIX on the VAX] - Berkeley's proposal to [[DARPA]] that led to 4.0 and its successors
 
* [https://www.jslite.net/notes/joy1.pdf An architecture for Interprocess Communication in UNIX]
 
* [https://www.jslite.net/notes/joy1.pdf An architecture for Interprocess Communication in UNIX]
 +
* [http://roguelife.org/~fujita/COOKIES/HISTORY/3BSD/design.pdf Design and Implementation of the Berkeley Virtual Memory Extensions to the UNIX Operating System] - PDF, not a scan
 +
<!-- * [https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/doc/vmunix/design.t Berkeley Virtual Memory Extensions to the UNIX Operating System] -->
 +
* [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]
 
* [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 18:40, 20 December 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

See also

External links