summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-04-03This is a no binary change which does:David Berghoff
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
2003-05-16fix the goal calculation routine so moving up and down moves to the rightVincent Labrecque
2002-05-30fix segfault when using just-one-space on an empty line; fromVincent Labrecque
2002-02-14some KNFTheo de Raadt
2001-05-24spacesMichael Shalayeff
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt
2015-09-28Make dired mode treat a double '/' in a path like fundamental mode.Mark Lumsden
2015-09-27Mark diag() as printf-likePhilip Guenther
2015-09-27Mark all the error printing functions as printf-like; fix two formatPhilip Guenther
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-26whitespaceJasper Lievisse Adriaanse
2015-09-26tweak previous;Jason McIntyre
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-26briefly document -T tree outputIngo Schwarze
2015-09-26Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS.Ingo Schwarze
2015-09-26/* NOTREACHED */ after abort() is silly, delete itIngo Schwarze
2015-09-26resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze
2015-09-26Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itNicholas Marriott
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theyNicholas Marriott
2015-09-25Tweak previous (suggested by and ok jmc@):Ingo Schwarze
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-09-25drop redundant .Ns and reduce quotingIngo Schwarze
2015-09-25drop useless quotingIngo Schwarze
2015-09-25add missing .Ar macro and simplify synopsisIngo Schwarze
2015-09-25tidy up a bit moreTed Unangst
2015-09-25xmalloc/free wrappers don't need to support 20 year old non comformanceTed Unangst
2015-09-25Free the history when it is cleared, based on a diff from Carlo Cannas.Nicholas Marriott
2015-09-25fix the spacing of -m in the SYNOPSISIngo Schwarze
2015-09-25avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .BkIngo Schwarze
2015-09-25drop useless .Xo and .Bk, and shorten by avoiding some .SmIngo Schwarze
2015-09-25Clean up SYNOPSIS formatting:Ingo Schwarze
2015-09-24Fix where the cursor is positioned after expunging files. ok jasper@Mark Lumsden
2015-09-24Don't leak fd and path on failure.Nicholas Marriott
2015-09-24Do not leak log file descriptor.Nicholas Marriott
2015-09-24Make comments more accurate.Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-09-24Assign flag not number for flag types (we got away with it so farNicholas Marriott
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-24Fix multiple iterations of kill-paragraph. ok jasper@Mark Lumsden
2015-09-23No need for err.h, avoid excess fputs() calls and return from mainTodd C. Miller
2015-09-23fix line number handling in dired delete functions.Mark Lumsden
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.Nicholas Marriott
2015-09-22fix two typos.Igor Sobrado
2015-09-21add a missing NULL checkBrent Cook