summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-03-02Use OBJECT_FMTS from <bsd.own.mk> to determine elf32/elf64 needsmatt
2014-03-02Use OBJECT_FMTS from <bsd.own.mk>matt
2014-02-27AF_MAX isn't an address family so don't include it in the generated table.ginsbach
2014-02-27struct member can't be null, if the pointer itself is valid.joerg
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-23skip unparseable addresses.mlelstv
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2014-02-18add __extension__ and typeofchristos
2014-02-18__real__ and __imag__ produce lvalueschristos
2014-02-17config() in manconf.c now verifies _build (and _crunch) commanduwe
2014-02-17Check _build and _crunch commands with fmtcheck(3), warn about anduwe
2014-02-15Put .INCLUDEDFROM* in the right sectionsjg
2014-02-15delete the correct variables on eofchristos
2014-02-14fix protocol printing order.christos
2014-02-13Fix some typos found by Rich Neswold and reported in PR 48597.wiz
2014-02-12Reduce the calls to realloc from brk_string by basing initial argmax guesssjg
2014-02-07Use Var_Value() instead of getenv() to obtain MAKEOBJDIR{,PREFIX}.pooka
2014-02-04Correct number of output files in example.wiz
2014-02-04Handle another declaration after statement case for lint in c99 mode.njoly
2014-02-03From Igor Sobrado in private email (based on his OpenBSD commit):wiz
2014-01-28Clarify that -l params must be given after options.pooka
2014-01-28* make -h actually workpooka
2014-01-28rcs id police *uuu-aaa, uuu-aaa*pooka
2014-01-27add today's releases: 5.1.4, 5.2.2, 6.0.4, and 6.1.3jnemeth
2014-01-26Recognize coldfirematt
2014-01-25Get SIZE_MAX and OFF_MAX straight...riastradh
2014-01-25Factor out an offtab_compute_window_position routine.riastradh
2014-01-25Fix some more integer overflow/truncation issues.riastradh
2014-01-24CID 1164169: integer overflowchristos
2014-01-24Checking _LP64 to determine the size of the built binary is just wrong. Wechristos
2014-01-23Mark offtab_bug[x] as dead.joerg
2014-01-22Fix $NetBSD$ tag.riastradh
2014-01-22Bump date on vndcompress(1) man page.riastradh
2014-01-22Fix vndcompress man page to reflect default window size.riastradh
2014-01-22Change vndcompress to use a default window size of 512.riastradh
2014-01-22Document the new vndcompress -w option and nuke BUGS section.riastradh
2014-01-22Reflect rename of `-s' to `-b' in the vndcompress man page.riastradh
2014-01-22Move err1 & errx1 to the end of vnduncompress.c; add __printflike.riastradh
2014-01-22Rename block size option from `-s' to `-b'.riastradh
2014-01-22Simplify vndcompress offtab_compute_window_size.riastradh
2014-01-22Fix typo in comment.riastradh
2014-01-22Fix up ulimited vndcompress tests and explain what's up with them.riastradh
2014-01-22Add some simple automatic tests for window sizes.riastradh
2014-01-22Remove silly comment in offtab_reset_write.riastradh
2014-01-22Window size is now an option; remove XXX comment to the contrary.riastradh
2014-01-22Add comment explaining why piperestart.cl2part is allowed to fail.riastradh
2014-01-22Split guard in offtab_write_window into offtab_maybe_write_window.riastradh
2014-01-22Seek if necessary at end of offtab_reset_read.riastradh
2014-01-22Add option -w to vnd(un)compress to specify the window size.riastradh
2014-01-22Add some leading zero digits to the flags. Cosmetic change only.riastradh