IFC @r273206
[freebsd.git] / bin /
2014-10-19 neelIFC @r273206
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-09 melifaroSync to HEAD@r272825.
2014-10-09 ngieIntegrate bin/sleep/tests from NetBSD into atf/kyua
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 jillessh: Eliminate some gotos.
2014-10-05 neelIFC @r272481
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-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-09-30 rodrigcFix pkill unit tests.
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-20 neelIFC @r271887
2014-09-18 willFix incremental builds involving non-root users with...
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 desVendor import of 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-30 impUpdate the date for last example.
2014-08-28 impAdd canonical population of a disk / thumb drive from...
2014-08-28 mjgReturn real parent pid in kinfo (used by e.g. ps)
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-21 pfgAlways check the limits of array index variables before...
2014-08-20 jillessh: Remove two redundant (uintmax_t) casts.
2014-08-19 bdreweryRevert r267233 for now. PIE support needs to be reworked.
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-14 asomersSkip pgrep-j and pkill-j if jail or jls is not installed.
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-13 ngiePort date/bin/tests to ATF
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-08-07 kibCorrect the problems with the ptrace(2) making the...
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-07 imprm -rf can fail sometimes with an error from fts_read...
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 delphijCheck if fchflags() is needed by fstat'ing before and...
2014-07-01 delphijMFV r267565:
2014-06-27 delphijAlways set UF_ARCHIVE on target (because they are by...
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-20 baptuse .Mt to mark up email addresses consistently (part1)
2014-06-15 pfgMFV r266988:
2014-06-15 joelmdoc: remove superfluous paragraph macros.
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-08 bdreweryIn preparation for ASLR [1] support add WITH_PIE to...
2014-06-06 pluknetAdd support for inspecting process flags set in p_flag2.
2014-06-06 impWhen building picobsd, define WITHOUT_OPENSSL and WITHO...
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-08 asomersIncorporate feedback from bde and jilles regarding...
2014-05-07 jillessh: Add some tests for normal use of getopts.
2014-05-07 thomas(dd_out): Fix handling of all-zeroes block at end of...
2014-05-06 asomersdd(1) uses gettimeofday(2) to compute the throughput...
next