| Age | Commit message (Expand) | Author |
| 2008-11-29 | Clarify man page with respect to input and output files, and sync usage | dholland |
| 2008-11-29 | Split For_Eval() into two functions. | dsl |
| 2008-11-29 | Before deciding to use the default function in a .if, check whether the | dsl |
| 2008-11-29 | Common up parsing .if defined() make() exists() target() commands() and empty() | dsl |
| 2008-11-28 | May have multiple files on command line. | reed |
| 2008-11-28 | Add missing fflush() in one of three places that print stuff repeatedly | dholland |
| 2008-11-26 | I think ':' is called "colon", not "column" :) | wiz |
| 2008-11-26 | new sentence, new line | ginsbach |
| 2008-11-25 | PR/40026: Aleksej Saushev: make(1) doesn't document VPATH, document it. | christos |
| 2008-11-23 | Do a string compare if the rh argument doesn't completely convert to a number | dsl |
| 2008-11-23 | Two robustness fixes: | dholland |
| 2008-11-22 | Fix conversion of hex numerics in comparisons. | dsl |
| 2008-11-22 | Move two great chunks of code out of a switch statement and into | dsl |
| 2008-11-22 | If there is a syntax error in a .if expression then ignore the entire | dsl |
| 2008-11-22 | Convert ADDWORD() to do { ... } while (0) | dsl |
| 2008-11-22 | Convert Buf_AddByte(0 to a more normal do { ... } while (0) form. | dsl |
| 2008-11-19 | Add newgrp(1) to SEE ALSO cross-reference list. | ginsbach |
| 2008-11-18 | Use Nm instead of Xr to itself, remove reference to uucp(1), fix casing | wiz |
| 2008-11-18 | Reference login.conf. | reed |
| 2008-11-16 | WARNS=4 | dholland |
| 2008-11-16 | One leftover trailing whitespace, caused by a merge botch at my end. | dholland |
| 2008-11-16 | Further cleanup. Merge a bit of duplicate code. Don't roll private copies | dholland |
| 2008-11-16 | Avoid running off the end of the name buffer when extracting a filename | dholland |
| 2008-11-16 | Clean up argument handling. | dholland |
| 2008-11-16 | C has a neat feature called a 'struct'. Use one, instead of | dholland |
| 2008-11-16 | Index arrays according to customary C idioms, instead of a weird mix of | dholland |
| 2008-11-16 | Avoid using side-effecting macros. | dholland |
| 2008-11-16 | Scratch variables shouldn't be global. | dholland |
| 2008-11-16 | KNF, formatting, and whitespace cleanup. No functional change intended. | dholland |
| 2008-11-16 | Sprinkle static and const. Use NULL and '\0', not 0, where appropriate. | dholland |
| 2008-11-16 | Use <stdbool.h> and <err.h>. | dholland |
| 2008-11-16 | Ansify and de-__P(). | dholland |
| 2008-11-13 | PR/39912: Jukka Salmi: Logger eats the first word because of incorrect | christos |
| 2008-11-12 | intFile.fd should be initialised to -1, not 0. | apb |
| 2008-11-12 | avoid using c99 struct named initializers because this is a host tool and | christos |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-09 | - retire MKXORG from public use | mrg |
| 2008-11-08 | Make -R accept numeric arguments so one can say -R '\0' to be used in | christos |
| 2008-11-07 | Drop trailing space. | wiz |
| 2008-11-07 | Be consistent: document the birthtime field of struct stat for | reed |
| 2008-11-04 | Change for standards compliance: | ginsbach |
| 2008-11-01 | Sort options, add RETURN VALUES section. | wiz |
| 2008-10-31 | fix compilation issue | christos |
| 2008-10-31 | Don't use putenv() because it is not portable. | christos |
| 2008-10-31 | undo accidental commit. | christos |
| 2008-10-31 | Import syslogd SoC project by Martin Schuette: | christos |
| 2008-10-30 | more MKSHARE == no fixes: | mrg |
| 2008-10-30 | Whitespace. | wiz |
| 2008-10-30 | Update the modification date | sjg |
| 2008-10-29 | Add some examples of how to use :? | sjg |