Searched hist:288832 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/usr.bin/truss/
H A Dsetup.cdiff 288832 Mon Oct 05 18:13:30 MDT 2015 bdrewery Fix tracking of unknown syscalls for 'truss -c'.

This is done by changing get_syscall() to either lookup the known syscall
or add it into the list with the default handlers for printing.

This also simplifies some code to not have to check if the syscall variable
is set or NULL.

Reviewed by: jhb
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D3792
H A Dsyscall.hdiff 288832 Mon Oct 05 18:13:30 MDT 2015 bdrewery Fix tracking of unknown syscalls for 'truss -c'.

This is done by changing get_syscall() to either lookup the known syscall
or add it into the list with the default handlers for printing.

This also simplifies some code to not have to check if the syscall variable
is set or NULL.

Reviewed by: jhb
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D3792
H A Dmain.cdiff 288832 Mon Oct 05 18:13:30 MDT 2015 bdrewery Fix tracking of unknown syscalls for 'truss -c'.

This is done by changing get_syscall() to either lookup the known syscall
or add it into the list with the default handlers for printing.

This also simplifies some code to not have to check if the syscall variable
is set or NULL.

Reviewed by: jhb
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D3792
H A Dsyscalls.cdiff 288832 Mon Oct 05 18:13:30 MDT 2015 bdrewery Fix tracking of unknown syscalls for 'truss -c'.

This is done by changing get_syscall() to either lookup the known syscall
or add it into the list with the default handlers for printing.

This also simplifies some code to not have to check if the syscall variable
is set or NULL.

Reviewed by: jhb
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D3792

Completed in 66 milliseconds