222204 Commits

Author SHA1 Message Date
christos
1852ef218f fix pointer cast; mark variable used 2013-11-04 21:54:59 +00:00
christos
8cb7df9be6 make unused. 2013-11-04 21:54:58 +00:00
christos
1b59fcd58b fix more -mno-thumb. 2013-11-04 21:30:16 +00:00
christos
fe9baffcee explicitly add -marm 2013-11-04 21:25:05 +00:00
christos
dbd4f70a38 -mno-thumb-interwork is the default, and there is no -mthumb in gcc 4.8 2013-11-04 21:18:05 +00:00
christos
1c9f10af04 remove unused variable 2013-11-04 21:08:14 +00:00
christos
a1859ad18f no-thumb-interlock is the default, and no-thumb does not exist in gcc 4.8 2013-11-04 21:01:44 +00:00
christos
fdf0a93ace no-thumb-interlock is the default, no-thumb does not exist for gcc-4.8 2013-11-04 20:58:31 +00:00
christos
debabdd480 fix unitialized variable access 2013-11-04 20:07:49 +00:00
christos
65df39a7f0 Add 2 XXX: gcc initializations 2013-11-04 19:58:02 +00:00
christos
248f03693b convert to flex array 2013-11-04 19:57:29 +00:00
christos
97930220bf move ifdef'ed out code inside if 0 2013-11-04 16:58:33 +00:00
christos
c91492fbb7 mark variables used 2013-11-04 16:58:14 +00:00
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