summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-12-26synchronize synopsis and usage.Igor Sobrado
2008-12-26*** empty log message ***Alexandre Ratchov
2008-12-24Plug a couple of memory leaks noticed by deraadt.David Hill
2008-12-24add -S and -s options, similar to man(1), for restrictingJason McIntyre
2008-12-23time to add a new one.Claudio Jeker
2008-12-19Sync some bits with sudo 1.7.0 final.Todd C. Miller
2008-12-19be more specific about the field delimiter;Jason McIntyre
2008-12-19use simple linear interpolation in the resampling code.Alexandre Ratchov
2008-12-18Print the interface livelocks if non-zero. From deraadt@Can Erkin Acar
2008-12-17add some newly created stats that are defined in ieee80211_ioctl.hjoshua stein
2008-12-17change the name displayed by the c-mode on the mode line to "c",Igor Sobrado
2008-12-17sort CFLAGS, SRCS and the list of compile-time options; while here,Igor Sobrado
2008-12-17Rewrite the 'mbuf' page to display mbuf usage information from system poolsCan Erkin Acar
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-16when searching for an endpoint, return the correct abuf pointers.Alexandre Ratchov
2008-12-16strptime() never sets tm_isdst, so set it to -1 before passing thePhilip Guenthe
2008-12-15Unbreak netstat, reflecting kernel changes.Michele Marchetto
2008-12-15work around tree breakage by mpls peopleTheo de Raadt
2008-12-15turns out gcc is not smart enough to avoid the local array in constOtto Moerbeek
2008-12-15correct the description of fstat output for sockets;Jason McIntyre
2008-12-14Remove useless fields from template, they just serve to confuseRay Lai
2008-12-11move one paragraph to a more logical position;Jason McIntyre
2008-12-11don't try to sio_close a NULL sio_hdl. stops cdio from segfaultingJacob Meuser
2008-12-10o cannot be NULL here but use xfree() to be consistent; ok djm@Kevin Steves
2008-12-09fix typo in error messageKevin Steves
2008-12-09sync with sudo cvs repoTodd C. Miller
2008-12-09update for the synopses displayed by the 'help' command, there are aIgor Sobrado
2008-12-09Better fix for rev 1.21Todd C. Miller
2008-12-09replace by-hand string building with xasprinf(); ok deraadt@Damien Miller
2008-12-09channel_print_adm_permitted_opens() should deal with all the printingKevin Steves
2008-12-09correct sftp(1) and corresponding usage syntax;Damien Miller
2008-12-09correct sftp(1) and corresponding usage syntax;Damien Miller
2008-12-09don't leave junk (free'd) pointers around in Forward *fwd argument onDamien Miller
2008-12-09Deal correctly with failures in remote stat() operation in sftp,Damien Miller
2008-12-09The ~C escape handler does not work correctly for multiplexed sessions -Damien Miller
2008-12-08Rewrite renice(8) to be POSIX compliant while still maintainingTodd C. Miller
2008-12-08Do not short circuit pseudo commands when we get a match since, dependingTodd C. Miller