summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-11-29typo;Jason McIntyre
2006-11-29- sort options (discussed with ckuethe)Jason McIntyre
- there is no benefit in using Fl when options take `--'; use Cm instead
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
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
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
login/logout commands, nor mark them as supported.
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
implemented.
2006-11-27$OpenBSD$ tagChris Kuethe
2006-11-27stylistic clean-ups.Marc Espie
look more like BSD style, open files correctly, remove lots of extra parenthesis, do not depend on $_
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
Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt
2006-11-27When a package is not found, exit with an error code. Allows things likeChris Kuethe
neon and subversion to build.
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
is for.
2006-11-27Yet Another pkg-config program, this time as a perl script.Chris Kuethe
Not all flags and options are implemented yet, but it works well enough to build a bunch of ports and xenocara (which requires pkg-config). It is not yet activated in the build; I'm committing to allow for in-tree development (including a man page). ok espie, matthieu
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
``ok by me'' djm@.
2006-11-22Mark signal race.Ray Lai
``OK!'' deraadt@.
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
To reproduce, set mark, move, isearch, then swap mark and point. 2. store mark in save structure (to reproduce search on a pattern twice, then backspace to back up the search stack) Both from Peter De Wachter (debian bug#391827) Thanks!
2006-11-18Due to a thinko on my part, (and a badly named structure member),Kjell Wooding
line numbers were horribly broken with pgup, pgdn. From peter de wachter, via debian bug#391827
2006-11-18- update commentNiall O'Higgins
2006-11-18Fix line number bug (actually, dot-mark bug). to reproduce:Kjell Wooding
-split window into two -open a file, set the mark -switch windows, open same file, exchange point-and-mark from peter de wachter (Debian bug#391827)
2006-11-17Fix a needless inversion of flag names; i.e. change them from theKjell Wooding
negative to the positive. undo_boundary_enable(TRUE) makes a LOT more sense than undo_no_boundary(FALSE). While here, whack a global, and fix a bug noted by otto: undoing a file insertion sometimes left stray characters around. ok beck@, otto@
2006-11-17fix a segfault on isearch. Using ^W to add more than NPAT chars to theKjell Wooding
search pattern had an off-by-one. Fix this and one other irritating behavior with long search patterns. Noted (similar diff proposed) and tested by deanna phillips
2006-11-17Reset the number of lines of tail context left to printJared Yanovich
before processing each file to avoid printing lines intended from the previous file. Reported and fix by Charles Longeau <chl@tuxfamily.org> via tech@. ok otto millert
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
(to sync up with more recent IPv6 spec) ok from: deraadt mcbride
2006-11-16Fix undefined behavior (var = --var).Ray Lai
From Alexey Dobriyan <adobriyan at gmail dot com>. OK moritz@ and jaredy@.
2006-11-16Fix undefined behavior (var = ++var).Ray Lai
From Alexey Dobriyan <adobriyan at gmail dot com>. OK otto@, moritz@, and jaredy@.
2006-11-15err(..., strerror(errno)) is redundant.Miod Vallat
ok millert@ deraadt@
2006-11-15Bring back basic annotate command. Needs more work.Xavier Santolaria
Not linked to build yet.
2006-11-14use argc and argv not some made up short formTheo de Raadt