freebsd-nq/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 CURRENT has devfs, so we do not need to specify what devices we 2002-03-10 21:12:23 +00:00
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 pseudo-device -> device in kernel config. 2001-05-01 10:52:50 +00:00
floppy.tree/etc Default to ee as EDITOR (some apps such as disklabel default to "vi" 2002-03-11 05:42:14 +00:00
help mount_msdos(8) -> mount_msdosfs(8). 2001-06-01 12:06:06 +00:00
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 Make this compile again (increase MFS size, remove invalid option). 2002-03-11 08:03:07 +00:00
tinyware Give functions proper return type, since the default is an integer, where 2002-04-07 17:41:33 +00:00
README.html $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Version Bump version to 0.500 -- not that it means much, but at least 2001-02-18 06:46:20 +00:00

<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>