HardenedBSD/release/picobsd
Jeroen Ruigrok van der Werven ebd3c05e64 Give functions proper return type, since the default is an integer, where
the author obviously meant a void since he doesn't return any values.

One caveat, http_request has three return()'s, but doesn't do anything
with it.  Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out.  I made it void
for now.
2002-04-07 17:41:33 +00:00
..
bridge
build Modernize my email address. 2002-03-25 13:52:45 +00:00
dial Batch of fixes to the configuration files from Bruce Montague 2002-03-15 08:46:18 +00:00
doc/src
floppy.tree/etc
help
isp Batch of fixes to the configuration files from Bruce Montague 2002-03-15 08:46:18 +00:00
mfs_tree Add a few popular entries. 2002-03-24 21:13:53 +00:00
net Batch of fixes to the configuration files from Bruce Montague 2002-03-15 08:46:18 +00:00
router
tinyware Give functions proper return type, since the default is an integer, where 2002-04-07 17:41:33 +00:00
README.html
Version

<html>
<body>
<h1><b><center>           PicoBSD Development Kit      </center></b></h1>

<p>All documentation, instructions, list of supported hardware and FAQ are
in doc/ directory. If they are missing, go to the doc/src/ subdirectory and
do a 'make'. The docs are marked with HTML tags, but we try to keep
them readable even without a browser.

<p>Please start from <A HREF="doc/intro.html">here</a> for general
description of the project and its features, or just go directly
<A HREF="doc/how2build.html">here</a> for detailed instructions on how to
build your version of PicoBSD.

<p>Enjoy!</p>

<! $FreeBSD$ >
</body>
</html>