Age | Commit message (Expand) | Author |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt |
1997-01-03 | From NetBSD: | Todd C. Miller |
1997-01-02 | Revert HISTFILE. If anyone wants a differently named history file, they | Jason Downs |
1997-01-02 | Don't mention $_. | Jason Downs |
1997-01-02 | After discussing $_ with the maintainer, revert ksh behaviour and completely | Jason Downs |
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs |
1996-12-29 | change the name of the history file from .pdksh_hist to .ksh_history | Thomas Graichen |
1996-12-24 | indicate this mktemp is vulnerable to a DOS attack, however the impact is ver... | Theo de Raadt |
1996-12-24 | ref sigaction | Theo de Raadt |
1996-12-24 | Use mkstemp(3) for temporary files | Thorsten Lockert |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-12-18 | Up limit of available user file descriptors (e.g. for redirections) to 32 | Niklas Hallqvist |
1996-12-17 | Fix typo | Thorsten Lockert |
1996-12-17 | Get TAB expansion right | Thorsten Lockert |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert |
1996-12-14 | -Wall'ing. | Michael Shalayeff |
1996-12-12 | "stdin" is not a stdin! (perror) | Michael Shalayeff |
1996-12-10 | "the the" purge | Theo de Raadt |
1996-12-09 | support pax '-s replstr' option in tar mode too. this can be used to | Theo de Raadt |
1996-12-09 | revert to spawning compress-ing program. normally we want extracts using | Theo de Raadt |
1996-12-07 | handle -t & -l in more cases; netbsd pr#2869, hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt |
1996-12-04 | use TCSADRAIN instead of TCSANOW, to avoid dropping characters. | Todd C. Miller |
1996-12-01 | Parser fix from NetBSD (christos) | Todd C. Miller |
1996-11-30 | Install ksh as sh too. | Jason Downs |
1996-11-24 | Fix truncation of options list in getopts builtin. | Todd C. Miller |
1996-11-24 | Fix core dump if -xz and archive does not exist (doh!) | Todd C. Miller |
1996-11-24 | Sync w/ NetBSD (christos) | Todd C. Miller |
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist |
1996-11-21 | sync | Jason Downs |
1996-11-21 | Update to 5.2.12. | Jason Downs |
1996-11-12 | -Wall happiness | Niklas Hallqvist |
1996-11-03 | sh can now be started in a directory whose fully qualified pathname | bitblt |
1996-11-02 | Fix my fix! | Todd C. Miller |
1996-11-02 | Fix eval of $1, a typo, and a thinko. | Todd C. Miller |
1996-11-02 | useful useage, abbreviateable commands | Theo de Raadt |
1996-11-02 | Update from NetBSD (christos) | Todd C. Miller |
1996-10-28 | Don't strip off the last slash in the pathname "/". cp used to | Thorsten Lockert |
1996-10-27 | compile | Todd C. Miller |
1996-10-27 | Don't honor $HOME if >= MAXPATHLEN | Todd C. Miller |
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs |
1996-10-27 | -z can now list/extra compressed files too. Uses new gz_iszipped() function. | Todd C. Miller |
1996-10-20 | Sync with NetBSD. Adds better POSIX compliance amongst others. | Todd C. Miller |
1996-10-13 | Update to version 5.2.11. | Jason Downs |
1996-10-12 | Back out my sprintf -> snprintf changes where they don't make sense and | Todd C. Miller |
1996-10-12 | use HOSTCC; from dale | Theo de Raadt |
1996-10-08 | Attempt at cleanup. | michaels |
1996-10-01 | Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigm | Jason Downs |
1996-10-01 | Integrate pdksh 5.2.9. | Jason Downs |
1996-09-28 | Back out last change, getopt on OpenBSD returns -1, not EOF | imp |