aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add "context" subcommand to fetch and display SGE context.Navdeep Parhar2011-06-111-0/+235
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-101-0/+11
* sh: Do parameter expansion before printing PS4 (set -x).Jilles Tjoelker2011-06-091-0/+9
* cxgbetool: a tool for the cxgbe(4) driver.Navdeep Parhar2011-06-095-0/+41744
* sh: Add simple tests for set -x and PS4.Jilles Tjoelker2011-06-082-0/+17
* sh: Fix $? in heredocs on simple commands.Jilles Tjoelker2011-06-051-0/+15
* sh: Add already working testcases for $? in here-document.Jilles Tjoelker2011-06-051-0/+25
* Add a very simple IPDIVERT test, which creates IP divert sockets andRobert Watson2011-06-042-0/+177
* sh: Reduce more needless differences between error messages.Jilles Tjoelker2011-06-041-1/+1
* sh: Honour -n while processing -c string.Jilles Tjoelker2011-06-041-0/+3
* sh: Add tests for -n flag. These already pass.Jilles Tjoelker2011-06-033-0/+16
* Don't need (and can't use) -L to copy links here.Warner Losh2011-05-311-1/+1
* sh: Add tests for some somewhat obscure aspects of function definitions.Jilles Tjoelker2011-05-302-0/+12
* Upgrade jail(2) to latest jail(2) API to make the regression test workBjoern A. Zeeb2011-05-301-2/+9
* Rework TIMEWAIT regression test so that kernel-allocated port numbers areRobert Watson2011-05-301-39/+84
* Add missing include of stdio.h.Robert Watson2011-05-301-0/+1
* In the tcpdrop regression test, allow the kernel to allocate us a portRobert Watson2011-05-301-37/+44
* Add missing #include of err.h.Robert Watson2011-05-301-0/+1
* sh: Add test for 'set +o'.Jilles Tjoelker2011-05-291-0/+32
* printf: Allow multibyte characters for '<char> form, avoid negative codes.Jilles Tjoelker2011-05-283-1/+5
* sh: Correct criterion for using CDPATH in cd.Jilles Tjoelker2011-05-272-0/+25
* sh: Add simple CDPATH test.Jilles Tjoelker2011-05-271-0/+23
* sh: Fix unquoted $@/$* if IFS=''.Jilles Tjoelker2011-05-271-0/+39
* Include an EEPROM dump program for the AR9287 EEPROM format.Adrian Chadd2011-05-266-0/+508
* + Tighten up (and simplify) the pass_cmd_vars_1 "variable definition arrivedDavid E. O'Brien2011-05-251-12/+9
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-251-1/+1
* Build and install a BSD licensed grep.David E. O'Brien2011-05-251-1/+1
* Add the description properly...Warner Losh2011-05-221-1/+2
* Add documentation for WITHOUT_KERNEL_SYMBOLSWarner Losh2011-05-221-0/+4
* sh: Add test for r222173.Jilles Tjoelker2011-05-221-0/+12
* Update URLs and fix regex to work with current version of the files.Ulrich Spörlein2011-05-221-5/+5
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-212-0/+10
* sh: Add test for positional parameters with more than one digit.Jilles Tjoelker2011-05-211-0/+13
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-202-0/+59
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.Jilles Tjoelker2011-05-201-0/+26
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlWarner Losh2011-05-192-0/+13
* Added description for WITH_OFED.Ruslan Ermilov2011-05-171-0/+4
* sh: Add tests for lines that look like heredoc delimiters but are not.Jilles Tjoelker2011-05-142-0/+107
* Restore BOOT2CFG, accidentally removed in r212938.Warner Losh2011-05-141-1/+1
* If there's no package directory, don't try to install packages fromWarner Losh2011-05-131-0/+6
* Add ${} around variable dereference...Warner Losh2011-05-131-1/+1
* Implement -f to inhibit copying s1 partition out for speed.Warner Losh2011-05-131-4/+12
* Copy symbolic links as files rather than recreating the links.Warner Losh2011-05-131-3/+3
* Reassurance for impatient.Ruslan Ermilov2011-05-101-0/+10
* Style.Ruslan Ermilov2011-05-101-10/+10
* - There now exist options that have different defaults depending onRuslan Ermilov2011-05-103-49/+139
* The Objective C support was removed in r220755.Ruslan Ermilov2011-05-101-2/+0
* This is a full 32 bit field for kite.Adrian Chadd2011-05-091-1/+1
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-082-0/+18
* sh: Add UTF-8 support to pattern matching.Jilles Tjoelker2011-05-082-0/+132