mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
Sync more with reality...
This commit is contained in:
parent
3f81b6e1f1
commit
9f63a91c4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42855
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<! $Id: TODO.html,v 1.1 1998/10/28 16:16:30 abial Exp $ >
|
||||
<! $Id: TODO.html,v 1.2 1998/12/22 21:40:56 abial Exp $ >
|
||||
<body>
|
||||
<h1><center> Small FreeBSD ToDo List.
|
||||
</center></h1>
|
||||
@ -21,7 +21,7 @@ part of the work, please contact the coordinator of PicoBSD project
|
||||
<li>
|
||||
Eliminate need for patching FreeBSD source tree - either by
|
||||
keeping our own version of Makefiles, or by adding (many) knobs to
|
||||
the standard ones.
|
||||
the standard ones. (NOTE: this will be resolved in v. 0.44).
|
||||
</li>
|
||||
<li>
|
||||
Provide options for building separate kernel and FS images of
|
||||
@ -33,15 +33,14 @@ and "net" for most common tasks.
|
||||
</li>
|
||||
<li>
|
||||
Replace most of currently used scripts with Makefiles.
|
||||
(NOTE: this will be resolved in v. 0.44).
|
||||
</li>
|
||||
<li>
|
||||
Add simple authentication module to oinit.
|
||||
</li>
|
||||
<li>
|
||||
Fix kzip to be able to produce kzip'ped ELF kernels.
|
||||
</li>
|
||||
<li>
|
||||
Clear up the issue of DiskOnChip driver.
|
||||
(NOTE: currently we work around it by using kzipped /boot/loader).
|
||||
</li>
|
||||
<li>
|
||||
Write better documentation. This is very important - the most
|
||||
@ -68,6 +67,7 @@ removing drivers when running stripped kernels.
|
||||
<li>
|
||||
Investigate pros and cons of using the new boot/loader together
|
||||
with ELF kernels.
|
||||
(NOTE for v.0.43: it was simply mandatory to use it :-)
|
||||
</li>
|
||||
<li>
|
||||
Change currently used crunched binaries to something more flexible
|
||||
|
@ -1,5 +1,5 @@
|
||||
<HTML>
|
||||
<! $Id: bugs.html,v 1.5 1998/10/28 16:16:31 abial Exp $ >
|
||||
<! $Id: bugs.html,v 1.6 1998/11/01 20:01:40 abial Exp $ >
|
||||
<HEAD>
|
||||
<TITLE>History and Bug fixes</TITLE>
|
||||
</HEAD>
|
||||
@ -14,8 +14,24 @@ the list before reporting a new one.</p>
|
||||
<p>We tried to make this software bug-free, but life is life... Sorry for the
|
||||
inconvenience.</p>
|
||||
|
||||
<h3>PicoBSD 0.43</h3>
|
||||
<ul>
|
||||
<li>
|
||||
1999.01.19: A lot of fixes related to architectural changes in
|
||||
3.0-current code. Most importantly, we run now ELF kernel and we use
|
||||
the new bootloader. This is most probably the last release of PicoBSD in
|
||||
its present shape - the next version will (hopefully) become a part of
|
||||
normal release building process.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>PicoBSD 0.42</h3>
|
||||
<ul>
|
||||
<li>
|
||||
1999.01.15: Well, it seems that this version was for developers
|
||||
only... ;-) It was abandoned when recent massive changes in -current
|
||||
demanded more serious measures...
|
||||
</li>
|
||||
<li>
|
||||
1998.10.15: Small fixes and updates to match the 3.0-RELEASE
|
||||
source tree. The binary snapshot built from 3.0-R sources will
|
||||
|
Loading…
Reference in New Issue
Block a user