summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2011-03-17since we stopped installing the usd docs, it no longer makesJason McIntyre
sense for DESCRIPTION to point to SEE ALSO; from Alexis Fouilhe
2011-03-17use a DEFAULT_RATE macro instead of hardcoding 44100, no object changeAlexandre Ratchov
2011-03-16o diaeresis is 246 (U+00F6)Christian Weisgerber
2011-03-16various cleanup;Jason McIntyre
2011-03-15sanity check, prompted by common work with Florent TribouilloyMarc Espie
ok deraadt@, millert@
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
With feedback from bluhm@ ok bluhm@ sthen@
2011-03-15use timerclear macroOkan Demirmen
ok djm@
2011-03-15use timerclear macroOkan Demirmen
ok ratchov@
2011-03-15my $buf = "string"; return $string; is cool in Perl, but not in C;Ingo Schwarze
found by Ulrich Spoerlein <uqs at freebsd> using the clang static analyzer; "ok, but please document the numbers" kristaps@
2011-03-15add DPADD; from bradTheo de Raadt
2011-03-14- sync help() after recent additionsJasper Lievisse Adriaanse
2011-03-14whitespace cleanupJasper Lievisse Adriaanse
2011-03-14- implement PKG_CONFIG_SYSROOT_DIRJasper Lievisse Adriaanse
- bump version to 0.23
2011-03-11The -a option shouldn't change the exit statusPhilip Guenthe
Patch from David Julio (david.a.julio at gmail.com)
2011-03-10- make this easier to readJasper Lievisse Adriaanse
2011-03-10- implement several more options that will be needed to bump to 0.24Jasper Lievisse Adriaanse
(--print-provides, --print-requires and --print-requires-private) ok ckuethe@
2011-03-10- document all the environment variables that pkg-config honorsJasper Lievisse Adriaanse
ok ckuethe@ jmc@
2011-03-10honor PKG_CONFIG_DEBUG_SPEW, which is like our --debug optionJasper Lievisse Adriaanse
ok ckuethe@
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
authentication failure and don't count such failures against MaxAuthTries; bz#1244 from simon AT sxw.org.uk; ok markus@ before lock
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
authentication failure and don't count such failures against MaxAuthTries; bz#1244 from simon AT sxw.org.uk; ok markus@ before lock
2011-03-09Implement UDP mode for tcpbench and switch tcpbench to use libevent.Claudio Jeker
In UDP mode the tcpbench client tries to flood the pipe to the maximum and the server will busy read the packets. For TCP mode nothing has changed. All the work was done by Christiano F. Haesbaert (haesbaert(at)haesbaert org). OK myself and a lot of pushing from deraadt@
2011-03-08Fix an incorrect test which was always true (oupper is always < olower),Nicholas Marriott
from Yusuke ENDOH.
2011-03-07Prevent tiled producing a corrupt layout when only one column is needed,Nicholas Marriott
from Karl Ferdinand Ebert.
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
using DCS with a "tmux;" prefix. Escape characters in the sequences must be doubled. For example: $ printf '\033Ptmux;\033\033]12;red\007\033\\' Will pass \033]12;red\007 to the terminal (and change the cursor colour in xterm). From Kevin Goodsell.
2011-03-07- style consistencyJasper Lievisse Adriaanse
ok ckuethe@
2011-03-07- use fork(2)/exec(3) instead of system(3) to execute the specified action,Jasper Lievisse Adriaanse
as the launched command used to be terminated when usbhidaction terminates. using fork here prevents that. from vadim zhukov ok otto@
2011-03-07no Pp before/after Sh;Jason McIntyre
2011-03-07add editline support; from freebsd. ok deraadt@Otto Moerbeek
2011-03-07Do not leak information about the software usedIngo Schwarze
into PostScript and PDF documents behind the user's back. Joerg Sonnenberger pointed out that almost all software creating PostScript and PDF documents does so, even on OpenBSD, but that doesn't make the leakage much better in my book. According to all standards i could find, this information is optional. Issue originally reported by deraadt@; "commit!" kristaps@.
2011-03-07Clean up date handling,Ingo Schwarze
as a first step to get rid of the frequent petty warnings in this area: - always store dates as strings, not as seconds since the Epoch - for input, try the three most common formats everywhere - for unrecognized format, just pass the date though verbatim - when there is no date at all, still use the current date Originally triggered by a one-line patch from Tim van der Molen, <tbvdm at xs4all dot nl>, which is included here. Feedback and OK on manual parts from jmc@. "please check this in" kristaps@
2011-03-05Fix potential crash when GZIP variable set and more than 512 commandTodd C. Miller
line args specified. Closes PR 6573. OK deraadt@
2011-03-05remove a stray character (editing accident) i introduced a year ago;Ingo Schwarze
while here, improve the grammar of the preceding sentence; ok jmc@
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
damien@ ok. ports checked by sthen@.
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott
char architectures and properly parse $TMUX by stopping the socket path at the first comma.
2011-03-04add -H (opposite of -h) to always print name. ok deraadt millertTed Unangst
2011-03-03Use dirfd() instead of peeking into struct dirent for dd_fd, which isTodd C. Miller
non-standard.
2011-03-03Fix a typo that meant we did not reset the background colour when it wasNicholas Marriott
omitted in a 256-colour SGR ([48;5m). From Yusuke ENDOH.
2011-03-03Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott
causing it to exit as well).
2011-03-02mention -U as global position-independent parameterAlexandre Ratchov
from Remco <remco at d-compu.dyndns.org>, thanks!
2011-03-02Add the socket splicing fields of struct socket to netstat -vPAlexander Bluhm
output for debugging. ok markus@, claudio@
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
ok canacar@
2011-03-01add missing word; Jeff RossTheo de Raadt
2011-02-16make hostbased auth with ECDSA keys work correctly. Based on patchDamien Miller
by harvey.eneman AT oracle.com in bz#1858; ok markus@ (pre-lock)
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
it is easy to miss a blank character in an example, so explicitely state that whitespace causes the issue; while here, mention that shell metacharacters cause danger as well; ok otto@ sthen@ jmc@
2011-02-12fix from pr 6207. a bit more of an explanation: we write the correctOkan Demirmen
number of bits when connecting via a SOCKS 5 proxy over ipv6, but we also need to read the same number depending on the received address type. this issue is not noticeable with ssh's SOCKS 5 support since it always set the address type as ipv4. this fixes connections via SOCKS 5 proxies which set their address type as ipv6 when using ipv6. after review with, and ok, nicm@
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
- Remember the line-number of a tbl_span, and use it in messages. - Put *_span_alloc() functions right into the *_addspan() ones, since these are the only places they are called from.
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
Original patch from kristaps@, but i fixed a regression regarding .Bk.
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
keep flags before they are called. Without this bugfix, .Bk was ineffective in some cases. "looks reasonable" kristaps@