Age | Commit message (Expand) | Author |
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 |
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre |
2003-07-21 | Fix typo: unsigned -> unsigned char; from Thorsten Glaser | Todd C. Miller |
2003-07-19 | - sync with NetBSD or Niels' tarball where appropriate | Nikolay Sturm |
2003-07-19 | redrew -> redraw; | Jason McIntyre |
2003-07-18 | unsigned uid; andrushock@korovino.net | Theo de Raadt |
2003-07-17 | note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting... | Theo de Raadt |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-07 | - convert some lists to displays | Jason McIntyre |
2003-07-07 | - remove unnecessary -compact in a display | Jason McIntyre |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | .Cm Fl -> .Fl | Jason McIntyre |
2003-06-30 | Xr hostname 7; tedu@ | Todd C. Miller |
2003-06-26 | oops | Michael Shalayeff |
2003-06-26 | docs from 4.4 w/caldera license now | Michael Shalayeff |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt |
2003-06-26 | protos | Theo de Raadt |
2003-06-25 | fix lots of proto issues | Theo de Raadt |
2003-06-25 | protos | Theo de Raadt |
2003-06-25 | fix protos | Theo de Raadt |
2003-06-24 | decruft | Michael Shalayeff |
2003-06-23 | kill printf builtin. no reason to be a builtin, but furthermore, the | Theo de Raadt |
2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning | Todd C. Miller |
2003-06-23 | - kill exists as a built-in to most shells, not just csh | Jason McIntyre |