summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* free(NULL) works; jjy2+@pitt.eduderaadt2003-09-261-4/+3
* free(NULL) is validderaadt2003-09-263-11/+8
* Fix a bug where one byte past the end of a buffer could be touchedmillert2003-09-251-4/+4
* replace .Em with more appropriate macros. some other cleanup;jmc2003-09-251-311/+357
* realloc fix; ho okderaadt2003-09-241-5/+9
* realloc fixes; ok ho matthieuderaadt2003-09-241-8/+16
* realloc fixes: unallocate for next use if realloc fixes; do not incr size;deraadt2003-09-241-6/+11
* When sanity checking signal numbers, error out on signal >= NSIG,millert2003-09-191-3/+3
* fix pr3455 from Joerg.Sonnenberger. slightly improved fix suggested bytedu2003-09-081-6/+8
* escapes in the wrong place;jmc2003-09-044-16/+16
* - use .Bk/.Ekjmc2003-09-041-8/+15
* escape punctuation;jmc2003-09-027-76/+76
* In emacs editing mode, ksh by default interprets a set 8th bit asnaddy2003-09-015-12/+17
* fix perl path. not that anyone uses this, but..fgsch2003-09-011-2/+2
* rename force_push to something more sensible.fgsch2003-08-271-5/+5
* escape on expand under emacs mode; otto@ ok.fgsch2003-08-271-3/+6
* -l and -n options display owner, group and other permissions;jmc2003-08-271-3/+3
* fix backward and forward delete; from wiz@netbsd.org. many thanks.fgsch2003-08-261-3/+3
* teach systrace about "aout" emul; henning@ ok.fgsch2003-08-231-1/+2
* under emacs mode, fix the case when the globbed file and the longestfgsch2003-08-231-2/+2
* in word location, fix forward scanning so it correctly account for anyfgsch2003-08-221-2/+2
* spelling; e@molioner.dkderaadt2003-08-201-2/+2
* more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comderaadt2003-08-161-3/+3
* I can not reproduce the ksh -O1 issues anymore on mvme88k with the latestmiod2003-08-111-5/+1
* Enable the first level of compiler optimizations on mvme88k by default,miod2003-08-081-1/+5
* use sizeof with strlcpy() when possible; it is less error prone.millert2003-08-081-6/+6
* plug some obvious memory leaks; Patrick Latifimillert2003-08-071-2/+5
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-064-11/+11
* -h, human readable sizes. from a jonathon gray mail to tech@tedu2003-08-066-14/+40
* Don't allow alloc() and aresize() to fail. Their return value wasmillert2003-08-053-17/+15
* several diffs from Niels as applied to NetBSDsturm2003-08-044-31/+50
* don't push things unless force is true; avoid adding text again on yank-pop.fgsch2003-08-021-2/+2
* On ESC-y ESC-y (yank-pop), also check that there is something tofgsch2003-08-021-2/+4
* typo;jmc2003-07-311-2/+2
* clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c)tedu2003-07-301-10/+14
* install ed advanced tutorial papers;jmc2003-07-295-66/+9
* spacingderaadt2003-07-2911-56/+54
* sync floppy dd example with the real worldtodd2003-07-281-2/+2
* rcsid should say openbsdtedu2003-07-282-4/+4
* USD docs for ed are 9-10, not 12,13;jmc2003-07-271-2/+2
* `p' can be interrupted; my mistake.jmc2003-07-271-1/+12
* install ed tutorial papers;jmc2003-07-265-22/+15
* another kerberos bit that's obsolete;jmc2003-07-251-12/+3
* delete obsolete kerberos sections;jmc2003-07-251-20/+3
* Fix typo: unsigned -> unsigned char; from Thorsten Glasermillert2003-07-211-2/+2
* - sync with NetBSD or Niels' tarball where appropriatesturm2003-07-1911-94/+178
* redrew -> redraw;jmc2003-07-192-4/+4
* unsigned uid; andrushock@korovino.netderaadt2003-07-181-2/+2
* note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.comderaadt2003-07-171-27/+3
* some minor DPADD changesderaadt2003-07-161-2/+2