Commit Graph

222218 Commits

Author SHA1 Message Date
christos 5f76667e10 more unused inside 0 2013-11-03 00:59:03 +00:00
christos 4049e610ff move unused code inside if 0 2013-11-03 00:53:11 +00:00
christos 2a26fd0cf9 sprinkle vax 2013-11-03 00:48:52 +00:00
christos 02a4ce877b make a gcc unitialized variable 2013-11-03 00:44:34 +00:00
christos e382fdd226 mark some variables as unused, but keep them around as comments 2013-11-03 00:01:43 +00:00
christos c67d63d207 fix old style decls 2013-11-02 23:54:04 +00:00
christos c09e9160c3 one more debuglib 2013-11-02 23:24:32 +00:00
christos 1cae7a14d6 Fix debuglib entries 2013-11-02 23:23:51 +00:00
christos 0e7de78285 _g libraries don't belong here. 2013-11-02 23:23:41 +00:00
christos cb9d7c7e3a PR/48098: Brian Marcotte: panic: kernel diagnostic assertion "cred != NULL":
Fix from Michael van Elst, tcpdrop crashes kernel on ebryonic connections.
2013-11-02 20:09:33 +00:00
jmmv 373a7c451b Tag liblto_plugin.so.0.0.debug with gcc=48. 2013-11-02 20:01:02 +00:00
christos 422740a7f1 PR/34796: Hauke Fath: ftp does not timeout on http fetches. 2013-11-02 19:55:47 +00:00
christos 6ace2266c5 mark unused function as used. 2013-11-02 17:12:23 +00:00
christos bdf9816273 these can never be null. 2013-11-02 17:11:39 +00:00
gson 549d91253b Turn the "esiop_intr: I shouldn't be there !" panic into a printf
followed by a return from the interrupt handler.  The condition is
triggered on some KVM virtual hosts, apparently harmlessly, and not
panicing makes it possible to boot a NetBSD GENERIC kernel on those
hosts.  Also make the same change to siop to minimize divergence
between siop and esiop.  Fixes PR kern/48277.
2013-11-02 13:59:14 +00:00
hannken 690094cb2d Stop using v_mount of an unreferenced vnode -- save the mount while
the vnode has a reference.
2013-11-02 10:30:18 +00:00
christos fa96d3a82e put attributes in the right spot 2013-11-02 01:55:16 +00:00
christos 86da76b885 more sets fixes 2013-11-02 01:37:33 +00:00
christos ba09414310 more sets fixes (libgomp, libobjc) 2013-11-02 01:15:44 +00:00
christos 9b065ff145 more gcc-4.8 files 2013-11-02 00:57:23 +00:00
christos 1074f48bc6 sprinkle __diagused 2013-11-02 00:41:58 +00:00
christos ad1d4a6684 sprinke __diagused 2013-11-02 00:37:12 +00:00
pooka 9f9913cebe Workaround a gcc -Wuninitilized whine
github/buildrump.sh issue #44
2013-11-01 23:22:13 +00:00
christos 6fce9f6ad7 go back to using file:line: from uwe. 2013-11-01 21:39:13 +00:00
skrll 485097e69b Remove the bogus CPPFLAGS+="-I$S/../../../include"
Prompted by the build problem reported by John Klos
2013-11-01 18:41:06 +00:00
christos c9aa9a4e40 fix broken volatile assignment that gcc-4.8.1 does not like 2013-11-01 18:13:29 +00:00
christos 5612798f34 make the code compilable with gcc-4.8.1; this loop has an array overflow,
but it is only used for sparc register windows; ifdef it sparc for now,
it's the easiest fix.
2013-11-01 18:12:49 +00:00
christos cb2bd1517d pick up omp.h from the libgomp directory not from /usr/include/gcc-4.5. Makes
the code compilable with gcc-4.8.1
2013-11-01 18:11:49 +00:00
christos 8ae3ff1668 make config errors look more like other programs: <file>,<line>:
instead of <file>:<line>:
2013-11-01 17:09:59 +00:00
christos 467dcff180 fix type in comparison 2013-11-01 17:09:00 +00:00
christos ad3b972d11 ignore all -std=gnu patterns not just 99 2013-11-01 17:07:37 +00:00
christos 5c83aa644a PR/48312: Dieter Roelands: According to TOG, unset should not return an error
for functions are variables that were not previously set:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
2013-11-01 16:49:02 +00:00
rmind 20a51a9773 tmpfs: fix the zero-length symlink target case as NetBSD supports them. 2013-11-01 15:38:45 +00:00
skrll c76543cbe5 Style. 2013-11-01 15:33:48 +00:00
skrll 735b653763 Don't always define DWC2_DEBUG 2013-11-01 15:03:39 +00:00
skrll 41d476cc49 DOTG is dead. Long live DWC2. 2013-11-01 14:32:54 +00:00
skrll 7091ca2edf Clean up (mostly remove unneeded) #includes 2013-11-01 14:24:03 +00:00
skrll 503545bedb PR/48342. Add aurateconv as a dependency for vcaudio. 2013-11-01 12:23:12 +00:00
apb 44f40b000e HOST_SH is defined in bsd.sys.mk, so we need to include that
as well as bsd.own.mk.  Revert previous use of ${HOST_SH:Ush}.
2013-11-01 11:09:05 +00:00
martin 5df913ae6f If HOST_SH is not defined, use sh to parse osrelease.sh 2013-11-01 10:00:51 +00:00
mlelstv 77a7376bce rfc3720 Appendix D. SendTargets Operation requires that requesting
information for all relevant targets is done with the value 'All'
(upper case A) and some implementations require it.
2013-11-01 07:53:34 +00:00
apb 786efef96b Document that patterns are specified using extended regular expressions. 2013-11-01 07:49:00 +00:00
mrg 1f2cedecc1 add support for GCC 4.8 sets. 2013-11-01 07:48:31 +00:00
mrg f418301d8c add some NetBSD_DISABLED_* rules. 2013-11-01 06:43:11 +00:00
mrg 7ba5ff78a9 move variable definition/set inside the same #ifdef of the usage. 2013-11-01 06:42:23 +00:00
mrg c77065c11b apply __diagused where appropriate. 2013-11-01 06:41:56 +00:00
mrg 76122a21da sprinkle some __diagused where appropriate. 2013-11-01 06:22:46 +00:00
apb f644e87962 Reinstate .include <bsd.own.mk>. Without this, many variables are undefined.
Define DISTRIBVER in the same way that src/etc/Makefile defines it.
Without this, "make params" in src/Makefile uses an undefined value.

Remove a spurious ">&3".
2013-11-01 06:22:24 +00:00
christos 6de650fa02 provide an ldscript for booters that strips the unwind sections.
XXX: untested
2013-11-01 00:19:04 +00:00
christos 89392a8d06 provide an ldscript to strip the unwind sections
XXX: untested
2013-11-01 00:18:24 +00:00