Commit Graph

221079 Commits

Author SHA1 Message Date
joerg f9cf12b211 GC rumpusb_device_intr_methods. 2013-09-13 20:38:39 +00:00
joerg 421316e0bf Remove busversion. 2013-09-13 20:38:04 +00:00
joerg 7a17852c4d GC unused functions. Don't bother building ieee80211_acl.c, nothing in
it is non-static.
2013-09-13 20:19:53 +00:00
joerg b3d66acd27 Kill unused function ib_assign. 2013-09-13 20:15:33 +00:00
joerg 0b8f03ad36 Mark the splay MIN_MAX helper function as potentially unused. 2013-09-13 19:43:38 +00:00
joerg 900d87e72c Use __RCSID. 2013-09-13 19:29:47 +00:00
joerg 711cd67c1d Add missing minus. 2013-09-13 18:53:29 +00:00
joerg 41e5f81261 Mark yysccsid as used when compiling with GCC 3.1 or compatible. 2013-09-13 17:38:17 +00:00
christos 6e8e96a525 disable more stuff. 2013-09-13 15:00:47 +00:00
joerg bdfde3da9a Redo the locale cache to be constant. It now contains the localeconv()
data and which LC_MONETARY and LC_NUMERIC values it is derived from.
In newlocale(3) and setlocale(3), check for the existing entries and on
miss, create a new entry. This is currently not using a lock for the
list as the worst case is a small memory leak.
2013-09-13 13:13:32 +00:00
jnemeth b8d9c736cd fix compilation error; hi christos! 2013-09-13 07:18:34 +00:00
msaitoh 993b96e7e8 Update Intel processors' brand names and model names (e.g. Atom C2000 and
E3000) from the latest document.
2013-09-13 06:21:43 +00:00
martin 29e13d4a00 Remove unused variable 2013-09-12 21:11:37 +00:00
martin eb896c6082 #ifdef some variables just like their use 2013-09-12 21:03:11 +00:00
martin a37ce7da33 Remove unused variable 2013-09-12 20:47:59 +00:00
martin 2dd911aefa Fix return value of ieee80211_ioctl_setoptie 2013-09-12 20:44:02 +00:00
martin 49d78024ae Remove unused variable 2013-09-12 20:40:46 +00:00
martin 929a512f58 Fix evil "sizeof(void*)" botch 2013-09-12 20:30:58 +00:00
martin decf386d57 Remove unused variable 2013-09-12 20:20:03 +00:00
martin 444987700c Make it compilable with gcc 4.8.1 2013-09-12 20:16:51 +00:00
martin d7972365df Remove unused variable 2013-09-12 20:03:10 +00:00
martin 097ec72497 #ifdef a variable just like their use 2013-09-12 20:00:15 +00:00
martin 880e9bcab0 Remove unused variable 2013-09-12 19:54:51 +00:00
martin e0924eeb83 Remove unused variables 2013-09-12 19:53:41 +00:00
christos 8f0c389494 wait until our local address is available before configuring. 2013-09-12 19:52:50 +00:00
martin 8fc5f922fd #if 0 a variable just like their only use 2013-09-12 19:51:09 +00:00
martin fd330ed8ad Remove unused variable 2013-09-12 19:47:58 +00:00
christos 700d3ab22a - print the line discipline using the new ioctl
- print the queue size
2013-09-12 19:47:23 +00:00
martin dffa067438 Remove unused variables 2013-09-12 19:46:31 +00:00
martin c091a61a63 Remove unused variable 2013-09-12 19:38:59 +00:00
martin 3d788c2346 Eliminate an unused variable - someone with docs and test hardware please
check the XXX introduced.
2013-09-12 19:37:19 +00:00
christos 1ebd07204c Silence some common module load errors and explain why. 2013-09-12 19:02:05 +00:00
christos 2ff1b6b59f What's the point of having a module exec class if exec is not using it? 2013-09-12 19:01:38 +00:00
drochner 45702ddfef tyop in comment, from Eivind Evensen via OpenBSD 2013-09-12 18:00:18 +00:00
joerg 36a6d19157 Handle dependency on libstdc++ / libc++ in bsd.lib.mk. 2013-09-12 17:14:20 +00:00
matt aafdd97899 Cleanup some diagnostic code. 2013-09-12 15:38:04 +00:00
joerg 4d12bfcd15 Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
2013-09-12 15:36:14 +00:00
joerg 1bf0d67629 NetBSD certainly supports TLS in static applications if it supports TLS
on the platform at all.
2013-09-12 15:35:15 +00:00
kiyohara e351a99d1f Fix VIVT cache operation. Tested on Kirkwood machines. 2013-09-12 14:45:18 +00:00
martin 8606bfb9d2 Remove unused variable 2013-09-12 13:12:35 +00:00
martin 814c381f42 Fix return value of cryptodev_msessionfin. 2013-09-12 13:02:37 +00:00
martin 77cc2c9e6f Remove an unused variable, avoid unused variable warning. 2013-09-12 12:57:48 +00:00
martin bf471dab7e Minor tweaks for newer gcc 2013-09-12 12:54:39 +00:00
martin c8152c7fd7 Slightly rearange stopcounter() to compile warning-free with newer gcc 2013-09-12 12:45:53 +00:00
martin bee22eb353 Simplify CG6_DRAW() and CG6_BLIT() macros so gcc 4.8.1 does not warn about
them - assembler looks good, but Michael, can you please test nevertheless?
2013-09-12 12:42:18 +00:00
martin 822c138d8c #ifdef variable declarations/initializations like their use 2013-09-12 12:28:49 +00:00
martin 2ef755c84e Remove unused variables 2013-09-12 12:26:13 +00:00
martin cd2a35a0c5 #ifdef a few variable declarations/initializations to match their use 2013-09-12 12:22:40 +00:00
martin 3f88fce981 #ifdef the "npress" variable, so it is only defined (and initialized) when
it is also used.
2013-09-12 12:20:01 +00:00
martin 97f5cd3b5b Remove unused variable 2013-09-12 12:10:11 +00:00