index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sockaddr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: move #include "print_fields.h" to defs.h
Dmitry V. Levin
2021-02-01
1
-1
/
+0
*
treewide: replace tprintf("{name=") and tprintf(", name=")
Dmitry V. Levin
2021-01-31
1
-1
/
+2
*
sockaddr: use tprints_field_name
Dmitry V. Levin
2021-01-31
1
-5
/
+5
*
sockaddr: use print_fields.h interface in print_sockaddr_data_ipx
Dmitry V. Levin
2021-01-31
1
-9
/
+5
*
treewide: replace tprints(", name=")
Dmitry V. Levin
2021-01-29
1
-3
/
+8
*
treewide: replace tprints("{name=")
Dmitry V. Levin
2021-01-29
1
-2
/
+4
*
treewide: replace tprints("name=") with tprints_field_name("name")
Dmitry V. Levin
2021-01-29
1
-3
/
+3
*
treewide: replace tprints(", ...")
Dmitry V. Levin
2021-01-29
1
-2
/
+4
*
treewide: replace tprints("...") with tprint_more_data_follows()
Dmitry V. Levin
2021-01-29
1
-1
/
+1
*
treewide: replace tprints("}") with tprint_struct_end()
Dmitry V. Levin
2021-01-29
1
-4
/
+4
*
print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macros
Dmitry V. Levin
2021-01-29
1
-5
/
+9
*
print_fields.h: remove prefix argument from PRINT_FIELD_XVAL macro
Dmitry V. Levin
2021-01-29
1
-7
/
+10
*
print_fields.h: remove prefix argument from PRINT_FIELD_CSTRING macro
Dmitry V. Levin
2021-01-29
1
-1
/
+2
*
print_fields.h: remove prefix argument from PRINT_FIELD_0X macro
Dmitry V. Levin
2021-01-29
1
-2
/
+5
*
print_fields.h: remove prefix argument from PRINT_FIELD_OBJ_PTR macro
Dmitry V. Levin
2021-01-29
1
-2
/
+2
*
print_fields.h: remove prefix argument from PRINT_FIELD_OBJ_VAL macro
Dmitry V. Levin
2021-01-29
1
-2
/
+3
*
print_fields.h: remove prefix argument from PRINT_FIELD_HEX_ARRAY macro
Dmitry V. Levin
2021-01-29
1
-1
/
+2
*
print_fields.h: remove prefix argument from PRINT_FIELD_IFINDEX macro
Dmitry V. Levin
2021-01-28
1
-2
/
+4
*
print_fields.h: remove prefix argument from PRINT_FIELD_NET_PORT macro
Dmitry V. Levin
2021-01-28
1
-3
/
+3
*
print_fields.h: remove prefix argument from PRINT_FIELD_INET_ADDR macro
Dmitry V. Levin
2021-01-28
1
-2
/
+4
*
sockaddr: stop using PRINT_FIELD_X25_ADDR
Dmitry V. Levin
2021-01-27
1
-1
/
+1
*
treewide: put braces around PRINT_FIELD_* invocations in conditional statements
Dmitry V. Levin
2021-01-27
1
-2
/
+4
*
sockaddr: use print_fields.h macros in a few more places
Dmitry V. Levin
2021-01-26
1
-2
/
+1
*
sockaddr: use print_fields.h macros in a few more places
Dmitry V. Levin
2021-01-24
1
-22
/
+18
*
Change my email address
Dmitry V. Levin
2020-12-31
1
-1
/
+1
*
Use printpid in decoders
Ákos Uzonyi
2020-08-25
1
-1
/
+1
*
Add "struct tcb *" parameters to various functions
Ákos Uzonyi
2020-08-01
1
-13
/
+20
*
Update copyright headers
Dmitry V. Levin
2020-02-06
1
-1
/
+1
*
Consistently use sizeof_field macro
Dmitry V. Levin
2020-01-17
1
-1
/
+1
*
sockaddr: properly decode sockaddr_hci addresses without hci_channel
Eugene Syromyatnikov
2019-08-29
1
-3
/
+13
*
Add xlat description structure
Eugene Syromyatnikov
2019-07-24
1
-9
/
+8
*
Update copyright headers
Dmitry V. Levin
2019-03-18
1
-1
/
+1
*
sockaddr: print sin6_flowinfo field before sin6_addr
Shankara Pailoor
2019-01-09
1
-1
/
+1
*
Honor xlat styles when decoding sockaddr_in, sockaddr_in6, and sockaddr_ll
Shankara Pailoor
2019-01-08
1
-9
/
+74
*
Remove PRINT_FIELD_INET4_ADDR
Dmitry V. Levin
2019-01-07
1
-1
/
+1
*
Change the license of strace to LGPL-2.1-or-later
Dmitry V. Levin
2018-12-10
1
-21
/
+1
*
print_inet_addr: print nameless and named addresses using the same style
Dmitry V. Levin
2018-11-12
1
-2
/
+3
*
sockaddr: add X.25 socket address decoding support
Eugene Syromyatnikov
2018-09-02
1
-0
/
+20
*
sockaddr: decode AX.25 socket addresses
Eugene Syromyatnikov
2018-09-02
1
-0
/
+160
*
sockaddr: whitespace cleanup, fix typo in comment
Eugene Syromyatnikov
2018-09-02
1
-40
/
+39
*
Provide a value for arp_hardware_types_size array
Eugene Syromyatnikov
2018-06-04
1
-0
/
+1
*
sockaddr: add support for sockaddr_l2 without l2_bdaddr_type
Eugene Syromyatnikov
2018-05-23
1
-3
/
+9
*
sockaddr: use printxval_index lookup instead of printxval
Dmitry V. Levin
2018-05-15
1
-4
/
+4
*
sockaddr: use printxval_search for ARPHRD_* constants
Eugene Syromyatnikov
2018-05-15
1
-1
/
+1
*
Add a common MAC address printing routine
Eugene Syromyatnikov
2018-05-15
1
-14
/
+7
*
sockaddr: decode Bluetooth L2 CID values
Eugene Syromyatnikov
2018-05-15
1
-4
/
+39
*
sockaddr: decode Bluetooth L2 PSM values
Eugene Syromyatnikov
2018-05-15
1
-3
/
+43
*
sockaddr: decode bluetooth address type names
Eugene Syromyatnikov
2018-05-15
1
-2
/
+5
*
sockaddr: decode Bluetooth socket address unconditionally
Eugene Syromyatnikov
2018-05-15
1
-13
/
+40
*
Update copyright headers
Dmitry V. Levin
2018-04-05
1
-1
/
+1
[next]