summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-12-09use err/warn and better usage printMichael Shalayeff
2003-12-08MAP_FILE is the default and MAP_PRIVATE has to be given or produces evil warn...Michael Shalayeff
2003-12-08print requested group size in debug; ok djmMarkus Friedl
2003-12-07remove unused debugging #define templatesDamien Miller
2003-12-07remove duplicate chunkTheo de Raadt
2003-12-07m88k partsTheo de Raadt
2003-12-06Unbreak grepping for some patterns containing multiple dots. Fixes PR 3597.Otto Moerbeek
2003-12-04split the screen in multiple windows when more than one files are givenVincent Labrecque
2003-12-04fix sign extension bug that broke meta key supportVincent Labrecque
2003-12-03Append but not override COPTS.Alexander Yurchenko
2003-12-03Change how the line output from the 'h' command is formatted.Todd C. Miller
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-12-02Fix a max recursion off-by-one.Otto Moerbeek
2003-12-02improvments from andreas@:Markus Friedl
2003-12-02Describe long variable names, a non-portable extension.Otto Moerbeek
2003-12-02o Introduce long variable names, a non-portable extension.Otto Moerbeek
2003-12-02Nothing in vprintf.c is actually used so don't bother compiling it.Todd C. Miller
2003-12-01Use ${INSTALL} instead of install; from art's amd64 tree.Alexander Yurchenko
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
2003-11-30- .Sh WARNINGS -> standard .Sh CAVEATSJason McIntyre
2003-11-30- document LESSKEY_SYSTEM and /etc/syslessJason McIntyre
2003-11-29save the previous undo position as an offset in the buffer instead ofVincent Labrecque
2003-11-28remove "or uninstrumented" from "unknown or uninstrumented protocol";Jason McIntyre
2003-11-28- some fixes from PR 1446Jason McIntyre
2003-11-28netstat.1:Jason McIntyre
2003-11-27fix prontf arguments and a typoHenning Brauer
2003-11-27fix printf arguments and two typos in commentsHenning Brauer
2003-11-26fix #ifdef before #define; ok markus@Damien Miller
2003-11-26Avoid a core dump on reading uninitiazed array locations.Otto Moerbeek
2003-11-26This is ISO C, use string concatenation, instead of bogus use of __CONCAT.Marc Espie
2003-11-26Minor cleanup. Remove gratuitous use of __CONCAT that was neededTodd C. Miller
2003-11-26multi-line literals are not ANSI C. And gcc3 complains about them.Marc Espie
2003-11-25ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.Matthieu Herrb
2003-11-25obvious fix for gcc3.Marc Espie
2003-11-24typo from Michael Knudsen;Jason McIntyre
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-11-23from portable: rename clashing variable limit-> limit_rate; ok markus@Damien Miller
2003-11-23consistency PATH_MAX -> MAXPATHLEN; ok markus@Damien Miller
2003-11-23from portable - use sysconf to detect fd limit; ok markus@Damien Miller
2003-11-23Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-22Fix diff -q exit value which was broken in last commit.Todd C. Miller
2003-11-22madvise() -- take twoMichael Shalayeff
2003-11-22Revert the last change since it's broke make release.Alexander Yurchenko
2003-11-22:mod, simpler search patterns. Idea from NetBSD.Marc Espie
2003-11-22the the typo. from rohee@Marc Espie
2003-11-21Simplified support for concatenated files; similar to what zlib does.Todd C. Miller
2003-11-21mark mmap()ed memory as sequentially accessedMichael Shalayeff