summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2016-03-22header cleanupmmcc
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb
2016-03-20Use fcntl(fd, F_SETFL, flags) to clear O_NONBLOCK instead ofTodd C. Miller
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Turn off the close-on-exec bit with fcntl() instead of ioctl().Kenneth R Westerback
2016-03-18Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC)Todd C. Miller
2016-03-17remove some ARGSUSEDmmcc
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-14replace __progname with getprogname(3)mmcc
2016-03-11Mark up COLUMNS as an environment variable.Anthony J. Bentley
2016-03-07Make cp -i behave as mv -i or rm -i, independently of whether stdintb
2016-03-07simplify print formatting logic, replace exit() in main() with returnmmcc
2016-03-06tweak previous a little;Jason McIntyre
2016-03-06Make set +o conform with POSIX.natano
2016-03-05POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsDmitrij Czarkoff
2016-03-04Fix a typo. The command is to get the default system PATH valueTodd C. Miller
2016-03-04remove CSRG BSD-licensed mknod builtin code which was previously used toTheo de Raadt
2016-03-04don't parse (...|...) patterns in variable substitution inside double quotesDmitrij Czarkoff
2016-03-01tidy up function declarations and definitionsmmcc
2016-03-01remove unneeded includesmmcc
2016-03-01drop Linux emulation support; ok sthen@ visa@Christian Weisgerber
2016-02-16Ignore trailing slashes and skip over duplicate slashes in chk_path() toPhilip Guenther
2016-02-15To archive a 101 character absolute path in ustar format we mustPhilip Guenther
2016-02-08remove needless headersmmcc
2016-02-01stop linking mv(1) to libutil, since that isn't used.Gleydson Soares
2016-02-01style nit - do not add a space between function name and bracketGleydson Soares
2016-02-01- make usage() static and __deadGleydson Soares
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-26remove a useless macrommcc
2016-01-18Fix a regression (and POSIX violation) introduced with UTF-8 support:Ingo Schwarze
2016-01-15Initialize a struct kill_info and an associated int in the declarationsmmcc
2016-01-13fix exit status on pledge fail, eval here should be 2.Gleydson Soares
2016-01-10Partial revert: put back the file fmt.c.Ingo Schwarze
2016-01-10UTF-8 support:Ingo Schwarze
2016-01-09Replace "function call" with "function" when referring to a functionmmcc
2016-01-08Next step in UTF-8 support:Ingo Schwarze
2016-01-07need to increase INT_MAX to 64 bits too. from Nathan HolsteinTed Unangst
2016-01-06use int64_t for arithmetic. 64 bits ought to be enough for anyone.Ted Unangst
2016-01-01don't declar main. from Michal MazurekTed Unangst
2015-12-31Document the -h option for chmod and chflags, rewording the chgrp(1) andPhilip Guenther
2015-12-30add another combo for home/end keys that works in tmux.Ted Unangst
2015-12-30rename a few variables/functions to avoid shadowingTed Unangst
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.Ted Unangst
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29Remove reference to $ERRNO, which was been unimplemented for >= 19mmcc
2015-12-27Tweak comment: we now always make a copy of argv.Jeremie Courreges-Anglas
2015-12-27unconditionally duplicate the argv array on initialization, to make itAlexander Hall
2015-12-27remove unused variableCharles Longeau
2015-12-26remove special characters; diff from michael reedJason McIntyre