Commit Graph

222218 Commits

Author SHA1 Message Date
mrg 630c457b6a update set lists for gcc 4.8. 2013-11-06 00:53:39 +00:00
mrg f50856c5c4 add g++ subdirs for GCC 4.8. 2013-11-06 00:53:03 +00:00
christos 6bdd8d8ebf initialize cii before using it. 2013-11-05 16:04:13 +00:00
martin c04325564a Define a new NetBSD specific note to encode the code model used for a binary.
Allow MD code to check these notes in the exec path.
2013-11-05 14:26:19 +00:00
kefren 915c0cd28e sync an example with the latest group syntax change 2013-11-05 13:09:12 +00:00
macallan 6f0c714b5f do what cuda does - if we read garbage from the RTC try a few more times 2013-11-05 11:08:20 +00:00
kefren beafc35b81 Remove esis reference 2013-11-05 07:42:48 +00:00
gdt 0b42bf56be Use -f with cp to cope with nonwritable files in . 2013-11-05 02:32:12 +00:00
rmind 05a7a9a52e npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3. 2013-11-05 01:50:30 +00:00
christos 1aaac765ed - support advisory locking on ptys
- get the link count correct for .
XXX: pullup 6
2013-11-05 00:40:33 +00:00
msaitoh 806dc29e1b Fix typo in comment. 2013-11-05 00:36:02 +00:00
rmind 576b42c4d7 npf_generic_fsm and npf_tcp_fsm: use uint8_t and make the arrays more dense. 2013-11-04 22:17:21 +00:00
christos 8a6fbebf2f fix unused variables 2013-11-04 21:59:15 +00:00
christos 6fceff771f mark variable unused 2013-11-04 21:57:26 +00:00
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