Builder tmux-solaris10-i386 Build #1980
Results:
Build successful
SourceStamp:
Project | tmux |
Repository | https://github.com/tmux/tmux.git |
Branch | master |
Revision | 6a3170386e8362315cfe78b2776654c29b675202 |
Got Revision | 6a3170386e8362315cfe78b2776654c29b675202 |
Changes | 34 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build, The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave |
buildername | tmux-solaris10-i386 | Builder |
buildnumber | 1980 | Build |
codebase | Build | |
got_revision | 6a3170386e8362315cfe78b2776654c29b675202 | Git |
project | tmux | Build |
repository | https://github.com/tmux/tmux.git | Build |
revision | 6a3170386e8362315cfe78b2776654c29b675202 | Build |
scheduler | schedule-tmux-github | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Nicholas Marriottnicholas.marriott@gmail.com
- Thomas Adamthomas@xteddy.org
- nicmnicm
Timing:
Start | Wed Sep 3 10:49:27 2025 |
End | Wed Sep 3 10:57:27 2025 |
Elapsed | 8 mins, 0 secs |
All Changes:
:
Change #243912
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:00:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3520e833a448cfae7f52a1b3f4de0707989bd5f5 Comments
Be more robust against misbehaving clients, prompted by deraadt based on a report from sai02 at student dot ubc dot ca.
Changed files
- server-client.c
Change #243912
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:00:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3520e833a448cfae7f52a1b3f4de0707989bd5f5 Comments
Be more robust against misbehaving clients, prompted by deraadt based on a report from sai02 at student dot ubc dot ca.
Changed files
- server-client.c
Change #243913
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:15:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca0f0419e668b78ccd19d298df5ccf83207e0595 Comments
input_stop_utf8 can move the cursor, so it is now wrong to store the cursor position before calling it. Problem found by Jayakrishna Vadayath.
Changed files
- input.c
Change #243913
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:15:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca0f0419e668b78ccd19d298df5ccf83207e0595 Comments
input_stop_utf8 can move the cursor, so it is now wrong to store the cursor position before calling it. Problem found by Jayakrishna Vadayath.
Changed files
- input.c
Change #243914
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:17:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0b7235c5f0188da5e84abfe4ccd2219cae4a1d7b Comments
Correctly calculate lines to clear for deletions, from Pavel Roskin.
Changed files
- grid-view.c
Change #243914
Category tmux Changed by nicm <nicm> Changed at Tue 26 Aug 2025 09:17:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0b7235c5f0188da5e84abfe4ccd2219cae4a1d7b Comments
Correctly calculate lines to clear for deletions, from Pavel Roskin.
Changed files
- grid-view.c
Change #243915
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 26 Aug 2025 11:01:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa63088dceab9b9397d5cfde83b19839a6a881d7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #243915
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 26 Aug 2025 11:01:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa63088dceab9b9397d5cfde83b19839a6a881d7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244173
Category tmux Changed by Nicholas Marriott <nicholas.marriott @gmail.com>Changed at Mon 01 Sep 2025 09:31:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0c9165fc713d9297e59c210659e61ab6993b1b3e Comments
Give another bit to the first component of SIXEL colours to fix the HLS color space which uses 360 degrees in its first component. From nincsnevem662 at gmail dot com in GitHub issue 4616.
Changed files
- image-sixel.c
Change #244173
Category tmux Changed by Nicholas Marriott <nicholas.marriott @gmail.com>Changed at Mon 01 Sep 2025 09:31:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0c9165fc713d9297e59c210659e61ab6993b1b3e Comments
Give another bit to the first component of SIXEL colours to fix the HLS color space which uses 360 degrees in its first component. From nincsnevem662 at gmail dot com in GitHub issue 4616.
Changed files
- image-sixel.c
Change #244183
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 09:53:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision af36d7c4300d1fc12facf166948294049b4bd9a8 Comments
Ensure break-pane -P prints when only one pane is left. From Chaoyi Yin in GitHub issue 4615.
Changed files
- cmd-break-pane.c
Change #244183
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 09:53:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision af36d7c4300d1fc12facf166948294049b4bd9a8 Comments
Ensure break-pane -P prints when only one pane is left. From Chaoyi Yin in GitHub issue 4615.
Changed files
- cmd-break-pane.c
Change #244184
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 09:58:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cfb906a0ceb18846ac52561c5def88d155c5e54b Comments
Increase the escape delay when waiting for an RGB response no matter when it is triggered (they can also be sent on resize). GitHub issue 4569.
Changed files
- server-client.c
- tty-keys.c
- tty.c
Change #244184
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 09:58:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cfb906a0ceb18846ac52561c5def88d155c5e54b Comments
Increase the escape delay when waiting for an RGB response no matter when it is triggered (they can also be sent on resize). GitHub issue 4569.
Changed files
- server-client.c
- tty-keys.c
- tty.c
Change #244185
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 10:03:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5c89d835a60fd5957c9ff6446eab4a54d52dd7bd Comments
Add -k flag to display-popup which allows any key to dismiss the popup once the command has exited. From Meriel Luna Mittelbach in GitHub issue 4612.
Changed files
- cmd-display-menu.c
- popup.c
- tmux.1
- tmux.h
Change #244185
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 10:03:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5c89d835a60fd5957c9ff6446eab4a54d52dd7bd Comments
Add -k flag to display-popup which allows any key to dismiss the popup once the command has exited. From Meriel Luna Mittelbach in GitHub issue 4612.
Changed files
- cmd-display-menu.c
- popup.c
- tmux.1
- tmux.h
Change #244186
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Mon 01 Sep 2025 13:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a0065bea04679ef85fffdd1c7bf152a160aa3a5a Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244186
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Mon 01 Sep 2025 13:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a0065bea04679ef85fffdd1c7bf152a160aa3a5a Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244253
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 23:44:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision aa33757e45d41762a8e95d44d0b32bfa844e0e6a Comments
Fix missing argument from OSC 4 reply, from someone in GitHub issue 4596.
Changed files
- input.c
Change #244253
Category tmux Changed by nicm <nicm> Changed at Mon 01 Sep 2025 23:44:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision aa33757e45d41762a8e95d44d0b32bfa844e0e6a Comments
Fix missing argument from OSC 4 reply, from someone in GitHub issue 4596.
Changed files
- input.c
Change #244254
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 01:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b2194ac549ecc5727df5e9bcd6dbee9cf30e21be Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244254
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 01:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b2194ac549ecc5727df5e9bcd6dbee9cf30e21be Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244257
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 00:11:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b5413dacc76a1c0acb1616c96bc5d37d35606bbb Comments
Delete timer before adding it again.
Changed files
- tty.c
Change #244257
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 00:11:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b5413dacc76a1c0acb1616c96bc5d37d35606bbb Comments
Delete timer before adding it again.
Changed files
- tty.c
Change #244258
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 03:01:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9702ef3f91bbc4115d78751fce4120b2994a794e Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244258
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 03:01:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9702ef3f91bbc4115d78751fce4120b2994a794e Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244284
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 15:39:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c32570c602e560adcbfd20445d8c342f8dda8fb5 Comments
Set PWD for jobs as well as panes.
Changed files
- job.c
Change #244284
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 15:39:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c32570c602e560adcbfd20445d8c342f8dda8fb5 Comments
Set PWD for jobs as well as panes.
Changed files
- job.c
Change #244285
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 17:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 44b7a2d1f9b7d0a48040c6d7dc2312dc170cfd66 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244285
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 17:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 44b7a2d1f9b7d0a48040c6d7dc2312dc170cfd66 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244335
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 17:15:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4d83eef75657e109fecbb4a294daab5bf6158833 Comments
Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report cursor blink state) and DECRQM ?2004, ?1004, ?1006 (report mouse state). From Andrea Alberti in GitHub issue 4618.
Changed files
- input.c
Change #244335
Category tmux Changed by nicm <nicm> Changed at Tue 02 Sep 2025 17:15:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4d83eef75657e109fecbb4a294daab5bf6158833 Comments
Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report cursor blink state) and DECRQM ?2004, ?1004, ?1006 (report mouse state). From Andrea Alberti in GitHub issue 4618.
Changed files
- input.c
Change #244336
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 19:36:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a3170386e8362315cfe78b2776654c29b675202 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #244336
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 02 Sep 2025 19:36:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a3170386e8362315cfe78b2776654c29b675202 Comments
Merge branch 'obsd-master'
Changed files
- no files