Builder tmux-solaris10-i386 Build #2145
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | 4cc3de4f84be3a103de17526fda77e0bd828f20c |
| Got Revision | 4cc3de4f84be3a103de17526fda77e0bd828f20c |
| Changes | 6 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' 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 | 2145 | Build |
| codebase | Build | |
| got_revision | 4cc3de4f84be3a103de17526fda77e0bd828f20c | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | 4cc3de4f84be3a103de17526fda77e0bd828f20c | Build |
| scheduler | schedule-tmux-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Thomas Adamthomas@xteddy.org
- nicmnicm
Timing:
| Start | Tue Feb 17 09:54:49 2026 |
| End | Tue Feb 17 09:59:25 2026 |
| Elapsed | 4 mins, 36 secs |
All Changes:
:
Change #257936
Category tmux Changed by nicm <nicm> Changed at Sun 15 Feb 2026 18:43:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1f0c54f7eaf33b892e1e1e6ad1d0274cc11c21a0 Comments
Initialize bufname, reported by Mark Kelly.
Changed files
- cmd-set-buffer.c
Change #257937
Category tmux Changed by nicm <nicm> Changed at Mon 16 Feb 2026 09:02:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f2184639762abed3887058416d10918e1366cb82 Comments
grid_peek_cell can return NULL, so check for it. From Conor Taylor in GitHub issue 4848.
Changed files
- grid.c
- window-copy.c
Change #257938
Category tmux Changed by nicm <nicm> Changed at Mon 16 Feb 2026 09:42:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c9162837a09b34d47ada24c3be00f7af080bbb16 Comments
Pull format allocation outside of loop for control subs, from Conor Taylor in GitHub issue 4848.
Changed files
- control.c
Change #257939
Category tmux Changed by nicm <nicm> Changed at Mon 16 Feb 2026 09:45:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 55cedc24fa6763be9f0c1d3e332c870cdb43c828 Comments
Format layout change string once per window in control notify, from Conor Taylor in GitHub issue 4848.
Changed files
- control-notify.c
Change #257940
Category tmux Changed by nicm <nicm> Changed at Tue 17 Feb 2026 08:42:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fedd4440f0760ba55a0aff2f917ccc033b930ade Comments
Reuse extended entry when clearing RGB cell, to prevent memory growth when cells are repeatedly cleared (they are only compacted when scrolled off screen). From Michael K Darling in GitHub issue 4862.
Changed files
- grid.c
Change #257941
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 17 Feb 2026 09:51:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4cc3de4f84be3a103de17526fda77e0bd828f20c Comments
Merge branch 'obsd-master'
Changed files
- no files