]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
- Added systcls for header splitting, RX/TX buffer count, interrupt
[FreeBSD/FreeBSD.git] / bin /
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 Jilles Tjoelkersh: Fix two things about {(...)} <redir:
2011-02-05 Jilles Tjoelkersh: Remove clearcmdentry()'s now unused argument.
2011-02-05 Jilles Tjoelkersh: Forget all cached command locations on any PATH...
2011-02-05 Jilles Tjoelkersh: Do not try to execute binary files as scripts.
2011-02-05 Doug BartonVendor import of BIND 9.6.3
2011-02-04 Jilles Tjoelkersh: Remove special code for shell scripts without magic...
2011-02-04 Jilles TjoelkerMake sys_signame upper case.
2011-02-03 Jilles Tjoelkersh: Return only 126 or 127 for execve() failures.
2011-02-02 Jilles Tjoelkersh: Remove comment mentioning herefd, which is gone.
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-30 Jilles Tjoelkersh: Send messages about signals to stderr.
2011-01-25 Jilles Tjoelkersh: Clean up some old comments:
2011-01-25 Konstantin BelousovDocument P_FOLLOWFORK.
2011-01-18 Jilles Tjoelkersh: Fix signal messages being sent to the wrong file...
2011-01-16 Jilles Tjoelkersh(1): Document changes to 'exit' from traps.
2011-01-16 Jilles Tjoelkersh: If exit is used without args from a trap action...
2011-01-15 Jilles Tjoelkersh: Fix some things about -- in trap:
2011-01-14 Jilles Tjoelkersh: Make 'trap -l' look like 'kill -l'.
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-09 Jilles Tjoelkersh: Follow-up to r216743, grabstackblock() can be repla...
2011-01-09 Jilles Tjoelkersh: Remove special %builtin PATH entry.
2011-01-09 Konstantin BelousovMove repeated MAXSLP definition from machine/vmparam...
2011-01-08 Jilles Tjoelkersh: Make exit without parameters from EXIT trap POSIX...
2011-01-05 Jilles Tjoelkersh: Do not call exitshell() from evalcommand() unless...
2011-01-03 Jaakko HeinonenIncrease carried_error if we skip a file due to an...
2011-01-01 Jilles Tjoelkersh: Check readonly status for assignments on regular...
2010-12-31 Jilles Tjoelkersh: Check if dup2 for redirection from/to a file succeeds.
2010-12-30 Jilles Tjoelkersh: Avoid side effects from builtins in optimized comma...
2010-12-29 Jilles Tjoelkersh: Properly restore exception handler in fc.
2010-12-28 Jilles Tjoelkersh: Don't do optimized command substitution if expansio...
2010-12-28 Jilles Tjoelkersh: Make expansion errors in optimized command substitu...
2010-12-27 Jilles Tjoelkersh: Simplify "stack string" code slightly.
2010-12-26 Jilles Tjoelkersh: Fix integer overflow check, it checked an uninitial...
2010-12-26 Jilles Tjoelkersh: Allow arbitrary large numbers in CHECKSTRSPACE.
2010-12-21 Jilles Tjoelkersh(1): Explain why it is a bad idea to use aliases...
2010-12-21 Jilles Tjoelkersh: Add kill builtin.
2010-12-21 Jilles Tjoelkersh: Add a function to print warnings (with command...
2010-12-20 Jilles Tjoelkersh: Make warnings in the printf builtin non-fatal,...
2010-12-18 Jilles Tjoelkersh: arith: Disallow decimal constants starting with...
2010-12-18 Ulrich SpörleinRemove dead code.
2010-12-16 Jilles Tjoelkersh: Fix corruption of command substitutions with specia...
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-13 Ulrich SpörleinRemove duplicate check, turning dead code into live...
2010-12-12 Jilles Tjoelkersh: Various simplifications to jobs.c:
2010-12-12 Jilles Tjoelkersh: Remove the herefd hack.
2010-12-11 Jilles Tjoelkersh: Replace some macros and repeated code in expand...
2010-12-11 Jilles Tjoelkersh: Use vsnprintf() rather than crafting our own in...
2010-12-06 Jilles Tjoelkersh: Improve internal-representation-to-text code to...
2010-12-05 Jilles Tjoelkersh: POSIX says there should not be a space between...
2010-12-05 Jilles Tjoelkersh: Improve jobs output of pipelines.
2010-12-05 Jilles Tjoelkersh: Avoid marking a job as done before it is fully...
2010-12-05 Jilles Tjoelkersh: jobs -p: Do not ask the kernel for the pgid.
2010-12-04 Ulrich SpörleinMove most of the remaining USD/PSD/SMM papers into...
2010-12-04 Doug BartonUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-04 Doug BartonVendor import of BIND 9.6-ESV-R3
2010-12-03 Jilles Tjoelkersh(1): Clean up documentation of built-in commands.
2010-12-03 Simon L. B. NielsenMerge OpenSSL 0.9.8q into head.
2010-12-01 Jilles Tjoelkersh(1): Document that command's -p option also works...
2010-11-28 Juli MallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-23 Jilles Tjoelkersh: Code size optimizations to "stack string" memory...
2010-11-23 Jilles Tjoelkersh: Pass multiple bytes at a time to lex.
2010-11-22 Jilles Tjoelkersh: Fix confusing behaviour if chdir succeeded but...
2010-11-22 Rebecca CranFix some more warnings found by clang.
2010-11-22 Simon L. B. NielsenMerge OpenSSL 0.9.8p into head.
2010-11-20 Jilles Tjoelkersh: Remove the check that alpha/name/in_name chars...
2010-11-20 Jilles Tjoelkersh: Code size optimizations to buffered output.
2010-11-19 Jilles Tjoelkersh: Add printf builtin.
2010-11-14 Jilles Tjoelkersh: Add binary buffered output for use by the printf...
2010-11-13 Jilles Tjoelkersh: Update the suspend example for the change of the...
2010-11-13 Jilles Tjoelkersh: Do the additional actions if 'local -' restore...
2010-11-12 Jilles Tjoelkerecho(1): Clarify portability and mention literal "...
2010-11-12 Jilles Tjoelkersh(1): Document r214304 (special builtin is illegal...
2010-11-12 Jilles Tjoelkersh(1): Update for r214492. "${v+"hi}there"}".
2010-11-12 Martin MatuskaUpdate xz to release 5.0.0
2010-11-12 Jilles Tjoelkersh: Remove unused man page for echo builtin.
2010-11-12 Jilles Tjoelkersh(1): Modernize the introduction a bit.
2010-11-11 Ed SchoutenImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 Dag-Erling SmørgravUpgrade to OpenSSH 5.6p1.
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...
next