Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt | |
linked list, found by parfait, ok jsg | |||
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 | |
people about the potential for memory leaks when realloc is use sloppily ok miod | |||
2009-11-12 | Only allocate memory for the regex after we've validated it instead | Todd C. Miller | |
of allocating and later freeing if we didn't use it. OK deraadt@ miod@ | |||
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 | |
ok otto jsg | |||
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 | |
ispeed -38400 baud; ospeed 38400 baud; 24 rows; 80 columns; and % stty rows -45; stty size 65491 80 don't happen. ok millert guenther | |||
2009-10-28 | Err out if either sigaction fails and not just when both do. | Philip Guenthe | |
ok otto@ | |||
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 | |
parse them as such. ok deraadt@ | |||
2009-10-28 | Add a compile option (-DRMT) which decides if remote tape support (via rcmd) | Theo de Raadt | |
is supported. If not, disable it. ok guenther | |||
2009-10-28 | the code to support -DDES spread it's way outside of -DDES... fix that | Theo de Raadt | |
ok guenther | |||
2009-10-28 | some includes got lost in the previous commit; | Ingo Schwarze | |
"go ahead, put it back" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-09-10 | improve DESCRIPTION: note that hostname(1) can actually set the hostname, | Jason McIntyre | |
like its description says it can; | |||
2009-08-21 | - more opaque removal | Jason McIntyre | |
- sort the flags list while here ok martynas tedu | |||
2009-08-20 | - arch is superuser-only | Martynas Venckus | |
- opaque is gone with/ok tedu@, millert@ | |||
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2009-08-14 | sort list of flags. | Igor Sobrado | |
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus | |
prefix (155) + / (1) + name (100) = 256 characters; not 255 characters ok otto@, millert@ | |||
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe | |
part of the '@' command and not general section paragraphs and therefore should be indented with the others. ok jmc@ | |||
2009-07-02 | avoid infinite recursion if unlink fails. reported by Stefan Pettersson | Martynas Venckus | |
ok theo, millert@ | |||
2009-06-29 | make VSEARCH werase act like regular werase after the last change. | Martynas Venckus | |
vi back-words and emacs kill-region are not completely the same. ok merdely@, millert@. "Get it in" Darrin Chandler | |||
2009-06-10 | Fix problem with ^w fix that broke 'B' | Michael Erdely | |
Found by Daniel LEVAI Fix by Darrin Chandler ok millert@ | |||
2009-06-04 | - sync the descriptions of -h and -k | Jason McIntyre | |
- note that the last -h or -k specified takes precedence the latter part based on a diff from Daniel Dickman, with text from ls.1 ok otto millert | |||
2009-06-04 | "make ksh vi mode handle werase more like vi. It's really irritating to | Michael Erdely | |
have whole paths go away on ^W instead of just the last bit." "That looks right to me" millert@, "YES kthx bye!" thib@ | |||
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 | |
involving ++ and -- also ran into this. Insufficient checks for end of parse in the tokenizer made it assume that an lvalue had been found ok millert otto | |||
2009-06-01 | Simplify newline stripping after fgets. | Ray Lai | |
OK millert | |||
2009-05-28 | fix missing bracket by slightly rewriting; from Alan R. S. Bueno | Jason McIntyre | |
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze | |
The size multipliers m and w are BSD extensions, not POSIX. While here, sort the conversions alphabetically. help and OK jmc@, sobrado@; and sthen@ on an earlier version | |||
2009-05-12 | remove a sentence from COLUMNS that says nothing; ok otto | Jason McIntyre | |
2009-05-06 | do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO) | Todd T. Fries | |
from FreeBSD ok millert@, posix checked by jmc@ | |||
2009-05-05 | Fix usage string for mknod builtin. | Todd C. Miller | |
2009-04-19 | don't print extraneous padding characters when tab-completion file/command | Stuart Henderson | |
lists encounter a name too long for the width of the terminal. from Matthew Haub, no objections krw@. | |||
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann | |
allocations fails. looks right deraadt, krw ok henning | |||
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre | |
from glob(7) to the shell pages - they have their own glob stuff, and pointing to glob(7) is just not helpful. ok millert | |||
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre | |
Log Message: Remove weird backslash that somehow must have crept in. Found by joerg and mdocml. | |||
2009-03-03 | Add POSIX character class support ([:alpha:] and friends) to ksh globbing. | Todd C. Miller | |
OK deraadt@ krw@ jmc@ sobrado@ | |||
2009-03-01 | Fix PR #723: test(1) operator precedence inconsistent with POSIX | Otto Moerbeek | |
Make sure ksh builtin test and test(1) do not differ. From Christiano Farina Haesbaert. ok miod@ | |||
2009-03-01 | fix double space in synopsis and usage. | Igor Sobrado | |
2009-02-13 | argv space does not need to be trashed during parsing | Theo de Raadt | |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-02-07 | some tweaks for previous that got missed; | Jason McIntyre | |
2009-02-07 | Ensure that *wp isn't NULL. | Matthias Kilian | |
ok otto@ |