Add support for empty ranges properties within the tree, some vendor
[freebsd.git] / bin /
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-14 jillessh: Make sure output suitable as shell input is also...
2014-12-13 kibAdd facility to stop all userspace processes. The...
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 desFix dependency on newvers.sh
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-30 jillessh: Remove special case for '=' in set -x; always quote...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-25 baptConvert bin/ to LIBADD, reduce overlinking allow to...
2014-11-22 jillessh: Prepend "$0: " to error messages if there is no...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 jillessh: Use DQSYNTAX only while expanding, not SQSYNTAX.
2014-11-14 jillessh(1): Add/improve information about exit status of...
2014-11-07 jillessh(1): Mention portability issue with shifting zero...
2014-11-07 marcelDocument that df(1) supports libxo(3).
2014-11-07 marcelConvert to use libxo.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 jillessh: Fix corruption of CTL* bytes in positional paramete...
2014-10-28 jillesTreat IFS separators in "$*" as quoted.
2014-10-27 pibin/dd: revert 273734, as it fails on 32bit platforms
2014-10-27 pibin/dd: Fix incorrect casting of arguments
2014-10-26 jillessh: Make getopts memory-safe if with changing arguments.
2014-10-21 neelIFC @r273338 github/projects/bhyve_svm
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-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:
next