summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-06-20Teach lint about %F, %A, %a format specifiers.Martynas Venckus
2011-06-20Revert rev 1.21 which is superceded by 1.22Todd C. Miller
2011-06-20Prevent lint from warning about %m in C format strings. QuietsTodd C. Miller
2011-06-20- Adjust Getopts() hash to align options with values.Jasper Lievisse Adriaanse
2011-06-20- implement --static, and preserve dependency order,Jasper Lievisse Adriaanse
2011-06-18the %m argument as used by syslog does not eat an argument, so skip over it.Ted Unangst
2011-06-18Have -T[x]html print out the link target for `Lk'Ingo Schwarze
2011-06-18Warn and stop processing if the format string ends with an backslash.Philip Guenthe
2011-06-17setproctitle for a mux master that has been gracefully stopped;Damien Miller
2011-06-17factor out multi-choice option parsing into a parse_multistate labelDamien Miller
2011-06-17the protocol version should be unsigned; bz#1913 reported by mb ATDamien Miller
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek
2011-06-16Local changes to make this work on OpenBSD. Not used functions disabled forOtto Moerbeek
2011-06-16mksubr from freebsd, to be used to generate flags to name translationOtto Moerbeek
2011-06-16- finally unconfuse emacs by using parentheses for split()Jasper Lievisse Adriaanse
2011-06-16fix printrequiresprivate-mode name in a testJasper Lievisse Adriaanse
2011-06-15- only process Requires.private if needed (--cflags, --static or --print-requ...Jasper Lievisse Adriaanse
2011-06-14make sure key_parse_public/private_rsa1() no longer consumes its input buffer.Markus Friedl
2011-06-14exit if there is an unknown option; from FreeBSDChristian Weisgerber
2011-06-12tweak the virtual pkg-config configJasper Lievisse Adriaanse
2011-06-12- rename pr_* to say_* to be consistent with perl (prompted by espie@)Jasper Lievisse Adriaanse
2011-06-12- Rename $D to $mode{debug} for consistency.Jasper Lievisse Adriaanse
2011-06-12- fix commentJasper Lievisse Adriaanse
2011-06-12- fix version comparison by adjusting the regex which decides aboutJasper Lievisse Adriaanse
2011-06-11- add check for empty filesJasper Lievisse Adriaanse
2011-06-09Accept and ignore -M so we can pass the same CPPFLAGS to lint and cpp.Jonathan Gray
2011-06-09*** empty log message ***Jasper Lievisse Adriaanse
2011-06-09whitespace cleanupJasper Lievisse Adriaanse
2011-06-09fix version comparison when we ask for "alpha > 0.1.0" and the version ofJasper Lievisse Adriaanse
2011-06-08do not document the -c flag: it was added for posix compliance,Jason McIntyre
2011-06-07revert 'rc' handling for now, as it breaks iaxclient.Jasper Lievisse Adriaanse
2011-06-07prevent stringize from messing up the Name fieldJasper Lievisse Adriaanse
2011-06-07Don't try to parse the requirements for a module if only modversion orJasper Lievisse Adriaanse
2011-06-06fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrectJasper Lievisse Adriaanse
2011-06-06rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.oJasper Lievisse Adriaanse
2011-06-06fix spello in...er...my own name.Jasper Lievisse Adriaanse
2011-06-06Add AUTHORS sectionJasper Lievisse Adriaanse
2011-06-06- style tweaks by espie@Jasper Lievisse Adriaanse
2011-06-06move simple numeric comparison to a single routine, instead of duplicating itJasper Lievisse Adriaanse
2011-06-06also handle the 'rc' suffixJasper Lievisse Adriaanse
2011-06-06First steps of teaching pkg-config about 'alpha' and 'beta' versions.Jasper Lievisse Adriaanse
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2011-06-04explain IdentifyFile's semantics a little better, prompted by bz#1898Damien Miller
2011-06-03Allow device encoding to be set if -u is also used. Useful to degradeAlexandre Ratchov
2011-06-03factor tests for f->opt->join flag, no behaviour changeAlexandre Ratchov
2011-06-03Clarify that the ratio between sample rate and block sizeAlexandre Ratchov
2011-06-03Reorganize the way command line options are parsed and stored.Alexandre Ratchov
2011-06-03add missing header, needed by the use of struct tmCharles Longeau