Commit Graph

222191 Commits

Author SHA1 Message Date
christos
0a5c8333ce remove unused variable 2013-11-04 16:57:41 +00:00
christos
f49d21d09a mark variable __diagused 2013-11-04 16:57:32 +00:00
christos
1a89b43e69 make volatile variable as __USED() 2013-11-04 16:56:50 +00:00
christos
0668187f04 remove unused variable 2013-11-04 16:56:17 +00:00
christos
b60f447328 remove unused code 2013-11-04 16:55:31 +00:00
christos
eccd15917a mark variables __diagused 2013-11-04 16:54:56 +00:00
christos
3b9ca5acee mark a variable __diagused 2013-11-04 16:54:36 +00:00
christos
558707015c remove unused code 2013-11-04 16:54:12 +00:00
christos
640f6a744a use __USE for debug variable 2013-11-04 16:53:52 +00:00
christos
c67ff701e3 use __USE 2013-11-04 16:53:35 +00:00
christos
188063a297 add __USE() for unused volatile variables, so that we generate the same code. 2013-11-04 16:53:09 +00:00
christos
50d0979a7a fix incorrect sizes to memset 2013-11-04 16:52:08 +00:00
jdc
1f29035404 Add missing braces.
Fix logic error - check the data read from the chip against 0xff.
2013-11-04 15:06:26 +00:00
skrll
aee6f54b76 PR/48366 Always zero the allocated memory in xhci_alloc, not just in
DIAGNOSTIC.
2013-11-04 08:08:58 +00:00
mbalmer
2614a79925 Use the term "Lua modules" instead of "Lua libraries", list the modules
available.
2013-11-04 08:04:18 +00:00
mrg
1ee28a1fe7 - remove set but unused variables
- move some variables inside their relevant use #ifdef
2013-11-03 22:27:27 +00:00
mrg
c4746a16b5 - remove set but unused variables 2013-11-03 22:22:03 +00:00
mrg
44f61bfe42 gcc 4.8.1 wants:
- remove some set but unused variables
- move some variables inside their usage #ifdef's
- cast to (void) instead of using a dummy return variable

(there are more to come, but this one is now tested with gcc 4.5)
2013-11-03 22:15:57 +00:00
mrg
a370d57c87 - apply some __diagused
- remove unused variables
- move some variables inside their relevant use #ifdef
2013-11-03 18:37:10 +00:00
christos
b4ab7d1288 let progressmeter deal with the timeout once we've started transferring. 2013-11-03 14:45:50 +00:00
hannken
d54b981232 cleanvnode():
- VC_XLOCK/VC_MASK are not used anymore, remove.
- If we get a reference while cleaning, there is no need to retry as
  these reference and this vnode will disappear soon.
- Make sure we run inside a fstrans transaction to prevent deadlocks
  against vget().

vrecycle():
- don't even try to recycle a vnode currently cleaning.
2013-11-03 08:33:00 +00:00
christos
d8965a7292 use __USE() in the iterator variable 2013-11-03 01:12:16 +00:00
christos
6527ec4ecd move unused variable inside if 0 2013-11-03 01:02:37 +00:00
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