summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-11-10For the >& and <& operators, add a check for "dup from" == "dup to" andTodd C. Miller
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30double word from Tom Cosgrove;Jason McIntyre
2003-10-30Fix typo in comment; Bruno RoheeTodd C. Miller
2003-10-28standard section order;Jason McIntyre
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-22from NetBSD:Nikolay Sturm
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-22macros with too many args;Jason McIntyre
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-20memoryuse -> memory usage; from Jared YanovichJason McIntyre
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-18typos in comments;Jason McIntyre
2003-10-17Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);Jason McIntyre
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-10-15errx -> err. From form.Mike Pechkin
2003-10-10The special case code for "test -x" over NFS was incorrect. TheTodd C. Miller
2003-10-08originally from cb@openbsd.org, adapted by provosNikolay Sturm
2003-09-26free(NULL) works; jjy2+@pitt.eduTheo de Raadt
2003-09-26free(NULL) is validTheo de Raadt
2003-09-25Fix a bug where one byte past the end of a buffer could be touchedTodd C. Miller
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-24realloc fix; ho okTheo de Raadt
2003-09-24realloc fixes; ok ho matthieuTheo de Raadt
2003-09-24realloc fixes: unallocate for next use if realloc fixes; do not incr size;Theo de Raadt
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
2003-09-08fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested byTed Unangst
2003-09-04escapes in the wrong place;Jason McIntyre
2003-09-04 - use .Bk/.EkJason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian Weisgerber
2003-09-01fix perl path. not that anyone uses this, but..Federico G. Schwindt
2003-08-27rename force_push to something more sensible.Federico G. Schwindt
2003-08-27escape on expand under emacs mode; otto@ ok.Federico G. Schwindt
2003-08-27-l and -n options display owner, group and other permissions;Jason McIntyre
2003-08-26fix backward and forward delete; from wiz@netbsd.org. many thanks.Federico G. Schwindt
2003-08-23teach systrace about "aout" emul; henning@ ok.Federico G. Schwindt
2003-08-23under emacs mode, fix the case when the globbed file and the longestFederico G. Schwindt
2003-08-22in word location, fix forward scanning so it correctly account for anyFederico G. Schwindt
2003-08-20spelling; e@molioner.dkTheo de Raadt
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-11I can not reproduce the ksh -O1 issues anymore on mvme88k with the latestMiod Vallat
2003-08-08Enable the first level of compiler optimizations on mvme88k by default,Miod Vallat
2003-08-08use sizeof with strlcpy() when possible; it is less error prone.Todd C. Miller
2003-08-07plug some obvious memory leaks; Patrick LatifiTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-06-h, human readable sizes. from a jonathon gray mail to tech@Ted Unangst
2003-08-05Don't allow alloc() and aresize() to fail. Their return value wasTodd C. Miller