Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-06-06 | liternal -> literal; | Jason McIntyre | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | prevents systrace from referencing freed memory; provos | Jun-ichiro itojun Hagino | |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller | |
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly. | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-05-30 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- correct macro - escape some whitespace | |||
2003-05-29 | escaped whitespace at EOL using "\ \&" so as not to confuse groff. | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - merge COMPATIBILITY with STANDARDS | Jason McIntyre | |
- use .St for POSIX standard |