]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
Treat IFS separators in "$*" as quoted.
[FreeBSD/FreeBSD.git] / bin / sh /
2014-10-28 jillesTreat IFS separators in "$*" as quoted.
2014-10-26 jillessh: Make getopts memory-safe if with changing arguments.
2014-10-21 neelIFC @r273338
2014-10-19 neelIFC @r273206
2014-10-19 jillessh: Allow backslash-newline continuation in more places:
2014-10-17 jillessh: Add some tests for backslash-newline continuation.
2014-10-15 jillessh: Make parseredir() a proper function instead of...
2014-10-15 jillessh: Remove more gotos.
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-12 jillessh: Fix break/continue/return in multiline eval.
2014-10-10 neelIFC @r272887
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 jillessh: Eliminate some gotos.
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-03 jillessh: Fix LINENO and prompt after $'\0 and newline.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-27 neelIFC @r272185
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-21 jillessh(1): Clarify that assignments before commands do...
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-14 jillessh: Remove arbitrary length limit on << EOF markers.
2014-09-14 jillessh: Make checkend() a real function instead of an emula...
2014-09-14 jillessh: Add some const keywords.
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 jillessh: Allow enabling job control without a tty in non...
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-20 jillessh: Remove two redundant (uintmax_t) casts.
2014-08-17 jillessh: Avoid overflow in atoi() when parsing HISTSIZE.
2014-08-17 jillessh: Reject integer overflow in number and is_number.
2014-08-17 jillessh: Don't hardcode relative paths in the tests stderr...
2014-08-15 jillessh: Mask off shift distance (<< and >>) in arithmetic.
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-13 ngieConvert bin/sh/tests to ATF
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-20 jillessh: Allow arbitrarily large numbers in break and continue.
2014-07-20 jillessh: Remove prefix() function. Use strncmp() instead.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 jillessh: Deduplicate some code in ulimit builtin.
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 brooksReplace all uses of libncurses and libtermcap with...
2014-07-12 jillessh: Correctly handle positional parameters beyond INT_M...
2014-07-12 jillessh: Consistently treat ${01} like $1.
2014-07-08 jillessh: Add test for ${01} and ${010} that already works.
2014-07-08 jillesDon't install locale1.0 if MK_NLS == no.
2014-07-05 jillessh: Fix overflow checking on 'ulimit' operand.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-03 grehanMFC @ r266724
2014-06-01 jillessh: Avoid undefined behaviour shifting negative values...
2014-05-31 jillessh: Simplify find_command() slightly.
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-10 jillessh: In getopts, unset OPTARG where POSIX says we should.
2014-05-10 jillessh: Add new tests to the Makefile.
2014-05-10 jillessh: Don't discard getopts state on unknown option or...
2014-05-09 jillessh: Send getopts error messages to stderr, not stdout.
2014-05-09 jillessh: Add more necessary INTOFF/INTON.
2014-05-07 jillessh: Add some tests for normal use of getopts.
2014-05-06 impUse src.opts.mk in preference to bsd.own.mk except...
2014-04-23 baptUpdate to byacc 20140409
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-27 jillessh: Fix memory leak with an assignment before a regular...
2014-03-27 jillessh: Fix memory leak when trying to set a read only...
2014-03-26 jillessh: Fix possible memory leaks and double frees with...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-20 jillessh: Don't overwrite old exit status if a PID is reused.
2014-03-15 jillessh: Allow kill %job on jobs started without job control.
2014-03-14 jillessh: Add some consts.
2014-03-14 jmmvMake bsd.test.mk the only public mk fragment for the...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-08 jillessh: Successfully do nothing when killing a terminated...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-04 jillessh: Make argstr() return where it stopped and simplify...
2014-03-02 jillessh: Simplify expari().
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 dimMerge from head up to r262611.
next