summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/commands.c
Commit message (Expand)AuthorAgeFilesLines
* There's no reason for "read" and "echo" commands to notru2004-11-131-2/+2
* Pass the "?" command output through the pager.ru2004-11-121-4/+15
* Fixed exiting from pager using the `q' key while pagingru2004-09-291-4/+6
* Use __FBSDID().obrien2003-08-251-2/+3
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-1/+0
* Print out 'foo devices:' as the line before displaying a group ofjhb2001-11-041-1/+1
* Whenever the user might be offered a chance to quit throughdcs2001-02-221-4/+7
* Don't call printf with no format string. This is technically a securitykris2000-07-101-2/+2
* Make typing 'q' or 'Q' work for the show command as the pager promptps2000-06-141-1/+2
* Correctly handle a user-requested abort in the middle of displaying amsmith1999-12-281-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-081-1/+7
* Whoops! Forgot to include Mr. Sobray's more command in the last setjkh1999-02-011-1/+46
* No builtin command resets getopt before using it, causingmsmith1999-01-111-1/+4
* Add a description for 'lsdev' so that it shows up in the '?' displaymsmith1999-01-091-2/+3
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-311-8/+196
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-211-5/+5
* Sync the MODINFO constants with <sys/linker.h>msmith1998-10-091-3/+1
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-071-2/+61
* Remove 'panic' command (it works), don't ask for a keypress in panic, asmsmith1998-09-181-12/+1
* Bootstrap updates.msmith1998-09-031-2/+37
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+155
OpenPOWER on IntegriCloud