]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
In tc_windup, handle the case where the previous call to tc_windup was
[FreeBSD/FreeBSD.git] / bin /
2010-11-20 jillessh: Remove the check that alpha/name/in_name chars...
2010-11-20 jillessh: Code size optimizations to buffered output.
2010-11-19 jillessh: Add printf builtin.
2010-11-14 jillessh: Add binary buffered output for use by the printf...
2010-11-13 jillessh: Update the suspend example for the change of the...
2010-11-13 jillessh: Do the additional actions if 'local -' restore...
2010-11-12 jillesecho(1): Clarify portability and mention literal "...
2010-11-12 jillessh(1): Document r214304 (special builtin is illegal...
2010-11-12 jillessh(1): Update for r214492. "${v+"hi}there"}".
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-12 jillessh: Remove unused man page for echo builtin.
2010-11-12 jillessh(1): Modernize the introduction a bit.
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-08 jillestest: Move tests to tools/regression/bin/test.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-02 jillessh: Fix some issues with aliases and case, by importing...
2010-11-02 edAdd a new libc function: cfmakesane(3).
2010-10-31 jillessh(1): Correct synopsis and make precise how $0 is...
2010-10-31 uqsFix typo and grammar nit
2010-10-31 jillessh: Reindent evaltree().
2010-10-31 jillessh: Use iteration instead of recursion to evaluate...
2010-10-31 uqsElaborate some more on the non-security implications...
2010-10-29 jillessh: Tweak some string constants to reduce code size.
2010-10-29 jillessh: Reject function names ending in one of !%*+-=?@}~
2010-10-29 jillessh: Detect various additional errors in the parser.
2010-10-29 jillessh: Error out on various specials/keywords in the wrong...
2010-10-29 jillessh: Fix some issues with CTL* bytes and ${var#pat}.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-29 jillessh: Do IFS splitting on word in ${v+word} and ${v-word}.
2010-10-28 jillessh: Only accept a '}' inside ${v+-=?...} if double...
2010-10-28 jillessh: Make double-quotes quote a '}' inside ${v#...}...
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-27 desLanguage cleanup.
2010-10-24 jillessh: Ignore double-quotes in arithmetic rather than...
2010-10-24 jillessh: Do not allow overriding a special builtin with...
2010-10-24 jillessh: Make sure defined functions can actually be called.
2010-10-24 jillessh: Check whether dup2 was successful for >&FD and...
2010-10-24 jillessh: Change ! within a pipeline to start a new pipeline...
2010-10-16 jillessh(1): Clarify subshells/processes for pipelines.
2010-10-16 jillessh: Use <stddef.h> rather than <sys/stddef.h>.
2010-10-13 obrienWe only need to look as far as '..' to find 'test/'.
2010-10-13 obrienDo not assume in growstackstr() that a "precious" chara...
2010-10-13 obrienIn the spirit of r90111, depend on c89 and remove the...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 obrienIf one wishes to set breakpoints of static the function...
2010-10-13 jhbMake DEBUG traces 64-bit clean:
2010-10-13 jhbSuggest that DEBUG_FLAGS be used to enable extra debugg...
2010-10-13 obrienConsistently use "STATIC" for all functions in order...
2010-10-12 obrienIf DEBUG is 3 or greater, disable STATICization of...
2010-10-12 obrienAllow one to regression test 'sh' changes without havin...
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-08 uqsrm(1): clarify that -P works only when blocks are updat...
2010-10-08 uqsmdoc: drop redundant .Pp and .LP calls
2010-10-08 emasteMake a thread's address available via the kern proc...
2010-10-04 delphijClarify the combination effect of -P and -f to make...
2010-09-22 emasteCorrect sort order.
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-13 impMerge from tbemd:
2010-09-12 jillessh: Add __dead2 to two functions that do not return.
2010-09-11 jillessh: Fix exit status if return is used within a loop...
2010-09-11 jillessh: Apply variable assignments left-to-right in bltinlo...
2010-09-11 brucecRevert changes of 'assure' to 'ensure' made in r211936.
2010-09-10 jillestest(1): Fix markup, ( and ) must be separate arguments...
2010-09-10 jillestest(1): Clarify grammar ambiguity and -a/-o vs shell...
2010-09-10 jillessh(1): Remove xrefs for expr(1) and getopt(1).
2010-09-09 jillesexpr(1): Add sh(1) versions of examples, remove an...
2010-09-08 jillessh: Fix 'read' if all chars before the first IFS char...
2010-09-05 jillessh: Improve comments in expand.c.
2010-09-04 jillessh: Get rid of some magic numbers.
2010-09-03 jillessh: Do not use locale for determining if something...
2010-08-29 brianTouch the man page date after updating the ustar limita...
2010-08-29 brianCorrect an out-by-one error when earlying out ustar...
2010-08-28 brucecFix incorrect usage of 'assure' and 'insure'.
2010-08-27 brianFix an off-by-one error where we try to split a path...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 jillessh: Remove remnants of '!!' to negate pattern.
2010-08-22 jillessh(1): Add a brief summary of arithmetic expressions.
2010-08-15 jillessh: Fix break/continue/return sometimes not skipping...
2010-08-13 jillessh: Add a forgotten const.
2010-08-13 jillessh: Fix shadowing of sigset.
2010-08-10 jillessh: Fix heap-based buffer overflow in pathname generation.
2010-08-08 jillesRemove unnecessary duplicate letters in mksyntax.c,
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-03 jillessh: Return 0 from eval if no command was given.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-02 kibDocument the new argument parser for sleep(1) and SIGIN...
2010-08-02 kibSimplify argument parser by using sscanf(); simplify...
2010-08-01 jillessh: Do not enter consecutive duplicates into the history.
2010-07-31 joelSpelling fixes.
2010-07-31 kibDeal with proper format for printing time_t.
2010-07-31 kibReport the time left for the sleep on SIGINFO.
2010-07-29 jilleskill: Stop processing if a syntactically invalid pid...
2010-07-27 bcrTypo fix: s/ommited/omitted
2010-07-25 jillessh: Fix crash due to uninitialized here-document.
2010-07-24 traszFix alignment for the 'flags' label, and make more...
2010-07-24 traszAdd P_HASTHREADS flag description.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
next