Age | Commit message (Expand) | Author |
2013-03-22 | Remove stray test code which would convert abc to x. | Nicholas Marriott |
2013-03-22 | In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence | Nicholas Marriott |
2013-03-22 | I strongly suspect it is possible for tmux to block on detach in | Nicholas Marriott |
2013-03-22 | reinstate code to announce routes to backup carp interfaces. this was removed | Stuart Henderson |
2013-03-22 | Do not register symlinks in the sum files. This makes no sense and makes | Antoine Jacoutot |
2013-03-22 | wire up the mode object property ioctls | Jonathan Gray |
2013-03-22 | implement DRM_IOCTL_I915_GEM_SW_FINISH | Jonathan Gray |
2013-03-22 | add some definitions required for recent versions of libdrm | Jonathan Gray |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-22 | enable mchdev locking | Jonathan Gray |
2013-03-22 | Replace hand-crafted nd_prefix loops with LIST_FOREACH macros. | Alexander Bluhm |
2013-03-21 | oops, missed this in previous; | Jason McIntyre |
2013-03-21 | Define LABELS_WITHOUT_COLONS under OpenBSD again. | Miod Vallat |
2013-03-21 | Define PLT_BEFORE_GOT. | Miod Vallat |
2013-03-21 | Don't set TEXT_PLT if PLT_BEFORE_GOT. | Miod Vallat |
2013-03-21 | NKMEMPAGES_MIN went away a long time ago. wording help from jmc. | Theo de Raadt |
2013-03-21 | sys/param.h, not machine/param.h | Theo de Raadt |
2013-03-21 | Do not need machine/param.h | Theo de Raadt |
2013-03-21 | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a | Theo de Raadt |
2013-03-21 | Already have sys/param.h, don't need machine/param.h | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-21 | Zap a few useless comments. | Mark Kettenis |
2013-03-21 | keep track of nginx.conf and nginx's mime.types file | Robert Nagy |
2013-03-21 | re-add a build fix for vax that was overwritten by the update | Robert Nagy |
2013-03-21 | In a comment, talk about PAGE_SIZE instead of NBPG | Theo de Raadt |
2013-03-21 | style(9) | Kurt Miller |
2013-03-21 | Do not include machine/param.h since sys/param.h already did so. | Theo de Raadt |
2013-03-21 | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott |
2013-03-21 | Add various checks to turn off bits that can't work in control mode | Nicholas Marriott |
2013-03-21 | Do not include status line in size calculations in control mode. | Nicholas Marriott |
2013-03-21 | more substantial include cleanup | Theo de Raadt |
2013-03-21 | Don't set key KEYC_NONE on xterm_keys_find match() | Nicholas Marriott |
2013-03-21 | Include the \033 in the key tree and adjust key matching for this change. | Nicholas Marriott |
2013-03-21 | Support capture-pane -p to send to stdout. | Nicholas Marriott |
2013-03-21 | Detect on-die temp sensor for Atom E6xx on amd64. Adapted from | Kurt Miller |
2013-03-21 | I don't feel great about adding an include for <sys/param.h>, but I feel | Theo de Raadt |
2013-03-21 | Missed the man page bits for the IT8728. | Bryan Steele |
2013-03-21 | Attach on ITE 8728. | Bryan Steele |
2013-03-21 | tweak previous; ok nicm | Jason McIntyre |
2013-03-21 | Fix a couple of memory leaks, from Romain Francoise. | Nicholas Marriott |
2013-03-21 | Make choose-tree actually work again. | Nicholas Marriott |
2013-03-21 | Fix a comment for new key table names. | Nicholas Marriott |
2013-03-21 | Fix function parameter to tty_keys_free. | Nicholas Marriott |
2013-03-21 | Tidy by splitting default key tables into two. | Nicholas Marriott |
2013-03-21 | Add -c to refresh-client to set client size in control mode, based on | Nicholas Marriott |
2013-03-21 | Aargh. Spaces -> tabs. | Nicholas Marriott |
2013-03-21 | Do not leak formats in status_replace. | Nicholas Marriott |
2013-03-21 | Clarify choose-tree entry in man page. | Nicholas Marriott |
2013-03-21 | Run session command before window in choose-tree. | Nicholas Marriott |
2013-03-21 | Do not crash when calling choose-tree with a command that changes the mode. | Nicholas Marriott |