| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Nuke abandoned configuration. | Luigi Rizzo | 2002-03-09 | 42 | -1602/+0 |
* | Make this fit again into a 1.44 floppy. | Luigi Rizzo | 2002-03-09 | 3 | -10/+10 |
* | Further cleanup: remove useless entries from PATH, and be prepared | Luigi Rizzo | 2002-03-08 | 1 | -2/+3 |
* | Add a (commented out) sample entry for use with a serial line. | Luigi Rizzo | 2002-03-08 | 1 | -0/+1 |
* | Do not depend on "expr" for doing arithmetic, use the shell builtin functions | Luigi Rizzo | 2002-03-08 | 1 | -1/+1 |
* | Unbreak "update" script, by doing a mkdir -p of the relevant | Luigi Rizzo | 2002-03-08 | 1 | -30/+41 |
* | Use a default of 25 lines for xterm. This only affects the behaviour | Luigi Rizzo | 2002-03-08 | 1 | -1/+1 |
* | Major cleanup of PicoBSD startup scripts, which now should be | Luigi Rizzo | 2002-03-08 | 8 | -347/+323 |
* | MFS: sync with -stable (no functional difference). | Luigi Rizzo | 2002-03-08 | 2 | -4/+5 |
* | Invalidate password for sample user entry. | Luigi Rizzo | 2002-03-08 | 1 | -1/+1 |
* | Atapi units are now /dev/ad* and not /dev/wd* | Luigi Rizzo | 2002-03-08 | 1 | -3/+3 |
* | Misc fixes to the build script: | Luigi Rizzo | 2002-03-08 | 1 | -19/+31 |
* | Add entry for xterm-color | Luigi Rizzo | 2002-03-06 | 1 | -0/+2 |
* | Put a more reasonable path for "more" sources in crunch.conf, | Luigi Rizzo | 2002-02-14 | 2 | -8/+9 |
* | Use { } instead of ( ) for grouping shell commands so that | Luigi Rizzo | 2002-02-14 | 1 | -8/+8 |
* | Add a '-l' flag to show CPU load for the various states, similar to what | Luigi Rizzo | 2001-12-14 | 1 | -2/+46 |
* | Implement a more efficient way to assign addresses: read /etc/hosts | Luigi Rizzo | 2001-11-29 | 1 | -24/+42 |
* | Whoops... left some junk in previous commit. | Luigi Rizzo | 2001-11-24 | 1 | -4/+0 |
* | Let "make" use the .mk files from the correct source tree instead | Luigi Rizzo | 2001-11-24 | 1 | -6/+24 |
* | Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release | Josef Karthauser | 2001-11-20 | 1 | -1/+1 |
* | Cull picobsd/custom. It's bit rotted beyond all recognition. | Josef Karthauser | 2001-11-19 | 54 | -2489/+0 |
* | Add entries for "dumb" and "dialup" terminals, as the shell in HEAD | Luigi Rizzo | 2001-11-01 | 1 | -0/+4 |
* | Provide a new picobsd option, "--modules", to also build modules | Luigi Rizzo | 2001-11-01 | 2 | -2/+19 |
* | Better code to scan the ethertable. | Luigi Rizzo | 2001-10-25 | 1 | -2/+2 |
* | Use the correct sysctl names for intrcnt and intrnames. | Luigi Rizzo | 2001-10-25 | 1 | -2/+2 |
* | Add a -d flag to show deltas as opposed to cumulative counters | Luigi Rizzo | 2001-10-10 | 1 | -6/+32 |
* | Use host keys from the config directory if they exist, instead of | Luigi Rizzo | 2001-10-07 | 1 | -2/+6 |
* | Make fetch_mask return ${default_mask} if entry not found. | Luigi Rizzo | 2001-10-07 | 1 | -3/+5 |
* | Add code to print interrupt statistics when they will be | Luigi Rizzo | 2001-10-07 | 1 | -0/+42 |
* | Fix a typo (missing "; at the end of a string) | Luigi Rizzo | 2001-10-07 | 1 | -1/+1 |
* | Fix a typo and sync a comment with the version in RELENG_4 | Luigi Rizzo | 2001-10-07 | 1 | -2/+2 |
* | Add functions to lookup in /etc/networks and set interface | Luigi Rizzo | 2001-10-04 | 2 | -16/+77 |
* | Add "networks" file used to lookup netmasks | Luigi Rizzo | 2001-10-04 | 1 | -0/+4 |
* | Use @__CWD__@ as the magic string meaning "this directory" | Luigi Rizzo | 2001-10-04 | 1 | -1/+1 |
* | A somewhat large change of this script. | Luigi Rizzo | 2001-10-02 | 1 | -349/+431 |
* | Compile the kernel under ${BUILDDIR} instead of polluting the source | Luigi Rizzo | 2001-10-02 | 1 | -3/+13 |
* | Remove some entries to make the image fit into a floppy again. | Luigi Rizzo | 2001-10-01 | 1 | -5/+5 |
* | Whoops, I whould have removed the old entry... | Luigi Rizzo | 2001-10-01 | 1 | -2/+0 |
* | Move up the tinyware entry so things are looked up there first. | Luigi Rizzo | 2001-10-01 | 1 | -0/+5 |
* | Add customised version of login for picobsd images on -CURRENT. | Luigi Rizzo | 2001-10-01 | 4 | -0/+1167 |
* | Add "ln" entries for ssh, ssh1 and scp | Luigi Rizzo | 2001-09-30 | 1 | -0/+3 |
* | Modify wildcard for vmware interfaces. I am not sure how | Luigi Rizzo | 2001-09-30 | 1 | -1/+1 |
* | Move a bunch of initialization into a function which must be run | Luigi Rizzo | 2001-09-28 | 1 | -53/+75 |
* | Add entries for vmware interfaces. | Luigi Rizzo | 2001-09-27 | 1 | -0/+3 |
* | Enable the use of wildcards in the #ethertable section of | Luigi Rizzo | 2001-09-27 | 1 | -4/+7 |
* | On -current with devfs there is no MAKEDEV in /dev anymore, so use | Josef Karthauser | 2001-09-20 | 1 | -1/+3 |
* | Relocate the memory disk selection code to the same place the other | Josef Karthauser | 2001-09-20 | 1 | -9/+9 |
* | Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIG | Josef Karthauser | 2001-09-20 | 6 | -18/+0 |
* | Make the script aware of mdconfig, so it can hopefully run on -CURRENT | Luigi Rizzo | 2001-09-20 | 1 | -35/+53 |
* | Remove "more" from the list, the port has not been committed yet. | Luigi Rizzo | 2001-09-05 | 1 | -3/+3 |