aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use snprintf() instead of sprintf().Yoshihiro Takahashi2002-10-141-3/+3
* Check correct machine name.Yoshihiro Takahashi2002-10-141-0/+2
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-1113-52/+60
* Document the -n option and fix manpage Fl usage.Brian Feldman2002-10-101-6/+8
* Add an -n option to write the trailing nul byte to the extattr whenBrian Feldman2002-10-101-4/+10
* Correct argc verification (don't crash).Brian Feldman2002-10-101-2/+7
* Add -h flags to each of the *extattr(8) commands, indicating thatRobert Watson2002-10-102-20/+43
* Use basename(3) to derive the name of the binary from argv[0].Robert Watson2002-10-101-1/+2
* de-__P()Alfred Perlstein2002-10-108-175/+159
* Use __packed.John Baldwin2002-10-091-5/+5
* Spell 'Temperature' correctly.John Baldwin2002-10-081-1/+1
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriateBruce A. Mah2002-10-081-0/+1
* Add 'break' to empty 'default' 'switch' statements.Alfred Perlstein2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-0710-40/+40
* fix line wrap.Alfred Perlstein2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.Alfred Perlstein2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endAlfred Perlstein2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).Alfred Perlstein2002-10-071-0/+1
* Avoid referencing a removed (and freed) queue entry. This partially revertsDag-Erling Smørgrav2002-10-061-2/+4
* Actually use the exitstatus value that we maintain.Dima Dorfman2002-10-011-1/+1
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+1
* Remove bogus comments about why we do some silly things, and insteadWarner Losh2002-09-291-12/+1
* Add -x option. This causes pccardd to exit after probing the cards. ThisWarner Losh2002-09-292-2/+14
* Add a ; to make a non-null statementWarner Losh2002-09-291-1/+1
* Create symlink for /etc/group. MAKEDEV file will use this file (group nameMakoto Matsushita2002-09-282-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* Get howmany() macro from <sys/param.h>, instead of depending on itsMike Barcroft2002-09-241-1/+1
* Use POSIX-style sort syntax in exampleAndrey A. Chernov2002-09-241-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingBrian Somers2002-09-231-1/+2
* Do not add a start offset time to the track duration time.Maxim Konovalov2002-09-231-1/+2
* Introduce to the !program specification a capability similar to the oneDaniel C. Sobral2002-09-232-2/+25
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-213-6/+6