christos
9305dd3557
fix compilation
2013-02-02 21:38:24 +00:00
christos
8874000015
fix compilation
2013-02-02 21:02:06 +00:00
christos
2d692a9557
add and document offset.
2013-02-02 20:42:02 +00:00
christos
8ab3772af5
static inline so that the kernel links.
2013-02-02 20:06:48 +00:00
christos
3075d9e35c
someone forgot the debuglibs
2013-02-02 18:19:38 +00:00
matt
494e7cff16
Use const void *
2013-02-02 17:58:11 +00:00
christos
0b10d223d4
tools build is non-c-99
2013-02-02 15:24:08 +00:00
christos
74d93a2aa9
avoid the long shadow of i
2013-02-02 15:12:25 +00:00
christos
4b11b0a47f
Don't wait forever for output from a child job.
2013-02-02 15:11:48 +00:00
matt
e4ea5ea184
Use CACHE_LINE_SIZE for EHCI_SQTD_ALIGN to make sure the sqtd fully consume
...
a cacheline.
2013-02-02 14:15:55 +00:00
matt
3db5e3ef90
Use __SHIFTOUT to simplify an expression.
2013-02-02 14:11:37 +00:00
matt
c54c5d3aee
Remove __BEGIN_DECLS/__END_DECLS
...
Allow pmap_kenter_pa to be a macro.
2013-02-02 14:06:58 +00:00
matt
a404a54d69
Add an explicit (void *) cast to __link_set_make_entry*
...
(these probably should have ptype added to them).
2013-02-02 14:03:38 +00:00
matt
06924b3fe7
Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reason
...
to expose the rest of the kernel to it.
2013-02-02 14:02:09 +00:00
matt
5b552bb2b4
Don't define bool/true/false in the kernel if __cplusplus is defined.
2013-02-02 14:00:37 +00:00
kefren
006aecc2c4
get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest
...
of the code in the two places this variable was used
2013-02-02 07:00:40 +00:00
matt
d6f7d83d82
Can't use TARGET_AAPCS_BASED since it's not setup by the time
...
SUBTARGET_CPU_DEFAULT is invoked so use ARM_DEFAULT_ABI instead).
2013-02-02 05:04:25 +00:00
hubertf
1f03a12d0f
If the initial build of nbmake fails, make the configure logfile
...
available (and tell where it is).
2013-02-02 02:08:37 +00:00
christos
469af362c9
use the version in the source tree, instead of the build host
2013-02-01 21:02:48 +00:00
matt
0ff8c4a686
Use bus_space_read_multi_4 to drain the RNG's FIFO.
2013-02-01 19:27:47 +00:00
skrll
b24153bad2
Use bus_space_read_multi_4 and fix copyright year. From Jared.
2013-02-01 16:10:16 +00:00
matt
8ce910e785
include stdbool.h if !_KERNEL
2013-02-01 15:23:11 +00:00
matt
b5be1380e5
cleanup PVF_WRITE & pvh_attrs interaction.
2013-02-01 15:02:31 +00:00
phx
b5fea9e283
Include two MII PHY drivers, as needed by certain PCMCIA network cards.
...
More PHY drivers should be added when needed.
2013-02-01 14:48:15 +00:00
christos
a1bd32a9dc
remove bogus err.
2013-02-01 14:02:17 +00:00
christos
7a9c8c6550
while it is studly to play with token pasting, passing directly the type
...
is a lot more readable.
2013-02-01 14:00:33 +00:00
tron
b1d97a6429
Make custom "reload" target work. Before this fix it would have tried
...
to send a HUP signal to "wpa_supplicant" instead.
2013-02-01 13:29:33 +00:00
tsutsui
78a8bc30db
Call usb_syncmem() against descriptors more strictly.
...
(not sure if the previous ones were fatal though)
2013-02-01 12:53:47 +00:00
spz
a3b287e514
IPv6 linklocal address printing cosmetics
2013-02-01 05:40:07 +00:00
macallan
e312e9600b
support WSDISPLAYIO_SVIDEO and _GVIDEO, now screen blanking in X works
2013-02-01 02:53:47 +00:00
jmcneill
03caaef799
only enable ARM SIMD and NEON for earm, as the configure script tests for this
2013-02-01 00:17:24 +00:00
matt
9ac4c42034
Add arm support for cpuctl identify
2013-01-31 23:40:48 +00:00
wiz
405ebbdc66
Add comma after i.e.
...
From Bug Hunting.
2013-01-31 23:09:06 +00:00
matt
85a02f384a
Add support for machdep neon_present and id_mvfr sysctls
2013-01-31 22:35:25 +00:00
matt
cd300de5a1
Add simple sysctls for cpu_id, fpu_id, neon_present, simd_present,
...
simdex_present.
Add struct sysctls to return the isar, mmfr, pfr, and mvfr sets.
2013-01-31 22:34:26 +00:00
matt
a9585fd0b1
Add support for PREINIT_ARRAY
2013-01-31 22:24:25 +00:00
skrll
3c966926d4
Another typo in a comment.
2013-01-31 22:01:49 +00:00
skrll
aa0d4ee3b5
Typo in comment.
2013-01-31 21:57:39 +00:00
macallan
8e2baacbf1
break some long lines
2013-01-31 21:10:37 +00:00
riastradh
d86328195e
Add pthread_condattr_setclock(3) man page link.
2013-01-31 20:57:58 +00:00
matt
c4936fc4a0
Only complain about binding if we have more than 1 cpu. :)
...
(we always have more than 0).
2013-01-31 19:47:59 +00:00
pooka
f4c932abd9
bump for TOOLS_BUILDRUMP
2013-01-31 19:16:11 +00:00
joerg
a81d4ca32f
bdz -> bpz to match the initials of the authors.
2013-01-31 16:32:02 +00:00
christos
0465120426
include private.h to get access to TM_GMTOFF
2013-01-31 15:47:53 +00:00
pooka
dc7c452845
Use TOOLS_BUILDRUMP=yes to restrict building of tools to those required
...
for building rump kernels. This cuts down the NetBSD source tree required
by buildrump.sh to a fraction and addresses a size/download time concern
from a person packaging rump kernels for Linux.
No change to the normal case (tested with several -j32/-j64 builds).
reviewed by apb
2013-01-31 15:22:50 +00:00
christos
3cfc43473d
macroize to make it more type-safe.
2013-01-31 15:15:15 +00:00
matt
99fb32ee38
add a fpu_used sysarch
2013-01-31 14:58:51 +00:00
christos
2431e0788b
the allow options are 8 bits wide.
2013-01-31 14:56:32 +00:00
joerg
8f31aaa01e
Add sockaddr_format to ease debugging code dealing with socket
...
addresses.
2013-01-31 14:30:47 +00:00
skrll
a603d84f03
Simplify dwc_otg_work and its initialisation.
2013-01-31 12:41:41 +00:00