]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Merge from projects/mips to head by hand:
[FreeBSD/FreeBSD.git] / bin /
2010-01-09 Ruslan ErmilovUpdate to a 26-Nov-2009 release.
2010-01-06 Warner LoshMerge from head at r201628.
2010-01-04 David E. O'BrienCommitted the wrong version in r201484. This time...
2010-01-04 David E. O'BrienFix the "-t" functionality. Per the regression tests...
2010-01-03 Jilles Tjoelkersh: Send the "not found" message for builtin <cmd>...
2010-01-01 Jilles Tjoelkersh: Fix some bugs with backquoted builtins:
2009-12-31 Jilles Tjoelkersh(1): document ulimit -w (swapuse rlimit).
2009-12-31 Jilles Tjoelkersh(1): Correct two places where "$@" lacked necessary...
2009-12-31 Jilles Tjoelkersh: Use PATH= assignment in type.
2009-12-31 Jilles Tjoelkersh: Allow command -pv and command -pV (lookup using...
2009-12-30 Jilles Tjoelkersh: Ensure funcnest is decremented if there was an...
2009-12-30 Jilles TjoelkerFix memory leak when parsing backticks (``).
2009-12-30 Jilles Tjoelkersh: arith: Return only 0 and 1 from && and ||.
2009-12-29 Edwin GroothuisMFV of tzdata2009u, r201187
2009-12-29 Ed SchoutenAdd missing `void' for function without arguments.
2009-12-29 Ed SchoutenAdd missing `void' for function without arguments.
2009-12-28 Antoine Brodin(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-27 Jilles Tjoelkersh: Change varinit to use const better.
2009-12-27 Jilles Tjoelkersh: Various warning fixes (from WARNS=6 NO_WERROR=1):
2009-12-26 Jilles TjoelkerRemove declaration of function that no longer exists.
2009-12-26 Edward Tomasz Napi... Fix breakage introduced in last commit.
2009-12-26 Edward Tomasz Napi... Improve ACL branding mismatch detection and reporting...
2009-12-25 Jilles Tjoelkersh: Do not run callers' exception handlers in subshells.
2009-12-25 Jilles Tjoelkersh: Do not consider a tilde-prefix with expansions...
2009-12-24 Jilles Tjoelkersh: Add some __dead2 to indicate functions that do...
2009-12-24 Jilles Tjoelkersh: Constify various strings.
2009-12-24 Jilles Tjoelkersh: Remove setting variables from dotcmd/exportcmd.
2009-12-22 Edwin GroothuisMFV of tzcode2009t, r200833
2009-12-22 Edwin GroothuisMFV of tzdata2009t, r200831
2009-12-21 Xin LIPlug a memory leak.
2009-12-15 Ollivier RobertMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 Jung-uk KimMerge ACPICA 20091214.
2009-12-11 Xin LIApply two vendor fixes for CVE-2009-3720.
2009-12-05 Ed SchoutenLet date(1) use utmpx instead of logwtmp().
2009-12-04 Alexander LeidingerImport the unchanged v4l videodev.h from the vendor...
2009-11-30 Doug BartonUpdate to BIND 9.6.1-P2. The vulnerability this is...
2009-11-30 Doug BartonVendor import of BIND 9.6.1-P2
2009-11-29 Jilles TjoelkerFix some cases where file descriptors from redirections...
2009-11-22 Jilles TjoelkerFix various things about SIGINT handling:
2009-11-22 Jilles Tjoelkersh: Ensure the same command input file is on top after...
2009-11-21 Jilles Tjoelkertrap: do not consider a bad signal name a fatal error.
2009-11-21 Stefan FarfelederHandle current work directories of arbitrary length...
2009-11-21 Jilles Tjoelkersh: Some changes to stderr flushing:
2009-11-17 Jilles TjoelkerAdd pwait utility, which waits for any process to termi...
2009-11-17 Alexander LeidingerFix small resource leak (memory).
2009-11-16 Jung-uk KimMerge ACPICA 20091112.
2009-11-16 Edwin GroothuisMFV of tzdata2009s, r199334
2009-11-14 Jilles Tjoelkersh: Allow a newline before "in" in a for command, as...
2009-11-12 Oleksandr TymoshenkoMFC @199204
2009-11-11 Jilles Tjoelkersh: Use sigaction instead of signal/siginterrupt combin...
2009-11-09 Edwin GroothuisMFV of r199105, tzdata2009r:
2009-11-05 Jilles Tjoelkersh: Fix memory leak when using a variable in arithmetic...
2009-11-03 Xin LIIncrease width for %CPU, RSS and VSZ columns for now...
2009-11-02 Edwin GroothuisMFV of r198828, tzcode2009q
2009-11-02 Edwin GroothuisMFV of tzdata2009q:
2009-11-02 Christian BruefferUse our canonical .Dd format.
2009-10-27 Edwin GroothuisMFV of tzdata2009p
2009-10-26 Rong-En FanMerge r198489 from vendor/ncurses/dist:
2009-10-24 Jilles Tjoelkersh: Exempt $@ and $* from set -u
2009-10-20 Edwin GroothuisMFV of tzdata2009o:
2009-10-19 Jung-uk KimMerge ACPICA 20091013.
2009-10-17 Hajimu UMEMOTOCheck error of dlfunc(3).
2009-10-16 Jilles Tjoelkersh: Show more information about syntax errors in comman...
2009-10-15 Ruslan ErmilovRemoved redundant WARNS setting.
2009-10-13 Jilles Tjoelkerls: Make -p not inhibit following symlinks.
2009-10-09 Dag-Erling SmørgravMerge upstream r421: grammar nit in pam.conf(5).
2009-10-07 Jilles TjoelkerClarify quoting of word in ${v=word} in sh(1).
2009-10-06 Jilles Tjoelkersh: Send the "xyz: not found" message to redirected...
2009-10-02 Oleksandr Tymoshenko- MFC
2009-10-01 Jilles Tjoelkersh: Disallow mismatched quotes in backticks (`...`).
2009-10-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.3p1.
2009-09-28 Edwin GroothuisMFV of tzdata2009n
2009-09-20 Jilles TjoelkerMention that NUL characters are not allowed in sh(1...
2009-09-11 Jung-uk KimMFV: r196804
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-08 Oleksandr Tymoshenko- MFC from head@196987
2009-09-07 Edward Tomasz Napi... Add NFSv4 support to setfacl(1).
2009-09-04 Edward Tomasz Napi... Add NFSv4 ACL support to mv(1).
2009-09-04 Edward Tomasz Napi... Add NFSv4 ACL support to getfacl(1).
2009-09-02 Edward Tomasz Napi... Fix regression introduced in r196712 - the 'name' strin...
2009-09-02 Edward Tomasz Napi... Add NFSv4 ACL support to cp(1) and fix a few memory...
2009-09-02 Edward Tomasz Napi... - Don't include both <sys/types.h> and <sys/param.h>
2009-08-31 Edward Tomasz Napi... Add NFSv4 ACL support to ls(1).
2009-08-31 Edward Tomasz Napi... Make the code more readable and fix chmod(1) on symlink...
2009-08-28 Jilles Tjoelkersh: Fix crash with empty functions (f() { }) introduced...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-23 Jilles Tjoelkersh: Fix crash when undefining or redefining a currently...
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-04 Oleksandr Tymoshenko- MFC @196061
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-28 Doug BartonVendor import of BIND 9.6.1-P1
2009-07-23 Brian SomersAdd the -d switch to the usage message.
2009-07-19 Jilles TjoelkerAllow creating hard links to symlinks using ln(1).
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
next