SENDBUG: -*- sendbug -*-
SENDBUG: Lines starting with `SENDBUG' will be removed automatically.
SENDBUG:
SENDBUG: Choose from the following categories:
SENDBUG:
SENDBUG: system user library documentation kernel alpha aarch64 amd64 arm hppa i386 m88k mips64 mips64el powerpc powerpc64 riscv64 sh sparc64
SENDBUG:
SENDBUG:
To: bugs@openbsd.org
Subject: String of emojis and IRC color codes crashes tmux
From: hiriga...@riseup.net
Cc: hiriga...@riseup.net
Reply-To: hiriga...@riseup.net

>Synopsis:  String of emojis and IRC color codes crashes tmux (and has issues with ncurses)
>Category:    library
>Environment:
    System      : OpenBSD 7.4
    Details     : OpenBSD 7.4 (GENERIC.MP) #1396: Sun Oct  8 09:20:40 MDT 2023
 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

    Architecture: OpenBSD.amd64
    Machine     : amd64
>Description:
    When the following file is `cat`ed in tmux, the server crashes. This also messes up the rendering in weechat, so I believe the bug may be in ncurses rather than tmux.

    ~ $ hexdump -C this-crashes
    00000000  f0 9f 87 a8 f0 9f 87 b2  f0 9f 87 b6 f0 9f 87 af |................|
    00000010  f0 9f 87 b2 f0 9f 87 a7  0a |.........|
    00000019
    ~ $ hexdump -C this-does-not
    00000000  f0 9f 87 b2 f0 9f 87 b6  f0 9f 87 af f0 9f 87 b2 |................|
    00000010  f0 9f 87 a7 0a |.....|
    00000015

Here's a ktrace output of the server, up to the crash. I input `cat this-crashes` and pressed enter, and then tmux exited with "server exited unexpectedly" and after that, i have to `reset` because my terminal stops behaving correctly. (it seems like it gets fixed to a certain length, i get long lines ending with % after it crashes, after any command, such as ls. ls -l also does not align properly, etc. etc.)


 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909373185 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "c"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173102 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173107 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173112 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  kbind(0x7c8f3fea61b8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  kbind(0x7c8f3fea6178,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909505995 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909509964 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 10.790533000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909524839 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  kbind(0x7c8f3fea6398,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "c"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173576 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909899176 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909904195 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 10.790139000 }
 23866 tmux     STRU  struct kevent [2] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=2, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.909919166 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "c"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173630 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x2)
 23866 tmux     GIO   fd 5 read 2 bytes
       "at"
 23866 tmux     RET   read 2
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173690 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173707 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173711 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173721 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173725 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173732 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063732<"Jan 24 02:35:32 2024">.173696381, mtime=1706063732<"Jan 24 02:35:32 2024">.173696381, ctime=1706063732<"Jan 24 02:35:32 2024">.173696381, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910143397 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910147137 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,5,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009776000 }
 23866 tmux     STRU  struct kevent [5] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent [2] { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910163275 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "c"
 23866 tmux     RET   write 1
 23866 tmux     CALL  write(8,0xd88c139a300,0x2)
 23866 tmux     GIO   fd 8 wrote 2 bytes
       "at"
 23866 tmux     RET   write 2
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.173976 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910293098 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910296785 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009626000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=4, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910306903 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x4)
 23866 tmux     GIO   fd 8 read 4 bytes
       "\bcat"
 23866 tmux     RET   read 4
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.174021 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.174032 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.174037 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea63b8)
 23866 tmux     STRU  struct timespec { 2158618.910350557 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910354573 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910358211 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009565000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910372461 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x4)
 23866 tmux     GIO   fd 5 wrote 4 bytes
       "\bcat"
 23866 tmux     RET   write 4
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.174102 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.174108 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910421469 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.910425212 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009498000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.930189032 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.193894 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.193921 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.930237563 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158618.930242610 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.479808000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210661821 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       " "
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474448 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474456 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474461 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474495 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210811902 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210820286 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.199234000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210843445 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       " "
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474654 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474665 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210981014 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.210989477 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.199064000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211003495 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       " "
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474715 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474748 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474757 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211074119 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211078624 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009929000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211097633 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       " "
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474852 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.474862 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211179119 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.211183488 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009824000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.230249364 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.493955 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.493981 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.230298092 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.230304923 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.179747000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.420119857 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.683823 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.683846 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063732<"Jan 24 02:35:32 2024">.683710918, mtime=1706063732<"Jan 24 02:35:32 2024">.683710918, ctime=1706063732<"Jan 24 02:35:32 2024">.683710918, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.420292055 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.420296174 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 10.279746000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.640846262 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "t"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904579 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904624 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904628 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.640969169 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.640973177 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 10.059069000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.640989660 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "t"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904777 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641094789 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641098952 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 10.058944000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641108690 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "t"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904815 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904831 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904836 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea63b8)
 23866 tmux     STRU  struct timespec { 2158619.641149741 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641153948 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641157568 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009955000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641171211 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "t"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904900 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.904907 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641219922 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.641223813 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009889000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.660517279 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.924231 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063732<"Jan 24 02:35:32 2024">.924259 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.660576396 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.660582803 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.259583000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.930085177 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.193789 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.193818 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063733<"Jan 24 02:35:33 2024">.193717083, mtime=1706063733<"Jan 24 02:35:33 2024">.193717083, ctime=1706063733<"Jan 24 02:35:33 2024">.193717083, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.930299807 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.930304618 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.769739000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.955848384 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "h"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219617 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219624 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219630 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.955979582 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.955990883 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.744059000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956017189 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "h"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219844 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956165864 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956171958 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.743873000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956250047 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "h"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219965 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219989 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.219996 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea63b8)
 23866 tmux     STRU  struct timespec { 2158619.956311571 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956317815 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956398916 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009933000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956420215 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "h"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.220186 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.220197 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956512371 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.956520559 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009738000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.970296647 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.234002 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.234040 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.970356737 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158619.970361314 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.459777000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134527019 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "i"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398273 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398281 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398286 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398325 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134652613 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134658299 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.295481000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134681381 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "i"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398577 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398590 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134911009 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134917047 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.295222000 }
 23866 tmux     STRU  struct kevent [2] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.134932827 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "i"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398647 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398692 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398698 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398703 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398735 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135050535 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135055810 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,5,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009882000 }
 23866 tmux     STRU  struct kevent [5] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent [2] { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135077319 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "i"
 23866 tmux     RET   write 1
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398875 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398885 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135200352 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135206266 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009732000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135279799 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.398992 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.399003 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.399074 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135396230 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135401923 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009536000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135421523 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.399167 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.399179 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135496384 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.135501657 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009436000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.150197424 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.413901 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.413925 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.150240016 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.150243976 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.279893000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310682362 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "-"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574427 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574434 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574441 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574487 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310804827 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310810261 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.119329000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310834475 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "-"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574650 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574664 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310980036 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.310986133 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.119153000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311001219 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "-"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574715 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574735 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574742 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311056838 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311061972 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009945000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311079591 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "-"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574830 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.574841 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311155910 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.311161296 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009846000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.330220619 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.593924 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.593946 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.330309046 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.330313354 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.099824000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.440090379 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.703797 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.703826 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063733<"Jan 24 02:35:33 2024">.703716326, mtime=1706063733<"Jan 24 02:35:33 2024">.703716326, ctime=1706063733<"Jan 24 02:35:33 2024">.703716326, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.440371559 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.440377527 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.259667000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612219617 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "c"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.875957 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.875962 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.875967 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612302269 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612306096 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.087736000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612330770 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "c"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876182 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612501941 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612505921 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 9.087537000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612516739 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "c"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876227 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876248 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876253 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea63b8)
 23866 tmux     STRU  struct timespec { 2158620.612566556 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612570822 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612574594 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009946000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612588939 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "c"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876317 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.876323 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612636493 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.612640331 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009880000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615147526 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "r"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.878882 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.878887 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.878891 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.878918 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615238680 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615242464 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.007278000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615257902 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "r"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879137 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879148 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615507221 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615511511 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.007009000 }
 23866 tmux     STRU  struct kevent [2] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615523545 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "r"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879233 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "a"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879278 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879284 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879289 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879306 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615631903 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615636735 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,5,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.006885000 }
 23866 tmux     STRU  struct kevent [5] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent [2] { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615656355 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "r"
 23866 tmux     RET   write 1
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "a"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879442 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879450 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615763923 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615769290 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.006753000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615779334 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "a"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879484 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879492 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879497 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615811490 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615815116 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.006705000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615828758 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "a"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879553 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.879560 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615874631 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.615878535 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.006642000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.630193515 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.893896 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063733<"Jan 24 02:35:33 2024">.893915 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.630230350 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.630240170 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.309909000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.754518741 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018261 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018269 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018275 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018324 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.754641534 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.754646311 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.185498000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.754668611 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018634 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018717 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755038560 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755045163 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.185101000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755063827 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018782 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018828 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018838 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755155104 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755161009 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009908000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755184045 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018899 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.018909 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755224520 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.755230581 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009839000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.770085933 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.033791 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.033820 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.770135151 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.770138840 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.170004000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.960068785 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.223771 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.223795 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063734<"Jan 24 02:35:34 2024">.223708237, mtime=1706063734<"Jan 24 02:35:34 2024">.223708237, ctime=1706063734<"Jan 24 02:35:34 2024">.223708237, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.960258598 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158620.960262778 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 8.739780000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.006886821 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "h"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270619 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270624 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270628 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.006962472 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.006966289 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 8.693076000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.006983311 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "h"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270798 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007115952 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007119819 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 8.692923000 }
 23866 tmux     STRU  struct kevent [2] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007130301 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "h"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270839 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "e"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270865 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270870 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270874 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.270883 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea63b8)
 23866 tmux     STRU  struct timespec { 2158621.007234148 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007238844 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007242752 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,5,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009892000 }
 23866 tmux     STRU  struct kevent [5] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent [2] { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 } { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 2
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007257865 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "h"
 23866 tmux     RET   write 1
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "e"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271046 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271054 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007367117 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007370841 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009763000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007380908 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "e"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271088 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271096 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271101 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007414115 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007417858 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009716000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007431411 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "e"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271156 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.271162 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007475240 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.007478923 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009655000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.020196884 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.283899 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.283918 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.020232977 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.020236894 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.439914000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027592813 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291327 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291332 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291337 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291362 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027677582 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027681379 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.432469000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027701092 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291509 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291519 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027833409 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027837464 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.432313000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=1, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027850901 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1)
 23866 tmux     GIO   fd 8 read 1 bytes
       "s"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291558 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291570 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291575 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027887956 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027891758 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009963000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027942232 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x1)
 23866 tmux     GIO   fd 5 wrote 1 bytes
       "s"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291675 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.291682 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.027995406 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.028002871 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.009855000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.040081328 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.303784 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.303808 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.040128584 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.040135599 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.420018000 }
 23866 tmux     RET   kevent 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.480057639 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.743760 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063734<"Jan 24 02:35:34 2024">.743782 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063734<"Jan 24 02:35:34 2024">.743702803, mtime=1706063734<"Jan 24 02:35:34 2024">.743702803, ctime=1706063734<"Jan 24 02:35:34 2024">.743702803, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.7<kern.proc.pgrp.82164.648.7>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.480213129 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158621.480225103 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 8.219825000 }
 23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_READ, flags=0x1<EV_ADD>, fflags=0<>, data=1, udata=0xd88d19387b8 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315594973 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(5,FIONREAD,0x7c8f3fea641c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(5,0xd88c139aa00,0x1)
 23866 tmux     GIO   fd 5 read 1 bytes
       "\r"
 23866 tmux     RET   read 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.579328 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6410,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.579334 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0xd88d19385f0,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.579347 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315685217 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315689249 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,1,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 7.384353000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88a5e6b508 }  23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88a5e6b508 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315705231 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(8,0xd88c139a300,0x1)
 23866 tmux     GIO   fd 8 wrote 1 bytes
       "\r"
 23866 tmux     RET   write 1
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.579639 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315959327 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315963225 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 7.384079000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=11, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.315976444 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0xb)
 23866 tmux     GIO   fd 8 read 11 bytes
       "\^[[?2004l\r\r
       "
 23866 tmux     RET   read 11/0xb
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.580683 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.580699 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  gettimeofday(0x7c8f3fea6420,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.580711 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  stat(0xd88a5e4e55c,0x7c8f3fea1ab0)
 23866 tmux     NAMI  "/dev/ttyp0"
 23866 tmux     STRU  struct stat { dev=1024, ino=292452, mode=crw--w---- , nlink=1, uid=1001<"luiz">, gid=4<"tty">, rdev=1280, atime=1706063734<"Jan 24 02:35:34 2024">.743702803, mtime=1706063735<"Jan 24 02:35:35 2024">.573712169, ctime=1706063735<"Jan 24 02:35:35 2024">.573712169, size=0, blocks=0, blksize=65536, flags=0x0, gen=0x0 }
 23866 tmux     RET   stat 0
 23866 tmux     CALL  ioctl(8,TIOCGPGRP,0x7c8f3fea1a94)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.0<kern.proc.pgrp.82164.648.0>,0,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL sysctl(1.66.2.82164.648.8<kern.proc.pgrp.82164.648.8>,0xd88231a2000,0x7c8f3fea1b48,0,0)
 23866 tmux     RET   sysctl 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.317110775 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.317114706 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0xd88c1389000,4,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.008866000 }
 23866 tmux     STRU  struct kevent [4] { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 } { ident=8, filter=EVFILT_READ, flags=0x2<EV_DELETE>, fflags=0<>, data=0, udata=0x0 } { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=0, udata=0xd88d1938840 } { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0x2<NOTE_EOF>, data=0, udata=0xd88a5e6b488 }  23866 tmux     STRU  struct kevent { ident=5, filter=EVFILT_WRITE, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=8192, udata=0xd88d1938840 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.317132136 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  write(5,0xd88a5e45800,0x2)
 23866 tmux     GIO   fd 5 wrote 2 bytes
       "\r
       "
 23866 tmux     RET   write 2
 23866 tmux     CALL  gettimeofday(0x7c8f3fea64d0,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.581468 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.317786719 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.317790766 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL kevent(4,0,0,0xd88c1376800,64,0x7c8f3fea6438)
 23866 tmux     STRU  struct timespec { 0.008190000 }
 23866 tmux     STRU  struct kevent { ident=8, filter=EVFILT_READ, flags=0x11<EV_ADD|EV_ONESHOT>, fflags=0<>, data=26, udata=0xd88a5e6b488 }
 23866 tmux     RET   kevent 1
 23866 tmux     CALL clock_gettime(CLOCK_MONOTONIC,0x7c8f3fea64e0)
 23866 tmux     STRU  struct timespec { 2158622.319124410 }
 23866 tmux     RET   clock_gettime 0
 23866 tmux     CALL  ioctl(8,FIONREAD,0x7c8f3fea640c)
 23866 tmux     RET   ioctl 0
 23866 tmux     CALL  read(8,0xd88d1947e00,0x1a)
 23866 tmux     GIO   fd 8 read 26 bytes
"\M-p\M^_\M^G\M-(\M-p\M^_\M^G\M-2\M-p\M^_\M^G\M-6\M-p\M^_\M^G\M-/\M-p\M^_\M^G\M-2\M-p\M^_\M^G\M-'\r
       "
 23866 tmux     RET   read 26/0x1a
 23866 tmux     CALL  gettimeofday(0xd88a5e59aa8,0)
 23866 tmux     STRU  struct timeval { 1706063735<"Jan 24 02:35:35 2024">.582840 }
 23866 tmux     RET   gettimeofday 0
 23866 tmux     CALL  kbind(0x7c8f3fea61d8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  kbind(0x7c8f3fea5e98,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x3<PROT_READ|PROT_WRITE>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x1<PROT_READ>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x3<PROT_READ|PROT_WRITE>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x1<PROT_READ>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL  kbind(0x7c8f3fea5da8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  kbind(0x7c8f3fea5da8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  kbind(0x7c8f3fea5da8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL  kbind(0x7c8f3fea5da8,24,0xdcc9ee19dd2aa3fc)
 23866 tmux     RET   kbind 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x3<PROT_READ|PROT_WRITE>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL mprotect(0xd88584ca000,0x1000,0x1<PROT_READ>)
 23866 tmux     RET   mprotect 0
 23866 tmux     CALL  munmap(0xd88584ca000,0x1000)
 23866 tmux     RET   munmap 0
 23866 tmux     CALL  exit(1)

>How-To-Repeat:
    <code/input/activities to reproduce the problem (multiple lines)>
>Fix:
    <how to correct or work around the problem, if known (multiple lines)>

SENDBUG: Run sendbug as root if this is an ACPI report!
SENDBUG: dmesg and usbdevs are attached.
SENDBUG: Feel free to delete or use the -D flag if they contain sensitive information.

dmesg:
OpenBSD 7.4 (GENERIC.MP) #1396: Sun Oct  8 09:20:40 MDT 2023
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 1056817152 (1007MB)
avail mem = 1005121536 (958MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf5b70 (9 entries)
bios0: vendor Vultr
bios0: Vultr HFC
acpi0 at bios0: ACPI 3.0
acpi0: sleep states S3 S4 S5
acpi0: tables DSDT FACP APIC HPET MCFG WAET
acpi0: wakeup devices
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel Core Processor (Skylake, IBRS), 3192.70 MHz, 06-5e-03
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,PCLMUL,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,RDTSCP,LONG,LAHF,ABM,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,IBRS,IBPB,SSBD,ARAT,XSAVEOPT,MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 4MB 64b/line 16-way L2 cache, 16MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 1000MHz
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins
acpihpet0 at acpi0: 100000000 Hz
acpimcfg0 at acpi0
acpimcfg0: addr 0xb0000000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
"ACPI0006" at acpi0 not configured
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"QEMU0002" at acpi0 not configured
acpicmos0 at acpi0
"ACPI0010" at acpi0 not configured
acpicpu0 at acpi0: C1(@1 halt!)
cpu0: using Skylake AVX MDS workaround
pvbus0 at mainbus0: KVM
pvclock0 at pvbus0
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82G33 Host" rev 0x00
vga1 at pci0 dev 1 function 0 "Bochs VGA" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ppb0 at pci0 dev 2 function 0 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci1 at ppb0 bus 1
virtio0 at pci1 dev 0 function 0 "Qumranet Virtio 1.x Network" rev 0x01
vio0 at virtio0: address 56:00:04:b4:ce:53
virtio0: msix per-VQ
ppb1 at pci0 dev 2 function 1 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "Red Hat", unknown product 0x000e rev 0x00
pci3 at ppb2 bus 3
"Intel 6300ESB WDT" rev 0x00 at pci3 dev 1 function 0 not configured
ppb3 at pci0 dev 2 function 2 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci4 at ppb3 bus 4
xhci0 at pci4 dev 0 function 0 vendor "Red Hat", unknown product 0x000d rev 0x01: msix, xHCI 0.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Red Hat xHCI root hub" rev 3.00/1.00 addr 1 ppb4 at pci0 dev 2 function 3 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci5 at ppb4 bus 5
virtio1 at pci5 dev 0 function 0 "Qumranet Virtio 1.x Storage" rev 0x01
vioblk0 at virtio1
scsibus1 at vioblk0: 1 targets
sd0 at scsibus1 targ 0 lun 0: <VirtIO, Block Device, >
sd0: 32768MB, 512 bytes/sector, 67108864 sectors
virtio1: msix per-VQ
ppb5 at pci0 dev 2 function 4 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci6 at ppb5 bus 6
virtio2 at pci6 dev 0 function 0 vendor "Qumranet", unknown product 0x1045 rev 0x01
viomb0 at virtio2
virtio2: apic 0 int 22
ppb6 at pci0 dev 2 function 5 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci7 at ppb6 bus 7
virtio3 at pci7 dev 0 function 0 "Qumranet Virtio 1.x RNG" rev 0x01
viornd0 at virtio3
virtio3: msix per-VQ
ppb7 at pci0 dev 2 function 6 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci8 at ppb7 bus 8
ppb8 at pci0 dev 2 function 7 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 22
pci9 at ppb8 bus 9
ppb9 at pci0 dev 3 function 0 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci10 at ppb9 bus 10
ppb10 at pci0 dev 3 function 1 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci11 at ppb10 bus 11
ppb11 at pci0 dev 3 function 2 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci12 at ppb11 bus 12
ppb12 at pci0 dev 3 function 3 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci13 at ppb12 bus 13
ppb13 at pci0 dev 3 function 4 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci14 at ppb13 bus 14
ppb14 at pci0 dev 3 function 5 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci15 at ppb14 bus 15
ppb15 at pci0 dev 3 function 6 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci16 at ppb15 bus 16
ppb16 at pci0 dev 3 function 7 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 23
pci17 at ppb16 bus 17
ppb17 at pci0 dev 4 function 0 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 20
pci18 at ppb17 bus 18
ppb18 at pci0 dev 4 function 1 vendor "Red Hat", unknown product 0x000c rev 0x00: apic 0 int 20
pci19 at ppb18 bus 19
azalia0 at pci0 dev 27 function 0 "Intel 82801I HD Audio" rev 0x03: msi
azalia0: No codecs found
pcib0 at pci0 dev 31 function 0 "Intel 82801IB LPC" rev 0x02
ahci0 at pci0 dev 31 function 2 "Intel 82801I AHCI" rev 0x02: msi, AHCI 1.0
ahci0: port 2: 1.5Gb/s
scsibus2 at ahci0: 32 targets
cd0 at scsibus2 targ 2 lun 0: <QEMU, QEMU DVD-ROM, 2.5+> removable
ichiic0 at pci0 dev 31 function 3 "Intel 82801I SMBus" rev 0x02: apic 0 int 16
iic0 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
uhidev0 at uhub0 port 5 configuration 1 interface 0 "QEMU QEMU USB Tablet" rev 2.00/0.00 addr 2
uhidev0: iclass 3/0
ums0 at uhidev0: 3 buttons, Z dir
wsmouse1 at ums0 mux 0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (3f5af0ced250c104.a) swap on sd0b dump on sd0b

usbdevs:
Controller /dev/usb0:
addr 01: 1b36:0000 Red Hat, xHCI root hub
     super speed, self powered, config 1, rev 1.00
     driver: uhub0
addr 02: 0627:0001 QEMU, QEMU USB Tablet
     high speed, power 100 mA, config 1, rev 0.00, iSerial 28754-0000:00:02.2:00.0-1
     driver: uhidev0


Reply via email to