1b114e50 | 28-May-2018 |
Devin Teske <dteske@FreeBSD.org> |
dwatch(1): Eliminate ANSI dimming in developer mode
"Developer mode" (passing of "-dev" options), which enables debugging features on compilation error, used to dim lines unrelated to error.
That p
dwatch(1): Eliminate ANSI dimming in developer mode
"Developer mode" (passing of "-dev" options), which enables debugging features on compilation error, used to dim lines unrelated to error.
That proved distracting and feedback from testers also confirmed that simply highlighting the line the compiler complains about is enough.
Sponsored by: Smule, Inc.
show more ...
|
f134539c | 12-May-2018 |
Devin Teske <dteske@FreeBSD.org> |
dwatch(1): Expose process for ip/tcp/udp
Knowing the value of execname during these probes is of some value even if it is commonly the interrupt kernel thread (intr[12]) -- quite often it is not, bu
dwatch(1): Expose process for ip/tcp/udp
Knowing the value of execname during these probes is of some value even if it is commonly the interrupt kernel thread (intr[12]) -- quite often it is not, but that depends on the probe.
Sponsored by: Smule, Inc.
show more ...
|
6a21b3cd | 12-May-2018 |
Devin Teske <dteske@FreeBSD.org> |
dwatch(1): Export ARGV to profiles loaded via load_profile()
A module that wishes to post-process the output needs to know which arguments were passed in order to re-execute a child in a pipe-chain.
dwatch(1): Export ARGV to profiles loaded via load_profile()
A module that wishes to post-process the output needs to know which arguments were passed in order to re-execute a child in a pipe-chain. Further, the expansion of ARGV needs to be such that items are escaped properly.
Sponsored by: Smule, Inc.
show more ...
|
5f2202d1 | 12-May-2018 |
Devin Teske <dteske@FreeBSD.org> |
dwatch(1): Separate default values so `-[BK] num' don't affect usage
If you were to pass an invalid option after `-B num' or `-K num' you would see that the usage statement would show the value you
dwatch(1): Separate default values so `-[BK] num' don't affect usage
If you were to pass an invalid option after `-B num' or `-K num' you would see that the usage statement would show the value you passed instead of the actual default.
Moving the default values to separate variables that are unaffected by the options-parsing allows the usage statement to correctly show the hard-coded default values if no flags are used.
Sponsored by: Smule, Inc.
show more ...
|
4e16c227 | 22-Apr-2018 |
Devin Teske <dteske@FreeBSD.org> |
dwatch(1): Remove the line used to demonstrate `-dev' option
In recently added sendrecv profile, there was a line purposefully added to introduce a compilation error in which `-dev' is used to debug
dwatch(1): Remove the line used to demonstrate `-dev' option
In recently added sendrecv profile, there was a line purposefully added to introduce a compilation error in which `-dev' is used to debug the entry. Removing the entry.
Sponsored by: Smule, Inc.
show more ...
|