summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-01-04Use err(3) instead of various handrolled combinations of perror(3) andtb
2016-01-04Use the correct values for TLS certificate / private key flags.Brent Cook
2016-01-03Allow macro execution to continue without delay in the event of aMark Lumsden
2016-01-03Fix description of fuser -u: what's usually reported in brackets is thetb
2016-01-03Add missing pledge "getpw". If -s or -o were specified on the commandtb
2016-01-02make sure debug will be initialized, choose "unknown" (because pfctlSebastian Benoit
2016-01-02garbage collect unused variable tmSebastian Benoit
2016-01-02remove unused variable cur. code probably c&p from print_bar_title().Sebastian Benoit
2016-01-02clock-mode needs CMD_PANE.Nicholas Marriott
2016-01-02garbage collect unsused variableSebastian Benoit
2016-01-02Sync magdir/animation with file 5.25, amongst other updates this fixes anStuart Henderson
2016-01-02fixes fuser(1) when invoking with -u: it requires "getpw" promise.Sebastien Marie
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2016-01-02update currency exchange rates;Jason McIntyre
2016-01-02tweak previous;Jason McIntyre
2016-01-01Improve error message for sed -i by appending strerror(errno).tb
2016-01-01The "-P" option does not need to read routing table symbols so do notMartin Pieuchot
2016-01-01doas.conf lives in /etc. from Amit KulkarniTed Unangst
2016-01-01Don't rely on a calculation wrapping when applying message-limit, andNicholas Marriott
2015-12-31Declare yyparse() so the generated code is safe withPhilip Guenther
2015-12-31Remove an extra unzoom call which was probably a merge error.Nicholas Marriott
2015-12-31Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot.Nicholas Marriott
2015-12-31Remove use of sysexits.h; OK espie@Todd C. Miller
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31Remove use of sysexits.h.Todd C. Miller
2015-12-31No need for sysexits.h here.Todd C. Miller
2015-12-31add mg to SEE ALSO. ok jmc@Mark Lumsden
2015-12-31Return FALSE on parse errors.Sunil Nimmagadda
2015-12-31fix three bugs in KRL code related to (unused) signature support:Damien Miller
2015-12-30unused prototypeDamien Miller
2015-12-30Small tidy of recently committed transpose-words: unused valueMark Lumsden
2015-12-30Declare usage() as __dead, and while here align a few variables to the rest ofmestre
2015-12-30Back out of 1.36 and 1.37, which made simplifications to allocationmmcc
2015-12-30Widen the dired command list. ok jmc@Mark Lumsden
2015-12-30put back casts for realloc because c++ needs them. reported by naddyTed Unangst
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-28Use err() instead of custom perr() function. Also applied by nvi2Todd C. Miller
2015-12-28realloc and free's behavior when passed NULL is defined by C89, so wemmcc
2015-12-28include time.h over sys/time.h for ctime(3)Brent Cook
2015-12-28Couple of trivial style nits.Nicholas Marriott
2015-12-27Put macro arg in parentheses.mmcc
2015-12-26Use pread/pwrite instead separate lseek+read/write for lastlog.Philip Guenther
2015-12-26adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ...Sebastien Marie
2015-12-25follwing -> followingAnthony J. Bentley
2015-12-25Generate simpler in-page links: just replace spaces with underscores.Anthony J. Bentley
2015-12-25Don't retain the search query in the resulting manual links.Anthony J. Bentley
2015-12-25Don't set (unused) IPV6_V6ONLY option.Alexandre Ratchov