summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-06-16Merge NetBSD commit:Tobias Stoeckmann
2014-06-14Avoid infinite loop if cluster chain is a cyclic list.Tobias Stoeckmann
2014-06-14Fix memory leaks in bootblock handling.Tobias Stoeckmann
2014-06-14Fix regression of 1.16: write fsinfo, not block into FSInfo region.Tobias Stoeckmann
2014-06-14Fix regression of 1.20 by properly incrementing pointer.Tobias Stoeckmann
2014-06-13Type cleanup:Christian Weisgerber
2014-06-10Fix off by one when writing FAT for FAT12 filesystems.Tobias Stoeckmann
2014-06-09Fix possible out of boundary access if filesystem is full or corrupt.Tobias Stoeckmann
2014-06-03Handle the event parameter of libevent callback function as a bitYASUOKA Masahiko
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callKenneth R Westerback
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.Kenneth R Westerback
2014-05-31add -S to usage();Jason McIntyre
2014-05-30Add option -S to have dump(8) only estimate backup size and number of tapesStephan A. Rickauer
2014-05-30warnings warnings everywhereTed Unangst
2014-05-30WARNING: Encrypted vnd is insecure.Ted Unangst
2014-05-29fsck should use the same values in checking as newfs does in creatingKenneth R Westerback
2014-05-27Where trying to pread() a single disk sector, the i/o must be for theKenneth R Westerback
2014-05-24Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables inKenneth R Westerback
2014-05-24Break annoyingly long line that keeps popping up in diffs.Kenneth R Westerback
2014-05-24Use consistent format specifiers (%lld) and casts (long long) whenKenneth R Westerback
2014-05-24Don't potentially use stack garbage for e2d_type. InitializeKenneth R Westerback
2014-05-23Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG))Kenneth R Westerback
2014-05-23A #define to rename another #define which is then used only once introducesKenneth R Westerback
2014-05-22Nuke pointless dev_bsize variable which is always set to 512, and justKenneth R Westerback
2014-05-22Nuke pointless dev_bsize variable which is always set to 512, and justKenneth R Westerback
2014-05-22Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2014-05-21Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2014-05-21Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2014-05-21Nuke some trailing whitespace and break some long lines to shrinkKenneth R Westerback
2014-05-21Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2014-05-21Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others.Kenneth R Westerback
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
2014-05-19Nuke some trailing whitespace that snuck in.Kenneth R Westerback
2014-05-19No point in trying to update the -L file on loss of link if no -L hasKenneth R Westerback
2014-05-18Don't add a lease to the leases TAILQ more than once. It tends toKenneth R Westerback
2014-05-17When parsing a numerical value for the TOS bits, make sure that itAlexander Bluhm
2014-05-16Zero out grp before re-using it (new ones are already cleared byTodd C. Miller
2014-05-15- typo in commentCharles Longeau
2014-05-13We don't need no stinkin' 'extern long dev_bsize;'. At least not sinceKenneth R Westerback
2014-05-13pass SA initiator not the exchange initator to sa_address(); ok mikeb@Markus Friedl
2014-05-13Nuke another pointless dev_bsize variable always set to 512 and useKenneth R Westerback
2014-05-13Since this is limited to ffs, use ufsinfo_t instead of ino_t.Philip Guenther
2014-05-12Remove useless dev_bsize variable and use DEV_BSIZE as needed. DivideKenneth R Westerback
2014-05-12Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messagesKenneth R Westerback
2014-05-12Since all static leases are in one file, /etc/dhclient.conf, there is noKenneth R Westerback
2014-05-12No need for a dev_bsize variable that is always set to 512,Kenneth R Westerback
2014-05-12Make ifconfig do something intelligent based on the required length ofBob Beck
2014-05-11replace realloc(p, N * M) with reallocarray(p, N, M) and remove someAlexander Hall
2014-05-11struct direct's d_ino is no longer the same size as an ino_t, so copy itPhilip Guenther