]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
MFV r260834:
[FreeBSD/FreeBSD.git] / sbin /
2014-01-18 Xin LIMFV r260834:
2014-01-13 Baptiste DaroussinFix dmesg(1) -> dmesg(8)
2014-01-13 Baptiste DaroussinFix typo
2014-01-13 Baptiste DaroussinPoint the user to dmesg(1) to get informations about...
2014-01-12 Julio MerinoAdd atf pkg-config files from the vendor branch.
2014-01-11 Alexander V. ChernikovBump dates in nestat(1) and route(8) man pages.
2014-01-10 Alexander V. ChernikovAdd -4/-6 shorthand for -finet/-finet6 in route(8)...
2014-01-10 Alexander MotinReplace several instances of -1 with appropriate CAM_...
2014-01-09 Lars EngelsCheck if the given argument to 'gpart add' is actually...
2014-01-09 Baptiste DaroussinFix error counting
2014-01-09 Baptiste DaroussinImport error message shown to the user when trying...
2014-01-09 Alexander V. ChernikovDo some more sanity checks in route(8): require netmask...
2014-01-09 Pawel Jakub DawidekAlways create /var/run/casper with correct permissions...
2014-01-08 Baptiste DaroussinImport byacc 20140101 which imports %token-table from...
2014-01-07 Xin LIMFV r260399:
2014-01-06 Jim HarrisFor "nvmecontrol devlist", show namespace sizes in...
2014-01-04 Pawel Jakub DawidekDon't allow to create GELI providers with a sector...
2014-01-02 Xin LIMFV r260155:
2014-01-02 Xin LIMFV r260154 + 260182:
2014-01-01 Xin LIMFV r260153:
2014-01-01 Xin LIMFV r260152:
2014-01-01 Xin LIMFV r259170:
2013-12-31 Xin LIMFV r258972:
2013-12-31 Xin LIMFV r258385:
2013-12-31 Xin LIMFV r242733:
2013-12-30 Scott Longgetopt returns an int, not a char, so use the correct...
2013-12-30 Scott LongAdd globs.c, missed in r260068,260069
2013-12-30 Scott LongAdd globs.c to the build now that it's a separate file.
2013-12-30 Scott LongAdd the -R option to allow fsck_ffs to restart itself...
2013-12-29 Scott LongAdd the '-b' flag to 'camcontrol devlist'. This prints...
2013-12-27 Joel DahlImprove wording slightly.
2013-12-27 Andrey V. ElsukovAdd an ability to stop gmirror and clear its metadata...
2013-12-26 Bjoern A. ZeebUse feature_present(3) to determine whether to open...
2013-12-25 Xin LIMFV r258384:
2013-12-24 Xin LIMFV r258374:
2013-12-24 Xin LIMFV r258373:
2013-12-21 Chris ReesMinor grammar fix
2013-12-21 Jilles Tjoelkerswapon: Fix buffer overflow when configuring encrypted...
2013-12-19 Edwin GroothuisMFV of r259624, tzdata2013i
2013-12-18 Pawel Jakub DawidekMFV r258923: 4188 assertion failed in dmu_tx_hold_free...
2013-12-18 Alexander V. ChernikovAdd net.inet.ip.fw.dyn_keep_states sysctl which
2013-12-17 Edward Tomasz Napi... Reword the part about mutual CHAP.
2013-12-15 Pawel Jakub DawidekMFp4 @1189141:
2013-12-13 Alan Somerssbin/devd/devd.cc
2013-12-13 Alan Somerssbin/devd/devd.cc
2013-12-12 Gleb SmirnoffSomehow stable/10 branch contains correct version,...
2013-12-10 Mikolaj GolubCheck remote protocol version only for the first connec...
2013-12-10 Mikolaj GolubSend wakeup to threads waiting on empty queue before...
2013-12-10 Mikolaj GolubIn remote_send_thread, if sending a request fails don...
2013-12-10 Mikolaj GolubFix compiler warnings.
2013-12-10 Mikolaj GolubAdd some macros to make the code more readable (no...
2013-12-10 Mikolaj GolubFor memsync replication, hio_countdown is used not...
2013-12-08 Pawel Jakub DawidekSome improvements to the casperd manual page.
2013-12-08 Rick MacklemDocument the noncontigwr NFS mount option.
2013-12-08 Peter WemmVendor import nvi-2.1.2-c80f493b038 a multikey mapping fix
2013-12-04 Eitan Adlerroute(1): Pull static data to the top of the file.
2013-12-04 Eitan Adlerroute(1): Pull static buffer out of the function and...
2013-12-04 Eitan Adlerroute(1): Pull static buffer out of the function and...
2013-12-04 Eitan Adlerroute(1): Pull static variable out of the function...
2013-12-04 Eitan Adlerroute(1): Pull static buffer out of the function and...
2013-12-04 Edward Tomasz Napi... Add "null" backend to mdconfig(8). This does exactly...
2013-12-04 Eitan AdlerAvoid using a static buffer in atalk_ntoa. This will...
2013-12-04 Eitan AdlerAdd const qualifier where appropriate
2013-12-04 Eitan AdlerAdd const qualifier where appropriate
2013-12-04 Eitan AdlerTurn 'n' into a local variable. This is required for...
2013-12-03 Ed MasteUpdate LLDB to upstream r196322 snapshot
2013-12-03 Ed MasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 Pawel Jakub DawidekInitialize cookie before use.
2013-12-02 Pawel Jakub DawidekPlease welcome casperd daemon. It (and its services...
2013-12-01 Pawel Jakub DawidekRemove trailing backslash.
2013-11-28 Andriy GaponMFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
2013-11-28 Andriy GaponMFV r258371,r258372: 4101 metaslab_debug should allow...
2013-11-28 Alexander V. ChernikovCheck ipfw table numbers in both user and kernel space...
2013-11-27 Juli MallettFix fdisk(8) to create 2TB partitions on disks larger...
2013-11-27 Alexander V. ChernikovFix key lookup in ipfw(8) broken since r232865.
2013-11-26 Edward Tomasz Napi... Fix warnings to not append "No error: 0".
2013-11-26 Andriy GaponMFV r258376: 3964 L2ARC should always compress metadata...
2013-11-26 Andriy GaponMFV r255256: 3954 metaslabs continue to load even after...
2013-11-26 Andriy GaponMFV r255255: 4045 zfs write throttle & i/o scheduler...
2013-11-26 Andriy GaponMFV r247578: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASK...
2013-11-25 Sergey KandaurovAdjust introduction history.
2013-11-25 Peter WemmImport apr-util-1.5.3 from vendor branch (rr258600)
2013-11-25 Pedro F. GiffuniMFV: removes strict-aliasing warnings from GCC in tcpdump.
2013-11-25 Peter WemmImport svn-1.8.5. This contains a user-visible fix...
2013-11-22 Gleb SmirnoffRemove __FreeBSD__ ifdefs.
2013-11-22 Gleb SmirnoffRewrite usage() so that its source code resembles what...
2013-11-22 Sergey Kandaurov- Purge one more reference to ad(4)[1].
2013-11-21 Brooks DavisSync with NetBSD. The funtional change is to make...
2013-11-20 Andriy GaponMFV r258378: 4089 NULL pointer dereference in arc_read()
2013-11-20 Andriy GaponMFV r258377: 4088 use after free in arc_release()
2013-11-19 Andrey V. ElsukovAdd "resize" verb to gmirror(8) and such functionality...
2013-11-17 Julio MerinoMFV: Import atf-0.18.
2013-11-15 Xin LIMFV: netcat from OpenBSD 5.4.
2013-11-12 Jim HarrisCheck for special status code from FIRMWARE_ACTIVATE...
2013-11-12 Devin TeskeFix a typo: s/wriable/writable/
2013-11-12 Ed MasteUpdate LLDB to upstream r194122 snapshot
2013-11-11 Peter WemmMerge nvi-2.1.1 -> 2.1.2
2013-11-11 Xin LIMFV r257952:
2013-11-11 Peter WemmUpdate svn from 1.8.1 to 1.8.4 - minor security fixes...
2013-11-07 Andriy Gapondevd: lower priority of action execution logging to...
next