Builder tmux-solaris10-i386 Build #2073
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | 506b4db76286769a9a4fd6e2143e414241ecc29f |
| Got Revision | 506b4db76286769a9a4fd6e2143e414241ecc29f |
| 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 | 2073 | Build |
| codebase | Build | |
| got_revision | 506b4db76286769a9a4fd6e2143e414241ecc29f | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | 506b4db76286769a9a4fd6e2143e414241ecc29f | 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
- bketbket
- nicmnicm
Timing:
| Start | Mon Dec 15 16:31:47 2025 |
| End | Mon Dec 15 16:35:48 2025 |
| Elapsed | 4 mins, 0 secs |
All Changes:
:
Change #252281
Category tmux Changed by nicm <nicm> Changed at Mon 08 Dec 2025 09:04:35 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f58b8d0d6abb2477b584547a4e72cc362ecbbcdb Comments
Setting working directory after fork means there is a race with pane_current_path (especially on platforms with systemd which have to take time to do some additional faffing around). To avoid this, change it before fork and back in the parent afterwards. GitHub issue 4719.
Changed files
- spawn.c
Change #252282
Category tmux Changed by nicm <nicm> Changed at Mon 08 Dec 2025 22:32:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision afa05ae15ed7129690e42a6f207b6488ff86bee9 Comments
Use correct style for bottom line when pane status line is on, GitHub issue 4732.
Changed files
- screen-redraw.c
Change #252283
Category tmux Changed by nicm <nicm> Changed at Tue 09 Dec 2025 09:13:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 52e2a7d990b8721e8ac2deba65f259b454f8d192 Comments
Fix key code for M-BSpace, GitHub issue 4717.
Changed files
- tty-keys.c
Change #252284
Category tmux Changed by nicm <nicm> Changed at Wed 10 Dec 2025 22:24:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 672e89a6407e248bfc0098bbdbea5d6d7dd09401 Comments
Add a scroll-to-mouse command for copy mode to scroll to the mouse position and bind to the scrollbar, brings the scrollbar keys into line with the other mouse keys. From Michael Grant, GitHub issue 4731.
Changed files
- key-bindings.c
- tmux.1
- window-copy.c
Change #252285
Category tmux Changed by bket <bket> Changed at Thu 11 Dec 2025 05:17:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 21c27fdcaea6a8c679c557e38ec09b865f01bd62 Comments
Simplify argument move using TAILQ_CONCAT() Replace the manual loop moving each argument from cmd->arguments to last->arguments with a single TAILQ_CONCAT() call. This makes the code clearer and more efficient, while preserving identical behavior. OK nicm@
Changed files
- cmd-parse.y
Change #252286
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 15 Dec 2025 16:19:29 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 506b4db76286769a9a4fd6e2143e414241ecc29f Comments
Merge branch 'obsd-master'
Changed files
- no files