Age | Commit message (Expand) | Author |
2001-07-04 | Eat backslashes in regex's so things like: | Todd C. Miller |
2001-07-04 | Fix -s option, which never worked. We need to pass in the input string | Todd C. Miller |
2001-07-03 | Merge in pdksh-5.2.14-patches.2 to fix some problems with propagated | Todd C. Miller |
2001-06-27 | UVM is no longer an option | Artur Grabowski |
2001-06-26 | really use strlcpy. | lebel |
2001-06-26 | really use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-06-25 | unsmoke drugs. | Artur Grabowski |
2001-06-25 | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; als... | Theo de Raadt |
2001-06-25 | fix obvious warnings. | Artur Grabowski |
2001-06-25 | explicit braces to avoid ambiguous else | Artur Grabowski |
2001-06-25 | implement 'stty ek' as documented; dima@unixfreak.org | Todd C. Miller |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-22 | exit() from a signal handler is a sin | Theo de Raadt |
2001-06-22 | do not exit() from signal handler | Theo de Raadt |
2001-06-22 | Avoid printing warnings about things like "is a directory" twice. | Todd C. Miller |
2001-06-22 | mark signal races, and remove junk | Theo de Raadt |
2001-06-13 | exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@ | Markus Friedl |
2001-06-13 | va_start/end for every call to vfprintf and friends, from scp.c | Markus Friedl |
2001-06-08 | Correct STANDARDS section wrt removing directories; from FreeBSD | Todd C. Miller |
2001-06-08 | Don't give usage warning for 'rm -f' with no files to remove to be | Todd C. Miller |
2001-06-06 | In -p mode, set directory times in post-order pass since otherwise the | Todd C. Miller |
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | Todd C. Miller |
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller |
2001-06-03 | Obvious thinko: command line is wrong if it's too short, not too long. | Marc Espie |
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis |
2001-06-03 | Use sysctl to get process information, if kvm has not been initialized | Angelos D. Keromytis |
2001-06-03 | Style. | Angelos D. Keromytis |
2001-06-03 | Use sysctl() to get fscale, ccpu, and physmem if we haven't | Angelos D. Keromytis |
2001-06-02 | Fix some typos and add missing test for string of 1 million a's. | Todd C. Miller |
2001-06-02 | New md5/sha1/rmd160 driver with a BSD copyright. Improvements: | Todd C. Miller |
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell |
2001-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller |
2001-05-25 | Remove unnecessary .Nm args; mpech@prosoft.org.lv | Aaron Campbell |
2001-05-20 | exit and the progname | Michael Shalayeff |
2001-05-20 | exit and use __progname | Michael Shalayeff |
2001-05-20 | trade 3 exits for return | Michael Shalayeff |
2001-05-19 | Use an explicit memcpy() to copy a stat struct. Fixes a mysterious | Todd C. Miller |
2001-05-18 | return(0) is less than exit(0) | Michael Shalayeff |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
2001-05-11 | add rcs tags | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-11 | Explicit mapping type to mmap. (not used yet) | Artur Grabowski |
2001-05-04 | Update man page to match new start time sorting; kstailey@disclosure.com | Todd C. Miller |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |