aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
Commit message (Expand)AuthorAgeFilesLines
* Implement a more efficient way to assign addresses: read /etc/hostsLuigi Rizzo2001-11-291-24/+42
* Whoops... left some junk in previous commit.Luigi Rizzo2001-11-241-4/+0
* Let "make" use the .mk files from the correct source tree insteadLuigi Rizzo2001-11-241-6/+24
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releaseJosef Karthauser2001-11-201-1/+1
* Cull picobsd/custom. It's bit rotted beyond all recognition.Josef Karthauser2001-11-1954-2489/+0
* Add entries for "dumb" and "dialup" terminals, as the shell in HEADLuigi Rizzo2001-11-011-0/+4
* Provide a new picobsd option, "--modules", to also build modulesLuigi Rizzo2001-11-012-2/+19
* Better code to scan the ethertable.Luigi Rizzo2001-10-251-2/+2
* Use the correct sysctl names for intrcnt and intrnames.Luigi Rizzo2001-10-251-2/+2
* Add a -d flag to show deltas as opposed to cumulative countersLuigi Rizzo2001-10-101-6/+32
* Use host keys from the config directory if they exist, instead ofLuigi Rizzo2001-10-071-2/+6
* Make fetch_mask return ${default_mask} if entry not found.Luigi Rizzo2001-10-071-3/+5
* Add code to print interrupt statistics when they will beLuigi Rizzo2001-10-071-0/+42
* Fix a typo (missing "; at the end of a string)Luigi Rizzo2001-10-071-1/+1
* Fix a typo and sync a comment with the version in RELENG_4Luigi Rizzo2001-10-071-2/+2
* Add functions to lookup in /etc/networks and set interfaceLuigi Rizzo2001-10-042-16/+77
* Add "networks" file used to lookup netmasksLuigi Rizzo2001-10-041-0/+4
* Use @__CWD__@ as the magic string meaning "this directory"Luigi Rizzo2001-10-041-1/+1
* A somewhat large change of this script.Luigi Rizzo2001-10-021-344/+426
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceLuigi Rizzo2001-10-021-3/+13
* Remove some entries to make the image fit into a floppy again.Luigi Rizzo2001-10-011-5/+5
* Whoops, I whould have removed the old entry...Luigi Rizzo2001-10-011-2/+0
* Move up the tinyware entry so things are looked up there first.Luigi Rizzo2001-10-011-0/+5
* Add customised version of login for picobsd images on -CURRENT.Luigi Rizzo2001-10-014-0/+1167
* Add "ln" entries for ssh, ssh1 and scpLuigi Rizzo2001-09-301-0/+3
* Modify wildcard for vmware interfaces. I am not sure howLuigi Rizzo2001-09-301-1/+1
* Move a bunch of initialization into a function which must be runLuigi Rizzo2001-09-281-53/+75
* Add entries for vmware interfaces.Luigi Rizzo2001-09-271-0/+3
* Enable the use of wildcards in the #ethertable section ofLuigi Rizzo2001-09-271-4/+7
* On -current with devfs there is no MAKEDEV in /dev anymore, so useJosef Karthauser2001-09-201-1/+3
* Relocate the memory disk selection code to the same place the otherJosef Karthauser2001-09-201-9/+9
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGJosef Karthauser2001-09-206-18/+0
* Make the script aware of mdconfig, so it can hopefully run on -CURRENTLuigi Rizzo2001-09-201-35/+53
* Remove "more" from the list, the port has not been committed yet.Luigi Rizzo2001-09-051-3/+3
* Add lnc driver, so one can test picobsd images with vmwareLuigi Rizzo2001-09-051-0/+1
* Move commands to create stripped kernel into Makefile.conf,Luigi Rizzo2001-09-042-38/+48
* use correct "compile" directory, which is ../../compile/<filename>Luigi Rizzo2001-09-011-1/+1
* Supply a default value for the kernel config binary.Luigi Rizzo2001-09-011-0/+1
* Bugfix: Use the correct variable for picobsd type (same bug isLuigi Rizzo2001-09-011-5/+6
* add a missing -o.Luigi Rizzo2001-08-301-1/+1
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Account for the machdep.msgbuf -> kern.msgbuf renaming.Thomas Moestl2001-07-031-1/+1
* Remove tcpdump from the list of binaries. When cross-compilingLuigi Rizzo2001-06-211-1/+1
* Remove support of I386_CPU in -current.Luigi Rizzo2001-06-216-3/+9
* Use /dev/fd0 instead of /dev/fd0c for mounting the floppy.Luigi Rizzo2001-06-211-2/+4
* Move handling of crunch* files into Makefile.conf, which is aLuigi Rizzo2001-06-212-29/+58
* Move variable assignement after argument parsing, to improve handlingLuigi Rizzo2001-06-201-8/+33
* ISO_ -> ISOAndrey A. Chernov2001-06-111-3/+3