Age | Commit message (Expand) | Author |
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 |
2014-03-31 | Tidy up. No functional change. | Mark Lumsden |
2014-03-31 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2014-03-31 | restore the traditional behavior of -f implying -a; apparently Keith Bostic | Igor Sobrado |
2014-03-31 | Due the virtually indexed nature of the L1 instruction cache on most mips | Miod Vallat |
2014-03-31 | In uvm_fault(), when attempting to map backpages and forwpages, defer | Miod Vallat |
2014-03-31 | Nuke [get|put][short|long] and just use letoh[16|32] and | Kenneth R Westerback |
2014-03-31 | Grab the kernel lock before autoconf. This way device drivers can drop it in | Mark Kettenis |
2014-03-31 | Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more. | Martin Pieuchot |
2014-03-31 | if it looks like a variable, expands like a variable and resolves like a | Jasper Lievisse Adriaanse |
2014-03-31 | Allow more than one level of directories to be create via | Mark Lumsden |
2014-03-31 | Force the detach of all USB devices by disconnecting the root hubs | Martin Pieuchot |
2014-03-31 | ssh has a target painted on it's back, so use -fstack-protector-all | Theo de Raadt |