summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-11-29typo;Jason McIntyre
2006-11-29- sort options (discussed with ckuethe)Jason McIntyre
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-28add more dudes; from Chad Dougherty <crd@andrew.cmu.edu>Michael Shalayeff
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
2006-11-28tweaks;Jason McIntyre
2006-11-28Remove a debug print i accidentally left behindChris Kuethe
2006-11-28Sync usage with manpageChris Kuethe
2006-11-28Add the --silence-errors option. Found by naddy@Chris Kuethe
2006-11-28Nicer descriptions of --atleast*version and and --existsChris Kuethe
2006-11-28Allow "pkg-config --modversion" to work. Reported by naddy@Chris Kuethe
2006-11-28Move a sentence and talk a bit about dependency resolution.Chris Kuethe
2006-11-28Initial version of a manpage. More options will be described as they areChris Kuethe
2006-11-27$OpenBSD$ tagChris Kuethe
2006-11-27stylistic clean-ups.Marc Espie
2006-11-27enter pkg-configTheo de Raadt
2006-11-27better man page based on another script MakefileTheo de Raadt
2006-11-27Back out revision 1.31, restoring the ":dc: is always set" behaviour.Ryan Thomas McBride
2006-11-27When a package is not found, exit with an error code. Allows things likeChris Kuethe
2006-11-27forgot about obj dirs. thanks matthieuChris Kuethe
2006-11-27Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATHChris Kuethe
2006-11-27Yet Another pkg-config program, this time as a perl script.Chris Kuethe
2006-11-27sort sent requests;Xavier Santolaria
2006-11-27hook up annotate server bits.Xavier Santolaria
2006-11-27don't process the file if its status is FILE_UNLINK.Xavier Santolaria
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-11-22Mark signal race.Ray Lai
2006-11-19spacingTheo de Raadt
2006-11-19Cope with <machine/frame.h> removal.Miod Vallat
2006-11-19always make a manTheo de Raadt
2006-11-19always build man page, that is the way we do thingsTheo de Raadt
2006-11-18Move buffer name allocation into bnew() where it belongsKjell Wooding
2006-11-181. Fix line numbering/mark line bug in isearch.Kjell Wooding
2006-11-18Due to a thinko on my part, (and a badly named structure member),Kjell Wooding
2006-11-18- update commentNiall O'Higgins
2006-11-18Fix line number bug (actually, dot-mark bug). to reproduce:Kjell Wooding
2006-11-17Fix a needless inversion of flag names; i.e. change them from theKjell Wooding
2006-11-17fix a segfault on isearch. Using ^W to add more than NPAT chars to theKjell Wooding
2006-11-17Reset the number of lines of tail context left to printJared Yanovich
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-11-16Fix undefined behavior (var = --var).Ray Lai
2006-11-16Fix undefined behavior (var = ++var).Ray Lai
2006-11-15err(..., strerror(errno)) is redundant.Miod Vallat
2006-11-15Bring back basic annotate command. Needs more work.Xavier Santolaria
2006-11-14use argc and argv not some made up short formTheo de Raadt