]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Remove an unused variable.
[FreeBSD/FreeBSD.git] / sbin /
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 edGet rid of major/minor number distinction.
2011-09-28 pjdCorrect typo.
2011-09-28 pjdIf the underlying provider doesn't support BIO_FLUSH...
2011-09-28 pjdBreak a bit earlier.
2011-09-28 pjdAfter every activemap change flush disk's write cache...
2011-09-27 pjdUse PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere inste...
2011-09-27 pjdNo need to wrap pjdlog functions around with KEEP_ERRNO...
2011-09-27 pjdPrefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().
2011-09-27 pjd- Convert some impossible conditions into assertions.
2011-09-27 pjdCorrect two mistakes when converting asserts to PJDLOG_...
2011-09-27 pjdPrefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert...
2011-09-27 pjdNo need to use KEEP_ERRNO() macro around pjdlog functio...
2011-09-27 pjdEnsure that pjdlog functions don't modify errno.
2011-09-19 hrs- Document inet6 no_radr flag.
2011-09-13 kibDo not try to change the mode or ownership of the root...
2011-09-08 aeDon't use the whole free space when resizing partition...
2011-09-06 kibdd -t switch for mdmfs to enable TRIM on the configured...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-09-03 desForgot this nit in r221107.
2011-09-02 jhbClear the mountprog variable after each mountfs() call...
2011-09-02 delphijFix the check in dircheck() on namlen.
2011-08-20 bzAdd support for IPv6 to ipfw fwd:
2011-08-20 aeo Fix mdoc formatting for the '.Fx' macro. [1]
2011-08-19 mavFix WWN printing in `camcontrol identify` output.
2011-08-19 aeThe decimal() function was changed in r217808 to take the
2011-08-19 aeAdd new section "BOOTSTRAPPING" to the gpart(8), that...
2011-08-17 jhbFix a regression where a rule containing a source port...
2011-08-06 dougbGavin documented these alternate options in good faith...
2011-07-30 mckusickUpdate to -r224294 to ensure that only one of MNT_SUJ...
2011-07-24 mckusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-20 adrianThis patch removes a check in ifconfig which disables...
2011-07-19 adrianThis patch enables listing DFS related flags when ...
2011-07-18 bzIf compiling RESCUE always ignore feature_present(3...
2011-07-17 rstoneThe MBR uses a 32-bit unsigned integer to store the...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 mckusickBreak out the pass 5 inode and block map updating into...
2011-07-14 mckusickWhen using -A option (unmount all mounted filesystems...
2011-07-14 delphijUse _PATH_DEV and make the format more consistent with...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-14 delphijAdd a -l option to show file system's corresponding...
2011-07-14 gjbRemove trailing whitespace in the shutdown(8) manual.
2011-07-14 gjbImprovements to the shutdown(8) manual.
2011-07-13 trocinyWhen exiting with error because of an invalid command...
2011-07-13 trocinyFix indentation.
2011-07-12 aeUse NULL instead of 0 for third argument of sigaction(2).
2011-07-12 aeAdd SIGINFO handler.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-05 trocinyRemove useless initialization.
2011-07-03 bzAdd infrastructure to allow all frames/packets received...
2011-07-01 semFix a typo.
2011-06-30 jeff - Handle the JOP_SYNC case as appropriate.
2011-06-29 aeAdd new rule actions "call" and "return" to ipfw. They...
2011-06-29 aeImprove error reporting. Use corresponding error messag...
2011-06-28 trocinyCheck the returned value of activemap_write_complete...
2011-06-28 trocinyMake activemap_write_start/complete check the keepdirty...
2011-06-28 traszRevert the mechanical change from 'file system' to...
2011-06-28 bzUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-27 pjdCompile hastd and hastctl with capsicum support.
2011-06-27 pjdCompile capsicum support only if HAVE_CAPSICUM is defined.
2011-06-27 pjdLog a warning if we cannot sandbox using capsicum,...
2011-06-24 glebiusActually, if code had followed style(9), there would...
2011-06-24 kevloRemove duplicated header files
2011-06-22 traszAdvertise growfs(8) a little better.
2011-06-22 traszCosmetic fixes; mostly s/file system/filesystem/g and...
2011-06-22 glebiusOne more braino from me.
2011-06-21 aeWhen user specifies the bootcode with size smaller...
2011-06-21 delphijMod the offset padding by alignment. Without this...
2011-06-21 aeThe "size" param needs no adjusting to stripeoffset.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-18 pjdCorrect subcommand name 'unset' -> 'unscript'.
2011-06-18 benlFix clang warnings.
2011-06-17 glebius- Fix my braino in the 220835, when I used strtok(...
2011-06-17 trocinyIn HAST we use two sockets - one for only sending the...
2011-06-16 aeAdd "alignment" param to the request before calling...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-16 sobomaxRevert r222688.
2011-06-14 gibbsLay groundwork in CAM for recording and reporting physi...
2011-06-14 aeImplement "global" mode for ipfw nat. It is similar...
2011-06-14 aeCheck nat id a bit more strictly.
2011-06-14 luigiGrab one of the ifcap bits for netmap, and enable print...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-10 jeffImplement fully asynchronous partial truncation with...
2011-06-08 kenAdd dump.c to the rtsol build. It is needed now that...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 delphijAdd a special mount option "failok" to indicate that...
2011-06-07 aeDo not use LCM from stripesize and user specified align...
2011-06-06 attilioMFC
2011-06-06 gavinRework parts of this man page to improve grammar.
2011-06-06 edRemove redundant assignments to WARNS.
2011-06-06 gavinAdd another example to mount(8) on using the "-o" argument.
2011-06-06 gavinBump .Dd
2011-06-06 gavinDocument that REQUIRES, PROVIDES and KEYWORDS are alos...
2011-06-06 aeInitialize co.use_set variable before parsing each...
2011-06-06 aeIncrease buffer size for the command line.
2011-06-06 hrs- Accept Router Advertisement messages even when net...
next