summaryrefslogtreecommitdiffstats
path: root/release/picobsd
Commit message (Expand)AuthorAgeFilesLines
* Add a '-l' flag to show CPU load for the various states, similar to whatluigi2001-12-141-2/+46
* Implement a more efficient way to assign addresses: read /etc/hostsluigi2001-11-291-24/+42
* Whoops... left some junk in previous commit.luigi2001-11-241-4/+0
* Let "make" use the .mk files from the correct source tree insteadluigi2001-11-241-6/+24
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releasejoe2001-11-201-1/+1
* Cull picobsd/custom. It's bit rotted beyond all recognition.joe2001-11-1954-2489/+0
* Add entries for "dumb" and "dialup" terminals, as the shell in HEADluigi2001-11-011-0/+4
* Provide a new picobsd option, "--modules", to also build modulesluigi2001-11-012-2/+19
* Better code to scan the ethertable.luigi2001-10-251-2/+2
* Use the correct sysctl names for intrcnt and intrnames.luigi2001-10-251-2/+2
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
* Use host keys from the config directory if they exist, instead ofluigi2001-10-071-2/+6
* Make fetch_mask return ${default_mask} if entry not found.luigi2001-10-071-3/+5
* Add code to print interrupt statistics when they will beluigi2001-10-071-0/+42
* Fix a typo (missing "; at the end of a string)luigi2001-10-071-1/+1
* Fix a typo and sync a comment with the version in RELENG_4luigi2001-10-071-2/+2
* Add functions to lookup in /etc/networks and set interfaceluigi2001-10-042-16/+77
* Add "networks" file used to lookup netmasksluigi2001-10-041-0/+4
* Use @__CWD__@ as the magic string meaning "this directory"luigi2001-10-041-1/+1
* A somewhat large change of this script.luigi2001-10-021-349/+431
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceluigi2001-10-021-3/+13
* Remove some entries to make the image fit into a floppy again.luigi2001-10-011-5/+5
* Whoops, I whould have removed the old entry...luigi2001-10-011-2/+0
* Move up the tinyware entry so things are looked up there first.luigi2001-10-011-0/+5
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-0/+1167
* Add "ln" entries for ssh, ssh1 and scpluigi2001-09-301-0/+3
* Modify wildcard for vmware interfaces. I am not sure howluigi2001-09-301-1/+1
* Move a bunch of initialization into a function which must be runluigi2001-09-281-53/+75
* Add entries for vmware interfaces.luigi2001-09-271-0/+3
* Enable the use of wildcards in the #ethertable section ofluigi2001-09-271-4/+7
* On -current with devfs there is no MAKEDEV in /dev anymore, so usejoe2001-09-201-1/+3
* Relocate the memory disk selection code to the same place the otherjoe2001-09-201-9/+9
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGjoe2001-09-206-18/+0
* Make the script aware of mdconfig, so it can hopefully run on -CURRENTluigi2001-09-201-35/+53
* Remove "more" from the list, the port has not been committed yet.luigi2001-09-051-3/+3
* Add lnc driver, so one can test picobsd images with vmwareluigi2001-09-051-0/+1
* Move commands to create stripped kernel into Makefile.conf,luigi2001-09-042-39/+49
* use correct "compile" directory, which is ../../compile/<filename>luigi2001-09-011-1/+1
* Supply a default value for the kernel config binary.luigi2001-09-011-0/+1
* Bugfix: Use the correct variable for picobsd type (same bug isluigi2001-09-011-5/+6
* add a missing -o.luigi2001-08-301-1/+1
* s/adress/address/kris2001-07-231-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Account for the machdep.msgbuf -> kern.msgbuf renaming.tmm2001-07-031-1/+1
* Remove tcpdump from the list of binaries. When cross-compilingluigi2001-06-211-1/+1
* Remove support of I386_CPU in -current.luigi2001-06-216-3/+9
* Use /dev/fd0 instead of /dev/fd0c for mounting the floppy.luigi2001-06-211-2/+4
* Move handling of crunch* files into Makefile.conf, which is aluigi2001-06-212-29/+58
* Move variable assignement after argument parsing, to improve handlingluigi2001-06-201-8/+33
OpenPOWER on IntegriCloud