CVS log for src/lib/libc/compat/sys/compat___sigaction14_sigtramp.c
Up to [cvs.NetBSD.org] / src / lib / libc / compat / sys
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 20 14:52:46 2024 UTC (10 months, 3 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -18
lines
Catch up with all the lint warnings since exit on warning was disabled.
Disable 'missing header declaration' and 'nested extern' warnings for now.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 1 05:53:45 2021 UTC (3 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Version the sigaction(2) libc wrapper. The new version uses the "siginfo"
trampoline exclusively, thus relegating "sigcontext"-style handlers (which
have not been documented for many years now) to the dustbin of the compat
library.
CVSweb <webmaster@jp.NetBSD.org>