summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-01-28Make the -A a bit more readable by adding a newline between the route andClaudio Jeker
2009-01-28ex(1), vi(1), and view(1) have different synopses; each nex/nvi utilityIgor Sobrado
2009-01-28since -g is always overridden by -l in ls(1), the equivalent of theJason McIntyre
2009-01-27on some servers LIST defaults to LIST -a. ignore pseudo-directoriesMartynas Venckus
2009-01-27Fix some interger overflows when accounting the used mbuf memory percentageClaudio Jeker
2009-01-27fix the mbuf view to cope with the recent change to the mclgeti allocator.David Gwynne
2009-01-26NULL instead of 0 in comparisonClaudio Jeker
2009-01-26Again use P to mark multipath routes in route output. OK henning@Claudio Jeker
2009-01-26Work around the CPNI-957037 Plaintext Recovery Attack by alwaysMarkus Friedl
2009-01-25don't set malloc_options to not interfer with /etc/malloc.confAlexandre Ratchov
2009-01-24sync list of preferred ciphers; ok djm@Christian Weisgerber
2009-01-23catch SIGHUP and SIGTERM too, to ensure that recorded files areAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2009-01-23prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBCDamien Miller
2009-01-22another chunk of a2port() diff that got away. wtfdjm??Damien Miller
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
2009-01-22oops! I committed the wrong version of the Channel->path diff,Damien Miller
2009-01-22make Channel->path an allocated string, saving a few bytes here andDamien Miller
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2009-01-151) use obsolete instead of alias for consistencyKevin Steves
2009-01-14support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;Damien Miller
2009-01-14fix printing status on removed files by default;Joris Vink
2009-01-10tweak previous;Jason McIntyre
2009-01-10add "loopback" mode in which input is connected to the output.Alexandre Ratchov
2009-01-09Tamas TEVESZ requested a better description for tip/cu, so pull in thisJason McIntyre
2009-01-09Do not try to set the close on exec flag if we didn't actually open sudoers.Todd C. Miller
2009-01-08Reflect MPLS kernel changes.Michele Marchetto
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2009-01-06don't use a reference to the device file. Use the corresponding aprocAlexandre Ratchov
2009-01-05since socks5 has been removed from ports recently, switch ftp toMartynas Venckus
2009-01-04sync the synopsis and usage of the command; "usage:" is lowercase.Igor Sobrado
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2009-01-02Add format attributes to functions that use variable arguments andCan Erkin Acar
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
2009-01-01fix hash calculation for KEXGEX: hash over the original client-suppliedDamien Miller
2009-01-01call channel destroy callbacks on receipt of open failure messages.Damien Miller
2009-01-01Fix iso weekno calculation by using a different algorithm. Still hardOtto Moerbeek
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-30be clear about what csplit does by default when no options to theJason McIntyre
2008-12-30make -S case insensitive; this avoids any confusion over the factJason McIntyre
2008-12-30add AllowAgentForwarding to available Match keywords listOkan Demirmen
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-29no need to escape single quotes in commentsKevin Steves
2008-12-29fix example, default key type is rsa for 3+ years; fromKevin Steves
2008-12-28set the buffer size using the ``appbufsz'' parameter ofAlexandre Ratchov
2008-12-27fix a bug in resampling code, resulting in joined stereo and/orAlexandre Ratchov
2008-12-27simplify the mixer and the demultiplexer code; no change in theAlexandre Ratchov
2008-12-27complain about a deadlock only if there are descriptors waitingAlexandre Ratchov
2008-12-27do not call exit(1) if sio_start(3) or sio_stop(3) fail. TheAlexandre Ratchov