summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Adjust argument passed to getbsize().markm2002-10-231-6/+8
* Fix cut&paste mistake.phk2002-10-232-4/+4
* Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-2311-0/+577
* Remove more private MAKEDEV kludges.phk2002-10-222-6/+6
* Give a real error on failure to mount DEVFS.phk2002-10-222-38/+10
* Don't use NO_MAKEDEV* option, its the default now.phk2002-10-221-1/+1
* Fix example, we do not need NO_MAKEDEV_RUN any more.phk2002-10-221-1/+1
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-224-26/+4
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-222-2/+0
* DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-212-4/+28
* Stick .Os between .Dd and .Dtchris2002-10-201-0/+1
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-204-4/+4
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-184-8/+13
* Connect ofwdump to the sparc64 build.tmm2002-10-181-0/+4
* Add a utility to examine the OpenFirmware device tree (on sparc64). Thistmm2002-10-186-0/+555
* Sync usage() with reality and sort it alphabetically.tjr2002-10-181-4/+5
* Add -c option to synopsis. Sort it alphabetically, too.tjr2002-10-181-3/+3
* Cosmetic line-wrapping change that has the side-effect of not producingchris2002-10-181-2/+2
* Remove a superfluous line containing only `.'chris2002-10-181-1/+0
* Activate ugidfw.8 man page.chris2002-10-171-1/+1
* Remove unused #includes. Eliminate castings by using size_t instead of int.charnier2002-10-171-8/+4
* Add a man page for ugidfw(8).chris2002-10-171-0/+176
* s/rpc.mountd/mountd/charnier2002-10-161-5/+6
* Arrange to not have /* inside a comment. Typo fix.charnier2002-10-161-2/+5
* Put author name under .An/Aq.charnier2002-10-161-1/+2
* Fix getopt(3) optstring: remove a flag we does not handle.maxim2002-10-161-1/+1
* Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter insidecharnier2002-10-152-9/+8
* Fix to check disk geometry.nyan2002-10-142-4/+8
* The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.nyan2002-10-141-0/+6
* Use snprintf() instead of sprintf().nyan2002-10-141-3/+3
* Check correct machine name.nyan2002-10-141-0/+2
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-1113-52/+60
* Document the -n option and fix manpage Fl usage.green2002-10-101-6/+8
* Add an -n option to write the trailing nul byte to the extattr whengreen2002-10-101-4/+10
* Correct argc verification (don't crash).green2002-10-101-2/+7
* Add -h flags to each of the *extattr(8) commands, indicating thatrwatson2002-10-102-20/+43
* Use basename(3) to derive the name of the binary from argv[0].rwatson2002-10-101-1/+2
* de-__P()alfred2002-10-108-175/+159
* Use __packed.jhb2002-10-091-5/+5
* Spell 'Temperature' correctly.jhb2002-10-081-1/+1
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriatebmah2002-10-081-0/+1
* Add 'break' to empty 'default' 'switch' statements.alfred2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned wherealfred2002-10-0710-40/+40
* fix line wrap.alfred2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.alfred2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endalfred2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).alfred2002-10-071-0/+1
* Avoid referencing a removed (and freed) queue entry. This partially revertsdes2002-10-061-2/+4
* Actually use the exitstatus value that we maintain.dd2002-10-011-1/+1
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
OpenPOWER on IntegriCloud