Age | Commit message (Expand) | Author |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-18 | typos in comments; | Jason McIntyre |
2003-10-17 | Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168); | Jason McIntyre |
2003-10-16 | Buffers are not strings so use memcpy(), not strlcpy() to copy them. | Todd C. Miller |
2003-10-15 | errx -> err. From form. | Mike Pechkin |
2003-10-10 | The special case code for "test -x" over NFS was incorrect. The | Todd C. Miller |
2003-10-08 | originally from cb@openbsd.org, adapted by provos | Nikolay Sturm |
2003-09-26 | free(NULL) works; jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | free(NULL) is valid | Theo de Raadt |
2003-09-25 | Fix a bug where one byte past the end of a buffer could be touched | Todd C. Miller |
2003-09-25 | replace .Em with more appropriate macros. some other cleanup; | Jason McIntyre |
2003-09-24 | realloc fix; ho ok | Theo de Raadt |
2003-09-24 | realloc fixes; ok ho matthieu | Theo de Raadt |
2003-09-24 | realloc fixes: unallocate for next use if realloc fixes; do not incr size; | Theo de Raadt |
2003-09-19 | When sanity checking signal numbers, error out on signal >= NSIG, | Todd C. Miller |
2003-09-08 | fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested by | Ted Unangst |
2003-09-04 | escapes in the wrong place; | Jason McIntyre |
2003-09-04 | - use .Bk/.Ek | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber |
2003-09-01 | fix perl path. not that anyone uses this, but.. | Federico G. Schwindt |
2003-08-27 | rename force_push to something more sensible. | Federico G. Schwindt |
2003-08-27 | escape 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-26 | fix backward and forward delete; from wiz@netbsd.org. many thanks. | Federico G. Schwindt |
2003-08-23 | teach systrace about "aout" emul; henning@ ok. | Federico G. Schwindt |
2003-08-23 | under emacs mode, fix the case when the globbed file and the longest | Federico G. Schwindt |
2003-08-22 | in word location, fix forward scanning so it correctly account for any | Federico G. Schwindt |
2003-08-20 | spelling; e@molioner.dk | Theo de Raadt |
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt |
2003-08-11 | I can not reproduce the ksh -O1 issues anymore on mvme88k with the latest | Miod Vallat |
2003-08-08 | Enable the first level of compiler optimizations on mvme88k by default, | Miod Vallat |
2003-08-08 | use sizeof with strlcpy() when possible; it is less error prone. | Todd C. Miller |
2003-08-07 | plug some obvious memory leaks; Patrick Latifi | Todd C. Miller |
2003-08-06 | Remove 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-05 | Don't allow alloc() and aresize() to fail. Their return value was | Todd C. Miller |
2003-08-04 | several diffs from Niels as applied to NetBSD | Nikolay Sturm |
2003-08-02 | don't push things unless force is true; avoid adding text again on yank-pop. | Federico G. Schwindt |
2003-08-02 | On ESC-y ESC-y (yank-pop), also check that there is something to | Federico G. Schwindt |
2003-07-31 | typo; | Jason McIntyre |
2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | Ted Unangst |
2003-07-29 | install ed advanced tutorial papers; | Jason McIntyre |
2003-07-29 | spacing | Theo de Raadt |
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries |
2003-07-28 | rcsid should say openbsd | Ted Unangst |
2003-07-27 | USD docs for ed are 9-10, not 12,13; | Jason McIntyre |
2003-07-27 | `p' can be interrupted; my mistake. | Jason McIntyre |
2003-07-26 | install ed tutorial papers; | Jason McIntyre |
2003-07-25 | another kerberos bit that's obsolete; | Jason McIntyre |