]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
When we switched to the gpart backend, and provided selection between
[FreeBSD/FreeBSD.git] / bin /
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
2010-11-08 Jilles Tjoelkertest: Move tests to tools/regression/bin/test.
2010-11-03 Rui PauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-03 Edwin GroothuisMFV of tzdata2010o, r214716
2010-11-02 Jilles Tjoelkersh: Fix some issues with aliases and case, by importing...
2010-11-02 Ed SchoutenAdd a new libc function: cfmakesane(3).
2010-10-31 Jilles Tjoelkersh(1): Correct synopsis and make precise how $0 is...
2010-10-31 Ulrich SpörleinFix typo and grammar nit
2010-10-31 Jilles Tjoelkersh: Reindent evaltree().
2010-10-31 Jilles Tjoelkersh: Use iteration instead of recursion to evaluate...
2010-10-31 Ulrich SpörleinElaborate some more on the non-security implications...
2010-10-31 Doug BartonUpdate to 9.6-ESV-R2, the latest from ISC.
2010-10-30 Doug BartonVendor import of BIND 9.6-ESV-R2
2010-10-29 Jilles Tjoelkersh: Tweak some string constants to reduce code size.
2010-10-29 Jilles Tjoelkersh: Reject function names ending in one of !%*+-=?@}~
2010-10-29 Jilles Tjoelkersh: Detect various additional errors in the parser.
2010-10-29 Jilles Tjoelkersh: Error out on various specials/keywords in the wrong...
2010-10-29 Jilles Tjoelkersh: Fix some issues with CTL* bytes and ${var#pat}.
2010-10-29 Rui PauloMerge libpcap-1.1.1.
2010-10-29 Jilles Tjoelkersh: Do IFS splitting on word in ${v+word} and ${v-word}.
2010-10-28 Jilles Tjoelkersh: Only accept a '}' inside ${v+-=?...} if double...
2010-10-28 Jilles Tjoelkersh: Make double-quotes quote a '}' inside ${v#...}...
2010-10-28 Rui PauloMerge tcpdump-4.1.1.
2010-10-27 Dag-Erling SmørgravLanguage cleanup.
2010-10-24 Jilles Tjoelkersh: Ignore double-quotes in arithmetic rather than...
2010-10-24 Jilles Tjoelkersh: Do not allow overriding a special builtin with...
2010-10-24 Jilles Tjoelkersh: Make sure defined functions can actually be called.
2010-10-24 Jilles Tjoelkersh: Check whether dup2 was successful for >&FD and...
2010-10-24 Jilles Tjoelkersh: Change ! within a pipeline to start a new pipeline...
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-16 Jilles Tjoelkersh(1): Clarify subshells/processes for pipelines.
2010-10-16 Jilles Tjoelkersh: Use <stddef.h> rather than <sys/stddef.h>.
2010-10-13 David E. O'BrienWe only need to look as far as '..' to find 'test/'.
2010-10-13 David E. O'BrienDo not assume in growstackstr() that a "precious" chara...
2010-10-13 David E. O'BrienIn the spirit of r90111, depend on c89 and remove the...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-13 David E. O'BrienIf one wishes to set breakpoints of static the function...
2010-10-13 John BaldwinMake DEBUG traces 64-bit clean:
2010-10-13 John BaldwinSuggest that DEBUG_FLAGS be used to enable extra debugg...
2010-10-13 David E. O'BrienConsistently use "STATIC" for all functions in order...
2010-10-12 David E. O'BrienIf DEBUG is 3 or greater, disable STATICization of...
2010-10-12 David E. O'BrienAllow one to regression test 'sh' changes without havin...
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ulrich Spörleinrm(1): clarify that -P works only when blocks are updat...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-08 Ed MasteMake a thread's address available via the kern proc...
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-04 Xin LIClarify the combination effect of -P and -f to make...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-22 Ed MasteCorrect sort order.
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-13 Warner LoshMerge from tbemd:
2010-09-12 Jilles Tjoelkersh: Add __dead2 to two functions that do not return.
2010-09-11 Jilles Tjoelkersh: Fix exit status if return is used within a loop...
2010-09-11 Jilles Tjoelkersh: Apply variable assignments left-to-right in bltinlo...
2010-09-11 Rebecca CranRevert changes of 'assure' to 'ensure' made in r211936.
2010-09-10 Jilles Tjoelkertest(1): Fix markup, ( and ) must be separate arguments...
2010-09-10 Jilles Tjoelkertest(1): Clarify grammar ambiguity and -a/-o vs shell...
2010-09-10 Jilles Tjoelkersh(1): Remove xrefs for expr(1) and getopt(1).
2010-09-09 Jilles Tjoelkerexpr(1): Add sh(1) versions of examples, remove an...
2010-09-08 Jilles Tjoelkersh: Fix 'read' if all chars before the first IFS char...
2010-09-05 Jilles Tjoelkersh: Improve comments in expand.c.
2010-09-04 Jilles Tjoelkersh: Get rid of some magic numbers.
2010-09-03 Jilles Tjoelkersh: Do not use locale for determining if something...
2010-08-29 Brian SomersTouch the man page date after updating the ustar limita...
2010-08-29 Brian SomersCorrect an out-by-one error when earlying out ustar...
2010-08-28 Rebecca CranFix incorrect usage of 'assure' and 'insure'.
2010-08-27 Brian SomersFix an off-by-one error where we try to split a path...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 Jilles Tjoelkersh: Remove remnants of '!!' to negate pattern.
2010-08-22 Jilles Tjoelkersh(1): Add a brief summary of arithmetic expressions.
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-15 Jilles Tjoelkersh: Fix break/continue/return sometimes not skipping...
2010-08-13 Jilles Tjoelkersh: Add a forgotten const.
2010-08-13 Jilles Tjoelkersh: Fix shadowing of sigset.
2010-08-10 Jilles Tjoelkersh: Fix heap-based buffer overflow in pathname generation.
2010-08-08 Jilles TjoelkerRemove unnecessary duplicate letters in mksyntax.c,
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-03 Jilles Tjoelkersh: Return 0 from eval if no command was given.
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-02 Konstantin BelousovDocument the new argument parser for sleep(1) and SIGIN...
2010-08-02 Konstantin BelousovSimplify argument parser by using sscanf(); simplify...
2010-08-01 Jilles Tjoelkersh: Do not enter consecutive duplicates into the history.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-31 Joel DahlSpelling fixes.
2010-07-31 Konstantin BelousovDeal with proper format for printing time_t.
2010-07-31 Konstantin BelousovReport the time left for the sleep on SIGINFO.
2010-07-29 Jilles Tjoelkerkill: Stop processing if a syntactically invalid pid...
2010-07-27 Benedict ReuschlingTypo fix: s/ommited/omitted
2010-07-25 Jilles Tjoelkersh: Fix crash due to uninitialized here-document.
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-24 Edward Tomasz Napi... Fix alignment for the 'flags' label, and make more...
2010-07-24 Edward Tomasz Napi... Add P_HASTHREADS flag description.
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-18 Jilles Tjoelkersh: Allow a background command consisting solely of...
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
next