summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-07-09Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES andKenneth R Westerback
2014-07-09expire IPcomp SAs too; ok mikeb (some time ago)Markus Friedl
2014-07-09Oops. Forgot makefile ...Kenneth R Westerback
2014-07-09Enable specifying the filesystem of interest by the duid.Kenneth R Westerback
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser
2014-07-09We do have SO_SNDBUF & SO_RCVBUF; no obj change.Florian Obser
2014-07-09We do have NI_NODEADDR_FLAG_ANYCAST, no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We don't have IPV6_REACHCONF, no obj change after unifdef(1).Florian Obser
2014-07-09Kill code commented since forever; no obj change.Florian Obser
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-02condition above makes this part of the check useless;Mike Belopuhov
2014-07-02From: Gregor BestJason McIntyre
2014-06-30Use getrlimit(2) instead of assuming MAXDSIZ is available in userland.Otto Moerbeek
2014-06-30Merge two loops in collapse_redirspec into oneMike Belopuhov
2014-06-29do not need sys/disk.hTheo de Raadt
2014-06-26Create temporary file with mkstemp and unlink if rename operation fails.Tobias Stoeckmann
2014-06-25Make stricter decisions when handling translation specifications.Mike Belopuhov
2014-06-24remove the noaccesstime synonym for noatime which was previously added for BS...Daniel Dickman
2014-06-23first attempt at documenting NOINET6 by default and eui64 turning it on againHenning Brauer
2014-06-23make "ifconfig <if> inet6 eui64" reset the NOINET6 flagHenning Brauer
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-06-18Always keep length of cluster chain up to date, otherwise the drop ofTobias Stoeckmann
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