summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle the event parameter of libevent callback function as a bityasuoka2014-06-031-9/+4
* Oops. We're reporting DEV_BSIZE values in error messages, so callkrw2014-05-311-3/+3
* Cast daddr_t variable (blkno) to (long long) when printing with %lld.krw2014-05-311-3/+3
* add -S to usage();jmc2014-05-311-2/+2
* Add option -S to have dump(8) only estimate backup size and number of tapesstephan2014-05-302-5/+19
* warnings warnings everywheretedu2014-05-301-2/+7
* WARNING: Encrypted vnd is insecure.tedu2014-05-301-1/+5
* fsck should use the same values in checking as newfs does in creatingkrw2014-05-291-6/+9
* Where trying to pread() a single disk sector, the i/o must be for thekrw2014-05-273-19/+38
* Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inkrw2014-05-245-44/+38
* Break annoyingly long line that keeps popping up in diffs.krw2014-05-241-2/+3
* Use consistent format specifiers (%lld) and casts (long long) whenkrw2014-05-242-17/+22
* Don't potentially use stack garbage for e2d_type. Initializekrw2014-05-241-1/+2
* Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG))krw2014-05-231-1/+5
* A #define to rename another #define which is then used only once introduceskrw2014-05-232-4/+3
* Nuke pointless dev_bsize variable which is always set to 512, and justkrw2014-05-221-11/+2
* Nuke pointless dev_bsize variable which is always set to 512, and justkrw2014-05-223-22/+19
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-221-2/+2
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-213-6/+5
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-213-6/+5
* Nuke some trailing whitespace and break some long lines to shrinkkrw2014-05-212-12/+15
* Nuke some trailing whitespace to shrink subsequent diffs.krw2014-05-211-2/+2
* Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others.krw2014-05-211-9/+10
* Use errc/warnc to simplify code.guenther2014-05-212-5/+4
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-206-64/+30
* Nuke some trailing whitespace that snuck in.krw2014-05-191-3/+3
* No point in trying to update the -L file on loss of link if no -L haskrw2014-05-191-2/+2
* Don't add a lease to the leases TAILQ more than once. It tends tokrw2014-05-181-4/+8
* When parsing a numerical value for the TOS bits, make sure that itbluhm2014-05-171-7/+12
* Zero out grp before re-using it (new ones are already cleared bymillert2014-05-161-1/+3
* - typo in commentchl2014-05-151-5/+4
* We don't need no stinkin' 'extern long dev_bsize;'. At least not sincekrw2014-05-131-2/+1
* pass SA initiator not the exchange initator to sa_address(); ok mikeb@markus2014-05-131-3/+9
* Nuke another pointless dev_bsize variable always set to 512 and usekrw2014-05-131-6/+3
* Since this is limited to ffs, use ufsinfo_t instead of ino_t.guenther2014-05-131-58/+68
* Remove useless dev_bsize variable and use DEV_BSIZE as needed. Dividekrw2014-05-121-7/+4
* Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messageskrw2014-05-121-9/+5
* Since all static leases are in one file, /etc/dhclient.conf, there is nokrw2014-05-121-2/+3
* No need for a dev_bsize variable that is always set to 512,krw2014-05-121-7/+5
* Make ifconfig do something intelligent based on the required length ofbeck2014-05-121-1/+33
* replace realloc(p, N * M) with reallocarray(p, N, M) and remove somehalex2014-05-111-13/+5
* struct direct's d_ino is no longer the same size as an ino_t, so copy itguenther2014-05-111-2/+4
* Tweak DHCPREQUEST log message to omit 'port N', since the port is notkrw2014-05-111-3/+3
* Rework/restore recorded lease handling. Actually use 'lease'krw2014-05-112-121/+84
* remove unused variablechl2014-05-111-2/+2
* Modernize spelling. 'Mimick' -> 'Mimic' in comment.krw2014-05-091-2/+2
* Fix '-b' option to work with the superblock locations output by newfskrw2014-05-093-30/+26
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* get rid of redundant {csa,flow}_{src,dst}id pointers, so we don't needmarkus2014-05-093-44/+20
* replace iked_transform pointer with xform id, since target of pointermarkus2014-05-093-13/+15