aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-0116-46/+50
* Sync picobsd script with the one in -stable, and alsoLuigi Rizzo2001-05-111-2/+4
* This file is not needed, use the default oneLuigi Rizzo2001-05-101-58/+0
* remove a reference to a nonexisting script, "clean", whenLuigi Rizzo2001-05-081-2/+1
* MFS: use absolute, not relative path for tinywareLuigi Rizzo2001-05-081-1/+1
* pseudo-device -> device in kernel config.Jens Schweikhardt2001-05-011-1/+1
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-2422-252/+93
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-2419-270/+201
* MF4S: Syncronise with Luigi's work in -stable.Josef Karthauser2001-04-233-116/+0
* MF4S: Sync with the developments that Luigi's been doing in -stable.Josef Karthauser2001-04-237-1070/+8
* MF4S: Remove some unused error messages. (revision 1.1.2.5)Josef Karthauser2001-04-231-13/+1
* Apply style guidelines (using gident to help).Josef Karthauser2001-04-232-417/+464
* Fix a syntax error.Josef Karthauser2001-04-231-2/+2
* MFS4: Do not terminate if it fails to clean something. (rev 1.12.2.5)Josef Karthauser2001-04-221-1/+1
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.Josef Karthauser2001-04-226-6/+0
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inRuslan Ermilov2001-04-034-4/+4
* Bring the new script into -current. Still untested here, but thereLuigi Rizzo2001-02-202-0/+725
* Enable command line editing in the shellLuigi Rizzo2001-02-181-0/+1
* Make correct entries for atapi disksLuigi Rizzo2001-02-181-1/+1
* Make the right device entries for atapi disksLuigi Rizzo2001-02-181-1/+1
* Bump version to 0.500 -- not that it means much, but at leastLuigi Rizzo2001-02-181-1/+1
* Resurrect Minix sh(1), after its license has been changed to BSD one.Andrzej Bialecki2001-02-1010-0/+5018
* Add the MD_ROOT_SIZE option.Luigi Rizzo2001-02-015-6/+11
* Add a required option, MD_ROOT_SIZELuigi Rizzo2001-02-011-18/+37
* Put picobsd build scripts in sync with the ones in -STABLE.Luigi Rizzo2001-01-293-75/+80
* Make the shell handle arrow keysLuigi Rizzo2001-01-271-0/+1
* The magic for autodetecting the boot media does not work anymoreLuigi Rizzo2001-01-272-2/+2
* Add dummy -n option, for compatibility with the standard netstatLuigi Rizzo2001-01-271-2/+4
* Make the name of the init script and the interpreter compile time options.Alexander Langer2001-01-202-7/+26