]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
Use a safer mechanism for determining if a task is currently running,
[FreeBSD/FreeBSD.git] / bin /
2010-10-13 David E. O'BrienIn the spirit of r90111, depend on c89 and remove the...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-13 David E. O'BrienIf one wishes to set breakpoints of static the function...
2010-10-13 John BaldwinMake DEBUG traces 64-bit clean:
2010-10-13 John BaldwinSuggest that DEBUG_FLAGS be used to enable extra debugg...
2010-10-13 David E. O'BrienConsistently use "STATIC" for all functions in order...
2010-10-12 David E. O'BrienIf DEBUG is 3 or greater, disable STATICization of...
2010-10-12 David E. O'BrienAllow one to regression test 'sh' changes without havin...
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ulrich Spörleinrm(1): clarify that -P works only when blocks are updat...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-08 Ed MasteMake a thread's address available via the kern proc...
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-04 Xin LIClarify the combination effect of -P and -f to make...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-22 Ed MasteCorrect sort order.
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-13 Warner LoshMerge from tbemd:
2010-09-12 Jilles Tjoelkersh: Add __dead2 to two functions that do not return.
2010-09-11 Jilles Tjoelkersh: Fix exit status if return is used within a loop...
2010-09-11 Jilles Tjoelkersh: Apply variable assignments left-to-right in bltinlo...
2010-09-11 Rebecca CranRevert changes of 'assure' to 'ensure' made in r211936.
2010-09-10 Jilles Tjoelkertest(1): Fix markup, ( and ) must be separate arguments...
2010-09-10 Jilles Tjoelkertest(1): Clarify grammar ambiguity and -a/-o vs shell...
2010-09-10 Jilles Tjoelkersh(1): Remove xrefs for expr(1) and getopt(1).
2010-09-09 Jilles Tjoelkerexpr(1): Add sh(1) versions of examples, remove an...
2010-09-08 Jilles Tjoelkersh: Fix 'read' if all chars before the first IFS char...
2010-09-05 Jilles Tjoelkersh: Improve comments in expand.c.
2010-09-04 Jilles Tjoelkersh: Get rid of some magic numbers.
2010-09-03 Jilles Tjoelkersh: Do not use locale for determining if something...
2010-08-29 Brian SomersTouch the man page date after updating the ustar limita...
2010-08-29 Brian SomersCorrect an out-by-one error when earlying out ustar...
2010-08-28 Rebecca CranFix incorrect usage of 'assure' and 'insure'.
2010-08-27 Brian SomersFix an off-by-one error where we try to split a path...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 Jilles Tjoelkersh: Remove remnants of '!!' to negate pattern.
2010-08-22 Jilles Tjoelkersh(1): Add a brief summary of arithmetic expressions.
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-15 Jilles Tjoelkersh: Fix break/continue/return sometimes not skipping...
2010-08-13 Jilles Tjoelkersh: Add a forgotten const.
2010-08-13 Jilles Tjoelkersh: Fix shadowing of sigset.
2010-08-10 Jilles Tjoelkersh: Fix heap-based buffer overflow in pathname generation.
2010-08-08 Jilles TjoelkerRemove unnecessary duplicate letters in mksyntax.c,
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-03 Jilles Tjoelkersh: Return 0 from eval if no command was given.
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-02 Konstantin BelousovDocument the new argument parser for sleep(1) and SIGIN...
2010-08-02 Konstantin BelousovSimplify argument parser by using sscanf(); simplify...
2010-08-01 Jilles Tjoelkersh: Do not enter consecutive duplicates into the history.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-31 Joel DahlSpelling fixes.
2010-07-31 Konstantin BelousovDeal with proper format for printing time_t.
2010-07-31 Konstantin BelousovReport the time left for the sleep on SIGINFO.
2010-07-29 Jilles Tjoelkerkill: Stop processing if a syntactically invalid pid...
2010-07-27 Benedict ReuschlingTypo fix: s/ommited/omitted
2010-07-25 Jilles Tjoelkersh: Fix crash due to uninitialized here-document.
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-24 Edward Tomasz Napi... Fix alignment for the 'flags' label, and make more...
2010-07-24 Edward Tomasz Napi... Add P_HASTHREADS flag description.
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-18 Jilles Tjoelkersh: Allow a background command consisting solely of...
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-14 Jilles Tjoelkersh: There cannot be a TNOT in simplecmd(), remove checks.
2010-07-12 Brian SomersAdd -l to the synopsis
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-07-02 Jilles Tjoelkersh: Use $PWD instead of getcwd() for the \w and \W...
2010-06-29 Jilles Tjoelkersh: Forget about terminated background processes sooner.
2010-06-20 Brian SomersRecognise the -l switch with pkill - list kill command...
2010-06-19 Jilles Tjoelkersh: Fix compilation with -DNO_HISTORY.
2010-06-15 Jilles Tjoelkersh: Add filename completion.
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 Ulrich SpörleinMore mdoc nitpicking to improve compatibility to mdocml
2010-06-09 Roman DivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-06 Jilles Tjoelkersh: Pass through SIGINT from a child if interactive...
2010-06-05 Edward Tomasz Napi... Don't try to copy a socket after "xxx is a socket ...
2010-06-04 Brian SomersExplain that setting an absolute day value can fail...
2010-06-02 Jilles Tjoelkersh: Pass TERM changes to libedit.
2010-06-02 Ulrich SpörleinZero struct before reading from it
2010-05-30 Jilles Tjoelkersh: Fix a crash if a heredoc was not properly ended...
2010-05-30 Jilles Tjoelkersh: Change interaction of command substitution and...
2010-05-28 Jilles Tjoelkersh: Recognize "--" in . and exec.
2010-05-24 Jilles Tjoelkersh(1): Rework documentation of shell variables.
2010-05-24 Jilles Tjoelkersh(1): Improve wording of 'Special Parameters' section.
2010-05-24 Jilles Tjoelkersh: Reap any zombies before forking for a background...
2010-05-24 Ulrich SpörleinFix back references in substitute command for pax(1)
2010-05-20 Doug BartonUpgrade to 9.6.2-P2, which addresses the following;
2010-05-13 Edward Tomasz Napi... Update authors and history.
2010-05-11 Jilles Tjoelkersh: Fix pathname expansion with quoted slashes like...
2010-05-10 Edwin GroothuisMFV of tzdata2010j, r207896
2010-05-10 Martin MatuskaImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 Jilles Tjoelkersh(1): Fix "reserved word" vs "keyword" inconsistency.
2010-05-08 Jilles Tjoelkersh: Have only one copy of _PATH_STDPATH in the binary.
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-05-05 Jilles Tjoelkersh: Apply locale vars on builtins, recognize LC_MESSAGE...
2010-04-28 Jung-uk KimMerge ACPICA 20100428.
next