History log of /freebsd-10.0-release/release/picobsd/floppy.tree/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


250100 30-Apr-2013 luigi

support for sshd (newer config file location)


244040 08-Dec-2012 eadler

A number of places in the source tree still reference cuad.* after
sio(4) was deprecated by uart(4).

s/cuad/cuau/g/

PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks


201062 27-Dec-2009 luigi

add a 'qemu' floppy type, useful for running tests on new kernels


201061 27-Dec-2009 luigi

dhclient needs to have /var/empty and a _dhcp user
(it also needs /sbin/dhclient-script, will handle that later)


199251 13-Nov-2009 ed

Convert {small prefix}BSD to TERM=xterm as well.

Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While
there, it seems one of them still had references to sio(4). Make it in
sync with what we do in the base system.


190438 26-Mar-2009 luigi

there is no dev_mkdb anymore


188834 19-Feb-2009 luigi

update 'sio' with 'uart' and apply related changes.


137882 19-Nov-2004 obrien

Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].


99967 14-Jul-2002 luigi

Add "tty" entry.


99229 01-Jul-2002 luigi

Move creation of password databases before starting daemons,
otherwise the latter might fail because userids are not found.


94146 07-Apr-2002 luigi

Fix handling of undefined variables.
Add override for /etc/rc.local .
Add hook to start syslogd if compiled-in and /etc/syslog.conf exists


92060 11-Mar-2002 luigi

Default to ee as EDITOR (some apps such as disklabel default to "vi"
which is not available).


92026 10-Mar-2002 luigi

Uncomment the entry for a getty on the serial port. Boxes with
a serial console can make use of it.


92023 10-Mar-2002 luigi

With devfs, we do not need to initialize pty's permissions.


91949 09-Mar-2002 luigi

Remove host.conf, and introduce a way to override the content
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.


91873 08-Mar-2002 luigi

Add a (commented out) sample entry for use with a serial line.


91853 08-Mar-2002 luigi

Major cleanup of PicoBSD startup scripts, which now should be
closer to doing "the right thing".

The structure is now the following:

* /etc/rc (from MFS) loads the rest of /etc and /root from
/fd and then from floppy (if present), then transfers control
to /etc/rc1

* /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
set the hostname basing on the MAC address of the first ethernet
interface, and then sources /etc/rc.conf and /etc/rc.conf.local
for local configurations

* The rest of the startup process is then performed (rc.network and so on).

Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:

rc.conf rc.firewall hosts

Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.


91852 08-Mar-2002 luigi

MFS: sync with -stable (no functional difference).


91850 08-Mar-2002 luigi

Invalidate password for sample user entry.


91849 08-Mar-2002 luigi

Atapi units are now /dev/ad* and not /dev/wd*


87079 29-Nov-2001 luigi

Implement a more efficient way to assign addresses: read /etc/hosts
only once into an array of shell variables, and then scan the array
to find entries matching the MAC address.
Associative arrays would really be handy here...


85494 25-Oct-2001 luigi

Better code to scan the ethertable.


84625 07-Oct-2001 luigi

Make fetch_mask return ${default_mask} if entry not found.
Add a couple of diagnostic messages.


84432 04-Oct-2001 luigi

Add functions to lookup in /etc/networks and set interface
addresses, invoke them from /etc/rc


84430 04-Oct-2001 luigi

Add "networks" file used to lookup netmasks


84170 30-Sep-2001 luigi

Modify wildcard for vmware interfaces. I am not sure how
MAC addresses are generated for those interfaces, but as long
as the entry is next to the bottom of the list the chance of
conflicts is low.


84027 27-Sep-2001 luigi

Add entries for vmware interfaces.


84026 27-Sep-2001 luigi

Enable the use of wildcards in the #ethertable section of
/etc/hosts to map MAC addresses to hostnames.

Main use is to get addresses for vmware interfaces.


77579 01-Jun-2001 ru

mount_msdos(8) -> mount_msdosfs(8).


75900 24-Apr-2001 joe

MF4S: Syncronise with Luigi's work in -stable.


72630 18-Feb-2001 luigi

Enable command line editing in the shell


71704 27-Jan-2001 luigi

Make the shell handle arrow keys


70313 23-Dec-2000 joe

MF4: revision 1.3.2.1.
inetd is not always present, check before invoking it.


69416 30-Nov-2000 luigi

login.conf: we don't want coredumps on picobsd
rc.conf: make the system recognise the MAC address and assign an IP
automatically from /etc/hosts (or ask the user)
sshd_config: don't do x11 forwarding.


59627 25-Apr-2000 dwhite

Commit PicoBSD mega-patch:
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first
unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.

Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment. The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK. I will be adressing these in the
near future (unless someone beats me to it :-) ).

PR: misc/17737
Submitted by: Omachonu Ogali <oogali@intranova.net>


57048 08-Feb-2000 luigi

Cleanup of the default floppy tree for PicoBSD builds.

Approved-by: jordan


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


50186 22-Aug-1999 dwhite

Major PicoBSD update by luigi with some debugging help from myself.

. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by: luigi