Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder tmux-solaris10-i386 Build #2143

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revisiond3522c328c5e338ee1b5ff35efbbd4081b62a236
Got Revisiond3522c328c5e338ee1b5ff35efbbd4081b62a236
Changes16 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 23 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 5 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 3 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2143 Build
codebase Build
got_revision d3522c328c5e338ee1b5ff35efbbd4081b62a236 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision d3522c328c5e338ee1b5ff35efbbd4081b62a236 Build
scheduler schedule-tmux-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartThu Feb 12 12:15:00 2026
EndThu Feb 12 12:22:39 2026
Elapsed7 mins, 39 secs

All Changes:

:

  1. Change #257533

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 03 Feb 2026 09:53:58
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 588013bb44231d3873dc58483c2cc75d93df5b91

    Comments

    Refresh copy mode when style changes, from Josh Cooper in GitHub issue 4830.

    Changed files

    • server-client.c
    • tmux.h
    • window-copy.c
  2. Change #257534

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 03 Feb 2026 10:07:44
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 62944da74b7add5c7ac73527d8eb5d9d51ebbd60

    Comments

    Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue 4797.

    Changed files

    • input.c
    • popup.c
    • tmux.h
    • window-copy.c
    • window.c
  3. Change #257535

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 06 Feb 2026 11:23:26
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 5865001e4a1e524c492d614a5dad6e9701a91926

    Comments

    Also check PANE_STATUSREADY for pane_dead format to match pane_dead_status. GitHub issue 4841 from Joshua Pollack.

    Changed files

    • format.c
  4. Change #257536

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 06 Feb 2026 11:28:42
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 7b1c503086d8e2911f62a4e4475c715c0bb6a0d7

    Comments

    Clear search counts when clearing marks in case of repeated search, reported by Daniel Pereira in GitHub issue 4817.

    Changed files

    • window-copy.c
  5. Change #257537

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:27:17
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision f016e0815397e4b88252c9ed7475df9acac97413

    Comments

    Fix wrong TAILQ member in input_cancel_requests from Conor Taylor in GitHub issue 4848.

    Changed files

    • input.c
  6. Change #257538

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:28:53
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 19b9a34c4863e668c1221ab6bb6d36967dda0b1e

    Comments

    Only loop over clients if table actually found, from Conor Taylor in GitHub issue 4848.

    Changed files

    • key-bindings.c
  7. Change #257539

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:30:21
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision b7939eb26693a462672d96ff2ce0659866d569ed

    Comments

    Don't call event_add again if the event is already pending, from Conor Taylor in GitHub issue 4848.

    Changed files

    • tty.c
  8. Change #257540

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:31:45
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision d8794e2b30f92db606a9f6e80316696d90240793

    Comments

    Check log level before log_debug in tty_draw_line, from Conor Taylor in GitHub issue 4848.

    Changed files

    • tty-draw.c
  9. Change #257541

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:34:43
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision aa03706ed01abaa6c793ad90c73b48783a074bb1

    Comments

    Remove redundant call to tty_attributes, from Conor Taylor in GitHub issue 4848.

    Changed files

    • tty.c
  10. Change #257542

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 09:40:03
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 1cf17b06aee30ab64cc2e90617099d63a30f88eb

    Comments

    Batch printable output in control mode, from Conor Taylor in GitHub issue 4848.

    Changed files

    • control.c
  11. Change #257543

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 10:00:30
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 5a33616e650458ab392ab32c7e38fb3bf49d933f

    Comments

    Check for no window when updating clients, GitHub issue 4851.

    Changed files

    • server-client.c
  12. Change #257544

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 10:55:53
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 25f6d8b1e9b23ee367af94b3a548b4f3da8aa04b

    Comments

    Implement some obvious missing sort orders, from Dane Jensen in GitHub issue 4813.

    Changed files

    • sort.c
    • tmux.1
    • tmux.h
    • window.c
  13. Change #257545

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 10 Feb 2026 11:02:11
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 7d41761e8441d38eea9d752d4c12ccdfeeb9991b

    Comments

    Fix clients_calculate_size for manual type when window is NULL. From Elias Oenal in GitHub issue 4849.

    Changed files

    • resize.c
  14. Change #257546

    Category tmux
    Changed by nicm <nicm>
    Changed at Wed 11 Feb 2026 09:23:21
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 5b455abecc334b614990052506373d01f59cec04

    Comments

    Do not write before buffer when parsing empty clipboard or palette replies, or try to allocate zero bytes with an empty clipboard sequence. Reported by DongHan Kim.

    Changed files

    • tty-keys.c
  15. Change #257547

    Category tmux
    Changed by nicm <nicm>
    Changed at Wed 11 Feb 2026 09:30:37
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 7e50eb0e835cc052a5fdda1765b101a80c07a7d9

    Comments

    Make paste_get_top return a copy of the buffer name which is more sensible and avoids a double free pointed out by DongHan Kim.

    Changed files

    • cmd-set-buffer.c
    • paste.c
    • tmux.h
    • window-copy.c
  16. Change #257548

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Thu 12 Feb 2026 12:10:01
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision d3522c328c5e338ee1b5ff35efbbd4081b62a236

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files