summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* all of the update functions take a size_t. correct type and casts.tedu2016-07-291-18/+17
* remove note about command substitution and double quotes: it is probablejmc2016-07-281-5/+2
* Before terminal characteristics are displayed, stty(1) activatesbluhm2016-07-231-1/+5
* rework the first sentence of this page;jmc2016-07-181-9/+8
* attempt to improve clarity by reducing forward references and moretedu2016-07-101-13/+10
* For -be, indent the $ on blank lines.schwarze2016-07-011-5/+11
* revert previous. better fix applied to fts_open.tedu2016-06-281-6/+3
* don't report errors for 'rm -rf ""'. report by rkitover.tedu2016-06-281-3/+6
* allow creation of devices or fifo without -p (as it is already allowed with -p)semarie2016-06-231-3/+3
* new style overlords say to use continue in empty loops.tedu2016-06-033-8/+8
* put this in the public domain as well. reminded by theo. we discussedespie2016-06-011-25/+3
* Fix operator precedence error; OK guenther@ millert@tim2016-05-101-3/+3
* Correct the description of the != operator in arithmetic expansion;schwarze2016-05-041-2/+2
* line editing correction; from andras farkasjmc2016-05-041-3/+3
* Do not handle echo "`echo \"hi\"`" in POSIX mode differently than innaddy2016-04-272-60/+15
* remove list item left in previous;jmc2016-04-251-2/+1
* remove references to systracetedu2016-04-252-8/+3
* boom goes the dynamitetedu2016-04-2521-8440/+0
* unlink systrace from the build. pledge is the glorious future that awaits.tedu2016-04-251-2/+2
* Switch from fgetln() to getline() to simplify error handling.guenther2016-04-191-42/+41
* Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).krw2016-04-161-2/+2
* don't allow removal of /. more robust approach involving stat this time.tedu2016-04-152-4/+13
* for some time now mandoc has not required MLINKS to functionjmc2016-03-304-10/+4
* remove unused variablechl2016-03-281-2/+2
* actually remove unnecessary includesmmcc2016-03-271-7/+1
* header cleanupmmcc2016-03-237-12/+20
* header cleanupmmcc2016-03-227-10/+56
* More ksh POSIX compliance fixes by Martijn Dekker:tb2016-03-213-15/+20
* Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead ofmillert2016-03-201-4/+5
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-203-7/+7
* Turn off the close-on-exec bit with fcntl() instead of ioctl().krw2016-03-192-7/+5
* Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC)millert2016-03-181-8/+8
* remove some ARGSUSEDmmcc2016-03-173-6/+3
* simplify previous; ok bentleyjmc2016-03-172-4/+2
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-174-43/+36
* replace __progname with getprogname(3)mmcc2016-03-141-4/+2
* Mark up COLUMNS as an environment variable.bentley2016-03-111-3/+3
* Make cp -i behave as mv -i or rm -i, independently of whether stdintb2016-03-071-2/+2
* simplify print formatting logic, replace exit() in main() with returnmmcc2016-03-071-6/+3
* tweak previous a little;jmc2016-03-061-3/+3
* Make set +o conform with POSIX.natano2016-03-062-6/+9
* POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsczarkoff2016-03-051-4/+4
* Fix a typo. The command is to get the default system PATH valuemillert2016-03-041-2/+2
* remove CSRG BSD-licensed mknod builtin code which was previously used toderaadt2016-03-046-204/+8
* don't parse (...|...) patterns in variable substitution inside double quotesczarkoff2016-03-041-1/+10
* tidy up function declarations and definitionsmmcc2016-03-011-26/+26
* remove unneeded includesmmcc2016-03-012-6/+2
* drop Linux emulation support; ok sthen@ visa@naddy2016-03-018-786/+6
* Ignore trailing slashes and skip over duplicate slashes in chk_path() toguenther2016-02-161-4/+18
* To archive a 101 character absolute path in ustar format we mustguenther2016-02-151-7/+14