Age | Commit message (Expand) | Author |
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 |
2010-08-04 | commited the wrong version of the hostbased certificate diff; this | Damien Miller |
2010-08-04 | enable certificates for hostbased authentication, from Iain Morgan; | Damien Miller |
2010-08-04 | tighten the rules for certificate encoding by requiring that options | Damien Miller |
2010-08-04 | Remove mentions of weird "addr/port" alternate address format for IPv6 | Damien Miller |
2010-08-03 | that had to be added | Henning Brauer |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-08-02 | Only open with O_RDWR if we are actually chaging a report descriptor, other | Miod Vallat |
2010-08-01 | Move the new mdoc(7) manual written by kristaps@, replacing the old one | Ingo Schwarze |
2010-08-01 | Make parsing of /etc/remote work again (some of the options were the | Nicholas Marriott |
2010-08-01 | change buf_release() prototype accordingly to buf.c | zinovik |
2010-08-01 | change returning type to void like it is done in OpenRCS:buf_release() | zinovik |
2010-08-01 | don't rely on mbuf.h to pull in pool.h here either | Bret Lambert |
2010-08-01 | fix use of uninitialized variable. | Charles Longeau |
2010-08-01 | remove unused variable | Charles Longeau |
2010-08-01 | Sync to bsd.lv: | Ingo Schwarze |
2010-07-31 | Correct Copyright lines in the rarely touched files: | Ingo Schwarze |
2010-07-31 | Major cleanup (but there is still more to come): | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-31 | introduce macro SIZE_LEFT and function buf_grow() from OpenRCS | zinovik |
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado |
2010-07-31 | When looking for revision, break out of the loop at the end rather than | Nicholas Marriott |
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai |
2010-07-31 | remove 2 years old compatibility mode | Alexandre Ratchov |
2010-07-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm |