Age | Commit message (Expand) | Author |
2016-07-10 | attempt to improve clarity by reducing forward references and more | Ted Unangst |
2016-07-01 | For -be, indent the $ on blank lines. | Ingo Schwarze |
2016-06-28 | revert previous. better fix applied to fts_open. | Ted Unangst |
2016-06-28 | don't report errors for 'rm -rf ""'. report by rkitover. | Ted Unangst |
2016-06-23 | allow creation of devices or fifo without -p (as it is already allowed with -p) | Sebastien Marie |
2016-06-03 | new style overlords say to use continue in empty loops. | Ted Unangst |
2016-06-01 | put this in the public domain as well. reminded by theo. we discussed | Marc Espie |
2016-05-10 | Fix operator precedence error; OK guenther@ millert@ | Tim van der Molen |
2016-05-04 | Correct the description of the != operator in arithmetic expansion; | Ingo Schwarze |
2016-05-04 | line editing correction; from andras farkas | Jason McIntyre |
2016-04-27 | Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in | Christian Weisgerber |
2016-04-25 | remove list item left in previous; | Jason McIntyre |
2016-04-25 | remove references to systrace | Ted Unangst |
2016-04-25 | boom goes the dynamite | Ted Unangst |
2016-04-25 | unlink systrace from the build. pledge is the glorious future that awaits. | Ted Unangst |
2016-04-19 | Switch from fgetln() to getline() to simplify error handling. | Philip Guenther |
2016-04-16 | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). | Kenneth R Westerback |
2016-04-15 | don't allow removal of /. more robust approach involving stat this time. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-28 | remove unused variable | Charles Longeau |
2016-03-27 | actually remove unnecessary includes | Michael McConville |
2016-03-23 | header cleanup | mmcc |
2016-03-22 | header cleanup | mmcc |
2016-03-21 | More ksh POSIX compliance fixes by Martijn Dekker: | tb |
2016-03-20 | Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead of | Todd C. Miller |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-19 | Turn off the close-on-exec bit with fcntl() instead of ioctl(). | Kenneth R Westerback |
2016-03-18 | Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller |
2016-03-17 | remove some ARGSUSED | mmcc |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-14 | replace __progname with getprogname(3) | mmcc |
2016-03-11 | Mark up COLUMNS as an environment variable. | Anthony J. Bentley |
2016-03-07 | Make cp -i behave as mv -i or rm -i, independently of whether stdin | tb |
2016-03-07 | simplify print formatting logic, replace exit() in main() with return | mmcc |
2016-03-06 | tweak previous a little; | Jason McIntyre |
2016-03-06 | Make set +o conform with POSIX. | natano |
2016-03-05 | POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials | Dmitrij Czarkoff |
2016-03-04 | Fix a typo. The command is to get the default system PATH value | Todd C. Miller |
2016-03-04 | remove CSRG BSD-licensed mknod builtin code which was previously used to | Theo de Raadt |
2016-03-04 | don't parse (...|...) patterns in variable substitution inside double quotes | Dmitrij Czarkoff |
2016-03-01 | tidy up function declarations and definitions | mmcc |
2016-03-01 | remove unneeded includes | mmcc |
2016-03-01 | drop Linux emulation support; ok sthen@ visa@ | Christian Weisgerber |
2016-02-16 | Ignore trailing slashes and skip over duplicate slashes in chk_path() to | Philip Guenther |
2016-02-15 | To archive a 101 character absolute path in ustar format we must | Philip Guenther |
2016-02-08 | remove needless headers | mmcc |
2016-02-01 | stop linking mv(1) to libutil, since that isn't used. | Gleydson Soares |
2016-02-01 | style nit - do not add a space between function name and bracket | Gleydson Soares |
2016-02-01 | - make usage() static and __dead | Gleydson Soares |