aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* debugMsg() should end with "\n".Jun Kuriyama2002-11-0112-17/+17
* With the recent libdisk changes, alpha doesn't need (as much) special magic.Poul-Henning Kamp2002-10-302-70/+0
* Use "deprecated" instead of "depreciated" where appropriate.Sheldon Hearn2002-10-301-1/+1
* Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLEOllivier Robert2002-10-295-17/+55
* Whitespace cleanupDag-Erling Smørgrav2002-10-291-5/+5
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontPoul-Henning Kamp2002-10-292-8/+8
* Fix the wizardmodes 'write' command to not explode: Don't referencePoul-Henning Kamp2002-10-282-8/+4
* Take care of the case for the default speed (no -s option) also.Nate Lawson2002-10-271-3/+2
* Add used #include <limits.h>.Garrett Wollman2002-10-273-3/+6
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-272-2/+3
* Move speed units conversion to right before it is used. This catches theNate Lawson2002-10-271-1/+2
* Allow users to read the Early Adopter's Guide in sysinstall.Bruce A. Mah2002-10-272-14/+18
* Un-remove sysinstall for ia64.Peter Wemm2002-10-271-1/+2
* Convert speed into KB/s. This was missed by the previous commit to this file.Nate Lawson2002-10-261-1/+1
* Explicitly list architectures supporting sysinstallPoul-Henning Kamp2002-10-251-1/+4
* MFS: Update sysinstall text for the number and size or ports in the portsBruce A. Mah2002-10-251-2/+2
* Goodbye and good riddance!Poul-Henning Kamp2002-10-251-80/+0
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.Poul-Henning Kamp2002-10-252-76/+0
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)Poul-Henning Kamp2002-10-252-4/+4
* another int * to size_t * change for getbsize() to make it compileAndrew Gallatin2002-10-241-1/+1
* getbsize() now takes a pointer to a size_t as its first arg. A pointerAndrew Gallatin2002-10-241-1/+1
* Adjust argument passed to getbsize().Mark Murray2002-10-231-6/+8
* Fix cut&paste mistake.Poul-Henning Kamp2002-10-232-4/+4
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-10-2311-0/+577
* Remove more private MAKEDEV kludges.Poul-Henning Kamp2002-10-222-6/+6
* Give a real error on failure to mount DEVFS.Poul-Henning Kamp2002-10-222-38/+10
* Don't use NO_MAKEDEV* option, its the default now.Poul-Henning Kamp2002-10-221-1/+1
* Fix example, we do not need NO_MAKEDEV_RUN any more.Poul-Henning Kamp2002-10-221-1/+1
* Chunk functions in libdisk take an extra arguement for all archs to accomodatePoul-Henning Kamp2002-10-224-26/+4
* Pick up a prototyp from libdisk.h instead of having our own.Poul-Henning Kamp2002-10-222-2/+0
* DEVFS has been nmountified, so use nmount(2) to mount it.Poul-Henning Kamp2002-10-212-4/+28
* Stick .Os between .Dd and .DtChris Costello2002-10-201-0/+1
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.Makoto Matsushita2002-10-204-4/+4
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-184-8/+13
* Connect ofwdump to the sparc64 build.Thomas Moestl2002-10-181-0/+4
* Add a utility to examine the OpenFirmware device tree (on sparc64). ThisThomas Moestl2002-10-186-0/+555
* Sync usage() with reality and sort it alphabetically.Tim J. Robbins2002-10-181-4/+5
* Add -c option to synopsis. Sort it alphabetically, too.Tim J. Robbins2002-10-181-3/+3
* Cosmetic line-wrapping change that has the side-effect of not producingChris Costello2002-10-181-2/+2
* Remove a superfluous line containing only `.'Chris Costello2002-10-181-1/+0
* Activate ugidfw.8 man page.Chris Costello2002-10-171-1/+1
* Remove unused #includes. Eliminate castings by using size_t instead of int.Philippe Charnier2002-10-171-8/+4
* Add a man page for ugidfw(8).Chris Costello2002-10-171-0/+176
* s/rpc.mountd/mountd/Philippe Charnier2002-10-161-5/+6
* Arrange to not have /* inside a comment. Typo fix.Philippe Charnier2002-10-161-2/+5
* Put author name under .An/Aq.Philippe Charnier2002-10-161-1/+2
* Fix getopt(3) optstring: remove a flag we does not handle.Maxim Konovalov2002-10-161-1/+1
* Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter insidePhilippe Charnier2002-10-152-9/+8
* Fix to check disk geometry.Yoshihiro Takahashi2002-10-142-4/+8
* The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.Yoshihiro Takahashi2002-10-141-0/+6