]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Ok, so we use different comment conventions in Symbol.map and Version.def
[FreeBSD/FreeBSD.git] / bin /
2011-05-15 jillessh: Minor optimization to output from ulimit/export...
2011-05-15 jillessh: Avoid close(-1) when evaluating a multi-command...
2011-05-13 pluknetUpdate sticky(7) cross references.
2011-05-08 jillessh: Add \u/\U support (in $'...') for UTF-8.
2011-05-08 jillessh: Optimize variable code by storing the length of...
2011-05-08 jillessh(1): Update BUGS section for UTF-8 support.
2011-05-08 jillessh: Add UTF-8 support to pattern matching.
2011-05-07 jillessh: Add UTF-8 support to ${#var}.
2011-05-06 jillessh: Track if the current locale's charset is UTF-8...
2011-05-06 jillessh: Change the CTL* bytes to ones invalid in UTF-8.
2011-05-05 jillessh: Add $'quoting' (C-style escape sequences).
2011-05-04 jillessh: Apply set -u to variables in arithmetic.
2011-05-04 jillessh: Detect an error for ${#var<GARBAGE>}.
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-03 ruDon't call -f option's argument "stdin".
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-25 jillessh: Set $? to 0 for background commands.
2011-04-25 jillessh: Check setuid()/setgid() return values.
2011-04-25 jillessh: Remove duplicate code resetting uid/gid for set...
2011-04-23 jillessh: Allow EV_EXIT through function calls, make {.....
2011-04-20 jillessh: Do not word split "${#parameter}".
2011-04-18 traszDocument problems with -d/-w and the fact that -X is...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-12 traszGet rid of DSIZ; instead just call the sizing function...
2011-04-09 traszMake it possible to use permission sets (full_set,...
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-24 traszAdd proper width calculation for time fields (time...
2011-03-24 traszMake "LOGIN" and "CLASS" columns width scale properly...
2011-03-20 jillessh(1): Describe subshell environment, command substitut...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-17 kibImplement the usertime and systime keywords for ps...
2011-03-15 jillesbin: Prefer strrchr() to rindex().
2011-03-13 jillessh: Fix some parameter expansion variants ${#...}.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-07 stefanfRemove unnecessary cast.
2011-03-06 jillessh(1): Reduce excessive semicolon-separated sentences.
2011-03-05 traszExport login class information via kinfo and make it...
2011-03-05 jillessh: Fix some warnings in code for arithmetic expressions.
2011-03-01 jilleskill: Note that this is used both as a normal program...
2011-02-27 delphijAccept == as an alias of = which is a popular GNU exten...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-26 umeWhen WITH_ICONV is set, use our in-tree iconv.
2011-02-21 pluknetmdoc(7) markup.
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-15 jillestest: Note that this is used both as a normal program...
2011-02-12 jillessh: Detect dividing the smallest integer by -1.
2011-02-12 brucecFix typos.
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-08 jillessh(1): Update description of arithmetic.
2011-02-08 jillessh: Import arithmetic expression code from dash.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 jillessh: Fix two things about {(...)} <redir:
2011-02-05 jillessh: Remove clearcmdentry()'s now unused argument.
2011-02-05 jillessh: Forget all cached command locations on any PATH...
2011-02-05 jillessh: Do not try to execute binary files as scripts.
2011-02-05 dougbVendor import of BIND 9.6.3
2011-02-04 jillessh: Remove special code for shell scripts without magic...
2011-02-04 jillesMake sys_signame upper case.
2011-02-03 jillessh: Return only 126 or 127 for execve() failures.
2011-02-02 jillessh: Remove comment mentioning herefd, which is gone.
2011-01-30 jillessh: Send messages about signals to stderr.
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...
next