]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/truss
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / usr.bin / truss /
2016-01-04 gjbMFH r289384-r293170
2016-01-04 emasteMerge LLDB 3.8
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-29 ngieMFhead @ r292618
2015-12-22 jhbMove the mkioctls script to libsysdecode and use it...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-15 ngieMFhead @ r292285
2015-12-15 jhbStart on a new library (libsysdecode) that provides...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-07 markjMFV r289003:
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-16 ngieMFhead @ r290899
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 edMake truss work for CloudABI processes on aarch64.
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-15 gjbMFH to r289370
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-13 baptMerge from head
2015-10-13 baptMerge from head
2015-10-13 bdrewerySimplify syscall generation and ABI source file handlin...
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-09 baptMerge from head
2015-10-09 bdreweryLet -c imply -S (hide signal output).
2015-10-08 edProperly format pointer size independent CloudABI syste...
2015-10-08 bdreweryCorrect a comment.
2015-10-07 sjgUpdated depends
2015-10-06 bdrewerytruss: Add support for utrace(2).
2015-10-06 ngieMFhead @ r288954
2015-10-06 jhbGroup the decoded system calls by ABI and sort the...
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-05 bdreweryFix crash if a process sends itself a SIGTRAP. Just...
2015-10-05 dimMerge ^/head r288831 through r288835.
2015-10-05 bdreweryAdd decoding for modfind(2)
2015-10-05 bdreweryFix tracking of unknown syscalls for 'truss -c'.
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-03 bdreweryStyle fix.
2015-10-03 bdreweryAdd decoding for struct statfs.
2015-10-03 baptRemerge as previous one was broken
2015-10-02 kibAdd aarch64 support to truss(1).
2015-10-02 edMake truss print CloudABI system call names.
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 jhbRather than groveling around in a socket address struct...
2015-10-01 jhbThe id_t type used to pass IDs to wait6(2) and procctl...
2015-10-01 jhb- Remove extra integer argument from truncate() and...
2015-10-01 baptMerge from head
2015-09-30 jhbSeveral changes to truss.
2015-09-30 markjMFV r288408:
2015-09-30 jhbTrim trailing whitespace.
2015-09-29 jhbDecode recently added procctl(2) operations.
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-12 baptMerge from head
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-08-25 baptMerge from HEAD
2015-08-20 jhbHandle the conditional decoding of execve() argument...
2015-08-20 jhbRework the argv and env string fetching for execve...
2015-08-19 jhbino_t is unsigned, so use uintmax_t instead of intmax_t...
2015-08-19 jhbAlways use %j with an intmax_t cast to print time_t...
2015-08-19 jhbVarious style and whitespace fixes.
2015-08-19 jhbUse nitems().
2015-08-19 jhbExpand the decoding of kevent structures.
2015-08-19 jhbChange the argument formatting function to use a stdio...
2015-08-17 jhbUse an xlat table and xlookup() instead of a home-rolle...
2015-08-17 dimMerge ^/head r286697 through r286857.
2015-08-17 jhbTidy the linux_socketcall decoding:
2015-08-17 jhbDecode the optional SOCK_NONBLOCK and SOCK_CLOEXEC...
2015-08-17 jhb- Decode the arguments for several signal-related syste...
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-10 ngieMFhead @ r286584
2015-08-07 dimMerge ^/head r285924 through r286421.
2015-08-06 jhbConsistently use both leading and trailing spaces insid...
2015-08-06 jhbWhitespace fixes to consistently use spaces before...
2015-08-06 jhbDecode the arguments passed to the *at() family of...
2015-08-06 jhbDecode the arguments to mkfifo() and fix an off-by...
2015-08-06 jhbDon't mark the fcntl flag argument as an output paramet...
2015-08-06 jhbAdd recently added values of various flags and enumerat...
2015-08-05 jhbRework get_string() to make it more robust when fetchin...
2015-08-05 jhbWhitespace fix: remove some spurious spaces before...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
next