aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* The resolver library does a pretty acceptable set of domainMark Murray2002-09-201-19/+2
* Kerberised NFS has never (as far as I can tell) worked outsideMark Murray2002-09-201-12/+2
* o Don't print devices that aren't attached unless run with the newlyWarner Losh2002-09-202-5/+13
* Pppctl seems to compile again nowJulian Elischer2002-09-191-1/+1
* Use consistent terminology in the usage message, the man pageJohn Polstra2002-09-172-10/+10
* Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.Mike Barcroft2002-09-172-0/+2
* Check for FD_SET overruns.Jacques Vidrine2002-09-171-0/+8
* Only include parent directory Makefile.inc if it exists. Now you canJohn Baldwin2002-09-171-1/+3
* Add i386 to the list of architectures that libc_r is broken on. ThisPeter Wemm2002-09-171-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-32/+0
* xids are u_int32_ts, which are not necessarily the same size as time_ts orBill Fenner2002-09-161-2/+2
* Add sleep state explanation.Takanori Watanabe2002-09-161-4/+10
* Add "-t" to useage message and comment. (The -t option was addedDavid Malone2002-09-151-3/+3
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-152-1/+3
* Update to use *.tbz suffix, also update example URL.Bruce A. Mah2002-09-101-3/+3
* Sigh, finally activate pkgwrap.c.Maxim Sobolev2002-09-091-1/+1