summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-05HOSTCC; from rahndsTheo de Raadt
1997-01-03From NetBSD:Todd C. Miller
1997-01-02Revert HISTFILE. If anyone wants a differently named history file, theyJason Downs
1997-01-02Don't mention $_.Jason Downs
1997-01-02After discussing $_ with the maintainer, revert ksh behaviour and completelyJason Downs
1997-01-02Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use:Jason Downs
1996-12-29change the name of the history file from .pdksh_hist to .ksh_historyThomas Graichen
1996-12-24indicate this mktemp is vulnerable to a DOS attack, however the impact is ver...Theo de Raadt
1996-12-24ref sigactionTheo de Raadt
1996-12-24Use mkstemp(3) for temporary filesThorsten Lockert
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-18Up limit of available user file descriptors (e.g. for redirections) to 32Niklas Hallqvist
1996-12-17Fix typoThorsten Lockert
1996-12-17Get TAB expansion rightThorsten Lockert
1996-12-16Implement 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" purgeTheo de Raadt
1996-12-09support pax '-s replstr' option in tar mode too. this can be used toTheo de Raadt
1996-12-09revert to spawning compress-ing program. normally we want extracts usingTheo de Raadt
1996-12-07handle -t & -l in more cases; netbsd pr#2869, hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1996-12-04use TCSADRAIN instead of TCSANOW, to avoid dropping characters.Todd C. Miller
1996-12-01Parser fix from NetBSD (christos)Todd C. Miller
1996-11-30Install ksh as sh too.Jason Downs
1996-11-24Fix truncation of options list in getopts builtin.Todd C. Miller
1996-11-24Fix core dump if -xz and archive does not exist (doh!)Todd C. Miller
1996-11-24Sync w/ NetBSD (christos)Todd C. Miller
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-21syncJason Downs
1996-11-21Update to 5.2.12.Jason Downs
1996-11-12-Wall happinessNiklas Hallqvist
1996-11-03sh can now be started in a directory whose fully qualified pathnamebitblt
1996-11-02Fix my fix!Todd C. Miller
1996-11-02Fix eval of $1, a typo, and a thinko.Todd C. Miller
1996-11-02useful useage, abbreviateable commandsTheo de Raadt
1996-11-02Update from NetBSD (christos)Todd C. Miller
1996-10-28Don't strip off the last slash in the pathname "/". cp used toThorsten Lockert
1996-10-27compileTodd C. Miller
1996-10-27Don't honor $HOME if >= MAXPATHLENTodd C. Miller
1996-10-27Initial 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-20Sync with NetBSD. Adds better POSIX compliance amongst others.Todd C. Miller
1996-10-13Update to version 5.2.11.Jason Downs
1996-10-12Back out my sprintf -> snprintf changes where they don't make sense andTodd C. Miller
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-08Attempt at cleanup.michaels
1996-10-01Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigmJason Downs
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp