]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / bin / sh /
2017-08-02 ngieAdd HAS_TESTS to all Makefiles that use the SUBDIR...
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-23 hselaskyMerge ^/head r319973 through 321382.
2017-07-19 dimMerge ^/head r320994 through r321238.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-18 jillessh: Remove broken #ifdef NOHACK code (related to sh...
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-25 jillessh: Ignore error when cd writes the directory actually...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-17 dimMerge ^/head r319801 through r320041.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-11 jillessh: Enable interrupts before executing EXIT trap and...
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge ^/head r319548 through r319778.
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-06 jillessh: Call fc -e editor with interrupts enabled.
2017-06-04 jillessh: Make sure to process SIGINT if SETINTON re-enables...
2017-06-04 bdreweryAllow defining nofork builtins from builtins.def and...
2017-06-04 jillessh: Fix INTOFF leak when a redirection on a compound...
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-30 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-22 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-19 dimMerge ^/head r318380 through r318559.
2017-05-18 jillessh: Keep output buffer across builtins.
2017-05-18 jillessh: Ensure memout.bufsize matches allocated buffer...
2017-05-16 jillessh: Simplify output buffering.
2017-05-16 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 dimMerge ^/head r317971 through r318379.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-14 jillessh: Fix '-' from quoted arithmetic in case/glob pattern...
2017-05-13 jillessh: Add test for arithmetic expansion in [x-y] pattern...
2017-05-10 sjgMerge bmake-20170510
2017-05-08 dimMerge ^/head r317808 through r317970.
2017-05-08 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-07 jillessh: Fix INTOFF leak after a builtin with different...
2017-05-06 jillessh: Update TOUR and comments for some code changes...
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 dimMerge ^/head r317503 through r317807.
2017-05-04 mmMFV r317781:
2017-05-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-04-28 jillessh: Simplify handling of newlines in command substitution.
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-27 jillessh: Add some tests for command substitution final newli...
2017-04-27 dimMerge ^/head r317281 through r317502.
2017-04-26 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-04-23 jillessh: Add tests for NUL byte in command substitution...
2017-04-22 jillessh: Simplify setinteractive().
2017-04-22 dimMerge libc++ trunk r300890, and update build glue.
2017-04-22 dimMerge compiler-rt trunk r300890, and update build glue.
2017-04-20 dimMerge llvm, clang, lld and lldb trunk r300890, and...
2017-04-20 dimMerge ^/head r316992 through r317215.
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-16 jillessh: Fix use after free when resetting an in-use alias.
2017-04-16 jillessh: Link the new test to the build.
2017-04-16 jillessh: Fix unalias -a while an alias is currently in use.
2017-04-16 dimMerge lldb trunk r300422 and resolve conflicts.
2017-04-16 dimMerge lld trunk r300422 and resolve conflicts.
2017-04-16 dimMerge clang trunk r300422 and resolve conflicts.
2017-04-16 dimMerge llvm trunk r300422 and resolve conflicts.
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-12 jillessh: Reduce size of limits table.
2017-04-08 jillessh: Add test for unaliasing an alias that is currently...
2017-04-02 jillessh: Remove an XXX comment: it is normal for builtins...
2017-04-02 jillessh: Remove global state from collate_range_cmp().
2017-04-02 jillessh: Don't scan word twice in ${param=word}.
2017-04-02 jillessh: Don't scan word twice in ${param#%##%%word}.
2017-04-02 jillessh: Don't scan word twice in ${param+-word}.
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-20 mmMFV r315633, 315635:
2017-03-19 jillessh: Fix build with -DDEBUG=2.
2017-03-18 jillessh: Remove unused function declaration for arith_lex_re...
2017-03-18 jillessh: Remove unused return value of subevalvar_misc().
2017-03-16 jillessh: Get rid of global variable argbackq.
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-10 jillessh: Fix executing wrong command with ${unsetvar#$(cmdsu...
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-04 jillessh: Fix crash if a -T trap is taken during command...
2017-03-04 ngiebin: normalize paths using SRCTOP-relative paths or...
2017-03-03 jillessh: Add some already working tests that exercise new...
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
next