Age | Commit message (Expand) | Author |
2014-04-02 | Add the '#' character as a comment character in the startup file. | Mark Lumsden |
2014-04-02 | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | Nicholas Marriott |
2014-04-02 | Use the same logic for bell with and without visual-bell, from Filip | Nicholas Marriott |
2014-04-02 | Do not replace ## with # in status_replace1 because it'll be done later | Nicholas Marriott |
2014-04-02 | enable hds | Theo de Raadt |
2014-04-02 | enable mpath | Theo de Raadt |
2014-04-02 | goos -> goo | Antoine Jacoutot |
2014-04-02 | Add missing "SEE ALSO" header. | Martin Pieuchot |
2014-04-02 | Add a man page for rtrequest1(9) splitted from route(9) with some | Martin Pieuchot |
2014-04-02 | whitespace fix, no functional change | David Gwynne |
2014-04-02 | skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means | David Gwynne |
2014-04-02 | Document the required x11/gnome goos. | Antoine Jacoutot |
2014-04-02 | pane_start_path has gone away. | Nicholas Marriott |
2014-04-02 | use setresgid() | Theo de Raadt |
2014-04-01 | Remove -ggdb -g3, this shouldn't be here | Federico G. Schwindt |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-04-01 | Move some duplicated code implementing Linux compatibility APIs and stick it | Mark Kettenis |
2014-04-01 | EV -> Ev; | Jason McIntyre |
2014-04-01 | sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@ | Jasper Lievisse Adriaanse |
2014-04-01 | slightly reword -f; ok sobrado schwarze | Jason McIntyre |
2014-04-01 | in the gnome module section for MODGNOME_TOOLS, rename 'gi' to | Jasper Lievisse Adriaanse |
2014-04-01 | update currency exchange rates; | Jason McIntyre |
2014-04-01 | More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning. | Martin Pieuchot |
2014-04-01 | cleanup forkmda() and get rid of a useless seteuid()-based dance | Gilles Chehade |
2014-04-01 | missed commit matching log.c | Theo de Raadt |
2014-04-01 | demote a debug3 to PACKET_DEBUG; ok markus@ | Damien Miller |
2014-04-01 | Define intptr_t in <unistd.h> as specified by POSIX | Matthew Dempsky |
2014-04-01 | When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any | Damien Miller |
2014-04-01 | Use setresuid() and setresgid(). OK guenther@ deraadt@ | Todd C. Miller |
2014-04-01 | include fingerprint of key not found | Damien Miller |
2014-03-31 | Use return value constants to make effects clearer than the use | Kenneth R Westerback |
2014-03-31 | Fix octal constant: "\018" -> "\020" | Matthew Dempsky |
2014-03-31 | Slightly better debugging code. | Mark Kettenis |
2014-03-31 | Whitespace rectification. | Kenneth R Westerback |
2014-03-31 | Don't crash with a zero-length argument to setb, from J Raynor. | Nicholas Marriott |
2014-03-31 | In four byte UTF-8 sequences, only three bits of the first byte should | Nicholas Marriott |
2014-03-31 | Remove log_debug2 as well and simplify log.c. | Nicholas Marriott |
2014-03-31 | GRID_DEBUG is no longer needed. | Nicholas Marriott |
2014-03-31 | Remove unused log functions. | Nicholas Marriott |
2014-03-31 | Make message-limit a server option. | Nicholas Marriott |
2014-03-31 | Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. | Nicholas Marriott |
2014-03-31 | Add names for mouse button bits rather than using magic numbers, from | Nicholas Marriott |
2014-03-31 | Use hex constants rather than shifts for mouse events and flags, pointed | Nicholas Marriott |
2014-03-31 | Add setb -a to append and a copy mode append command, from J Raynor with | Nicholas Marriott |
2014-03-31 | Make session_attached a count and add session_many_attached flag. | Nicholas Marriott |
2014-03-31 | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2014-03-31 | Don't write into buffer if no arguments, reported by Filipe Rosset. | Nicholas Marriott |
2014-03-31 | Change secondary device attributes response to \033[>84;0;0c which is | Nicholas Marriott |