summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-08-24Oops. Garbage collect unused variable.Ingo Schwarze
2014-08-24When support for bold italic font was added to the parsers and to theIngo Schwarze
2014-08-23Fix fd leak when fdopen fails.doug
2014-08-22don't need this file, only the mod versionTed Unangst
2014-08-22typo; noticed by jmc@ some time agoIngo Schwarze
2014-08-21Bugfix: make whatis(1) case-insensitive again.Ingo Schwarze
2014-08-21Fix double free. ok guenther@Jeremie Courreges-Anglas
2014-08-21limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze
2014-08-21Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze
2014-08-21Free resources on error in mkstemp and fdopendoug
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-20djm how did you make a typo like that...Theo de Raadt
2014-08-19When dumping the server configuration (sshd -T), print correct KEX,Damien Miller
2014-08-19~-expand lcd pathsDamien Miller
2014-08-19Let's talk about obstacles you face when trying to pull off a partial tedu@.Ingo Schwarze
2014-08-19Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze
2014-08-19libroff depends on libmandoc and so libmandoc should be included first.Daniel Dickman
2014-08-19add -4 and -6 flags for saying if you want to force ipv4 or ipv6David Gwynne
2014-08-18Fix read access to uninitialized memory found by kristaps@ with valgrind,Ingo Schwarze
2014-08-18When the first child of the node being validated gets deleted duringIngo Schwarze
2014-08-18kristaps@ found this with valgrind, merge his patch from bsd.lv:Ingo Schwarze
2014-08-18Add fancy printing of ktrace()'s ops argumentPhilip Guenther
2014-08-17Use %#o instead of %#x for mode_tPhilip Guenther
2014-08-17Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umaskPhilip Guenther
2014-08-17typo, sorryIngo Schwarze
2014-08-17While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze
2014-08-17typo; Steven Honeyman <stevenhoneyman at gmail dot com>Ingo Schwarze
2014-08-17Segfault fixes from kristaps@.Ingo Schwarze
2014-08-17sync with hackathons.htmlJonathan Gray
2014-08-16If a stray .It follows .El, we are no longer in the list,Ingo Schwarze
2014-08-16I found a number of interactive events which can cause signals, and goTheo de Raadt
2014-08-15admission of hawaii happened in 1959, not 1984;Jason McIntyre
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-08-14Some compilers apparently worry that abort() might returnIngo Schwarze
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Kill bandwidth monitoring meters.Martin Pieuchot
2014-08-14Add bounce matching for [] and {} like mg already does with () and likeBrian Callahan
2014-08-14Show only active pools by default, pressing 'A' shows all of them.Martin Pieuchot
2014-08-14mandoc 1.13.1 has been releasedIngo Schwarze
2014-08-14Revert previous, as requested by kristaps@.Ingo Schwarze
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
2014-08-13Use <em> for .Em and .Bf -emphasis.Ingo Schwarze
2014-08-13Spelling - "alignment" not "alignement". ok ratchovNicholas Marriott
2014-08-12In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze
2014-08-12The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addNicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-08-10typo in debug messageAlexandre Ratchov
2014-08-10initialize mmcpos, found by guentherAlexandre Ratchov