Age | Commit message (Expand) | Author |
2010-04-20 | fix trailing slashes in filenames behavior by *not* fixing it in systrace. | Ted Unangst |
2010-04-01 | tweak previous; ok deraadt | Jason McIntyre |
2010-03-31 | Make a -DSMALL version of date(1) for the media | Theo de Raadt |
2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel | Jason McIntyre |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-24 | fix the cases where ${name#pat} and ${name%pat} will generate an empty word | Federico G. Schwindt |
2010-02-26 | Array indices are limited to 0 through 10239 now. | william |
2010-02-25 | get rid of overlapping blocks discouraged by mdoc.samples(7); | Ingo Schwarze |
2010-02-14 | Avoid overflow and wraparound in memory fields by using unsigned | Philip Guenthe |
2010-01-12 | sync comment with reality, -f won't be documented. | Jasper Lievisse Adriaanse |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Crank max array size in ksh to 10K-1, since 2047 is too restrictive. | Theo de Raadt |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-12-22 | - two more typo's spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-12-22 | - tyop, spotted by Brad Tilley | Jasper Lievisse Adriaanse |
2009-12-13 | remember to restore errno (ie. stop someone from making a mistake later) | Theo de Raadt |
2009-12-12 | a dangling do / while that was very very ugly | Theo de Raadt |
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt |
2009-11-12 | memory leak in one more case, found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-11-12 | Only allocate memory for the regex after we've validated it instead | Todd C. Miller |
2009-11-12 | memory leak if regex fails, found by parfait; ok miod | Theo de Raadt |
2009-11-11 | incorrect range check, > vs >=, on the error list, spotted by parfait | Theo de Raadt |
2009-11-09 | simplify the sub-ioctl function | Theo de Raadt |
2009-11-07 | repair local operations after the -DRMT changes; from Matthew Clarke | Theo de Raadt |
2009-10-28 | Use strtonum() instead of atoi() so that ridiculous sloppy things like | Theo de Raadt |
2009-10-28 | Err out if either sigaction fails and not just when both do. | Philip Guenthe |
2009-10-28 | one more () for halex | Theo de Raadt |
2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so | Philip Guenthe |
2009-10-28 | Add a compile option (-DRMT) which decides if remote tape support (via rcmd) | Theo de Raadt |
2009-10-28 | the code to support -DDES spread it's way outside of -DDES... fix that | Theo de Raadt |
2009-10-28 | some includes got lost in the previous commit; | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-10 | improve DESCRIPTION: note that hostname(1) can actually set the hostname, | Jason McIntyre |
2009-08-21 | - more opaque removal | Jason McIntyre |
2009-08-20 | - arch is superuser-only | Martynas Venckus |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-08-14 | sort list of flags. | Igor Sobrado |
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus |
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe |
2009-07-02 | avoid infinite recursion if unlink fails. reported by Stefan Pettersson | Martynas Venckus |
2009-06-29 | make VSEARCH werase act like regular werase after the last change. | Martynas Venckus |
2009-06-10 | Fix problem with ^w fix that broke 'B' | Michael Erdely |
2009-06-04 | - sync the descriptions of -h and -k | Jason McIntyre |
2009-06-04 | "make ksh vi mode handle werase more like vi. It's really irritating to | Michael Erdely |
2009-06-02 | fix macro handling | Alexander Hall |
2009-06-01 | please sthen the 80 character pedant | Theo de Raadt |
2009-06-01 | "let --" was crashing ksh; found by phy0@rambler.ru. Various other expressions | Theo de Raadt |
2009-06-01 | Simplify newline stripping after fgets. | Ray Lai |
2009-05-28 | fix missing bracket by slightly rewriting; from Alan R. S. Bueno | Jason McIntyre |