]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Merge dtracetoolkit/dtruss from the vendor.
[FreeBSD/FreeBSD.git] / bin /
2010-03-13 Jilles Tjoelkersh: Do not abort on a redirection error if there is...
2010-03-13 Jilles Tjoelkersh: Fix longjmp clobber warnings in parser.c.
2010-03-13 Simon L. B. NielsenMerge OpenSSL 0.9.8m into head.
2010-03-09 Xin LIIntegrate OpenBSD rev 1.5 of x86emu.c.
2010-03-09 Dag-Erling SmørgravUpgrade to OpenSSH 5.4p1.
2010-03-08 Edwin GroothuisMFV of tzdata2010e:
2010-03-07 Joel DahlSwitch to our preferred license text.
2010-03-06 Jilles Tjoelkersh: Make sure to popredir() even if a function caused...
2010-03-06 Jilles Tjoelkersh: Make sure to popredir() even if a special builtin...
2010-03-06 Jilles Tjoelkersh: Improve the command builtin:
2010-03-05 Jung-uk KimMerge ACPICA 20100304.
2010-03-05 Konstantin BelousovUpdate the list of the process flags. Note that the...
2010-03-04 Ulrich Spörleined(1): make WARNS=6 clean
2010-03-04 Dag-Erling SmørgravIFH@204581
2010-03-03 Doug BartonUpgrade to version 9.6.2. This version includes all...
2010-03-02 Doug BartonVendor import of BIND 9.6.2
2010-03-02 Edwin GroothuisMFV of r204563, tzdata2010c:
2010-03-02 Joel DahlThe NetBSD Foundation has granted permission to remove...
2010-02-28 Rafal JaworowskiMerge DTC-d75b33af.
2010-02-25 Konstantin BelousovDo not restrict the allowed signals that can be specifi...
2010-02-24 Jaakko HeinonenFix expansion of \W in prompt strings when the working...
2010-02-15 Ulrich SpörleinBump WARNS where possible.
2010-02-12 Pawel Jakub Dawidek- Implement -q option for pgrep(1).
2010-02-08 Rebecca CranInitialize the execfile argument to NULL instead of...
2010-02-08 Jaakko HeinonenMake sure that FTS_COMFOLLOW is not set when the -P...
2010-02-07 Warner LoshTell the compiler these structures are aligned to a...
2010-02-06 Jilles Tjoelkersh: Do not stat() $MAIL/$MAILPATH in non-interactive...
2010-02-04 Warner LoshArm doesn't seem to need such kit gloves. Bump the...
2010-01-26 Edwin GroothuisMFV of tzdata2010b, r203017
2010-01-26 Gregory Neil ShapiroMerge sendmail 8.14.4 to HEAD
2010-01-25 Doug BartonUpgrade to BIND 9.6.1-P3.
2010-01-25 Doug BartonVendor import of BIND 9.6.1-P3
2010-01-24 Jaakko HeinonenFixes for ls(1) long format (-l) output:
2010-01-24 Jaakko HeinonenPrint full path in the error message. It's possible...
2010-01-21 Jung-uk KimMerge ACPICA 20100121.
2010-01-21 Ed SchoutenRemove stale references to utmp(5) and its correspondin...
2010-01-19 Xin LIUpdate to 4.6.
2010-01-18 Edwin GroothuisMFV of tzdata2010a:
2010-01-17 Ed SchoutenRaise WARNS for various tools where possible.
2010-01-17 Gavin AtkinsonImplement an "-x" option to cp(1), for compatibility...
2010-01-15 Ruslan ErmilovPull up vendor changes.
2010-01-15 Ruslan ErmilovPull up vendor changes. The following local changes...
2010-01-13 Ed SchoutenPort everything in bin/ from utmp to utmpx.
2010-01-13 Ed SchoutenLet csh(1) use utmpx instead of utmp.
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.
next