summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/loongson/dev/glx.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/evbmips/loongson/dev/glx.c
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/evbmips/loongson/dev/glx.c')
0 files changed, 0 insertions, 0 deletions
1ae7d'>Fix: CVE-2012-0864 fprintf() positional argument abuse.christos 2011-08-17fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones.christos 2010-12-16Observe the following spelling:wiz 2010-11-19PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/infchristos 2010-07-31initialize fake FILE, not fp.tnozaki 2010-07-31undo unrelated diff.christos 2010-07-31fix coredump vfwprintf(stderr) reported in current-user@tnozaki 2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos 2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl 2009-08-05If the current locale doesn't define the 'thousands' grouping infodsl 2009-02-20printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386roy 2009-01-30sign-compare fixlukem 2008-06-05fix a "typo" which prevented %ls from working in printf() (NARROW case).aymeric 2008-03-21Don't coredump on out of memory conditions. This solution leaks, but gdtoachristos 2008-03-13Since _file is a short, check that the fd fits in it, otherwise bail withchristos 2007-02-03- merge change from freebsdchristos 2006-10-01fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX.tnozaki 2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg 2006-02-16- s/notyet/WIDE_DOUBLE/christos 2006-01-26bcopy -> memcpykleink 2005-12-02redo the previous (WARNS=4) differently. consitify rather than makingyamt 2005-11-29WARNS=4christos 2005-06-15Initialize expsize to appease -Wuninitialized for sh3 and m68000.he 2005-06-12Ensure nconv isn't used in __mbsconv() before being initialized.lukem 2005-05-14Add the missing wide char support functions from freebsd.christos