summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
2011-03-15use timerclear macroOkan Demirmen
2011-03-15use timerclear macroOkan Demirmen
2011-03-15my $buf = "string"; return $string; is cool in Perl, but not in C;Ingo Schwarze
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
2011-03-11The -a option shouldn't change the exit statusPhilip Guenthe
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
2011-03-10- document all the environment variables that pkg-config honorsJasper Lievisse Adriaanse
2011-03-10honor PKG_CONFIG_DEBUG_SPEW, which is like our --debug optionJasper Lievisse Adriaanse
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2011-03-09Implement UDP mode for tcpbench and switch tcpbench to use libevent.Claudio Jeker
2011-03-08Fix an incorrect test which was always true (oupper is always < olower),Nicholas Marriott
2011-03-07Prevent tiled producing a corrupt layout when only one column is needed,Nicholas Marriott
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-03-07- style consistencyJasper Lievisse Adriaanse
2011-03-07- use fork(2)/exec(3) instead of system(3) to execute the specified action,Jasper Lievisse Adriaanse
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
2011-03-07Clean up date handling,Ingo Schwarze
2011-03-05Fix potential crash when GZIP variable set and more than 512 commandTodd C. Miller
2011-03-05remove a stray character (editing accident) i introduced a year ago;Ingo Schwarze
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott
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
2011-03-03Fix a typo that meant we did not reset the background colour when it wasNicholas Marriott
2011-03-03Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott
2011-03-02mention -U as global position-independent parameterAlexandre Ratchov
2011-03-02Add the socket splicing fields of struct socket to netstat -vPAlexander Bluhm
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2011-03-01add missing word; Jeff RossTheo de Raadt
2011-02-16make hostbased auth with ECDSA keys work correctly. Based on patchDamien Miller
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2011-02-12fix from pr 6207. a bit more of an explanation: we write the correctOkan Demirmen
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
2011-02-06- nm -s omitted the symbol list for first object file in an archive. fix thisJasper Lievisse Adriaanse