summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2003-08-06Remove 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-05Don't allow alloc() and aresize() to fail. Their return value wasTodd 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-04several diffs from Niels as applied to NetBSDNikolay 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-02don't push things unless force is true; avoid adding text again on yank-pop.Federico G. Schwindt
2003-08-02On ESC-y ESC-y (yank-pop), also check that there is something toFederico 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-31typo;Jason McIntyre
2003-07-30clarify use of eject on an empty cdrom drive. (eject /dev/rcd0c)Ted Unangst
ok jmc@
2003-07-29install ed advanced tutorial papers;Jason McIntyre
some minor changes; ok mickey@
2003-07-29spacingTheo de Raadt
2003-07-28sync floppy dd example with the real worldTodd T. Fries
ok deraadt@ jmc@
2003-07-28rcsid should say openbsdTed Unangst
2003-07-27USD docs for ed are 9-10, not 12,13;Jason McIntyre
2003-07-27`p' can be interrupted; my mistake.Jason McIntyre
2003-07-26install ed tutorial papers;Jason McIntyre
very minor modifications, but get rid of the ugly 2-column display; ok mickey@
2003-07-25another kerberos bit that's obsolete;Jason McIntyre
2003-07-25delete obsolete kerberos sections;Jason McIntyre
ok hin@
2003-07-21Fix typo: unsigned -> unsigned char; from Thorsten GlaserTodd C. Miller
2003-07-19- sync with NetBSD or Niels' tarball where appropriateNikolay 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-19redrew -> redraw;Jason McIntyre
from Andrey Matveev.
2003-07-18unsigned uid; andrushock@korovino.netTheo de Raadt
2003-07-17note non-free parts that got yanked years ago; ↵Theo de Raadt
tom.cosgrove@arches-consulting.com
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-07- convert some lists to displaysJason 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 displayJason McIntyre
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS
2003-07-02missing protosTheo de Raadt
2003-07-02.Cm Fl -> .FlJason McIntyre
from wiz@netbsd
2003-06-30Xr hostname 7; tedu@Todd C. Miller
2003-06-26oopsMichael Shalayeff
2003-06-26docs from 4.4 w/caldera license nowMichael Shalayeff
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-25fix lots of proto issuesTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25fix protosTheo de Raadt
2003-06-24decruftMichael Shalayeff
2003-06-23kill printf builtin. no reason to be a builtin, but furthermore, theTheo de Raadt
handling of format strings is quite non-compliant.
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd 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 cshJason McIntyre
- .Xr sh 1 ok millert@
2003-06-19remove unused code which allocated useless memory (which was not freed)Peter Valchev
ok provos itojun
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-16better document "limit";Jason McIntyre
from NetBSD (Matthias Scheler); ok deraadt@ millert@
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
- escape fixes for special characters markus, sturm ok. from provos
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd 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-11ansification, art okTheo de Raadt
2003-06-11de-register and ansify functionsTheo de Raadt
2003-06-11license was lost; it is from print.cTheo de Raadt
2003-06-10o Pass the -G flag to sendmail like sendmail(8) saysTodd 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
2003-06-06liternal -> literal;Jason McIntyre
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt