Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-08 | use sizeof with strlcpy() when possible; it is less error prone. | Todd C. Miller | |
From Patrick Latifi; ok avsm@ and krw@ | |||
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 | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst | |
ok ian@ millert@ | |||
2003-08-05 | Don't allow alloc() and aresize() to fail. Their return value was | Todd C. Miller | |
only checked in two place (both in conjunction with str_save). Upon malloc/realloc failure we call internal_errorf() which pops throws and error and pops back to the last good state. OK deraadt@ pval@ fgs@ Original problem noted by mickey@ | |||
2003-08-04 | several diffs from Niels as applied to NetBSD | Nikolay Sturm | |
monkey.org/NetBSD commit messages: - get rid of retarded CWD handling. CWD is fixed to the CWD of the systrace that started everything. - normalize file name function - normalize CWD for cases where CWD has a symlink in it. should solve problems where CWD policies would not match. - avoid warning due to name collision. - fixed contrived race condition during attachment; from marius@monkey.org itojun@ ok | |||
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 | |
insert (some text has been killed before). from otto@, fix PR/3384. On yank-pop error (no yank before), reset the index to killstack so another yank-pop does not mangle the prompt if nothing was yanked, and to avoid replacing a text when it shouldn't (yank <something> yank-pop yank-pop). otto@ ok. | |||
2003-07-31 | typo; | Jason McIntyre | |
2003-07-30 | clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c) | Ted Unangst | |
ok jmc@ | |||
2003-07-29 | install ed advanced tutorial papers; | Jason McIntyre | |
some minor changes; ok mickey@ | |||
2003-07-29 | spacing | Theo de Raadt | |
2003-07-28 | sync floppy dd example with the real world | Todd T. Fries | |
ok deraadt@ jmc@ | |||
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 | |
very minor modifications, but get rid of the ugly 2-column display; ok mickey@ | |||
2003-07-25 | another kerberos bit that's obsolete; | Jason McIntyre | |
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre | |
ok hin@ | |||
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 | |
- keeps local changes - fixes a bug in profile feedback optimization and avoids symbol conflicts with errno - new feature: "ask" action itojun@ ok | |||
2003-07-19 | redrew -> redraw; | Jason McIntyre | |
from Andrey Matveev. | |||
2003-07-18 | unsigned uid; andrushock@korovino.net | Theo de Raadt | |
2003-07-17 | note non-free parts that got yanked years ago; ↵ | Theo de Raadt | |
tom.cosgrove@arches-consulting.com | |||
2003-07-16 | some minor DPADD changes | Theo de Raadt | |
2003-07-07 | - convert some lists to displays | Jason McIntyre | |
- .Ql -> .Sq where necessary - remove some .Pp's before lists - add missing .El - remove some wrong macros | |||
2003-07-07 | - remove unnecessary -compact in a display | Jason McIntyre | |
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS | |||
2003-07-02 | missing protos | Theo de Raadt | |
2003-07-02 | .Cm Fl -> .Fl | Jason McIntyre | |
from wiz@netbsd | |||
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 | |
handling of format strings is quite non-compliant. | |||
2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning | Todd C. Miller | |
with a '-' to be interpreted as flags. Noticed by Alan Barrett. There is really no reason for this to be a builtin in csh... | |||
2003-06-23 | - kill exists as a built-in to most shells, not just csh | Jason McIntyre | |
- .Xr sh 1 ok millert@ | |||
2003-06-19 | remove unused code which allocated useless memory (which was not freed) | Peter Valchev | |
ok provos itojun | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-16 | better document "limit"; | Jason McIntyre | |
from NetBSD (Matthias Scheler); ok deraadt@ millert@ | |||
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino | |
- escape fixes for special characters markus, sturm ok. from provos | |||
2003-06-13 | Add a -0 flag to make pax use a NUL instead of a newline as the | Todd C. Miller | |
pathname separator. Works in list mode as well as read/copy mode. Based on a patch from David Leonard; closes PR 3310 | |||
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-11 | de-register and ansify functions | Theo de Raadt | |
2003-06-11 | license was lost; it is from print.c | Theo de Raadt | |
2003-06-10 | o Pass the -G flag to sendmail like sendmail(8) says | Todd C. Miller | |
o Delivery in the foreground instead of just queueing since otherwise mail is not delivered until the next queue run. From Takahiro Yugawa; closes PR 3182 |