summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-03zap trailing whitespace;Jason McIntyre
2010-09-03Make 'file' an argument in -f description.lum
2010-09-03Rename RCSNUM's fd to rf_fd, complies to other variable names andTobias Stoeckmann
2010-09-03Make second parameter of poll() the correct type. Removes compile warning.lum
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656Christian Weisgerber
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@Markus Friedl
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@Markus Friedl
2010-09-02remove trailing whitespace.Igor Sobrado
2010-09-02rcsnum_parse() allocates already an RCSNUM struct, so it's not needed toTobias Stoeckmann
2010-09-01prefer ECDH in a 256 bit curve field; prompted by naddy@Damien Miller
2010-09-01Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott
2010-09-01Reset running jobs when the status line is enabled or disabled as well,Nicholas Marriott
2010-09-01pick up ECDSA host key by default; ok djm@Christian Weisgerber
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2010-09-01Remove unused variable: linkfaillum
2010-08-31Add missing prototype.Nicholas Marriott
2010-08-31small text tweak to accommodate previous;Jason McIntyre
2010-08-31styleTobias Stoeckmann
2010-08-31Removed ra_uid, which was supposed to save the uid of a delta's author.Tobias Stoeckmann
2010-08-31fix some macro abuse;Jason McIntyre
2010-08-31reintroduce commit from tedu@, which I pulled out for release engineering:Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-31Add buffer_get_cstring() and related functions that verify that theDamien Miller
2010-08-26sys/param.h is for kernel interface programs.Theo de Raadt
2010-08-25don't free proxyurl and cookie twice in the location code; with halex@Martynas Venckus
2010-08-25get rid of the nawk hard linkTheo de Raadt
2010-08-25When destroying a pane, reset any mode (which reenables paneNicholas Marriott
2010-08-25fix potential use of uninitialized variable.Charles Longeau
2010-08-24backout VIS_HEX. guenther@ points out that the C89 \xff encodingDamien Miller
2010-08-23Clear options before setting up HOME and SHELL, not after. Fixes parsingNicholas Marriott
2010-08-23Can't call event_del() without event_set() first - so call event_set()Nicholas Marriott
2010-08-22small style fixes of no consequnceTed Unangst
2010-08-22MSG_EXIT can now have a return code in the message, so check for thatNicholas Marriott
2010-08-21mirror new flags to vis(3): -a to encode all characters, -h to useDamien Miller
2010-08-21Backout previous.Ingo Schwarze
2010-08-20Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze
2010-08-20When a column contains trailing spaces, calculate the paddingIngo Schwarze
2010-08-20.Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze
2010-08-20fix previous: when bailing out due to -Wstop,Ingo Schwarze
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-08-19Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott
2010-08-19Do not need to dup() the tty fd sent from the client because it isNicholas Marriott
2010-08-19fix NULL pointer deref in midicat option parsing when ``-'' isAlexandre Ratchov
2010-08-18Add a cross reference to patch(1)Ingo Schwarze
2010-08-18Remove the standard pod2man \*(C+ pre-predefined string ("C++").Ingo Schwarze
2010-08-18Ignore \h (local horizontal motion) and \v (local vertical motion) escapesIngo Schwarze
2010-08-18Correctly print .Lk arguments in -Tascii.Ingo Schwarze
2010-08-18Remove mandoc(1) compatibility notes that are no longer relevant;Ingo Schwarze