summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31In four byte UTF-8 sequences, only three bits of the first byte shouldNicholas Marriott
2014-03-31Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-03-31GRID_DEBUG is no longer needed.Nicholas Marriott
2014-03-31Remove unused log functions.Nicholas Marriott
2014-03-31Make message-limit a server option.Nicholas Marriott
2014-03-31Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.Nicholas Marriott
2014-03-31Add names for mouse button bits rather than using magic numbers, fromNicholas Marriott
2014-03-31Use hex constants rather than shifts for mouse events and flags, pointedNicholas Marriott
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,Nicholas Marriott
2014-03-31Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-03-31Don't write into buffer if no arguments, reported by Filipe Rosset.Nicholas Marriott
2014-03-31Change secondary device attributes response to \033[>84;0;0c which isNicholas Marriott
2014-03-31Tidy up. No functional change.Mark Lumsden
2014-03-31Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-03-31restore the traditional behavior of -f implying -a; apparently Keith BosticIgor Sobrado
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-31In uvm_fault(), when attempting to map backpages and forwpages, deferMiod Vallat
2014-03-31Nuke [get|put][short|long] and just use letoh[16|32] andKenneth R Westerback
2014-03-31Grab the kernel lock before autoconf. This way device drivers can drop it inMark Kettenis
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-31if it looks like a variable, expands like a variable and resolves like aJasper Lievisse Adriaanse
2014-03-31Allow more than one level of directories to be create viaMark Lumsden
2014-03-31Force the detach of all USB devices by disconnecting the root hubsMartin Pieuchot
2014-03-31ssh has a target painted on it's back, so use -fstack-protector-allTheo de Raadt
2014-03-31Remove a redundant assignment for slashp in findnonblank().Brian Callahan
2014-03-31Match GNU libtool and properly add -rpath to the linker when linkingAntoine Jacoutot
2014-03-31the text for the -K option was inserted in the wrong place in -r1.108;Jason McIntyre
2014-03-31recognise CONTEXT sections, for man9;Jason McIntyre
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-31Rather than scanning local loop ids sequentially, just ask the chip whichJonathan Matthew
2014-03-31If HOST or the host argument starts with a /, treat it as a device nameNicholas Marriott
2014-03-31Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)Nicholas Marriott
2014-03-31qle dvas straddle 4 byte boundaries, so best to treat them as twoDavid Gwynne
2014-03-31revert previous: i was wrong;Jason McIntyre
2014-03-31the hardware expects ahci_cmd_table to be 128 byte alignedDavid Gwynne
2014-03-31add test where Libs contains a variable referenceJasper Lievisse Adriaanse
2014-03-31move the last htoleXX things to htolemXX where possible.David Gwynne
2014-03-31ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.David Gwynne
2014-03-31give up on isp, and only use ql[wae]Theo de Raadt
2014-03-31replace bzero with memsetDavid Gwynne
2014-03-31massage the prdt (what an sgl is on every other chip) loading withDavid Gwynne
2014-03-31dva on ahci is 64bitDavid Gwynne
2014-03-31Sh CONTEXTDavid Gwynne
2014-03-31recognise the CONTEXT section. we consider it only applicable toDavid Gwynne
2014-03-30i suggested a CONTEXT section for kernel manpages that describesDavid Gwynne
2014-03-30SNI support. ok guenther@ sthen@Jeremie Courreges-Anglas
2014-03-30Check the return value from SSL_CTX_set_cipher_list(), for consistency.Jeremie Courreges-Anglas
2014-03-30SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), soJeremie Courreges-Anglas