Commit Graph

120080 Commits

Author SHA1 Message Date
christos 8855c55412 add missing _ 2013-10-17 23:05:08 +00:00
christos f0676b1145 we need to return something here. 2013-10-17 23:04:20 +00:00
christos b787afbfb6 - remove unused variables
- move variables inside ifdef sections
- ifdef notdef unused code
- use __USE for debugging variables
2013-10-17 21:24:24 +00:00
christos 1f73a688da remove unused variable 2013-10-17 21:23:05 +00:00
christos f14031c90e move notyet variable into notyet section 2013-10-17 21:22:28 +00:00
christos abf8e02e90 add __USE for debugging variables 2013-10-17 21:22:01 +00:00
christos 3abacce2d8 - remove unused variables
- moved debugging variable into debugging ifdef
2013-10-17 21:20:10 +00:00
christos e794833e32 remove unused variables 2013-10-17 21:19:40 +00:00
christos 6888745cca remove unused variable 2013-10-17 21:18:43 +00:00
christos cafe8b9a3c remove unused variables and __USE a debugging variable 2013-10-17 21:16:12 +00:00
christos 767345987a remove unused variables 2013-10-17 21:15:18 +00:00
christos b94bb9347c define a new macro that does not declare variables used in output. 2013-10-17 21:15:00 +00:00
christos 86aec73c13 annotate some unused variables the authors want to keep 2013-10-17 21:14:05 +00:00
christos e61d329a40 __USE a debugging variable 2013-10-17 21:12:56 +00:00
christos 6a8eb50e91 remove set but unused variables 2013-10-17 21:12:24 +00:00
christos 89198fe5bf use the parameter for instruction macros 2013-10-17 21:11:15 +00:00
christos c829de6452 remove unused variable 2013-10-17 21:08:16 +00:00
christos 415c6c7ed0 - remove unused variables
- move ifdef variables inside ifdef sections
2013-10-17 21:07:37 +00:00
christos c26593e016 remove unused variable 2013-10-17 21:06:47 +00:00
christos d64c5a360b - remove unused variables
- move debugging code inside debugging sections
2013-10-17 21:06:15 +00:00
christos dc3a4b222f __USE a debugging var 2013-10-17 21:05:41 +00:00
christos 9fda064713 remove usused code 2013-10-17 21:04:44 +00:00
christos ba0dd1c1e6 remove unused code 2013-10-17 21:03:50 +00:00
christos 6069744732 - remove unused variables
- add _NOERROR flavor macros for the case where errors are ignored.
2013-10-17 21:03:27 +00:00
christos cae86aa949 - remove unused variables
- add debug ifdefs for debugging variables
- __USE() where appropriate.
2013-10-17 21:01:08 +00:00
christos 148f2a4a9b __USE() unused variables 2013-10-17 20:59:16 +00:00
christos b56b5d923d __USE a debugging variable 2013-10-17 20:58:55 +00:00
christos 5ca5370483 remove unused variable, and move variable used only by XEN in the XEN ifdef. 2013-10-17 20:57:58 +00:00
christos 951530b23a initialize a variable, hi gcc again! 2013-10-17 20:57:06 +00:00
christos 9263de029f remove unused code from macro 2013-10-17 20:56:02 +00:00
christos 641eff3991 remove unused code. 2013-10-17 20:55:30 +00:00
christos 289bc9f713 move module code inside module ifdef 2013-10-17 20:54:24 +00:00
njoly 4a806b5236 Regen for mknodat(2) device argument type change. 2013-10-17 18:04:40 +00:00
njoly 349036b521 Change mknodat(2) device argument type from uint32_t to dev_t.
Adds needed extra PAD argument for 64bit alignment, and libc wrapper.
2013-10-17 18:01:11 +00:00
alnsn e20531c13e Use "%s" to panic. 2013-10-16 21:55:56 +00:00
mbalmer e9ea606005 core module for lua(4) 2013-10-16 19:47:19 +00:00
mbalmer 58881ebfcd welcome lua(4), a devide driver that can create and control Lua states inside the kernel 2013-10-16 19:44:57 +00:00
mbalmer 1cdf24d00e header file needed for lua(4) 2013-10-16 19:40:45 +00:00
christos 079ec927b9 use __USE() 2013-10-16 19:32:30 +00:00
christos 1c439ded8d introduce __USE(variable) that uses a variable to squash unused variable
warnings.
2013-10-16 19:31:43 +00:00
christos 6c759efc9f fix incorrect variable use.
remove unused variable
2013-10-16 18:55:31 +00:00
christos 02d585e944 remove unused variable 2013-10-16 18:23:39 +00:00
christos f4ea80ed27 remove unused variables. 2013-10-16 18:20:16 +00:00
christos 389569be36 use variables that are only used in debugging. 2013-10-16 18:18:54 +00:00
christos 23c9dab085 move debugging code inside debugging ifdef. 2013-10-16 18:13:00 +00:00
christos 054991dfea remove unused 2013-10-16 18:07:56 +00:00
christos 2f6d5191bb move all the unused stuff to ifdef notyet 2013-10-16 17:43:33 +00:00
christos 5db9fd6992 add missing ifdefs 2013-10-16 17:40:55 +00:00
christos 62d51ff27c - use proper types (uint16_t instead of uint32_t)
- don't index past the end of arrays
- use __arraycount() consistently instead of manual cruft.
- remove useless cast
2013-10-16 17:39:09 +00:00
christos 83c3d19b88 print a warning if we failed. 2013-10-16 17:31:28 +00:00