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