]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Unroll vgrind filter to no longer depend on vgrind(1) during buildworld.
[FreeBSD/FreeBSD.git] / bin /
2011-01-25 jillessh: Clean up some old comments:
2011-01-25 kibDocument P_FOLLOWFORK.
2011-01-18 jillessh: Fix signal messages being sent to the wrong file...
2011-01-16 jillessh(1): Document changes to 'exit' from traps.
2011-01-16 jillessh: If exit is used without args from a trap action...
2011-01-15 jillessh: Fix some things about -- in trap:
2011-01-14 jillessh: Make 'trap -l' look like 'kill -l'.
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-09 jillessh: Follow-up to r216743, grabstackblock() can be repla...
2011-01-09 jillessh: Remove special %builtin PATH entry.
2011-01-09 kibMove repeated MAXSLP definition from machine/vmparam...
2011-01-08 jillessh: Make exit without parameters from EXIT trap POSIX...
2011-01-05 jillessh: Do not call exitshell() from evalcommand() unless...
2011-01-03 jhIncrease carried_error if we skip a file due to an...
2011-01-01 jillessh: Check readonly status for assignments on regular...
2010-12-31 jillessh: Check if dup2 for redirection from/to a file succeeds.
2010-12-30 jillessh: Avoid side effects from builtins in optimized comma...
2010-12-29 jillessh: Properly restore exception handler in fc.
2010-12-28 jillessh: Don't do optimized command substitution if expansio...
2010-12-28 jillessh: Make expansion errors in optimized command substitu...
2010-12-27 jillessh: Simplify "stack string" code slightly.
2010-12-26 jillessh: Fix integer overflow check, it checked an uninitial...
2010-12-26 jillessh: Allow arbitrary large numbers in CHECKSTRSPACE.
2010-12-21 jillessh(1): Explain why it is a bad idea to use aliases...
2010-12-21 jillessh: Add kill builtin.
2010-12-21 jillessh: Add a function to print warnings (with command...
2010-12-20 jillessh: Make warnings in the printf builtin non-fatal,...
2010-12-18 jillessh: arith: Disallow decimal constants starting with...
2010-12-18 uqsRemove dead code.
2010-12-16 jillessh: Fix corruption of command substitutions with specia...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-13 uqsRemove duplicate check, turning dead code into live...
2010-12-12 jillessh: Various simplifications to jobs.c:
2010-12-12 jillessh: Remove the herefd hack.
2010-12-11 jillessh: Replace some macros and repeated code in expand...
2010-12-11 jillessh: Use vsnprintf() rather than crafting our own in...
2010-12-06 jillessh: Improve internal-representation-to-text code to...
2010-12-05 jillessh: POSIX says there should not be a space between...
2010-12-05 jillessh: Improve jobs output of pipelines.
2010-12-05 jillessh: Avoid marking a job as done before it is fully...
2010-12-05 jillessh: jobs -p: Do not ask the kernel for the pgid.
2010-12-04 uqsMove most of the remaining USD/PSD/SMM papers into...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-04 dougbVendor import of BIND 9.6-ESV-R3
2010-12-03 jillessh(1): Clean up documentation of built-in commands.
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-01 jillessh(1): Document that command's -p option also works...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-23 jillessh: Code size optimizations to "stack string" memory...
2010-11-23 jillessh: Pass multiple bytes at a time to lex.
2010-11-22 jillessh: Fix confusing behaviour if chdir succeeded but...
2010-11-22 brucecFix some more warnings found by clang.
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-30 dougbVendor import of BIND 9.6-ESV-R2
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:
next