summaryrefslogtreecommitdiff
path: root/taia.c
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-04-22 22:17:31 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2015-04-22 22:17:31 +0200
commitb6f26d614e65ddcd1b32989b7ef5ae002d5e6650 (patch)
treef34b729ec7989074ddbc25f4056afbd510d5c827 /taia.c
parenta6d81446c350218e36e53716ff277886069794b9 (diff)
zsh: netsniff-ng: add completions
Add completions for the three new options. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'taia.c')
0 files changed, 0 insertions, 0 deletions
cleanup of types related to timers/timekeeping. - Get rid of cycles_t and use a plain u64. The type is not really helpful and caused more confusion than clarity - Get rid of the ktime union. The union has become useless as we use the scalar nanoseconds storage unconditionally now. The 32bit timespec alike storage got removed due to the Y2038 limitations some time ago. That leaves the odd union access around for no reason. Clean it up. Both changes have been done with coccinelle and a small amount of manual mopping up" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: ktime: Get rid of ktime_equal() ktime: Cleanup ktime_set() usage ktime: Get rid of the union clocksource: Use a plain u64 instead of cycle_t
Diffstat (limited to 'sound/usb/misc')