Age | Commit message (Expand) | Author |
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 |
2014-03-31 | Remove a redundant assignment for slashp in findnonblank(). | Brian Callahan |
2014-03-31 | Match GNU libtool and properly add -rpath to the linker when linking | Antoine Jacoutot |
2014-03-31 | the text for the -K option was inserted in the wrong place in -r1.108; | Jason McIntyre |
2014-03-31 | recognise CONTEXT sections, for man9; | Jason McIntyre |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-31 | Rather than scanning local loop ids sequentially, just ask the chip which | Jonathan Matthew |
2014-03-31 | If HOST or the host argument starts with a /, treat it as a device name | Nicholas Marriott |
2014-03-31 | Fix REMOTE to work like tip(1) - it can be either a path to a remote(5) | Nicholas Marriott |
2014-03-31 | qle dvas straddle 4 byte boundaries, so best to treat them as two | David Gwynne |
2014-03-31 | revert previous: i was wrong; | Jason McIntyre |
2014-03-31 | the hardware expects ahci_cmd_table to be 128 byte aligned | David Gwynne |
2014-03-31 | add test where Libs contains a variable reference | Jasper Lievisse Adriaanse |
2014-03-31 | move the last htoleXX things to htolemXX where possible. | David Gwynne |
2014-03-31 | ahci dva things are 64bit and surprisingly aligned nicely to 64bit too. | David Gwynne |
2014-03-31 | give up on isp, and only use ql[wae] | Theo de Raadt |
2014-03-31 | replace bzero with memset | David Gwynne |
2014-03-31 | massage the prdt (what an sgl is on every other chip) loading with | David Gwynne |
2014-03-31 | dva on ahci is 64bit | David Gwynne |
2014-03-31 | Sh CONTEXT | David Gwynne |
2014-03-31 | recognise the CONTEXT section. we consider it only applicable to | David Gwynne |
2014-03-30 | i suggested a CONTEXT section for kernel manpages that describes | David Gwynne |
2014-03-30 | SNI support. ok guenther@ sthen@ | Jeremie Courreges-Anglas |
2014-03-30 | Check the return value from SSL_CTX_set_cipher_list(), for consistency. | Jeremie Courreges-Anglas |
2014-03-30 | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so | Jeremie Courreges-Anglas |