]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Remove these locks - they aren't strictly needed and cause measurable
[FreeBSD/FreeBSD.git] / sbin /
2011-10-18 Kirk McKusickThe current /etc/dumpdates file restricts device names...
2011-10-17 Pawel Jakub DawidekAllow to specify pidfile in HAST configuration file.
2011-10-17 Pawel Jakub DawidekRemove redundant space.
2011-10-17 Pawel Jakub DawidekWhen path to the configuration file is relative, obtain...
2011-10-16 Olivier HouchardUnbreak NO_DYNAMICROOT by explicitely linking to libcry...
2011-10-16 Eitan Adler- change "is is" to "is" or "it is"
2011-10-13 Dag-Erling SmørgravMake dhclient use a pid file. Modify the rc script...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-11 Kirk McKusickAfter creating a filesystem using newfs -j the time...
2011-10-09 Craig RodriguesAdd a "kern.features.ata_cam" sysctl in the kernel...
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-10-03 Kenneth D. MerryAdd descriptor sense support to CAM, and honor sense...
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-28 Ed SchoutenGet rid of major/minor number distinction.
2011-09-28 Pawel Jakub DawidekCorrect typo.
2011-09-28 Pawel Jakub DawidekIf the underlying provider doesn't support BIO_FLUSH...
2011-09-28 Pawel Jakub DawidekBreak a bit earlier.
2011-09-28 Pawel Jakub DawidekAfter every activemap change flush disk's write cache...
2011-09-27 Pawel Jakub DawidekUse PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere inste...
2011-09-27 Pawel Jakub DawidekNo need to wrap pjdlog functions around with KEEP_ERRNO...
2011-09-27 Pawel Jakub DawidekPrefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().
2011-09-27 Pawel Jakub Dawidek- Convert some impossible conditions into assertions.
2011-09-27 Pawel Jakub DawidekCorrect two mistakes when converting asserts to PJDLOG_...
2011-09-27 Pawel Jakub DawidekPrefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert...
2011-09-27 Pawel Jakub DawidekNo need to use KEEP_ERRNO() macro around pjdlog functio...
2011-09-27 Pawel Jakub DawidekEnsure that pjdlog functions don't modify errno.
2011-09-19 Hiroki Sato- Document inet6 no_radr flag.
2011-09-13 Konstantin BelousovDo not try to change the mode or ownership of the root...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-08 Andrey V. ElsukovDon't use the whole free space when resizing partition...
2011-09-06 Konstantin Belousovdd -t switch for mdmfs to enable TRIM on the configured...
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-09-03 Dag-Erling SmørgravForgot this nit in r221107.
2011-09-02 John BaldwinClear the mountprog variable after each mountfs() call...
2011-09-02 Xin LIFix the check in dircheck() on namlen.
2011-08-20 Bjoern A. ZeebAdd support for IPv6 to ipfw fwd:
2011-08-20 Andrey V. Elsukovo Fix mdoc formatting for the '.Fx' macro. [1]
2011-08-19 Alexander MotinFix WWN printing in `camcontrol identify` output.
2011-08-19 Andrey V. ElsukovThe decimal() function was changed in r217808 to take the
2011-08-19 Andrey V. ElsukovAdd new section "BOOTSTRAPPING" to the gpart(8), that...
2011-08-17 John BaldwinFix a regression where a rule containing a source port...
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-08-06 Doug BartonGavin documented these alternate options in good faith...
2011-07-30 Kirk McKusickUpdate to -r224294 to ensure that only one of MNT_SUJ...
2011-07-24 Kirk McKusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-20 Adrian ChaddThis patch removes a check in ifconfig which disables...
2011-07-19 Adrian ChaddThis patch enables listing DFS related flags when ...
2011-07-18 Bjoern A. ZeebIf compiling RESCUE always ignore feature_present(3...
2011-07-17 Ryan StoneThe MBR uses a 32-bit unsigned integer to store the...
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-15 Kirk McKusickBreak out the pass 5 inode and block map updating into...
2011-07-14 Kirk McKusickWhen using -A option (unmount all mounted filesystems...
2011-07-14 Xin LIUse _PATH_DEV and make the format more consistent with...
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-14 Xin LIAdd a -l option to show file system's corresponding...
2011-07-14 Glen BarberRemove trailing whitespace in the shutdown(8) manual.
2011-07-14 Glen BarberImprovements to the shutdown(8) manual.
2011-07-13 Mikolaj GolubWhen exiting with error because of an invalid command...
2011-07-13 Mikolaj GolubFix indentation.
2011-07-12 Andrey V. ElsukovUse NULL instead of 0 for third argument of sigaction(2).
2011-07-12 Andrey V. ElsukovAdd SIGINFO handler.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-07-05 Mikolaj GolubRemove useless initialization.
2011-07-04 Attilio RaoMFC
2011-07-03 Bjoern A. ZeebAdd infrastructure to allow all frames/packets received...
2011-07-01 Sergey MatveychukFix a typo.
2011-06-30 Attilio RaoMFC
2011-06-30 Jeff Roberson - Handle the JOP_SYNC case as appropriate.
2011-06-29 Andrey V. ElsukovAdd new rule actions "call" and "return" to ipfw. They...
2011-06-29 Attilio RaoMFC
2011-06-29 Andrey V. ElsukovImprove error reporting. Use corresponding error messag...
2011-06-28 Mikolaj GolubCheck the returned value of activemap_write_complete...
2011-06-28 Mikolaj GolubMake activemap_write_start/complete check the keepdirty...
2011-06-28 Edward Tomasz Napi... Revert the mechanical change from 'file system' to...
2011-06-28 Attilio RaoMFC
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-27 Pawel Jakub DawidekCompile hastd and hastctl with capsicum support.
2011-06-27 Pawel Jakub DawidekCompile capsicum support only if HAVE_CAPSICUM is defined.
2011-06-27 Pawel Jakub DawidekLog a warning if we cannot sandbox using capsicum,...
2011-06-24 Attilio RaoMFC
2011-06-24 Gleb SmirnoffActually, if code had followed style(9), there would...
2011-06-24 Kevin LoRemove duplicated header files
2011-06-22 Attilio RaoMFC
2011-06-22 Edward Tomasz Napi... Advertise growfs(8) a little better.
2011-06-22 Edward Tomasz Napi... Cosmetic fixes; mostly s/file system/filesystem/g and...
2011-06-22 Gleb SmirnoffOne more braino from me.
2011-06-21 Andrey V. ElsukovWhen user specifies the bootcode with size smaller...
2011-06-21 Attilio RaoMFC
2011-06-21 Xin LIMod the offset padding by alignment. Without this...
2011-06-21 Andrey V. ElsukovThe "size" param needs no adjusting to stripeoffset.
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 Attilio RaoMFC
2011-06-18 Pawel Jakub DawidekCorrect subcommand name 'unset' -> 'unscript'.
2011-06-18 Ben LaurieFix clang warnings.
2011-06-17 Gleb Smirnoff- Fix my braino in the 220835, when I used strtok(...
2011-06-17 Mikolaj GolubIn HAST we use two sockets - one for only sending the...
next