]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
MFV r268714:
[FreeBSD/FreeBSD.git] / bin / sh /
2014-07-15 Xin LIMFV r268714:
2014-07-15 Xin LIMFV r268702:
2014-07-12 Jilles Tjoelkersh: Correctly handle positional parameters beyond INT_M...
2014-07-12 Jilles Tjoelkersh: Consistently treat ${01} like $1.
2014-07-09 Xin LIMFV r268455:
2014-07-09 Xin LIMFV r268454:
2014-07-09 Xin LIMFV r268453:
2014-07-09 Xin LIMFV r268452:
2014-07-08 Simon J. GerratyUpdate to bmake-20140620
2014-07-08 Jilles Tjoelkersh: Add test for ${01} and ${010} that already works.
2014-07-08 Jilles TjoelkerDon't install locale1.0 if MK_NLS == no.
2014-07-05 Jilles Tjoelkersh: Fix overflow checking on 'ulimit' operand.
2014-07-01 Xin LIMFV r268122:
2014-07-01 Xin LIMFV r268121:
2014-07-01 Xin LIMFV r268119:
2014-07-01 Xin LIMFV r267570:
2014-07-01 Xin LIMFV r267569:
2014-07-01 Xin LIMFV r267568:
2014-07-01 Xin LIMFV r267567:
2014-07-01 Xin LIMFV r267566:
2014-07-01 Xin LIMFV r267565:
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos r266986:
2014-06-26 Xin LIMFV r267843: update file/libmagic to 5.19.
2014-06-17 Xin LIMFV r249332 (illumos-gate 14005:55fc53126003)
2014-06-15 Pedro F. GiffuniMFV r266988:
2014-06-14 Edwin GroothuisMFV of 267471, tzdata2014e
2014-06-09 Jung-uk KimMerge OpenSSL 1.0.1h.
2014-06-01 Jilles Tjoelkersh: Avoid undefined behaviour shifting negative values...
2014-05-31 Jilles Tjoelkersh: Simplify find_command() slightly.
2014-05-31 Xin LIMFV 266913+266914:
2014-05-27 Xin LIMFV r266766:
2014-05-27 Peter WemmMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-27 Peter WemmMerge svn-1.8.8 -> 1.8.9
2014-05-27 Peter WemmUpdate serf 1.3.4 -> 1.3.5
2014-05-25 Baptiste DaroussinUpdate to 20140422
2014-05-24 Baptiste Daroussinmerge libucl 20140514
2014-05-22 Gregory Neil ShapiroMerge sendmail 8.14.9 to HEAD
2014-05-15 Dag-Erling SmørgravMFV: re-add svn:mime-type where needed
2014-05-15 Dag-Erling SmørgravMFV: re-add svn:mime-type where needed
2014-05-15 Dag-Erling SmørgravUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-13 Edwin GroothuisMFV of 265975, tzdata2014c
2014-05-12 Dimitry AndricUpgrade our copy of llvm/clang to 3.4.1 release. This...
2014-05-10 Jilles Tjoelkersh: In getopts, unset OPTARG where POSIX says we should.
2014-05-10 Jilles Tjoelkersh: Add new tests to the Makefile.
2014-05-10 Jilles Tjoelkersh: Don't discard getopts state on unknown option or...
2014-05-09 Jilles Tjoelkersh: Send getopts error messages to stderr, not stdout.
2014-05-09 Jilles Tjoelkersh: Add more necessary INTOFF/INTON.
2014-05-07 Jilles Tjoelkersh: Add some tests for normal use of getopts.
2014-05-06 Warner LoshUse src.opts.mk in preference to bsd.own.mk except...
2014-04-23 Xin LIMFV r264830:
2014-04-23 Xin LIMFV r264829:
2014-04-23 Baptiste DaroussinUpdate to byacc 20140409
2014-04-22 Baptiste DaroussinImport libucl 0.4.0
2014-04-20 Dag-Erling SmørgravApply upstream patch for EC calculation bug and bump...
2014-04-18 Xin LIMFV r264668:
2014-04-18 Xin LIMFV r264667:
2014-04-18 Xin LIMFV r264666:
2014-04-11 Xin LIMFV r258194-264360: nc(1) from OpenBSD 5.5.
2014-04-08 Jung-uk KimMerge OpenSSL 1.0.1g.
2014-04-04 Glen BarberMerge r262907 from ^/projects/release-embedded:
2014-04-03 Alexander MotinMFV r258922:
2014-04-01 Julio MerinoAdd atf m4 files from the vendor branch.
2014-03-30 Baptiste DaroussinConvert an unused banner from skeleton.c into a comment.
2014-03-29 Martin MatuskaMerge head up to r263906.
2014-03-29 Edwin GroothuisMFV for 263899, tzdata2014b
2014-03-28 Xin LIMFV r263887:
2014-03-27 Jilles Tjoelkersh: Fix memory leak with an assignment before a regular...
2014-03-27 Jilles Tjoelkersh: Fix memory leak when trying to set a read only...
2014-03-26 Jilles Tjoelkersh: Fix possible memory leaks and double frees with...
2014-03-25 Dag-Erling SmørgravUpgrade to OpenSSH 6.6p1.
2014-03-25 Martin MatuskaMerge from projects/pf r251993 (glebius@):
2014-03-22 Baptiste DaroussinUpdate to 20140321
2014-03-21 Xin LIMFV 263436-263438:
2014-03-20 Jilles Tjoelkersh: Don't overwrite old exit status if a PID is reused.
2014-03-15 Jilles Tjoelkersh: Allow kill %job on jobs started without job control.
2014-03-14 Jilles Tjoelkersh: Add some consts.
2014-03-14 Julio MerinoMake bsd.test.mk the only public mk fragment for the...
2014-03-11 Edwin GroothuisMFV of 263039, tzdata2014a:
2014-03-11 Xin LIMFV r262983:
2014-03-10 Baptiste DaroussinUpdate libucl to 2014-03-03
2014-03-08 Jilles Tjoelkersh: Successfully do nothing when killing a terminated...
2014-03-05 Glen BarberMerge ^/projects/release-embedded into ^/head.
2014-03-05 Xin LIMFV r262756:
2014-03-04 Jilles Tjoelkersh: Make argstr() return where it stopped and simplify...
2014-03-04 Xin LIMFV r253848 (mm):
2014-03-02 Jilles Tjoelkersh: Simplify expari().
2014-03-02 Xin LIMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 Xin LIMFV r262617: ncurses 5.9.
2014-02-28 Dimitry AndricMerge from head up to r262611.
2014-02-28 Warner LoshSymbolic bindings for the dts files...
2014-02-28 Warner LoshAdd missing skeleton file.
2014-02-28 Mark Johnston4478 dtrace_dof_maxsize is far too small
2014-02-28 Warner LoshInitial import of DTS files from Linux
2014-02-27 Xin LIMFV r262570:
2014-02-27 Jilles Tjoelkersh: Do not corrupt internal representation if LINENO...
2014-02-26 Dimitry AndricMerge from head up to r262536.
2014-02-26 Jilles Tjoelkersh: Make expari() static.
next