Commit Graph

221062 Commits

Author SHA1 Message Date
joerg
db0a20e19e GC put16.
XXX Use sys/endian.h
2013-09-14 13:05:51 +00:00
ast
555103854f Fix build release of evbarm which had been failing in mkimage
beagleboard_smp with the elusive message:

    "gzip: can't stat: gzip: No such file or directory"

This was due to GZIP=gzip being defined in mkimage; we now use:

    GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)

as distrib/sets/sets.subr already does in these files as well:

    distrib/utils/embedded/mkimage
    distrib/utils/embedded/conf/beagleboard.conf
    distrib/utils/embedded/conf/rpi.conf
    distrib/utils/embedded/conf/rpi_inst.conf
2013-09-14 12:51:27 +00:00
martin
57bfdd2d7c Remove unused variable 2013-09-14 12:44:17 +00:00
martin
8e35e63ef9 Remove unused variables, use C99 open arrays for variable sized arrays 2013-09-14 12:43:08 +00:00
joerg
0c1143e0a4 Mark mach64_set_dma_eol as unused. 2013-09-14 12:39:28 +00:00
joerg
6f627b4ea2 Use __KERNEL_RCSID. 2013-09-14 12:39:09 +00:00
martin
ee129994cf Fix return value of ipf_sync_nat 2013-09-14 12:18:06 +00:00
martin
9e58a5046a Remove unused variables 2013-09-14 12:06:19 +00:00
martin
1e30f2d6cd Remove a few unused variables, ifdef others like their use 2013-09-14 12:03:10 +00:00
martin
9a3cf38a1f Remove unused variables 2013-09-14 11:51:47 +00:00
martin
d07fab0561 Remove unused variable 2013-09-14 11:41:45 +00:00
martin
e6cb94a704 Remove unused variable and ifdef another like their use 2013-09-14 11:39:08 +00:00
martin
3d10084754 Remove unused variable and ifdef some others like their use 2013-09-14 11:33:59 +00:00
njoly
0336046eb1 Add needed sys/stat.h include for utimens functions. 2013-09-14 10:41:18 +00:00
nakayama
c7b602785c Redo previous to fix build break. 2013-09-14 05:38:00 +00:00
jakllsch
711bc88750 Add xhci(4). 2013-09-14 00:42:21 +00:00
jakllsch
fd0968d755 Add work-in-progress xhci(4) driver code. Currently (mostly) supports
interrupt-driven control, interrupt and bulk transfers at the three USB
2.0 speeds on root hub ports.
2013-09-14 00:40:31 +00:00
jakllsch
f6ecf6bbf1 Establish host controller softint earlier, in usb_attach rather than
usb_doattach.
2013-09-13 23:42:12 +00:00
jakllsch
0a3b13c912 A few more USB 3.0 constants. 2013-09-13 23:30:47 +00:00
joerg
7caa2608fa GC flash_get_part_offset. 2013-09-13 22:18:42 +00:00
martin
123d15c260 Make CPU_INFO_FOREACH more gcc 4.8.1 friendly 2013-09-13 21:36:38 +00:00
martin
37d31ef47e Remove unused variables 2013-09-13 21:22:10 +00:00
martin
794e1b020b Remove unused variable 2013-09-13 21:14:58 +00:00
martin
7dbb5aec6e #ifdef a variable like their use 2013-09-13 21:13:08 +00:00
martin
0d2f30103a Remove unused variable 2013-09-13 21:09:40 +00:00
joerg
884273eed0 wkmodulus is only used with USE_SRP, so conditionalize it. 2013-09-13 21:07:54 +00:00
martin
5b8d9098ad Remove unused variable 2013-09-13 21:05:02 +00:00
joerg
57e0a316cc GC mopts. 2013-09-13 21:03:29 +00:00
martin
57f401bd2e Remove unused variable 2013-09-13 21:03:04 +00:00
martin
ec66c9343a Remove unused variables 2013-09-13 20:56:17 +00:00
martin
cac84f0b1c #ifdef variable declarations/initializations like their use 2013-09-13 20:54:14 +00:00
joerg
73c26f5d13 Remove copyright, use __RCSID. 2013-09-13 20:51:20 +00:00
joerg
880491ca90 GC descr and helpm. 2013-09-13 20:46:50 +00:00
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