summaryrefslogtreecommitdiff
path: root/sys/boot/common/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-511/+0
* loader: Avoid possible overflow via environment variableConrad Meyer2017-04-131-1/+1
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-191-4/+2
* loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-201-6/+12
* Fix typo.Warner Losh2016-05-181-1/+1
* Also add comment about the bug I comments in the forth.Warner Losh2016-05-181-0/+8
* Close a file descriptor leak in an error case.Christian Brueffer2009-10-281-0/+1
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Fixed exiting from pager using the `q' key while pagingRuslan Ermilov2004-09-291-4/+6
* Use __FBSDID().David E. O'Brien2003-08-251-2/+3
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* Print out 'foo devices:' as the line before displaying a group ofJohn Baldwin2001-11-041-1/+1
* Whenever the user might be offered a chance to quit throughDaniel C. Sobral2001-02-221-4/+7
* Don't call printf with no format string. This is technically a securityKris Kennaway2000-07-101-2/+2
* Make typing 'q' or 'Q' work for the show command as the pager promptPaul Saab2000-06-141-1/+2
* Correctly handle a user-requested abort in the middle of displaying aMike Smith1999-12-281-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a number of memory leaks and other memory-related disorders.Daniel C. Sobral1999-03-081-1/+7
* Whoops! Forgot to include Mr. Sobray's more command in the last setJordan K. Hubbard1999-02-011-1/+46
* No builtin command resets getopt before using it, causingMike Smith1999-01-111-1/+4
* Add a description for 'lsdev' so that it shows up in the '?' displayMike Smith1999-01-091-2/+3
* - Add a new command 'lsdev' to list devices which might be likely to hostMike Smith1998-10-311-8/+196
* Make ISA PnP work. This successfully enumerates as many ISA devices as IMike Smith1998-10-211-5/+5
* Sync the MODINFO constants with <sys/linker.h>Mike Smith1998-10-091-3/+1
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.Mike Smith1998-10-071-2/+61
* Remove 'panic' command (it works), don't ask for a keypress in panic, asMike Smith1998-09-181-12/+1
* Bootstrap updates.Mike Smith1998-09-031-2/+37
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+155