Age | Commit message (Expand) | Author |
2013-03-24 | Do not leak kernel pointers, unless operating as root. Some other display | Theo de Raadt |
2013-03-24 | Simplify logic when processing route dump by using a helper function | Kenneth R Westerback |
2013-03-24 | Add -A flag to new-session to make it behave like attach-session if the | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-24 | Add a -o option to set-option to prevent setting an option already set, | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Expand format variables in the run-shell and if-shell shell commands, | Nicholas Marriott |
2013-03-24 | Merge send-prefix into send-keys. | Nicholas Marriott |
2013-03-24 | Merge show-buffer into save-buffer. | Nicholas Marriott |
2013-03-24 | Add pane_tabs format to format_window_pane based on code from George | Nicholas Marriott |
2013-03-24 | Handle focus events from the terminal, from Aaron Jensen. | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2013-03-24 | Allow display-message with no curclient. | Nicholas Marriott |
2013-03-24 | Do pane resize ioctls once at the end of the server loop rather than | Nicholas Marriott |
2013-03-24 | Whoops fix build. | Nicholas Marriott |
2013-03-24 | Add option command-prefix which is automatically prepended to any | Nicholas Marriott |
2013-03-24 | Add pane_current_command format. | Nicholas Marriott |
2013-03-24 | Add support for focus notifications when tmux pane changes, based on | Nicholas Marriott |
2013-03-24 | Match documented rc.conf(5) flags. | Antoine Jacoutot |
2013-03-24 | document default operation of identd; mentioned by creamy@nocrater.com | Theo de Raadt |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-24 | pstats is already 0, but the bonus = 0 belongs outside the pointer section | Ted Unangst |
2013-03-24 | tic writes into /usr/share/terminfo not /usr/share/misc/terminfo, | Nicholas Marriott |
2013-03-23 | pull the suser check for sysctl pointers up higher, out of the loops. | Ted Unangst |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence Teo |
2013-03-23 | A small sprinking of #ifdef _KERNEL | Theo de Raadt |
2013-03-23 | do not need udf_extern.h | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-23 | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in | Theo de Raadt |
2013-03-23 | avoid machine/param.h use | Theo de Raadt |
2013-03-23 | Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15. | Miod Vallat |
2013-03-23 | Regenerate moduli file for next release. | Darren Tucker |
2013-03-23 | Only regenerate host keys if they don't exist or if ssh-keygen has changed | Darren Tucker |
2013-03-23 | rework the main loop so we can drop kmem privs a little later, | Ted Unangst |
2013-03-23 | Fix a bug in ld --gc-sections: it strips out .note sections, while | David Coppa |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2013-03-22 | Ignore client-identifier option in leases from a server. They're not supposed | Kenneth R Westerback |
2013-03-22 | RFC 2131 4.3.1 seems clear that a server MUST NOT include the | Kenneth R Westerback |
2013-03-22 | Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename it | Mark Kettenis |
2013-03-22 | Add missing luna88k for 'make obj'. | Kenji Aoyama |
2013-03-22 | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness | Mark Kettenis |
2013-03-22 | ARM Cortex A8 was defined twice, we don't need that. | Patrick Wildt |
2013-03-22 | Use different setup functions for ARM9E and ARM10 to fix an undefined | Patrick Wildt |
2013-03-22 | NBPG is spelled PAGE_SIZE | Theo de Raadt |
2013-03-22 | Couple of fixes pointed out by jmc. | Nicholas Marriott |
2013-03-22 | tweak previous; ok sthen | Jason McIntyre |
2013-03-22 | there is no lower controllable lower bound for nkmempages | Theo de Raadt |
2013-03-22 | decl's before code. please push to upstream. | Theo de Raadt |