summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2010-08-18Turn the non-trivial PS_GROWBUF macro into a function.Ingo Schwarze
2010-08-18Simplify and sync the code and comments for copying the macro nameIngo Schwarze
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,Ingo Schwarze
2010-08-17several fixes from netbsd:Jasper Lievisse Adriaanse
2010-08-16backout previous temporarily; discussed with deraadt@Damien Miller
2010-08-12OpenSSL_add_all_algorithms is the name of the function we have a man pageTed Unangst
2010-08-12some inconsequential cleanups. ok deraadtTed Unangst
2010-08-12close any extra file descriptors inherited from parent at start andDamien Miller
2010-08-12make fgetln fixups look like the man page. correct a pair of brances andTed Unangst
2010-08-11plug several resource leaksJasper Lievisse Adriaanse
2010-08-11Do not allow duplicate session names to be created, reported by DominikNicholas Marriott
2010-08-11Handle failure to change mode, to avoid dying when switching into copyNicholas Marriott
2010-08-11Usage string fixes from Ben Boeckel.Nicholas Marriott
2010-08-11Treat trying to link or move to the same window as an error to avoidNicholas Marriott
2010-08-11Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott
2010-08-11Show which pane is active in the list-panes output, suggested by DominikNicholas Marriott
2010-08-10s/Usage/usage/Igor Sobrado
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-08-09Match -m prompt string in man page with code. From Daniel MalamentRay Lai
2010-08-09Remove extra `.' from -m prompt string. From Daniel Malament danielmRay Lai
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-08crank to 5.6Damien Miller
2010-08-08convert some of the weirder displays into lists, to avoid mangling;Jason McIntyre
2010-08-07Groff allows the initial macro on a line to be delimited by a spaceIngo Schwarze
2010-08-07In -Thtml output, preserve blank lines at the end of .Bd -literal.Ingo Schwarze
2010-08-05Fix a trio of bugs in the local/remote window calculation for datagramDamien Miller
2010-08-04exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmailRay Lai
2010-08-04switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo de Raadt
2010-08-04In .Bd -literal, break the output line after the last element of eachIngo Schwarze
2010-08-04Add missing #ifndef YY_NO_INPUT around the input() function whenTodd C. Miller
2010-08-04clean for -WuninitializedDamien Miller
2010-08-04Support CA keys in PKCS#11 tokens; feedback and ok markus@Damien Miller