summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2010-01-04Crank max array size in ksh to 10K-1, since 2047 is too restrictive.Theo de Raadt
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
2009-12-22- two more typo's spotted by Brad TilleyJasper Lievisse Adriaanse
2009-12-22- tyop, spotted by Brad TilleyJasper Lievisse Adriaanse
2009-12-13remember to restore errno (ie. stop someone from making a mistake later)Theo de Raadt
2009-12-12a dangling do / while that was very very uglyTheo de Raadt
2009-11-13stop the options string leak if it is not attached into the optionsTheo de Raadt
2009-11-12memory leak in one more case, found by parfait; ok jsgTheo de Raadt
2009-11-12Do realloc() the paranoid way, at the very least to once again educateTheo de Raadt
2009-11-12Only allocate memory for the regex after we've validated it insteadTodd C. Miller
2009-11-12memory leak if regex fails, found by parfait; ok miodTheo de Raadt
2009-11-11incorrect range check, > vs >=, on the error list, spotted by parfaitTheo de Raadt
2009-11-09simplify the sub-ioctl functionTheo de Raadt
2009-11-07repair local operations after the -DRMT changes; from Matthew ClarkeTheo de Raadt
2009-10-28Use strtonum() instead of atoi() so that ridiculous sloppy things likeTheo de Raadt
2009-10-28Err out if either sigaction fails and not just when both do.Philip Guenthe
2009-10-28one more () for halexTheo de Raadt
2009-10-28The min and time settings in stty -g output are in hex, not decimal, soPhilip Guenthe
2009-10-28Add a compile option (-DRMT) which decides if remote tape support (via rcmd)Theo de Raadt
2009-10-28the code to support -DDES spread it's way outside of -DDES... fix thatTheo de Raadt
2009-10-28some includes got lost in the previous commit;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-10improve DESCRIPTION: note that hostname(1) can actually set the hostname,Jason McIntyre
2009-08-21- more opaque removalJason McIntyre
2009-08-20- arch is superuser-onlyMartynas Venckus
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-08-14sort list of flags.Igor Sobrado
2009-08-05ustar format consists of prefix = 155 octets; name = 100 octetsMartynas Venckus
2009-07-22The last paragraphs of the "Built-in commands" section are properlyPhilip Guenthe
2009-07-02avoid infinite recursion if unlink fails. reported by Stefan PetterssonMartynas Venckus
2009-06-29make VSEARCH werase act like regular werase after the last change.Martynas Venckus
2009-06-10Fix problem with ^w fix that broke 'B'Michael Erdely
2009-06-04- sync the descriptions of -h and -kJason McIntyre
2009-06-04"make ksh vi mode handle werase more like vi. It's really irritating toMichael Erdely
2009-06-02fix macro handlingAlexander Hall
2009-06-01please sthen the 80 character pedantTheo de Raadt
2009-06-01"let --" was crashing ksh; found by phy0@rambler.ru. Various other expressionsTheo de Raadt
2009-06-01Simplify newline stripping after fgets.Ray Lai
2009-05-28fix missing bracket by slightly rewriting; from Alan R. S. BuenoJason McIntyre
2009-05-12The conversions ascii, ebcdic and ibm are XPG4, not POSIX.Ingo Schwarze
2009-05-12remove a sentence from COLUMNS that says nothing; ok ottoJason McIntyre
2009-05-06do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO)Todd T. Fries
2009-05-05Fix usage string for mknod builtin.Todd C. Miller
2009-04-19don't print extraneous padding characters when tab-completion file/commandStuart Henderson
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-04from wiz@netbsd, -r1.44:Jason McIntyre
2009-03-03Add POSIX character class support ([:alpha:] and friends) to ksh globbing.Todd C. Miller
2009-03-01Fix PR #723: test(1) operator precedence inconsistent with POSIXOtto Moerbeek