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