summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-02pane_start_path has gone away.Nicholas Marriott
2014-04-02use setresgid()Theo de Raadt
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-04-01EV -> Ev;Jason McIntyre
2014-04-01sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@Jasper Lievisse Adriaanse
2014-04-01slightly reword -f; ok sobrado schwarzeJason McIntyre
2014-04-01in the gnome module section for MODGNOME_TOOLS, rename 'gi' toJasper Lievisse Adriaanse
2014-04-01update currency exchange rates;Jason McIntyre
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-04-01cleanup forkmda() and get rid of a useless seteuid()-based danceGilles Chehade
2014-04-01missed commit matching log.cTheo de Raadt
2014-04-01demote a debug3 to PACKET_DEBUG; ok markus@Damien Miller
2014-04-01Define intptr_t in <unistd.h> as specified by POSIXMatthew Dempsky
2014-04-01When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert anyDamien Miller
2014-04-01Use setresuid() and setresgid(). OK guenther@ deraadt@Todd C. Miller
2014-04-01include fingerprint of key not foundDamien Miller
2014-03-31Use return value constants to make effects clearer than the useKenneth R Westerback
2014-03-31Fix octal constant: "\018" -> "\020"Matthew Dempsky
2014-03-31Slightly better debugging code.Mark Kettenis
2014-03-31Whitespace rectification.Kenneth R Westerback
2014-03-31Don't crash with a zero-length argument to setb, from J Raynor.Nicholas Marriott
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