Age | Commit message (Expand) | Author |
2010-08-22 | small style fixes of no consequnce | Ted Unangst |
2010-08-22 | MSG_EXIT can now have a return code in the message, so check for that | Nicholas Marriott |
2010-08-21 | mirror new flags to vis(3): -a to encode all characters, -h to use | Damien Miller |
2010-08-21 | Backout previous. | Ingo Schwarze |
2010-08-20 | Centralize handling of literal tabs in term_flushln() in one place, | Ingo Schwarze |
2010-08-20 | When a column contains trailing spaces, calculate the padding | Ingo Schwarze |
2010-08-20 | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze |
2010-08-20 | fix previous: when bailing out due to -Wstop, | Ingo Schwarze |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-19 | Do not call event_del() for signals after fork(), just use sigaction() | Nicholas Marriott |
2010-08-19 | Do not need to dup() the tty fd sent from the client because it is | Nicholas Marriott |
2010-08-19 | fix NULL pointer deref in midicat option parsing when ``-'' is | Alexandre Ratchov |
2010-08-18 | Add a cross reference to patch(1) | Ingo Schwarze |
2010-08-18 | Remove the standard pod2man \*(C+ pre-predefined string ("C++"). | Ingo Schwarze |
2010-08-18 | Ignore \h (local horizontal motion) and \v (local vertical motion) escapes | Ingo Schwarze |
2010-08-18 | Correctly print .Lk arguments in -Tascii. | Ingo Schwarze |
2010-08-18 | Remove mandoc(1) compatibility notes that are no longer relevant; | Ingo Schwarze |
2010-08-18 | Turn the non-trivial PS_GROWBUF macro into a function. | Ingo Schwarze |
2010-08-18 | Simplify and sync the code and comments for copying the macro name | Ingo Schwarze |
2010-08-18 | Use isascii(3) to make sure we really throw away non-ASCII characters, | Ingo Schwarze |
2010-08-17 | several fixes from netbsd: | Jasper Lievisse Adriaanse |
2010-08-16 | backout previous temporarily; discussed with deraadt@ | Damien Miller |
2010-08-12 | OpenSSL_add_all_algorithms is the name of the function we have a man page | Ted Unangst |
2010-08-12 | some inconsequential cleanups. ok deraadt | Ted Unangst |
2010-08-12 | close any extra file descriptors inherited from parent at start and | Damien Miller |
2010-08-12 | make fgetln fixups look like the man page. correct a pair of brances and | Ted Unangst |
2010-08-11 | plug several resource leaks | Jasper Lievisse Adriaanse |
2010-08-11 | Do not allow duplicate session names to be created, reported by Dominik | Nicholas Marriott |
2010-08-11 | Handle failure to change mode, to avoid dying when switching into copy | Nicholas Marriott |
2010-08-11 | Usage string fixes from Ben Boeckel. | Nicholas Marriott |
2010-08-11 | Treat trying to link or move to the same window as an error to avoid | Nicholas Marriott |
2010-08-11 | Change the way backoff works. Instead of stopping reading from the pty | Nicholas Marriott |
2010-08-11 | Show which pane is active in the list-panes output, suggested by Dominik | Nicholas Marriott |
2010-08-10 | s/Usage/usage/ | Igor Sobrado |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-08-09 | Match -m prompt string in man page with code. From Daniel Malament | Ray Lai |
2010-08-09 | Remove extra `.' from -m prompt string. From Daniel Malament danielm | Ray Lai |
2010-08-08 | use the same template for all FILES sections; i.e. -compact/.Pp where we | Jason McIntyre |
2010-08-08 | crank to 5.6 | Damien Miller |
2010-08-08 | convert some of the weirder displays into lists, to avoid mangling; | Jason McIntyre |
2010-08-07 | Groff allows the initial macro on a line to be delimited by a space | Ingo Schwarze |
2010-08-07 | In -Thtml output, preserve blank lines at the end of .Bd -literal. | Ingo Schwarze |
2010-08-05 | Fix a trio of bugs in the local/remote window calculation for datagram | Damien Miller |
2010-08-04 | exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmail | Ray Lai |
2010-08-04 | switch back to kqueue for now, since (a) kqueue has been fixed to deal | Theo de Raadt |
2010-08-04 | In .Bd -literal, break the output line after the last element of each | Ingo Schwarze |
2010-08-04 | Add missing #ifndef YY_NO_INPUT around the input() function when | Todd C. Miller |
2010-08-04 | clean for -Wuninitialized | Damien Miller |
2010-08-04 | Support CA keys in PKCS#11 tokens; feedback and ok markus@ | Damien Miller |