Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17truss: remove now-unused special case for MIPSEd Maste
2022-06-22kdump: Decode getitimer, setitimer which argumentDmitry Chagin
2022-06-14truss: Make control message header parsing more robustMark Johnston
2022-05-17truss: add ppoll(2) argument decodingChristian Weisgerber
2022-03-28syscallarg_t: Add a type for system call argumentsBrooks Davis
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2022-01-13Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis
2022-01-13syscallarg_t: Add a type for system call argumentsBrooks Davis
2022-01-12truss(1): detach more carefullyKonstantin Belousov
2022-01-12truss: remove write-only variableKonstantin Belousov
2021-11-15struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis
2021-09-23truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard
2021-09-23truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard
2021-09-22Drop cloudabiKonstantin Belousov
2021-08-22lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro
2021-06-16truss: minor cleanup and pedantic warning fixesAlex Richardson
2021-06-16truss: fix handling of 64-bit arguments/return values for compat32Alex Richardson
2021-05-12truss: Decode FreeBSD 11 mknod(2) and mknodat(2)Mark Johnston
2021-05-11truss: Add missing underscore to compat_prefix for FreeBSD32Alex Richardson
2021-04-28poll(2): Add POLLRDHUP.Thomas Munro
2021-03-25truss: improved support for decoding compat32 argumentsAlex Richardson
2021-03-04truss: split counting of syscalls and syscall calling conventionAlex Richardson
2021-02-05truss: Decode sendfile(2) argumentsMark Johnston
2021-01-21Rename i386's Linux ELF to Linux ELF32Jessica Clarke
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2020-12-10truss: Add AIO syscalls.Thomas Munro
2020-12-09kdump/truss: decode new _umtx_op flagsKyle Evans
2020-10-05Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller
2020-07-05truss: print more information about traced sysctlsPawel Biernacki
2020-05-21Decode the file descriptor argument to closefrom(2) as an Integer.Christian S.J. Peron
2020-02-20vfs: add realpathat syscallMateusz Guzik
2020-02-19truss: fix shm_open2 oversight (BinString -> Name)Kyle Evans
2020-02-19truss: decode shm_open2Kyle Evans
2020-02-07Miscellaneous typo fixesEd Maste
2019-11-01truss: centralize pointer-constructing casts.Brooks Davis
2019-10-03Fix a typo in a comment.John Baldwin
2019-09-26Add an shm_rename syscallDavid Bright
2019-09-18truss: decode sysctl names.Konstantin Belousov
2019-07-17Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.John Baldwin
2019-02-28truss: Add support for fsync(2) and fdatasync(2).Thomas Munro
2018-12-11Validate the string size parameter passed to -s.John Baldwin
2018-12-07Rename riscv64-freebsd.c to riscv-freebsd.c.John Baldwin
2018-11-29Allow truss to operate on ELFv2 processes.Justin Hibbits
2018-10-28truss: Fix display of shm_open(SHM_ANON, ...).Thomas Munro
2018-10-07Teach truss how to display shm_open(2), shm_unlink(2)Allan Jude
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2018-03-29Reformat the enum of syscall argument types.John Baldwin
2018-03-29Rename ClouduABIFDSFlags to CloudABIFDSFlags.John Baldwin
2018-03-21Implement getrandom(2) and getentropy(3)Conrad Meyer
2018-01-17Add missing assignment to make sure non-first cmsgs are handled as such.Michael Tuexen