summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-12-02make key_to_blob() return a NULL blob on failure; part ofDamien Miller
2013-12-02use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNICDamien Miller
2013-12-02typo; from Jon CaveDamien Miller
2013-12-02views CIRCLEQ begone.Kenneth R Westerback
2013-12-01mention curve25519-sha256@libssh.org key exchange algorithmDamien Miller
2013-12-01Change the file reference queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tags queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tag queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Convert the ranges CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01update currency exchange rates;Jason McIntyre
2013-11-28Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.Kenneth R Westerback
2013-11-28Re-add documentation about `-' handling. Discussed a few months agoJeremie Courreges-Anglas
2013-11-28unsigned char for ctypeTheo de Raadt
2013-11-27unsigned char cast was on a wrong place.YASUOKA Masahiko
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-11-27Zap some pointer casts became extra (and thus dangerous) after recentVadim Zhukov
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan AdlerTheo de Raadt
2013-11-26change a local char * to unsigned, to ease ctype handlingTheo de Raadt
2013-11-26fix a possible double-free/NULL deref in msg_printpelikan
2013-11-26Tweak a tortuous manual loop into a TAILQ_FOREACH().Kenneth R Westerback
2013-11-26fix some typos in calendars; written with lot of useful adviceIgor Sobrado
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@Otto Moerbeek
2013-11-26- put -Q in the right placeJason McIntyre
2013-11-26fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref'spelikan
2013-11-25Replace _texth CIRCLEQ with TAILQ. One down, five to go.Kenneth R Westerback
2013-11-25obvious cast for isblank()Theo de Raadt
2013-11-25improve -Q usage and such. One usage change is that the option is nowTheo de Raadt
2013-11-25variety of unsigned char casts (or conversions) for ctypeTheo de Raadt
2013-11-25netstat -Ar leaked some kernel pointers to unprivileged users. UseAlexander Bluhm
2013-11-24Add comments to ACS table matching terminfo(5).Nicholas Marriott
2013-11-24simplify determination of OBJDIR to what we actually use.Marc Espie
2013-11-24Replace ## by # in format.Nicholas Marriott
2013-11-23send a extra space to the bit bucketTheo de Raadt
2013-11-23obvious unsigned casts for ctypeTheo de Raadt
2013-11-23With -k, kill window after using it to work out -c path. Reported byNicholas Marriott
2013-11-22Handle empty current directory more gracefully.Nicholas Marriott
2013-11-22wrappers for is*/to* that make damn sure their arguments areMarc Espie
2013-11-22Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.Martin Pieuchot
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-21no need for .Pp before displays;Jason McIntyre
2013-11-21RCSID markersDamien Miller
2013-11-21My audit of mandoc revealed two missing (unsigned char) castsIngo Schwarze
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-11-20unsigned char cast for isdigit, dealing with argvTheo de Raadt