christos
ee48b743e7
Make this work for NetBSD
2013-02-09 20:19:13 +00:00
christos
80388058ff
one more
2013-02-09 19:39:01 +00:00
christos
be721c1dad
add FreeBSD implementations.
2013-02-09 19:37:48 +00:00
christos
02bfcabc8d
merge back changes I undid
2013-02-09 18:59:19 +00:00
christos
2b70ceaf90
add tool hooks.
2013-02-09 18:50:11 +00:00
christos
8070b25e81
hook image building for rpi.
2013-02-09 18:49:55 +00:00
khorben
75c88a7f14
Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
...
Tested on a Lenovo ThinkPad T60 2007 (amd64)
2013-02-09 17:42:34 +00:00
christos
014096fb90
Allow setting _LIB_PREFIX externally.
2013-02-09 17:18:17 +00:00
christos
60404ef41f
explicitly set the prefix here.
2013-02-09 17:18:01 +00:00
christos
67dc09847c
libmesa needs the lib prefix because it is used in LIBDPLIBS
2013-02-09 17:17:36 +00:00
skrll
c20e384b54
RCSId police
2013-02-09 16:42:45 +00:00
rmind
5b97ba65a8
Disable -DWITH_NPF for now; will be converted to BPF mechanism.
2013-02-09 15:36:40 +00:00
jmcneill
42680819c8
console device selection is done at runtime now
2013-02-09 13:29:36 +00:00
jmcneill
648a5bdd8d
attach a wsdisplay even if this is not the console device
2013-02-09 13:28:59 +00:00
spz
cd9c73575e
typo in a MKDEBUGLIB part
2013-02-09 12:17:20 +00:00
kiyohara
ce02c3a687
Fix KASSERT(l == curlwp)ed in mi_switch(). Don't use INTSTK of cpu_info in
...
INTR_PROLOG when user-mode. Interrupted user context switches to newlwp, if
sched tick. This context must save to USPACE.
When use our INTSTK?
2013-02-09 11:22:51 +00:00
jmcneill
473f858720
fix usage again -- -D specifies destdir not releasedir
...
include conf/${h}.conf not conf/rpi.conf
fix ./mkimage: line 110: "7" - 1 : syntax error: operand expected (error token is ""7" - 1 ")
2013-02-09 11:20:56 +00:00
jmcneill
eb893c8eed
keep beagleboard conf in sync with rpi
2013-02-09 11:19:55 +00:00
jmcneill
35ad314c0b
fix usage
2013-02-09 11:15:14 +00:00
jmcneill
5dd616cd7a
add missing }
2013-02-09 11:07:26 +00:00
njoly
5fb876b9e0
Fix LOCKDEBUG build.
2013-02-09 11:04:32 +00:00
rmind
0e21825481
NPF:
...
- Implement dynamic NPF rules. Controlled through npf(3) library of via
npfctl rule command. A rule can be removed using a unique identifier,
returned on addition, or using a key which is SHA1 hash of the rule.
Adjust npftest and add a regression test.
- Improvements to rule inspection mechanism.
- Initial BPF support as an alternative to n-code.
- Minor fixes; bump the version.
2013-02-09 03:35:31 +00:00
jakllsch
556f85a303
"dcl" is not "dc1".
...
Fixes PR#47547
2013-02-09 02:49:36 +00:00
christos
26a38a4618
CID/979997: missing va_end()
2013-02-09 01:50:04 +00:00
christos
225b6588eb
CID/979998: missing va_end()
2013-02-09 01:46:30 +00:00
christos
12e03428f2
CVS/979999: missing va_end()
2013-02-09 01:22:28 +00:00
christos
4a90750c00
CID/980000: missing va_end()
2013-02-09 01:20:08 +00:00
christos
222eaeb9cc
CID/90001: missing va_end()
2013-02-09 01:19:05 +00:00
christos
60296e9005
CID/980002: missing va_end()
2013-02-09 01:16:39 +00:00
christos
752baf2503
why didn't gcc find the formatting error?
2013-02-09 00:32:12 +00:00
christos
a67c3c8971
printflike maintenance.
2013-02-09 00:31:21 +00:00
matt
e773de8072
Properly deal with the non-coherent dma tag too.
2013-02-08 23:24:02 +00:00
matt
3cc6d3e59a
If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_range
...
for the coherent dma tag.
2013-02-08 23:21:35 +00:00
christos
fdbbeac71e
remove obsolete file
2013-02-08 22:37:14 +00:00
christos
abb21374ec
change to take the full kernel path
2013-02-08 19:16:53 +00:00
christos
9173721edf
fix options
2013-02-08 19:14:14 +00:00
skrll
09cb8836d7
aprint_verbose -> aprint_debug
2013-02-08 16:35:10 +00:00
christos
6b8892b719
fix generation
2013-02-08 15:22:03 +00:00
jdc
e602a4297b
Add seeprom(4). Tested on Blade 2000 and Fire 280R.
2013-02-08 15:20:17 +00:00
jdc
029dae7672
Update the bugs, now that seeprom has a major assigned.
2013-02-08 15:18:44 +00:00
jdc
29f4985ff4
Set the size for EEPROM's that we know about ("i2c-at24c64" is set to 8192).
...
Allows seeprom(4) to attach correctly, when combined with the direct
configuration support there.
2013-02-08 15:17:00 +00:00
jdc
4e17786137
Handle direct configuration if ia->ia_name is set, using iic_compat_match().
...
If ia->ia_name is set, display the name on attach.
Display the size (if known) on attach.
Move the iic_acquire_bus() and iic_release_bus() calls inside the read and
write loops, to avoid holding the bus for the full duration of the read or
write.
2013-02-08 15:14:11 +00:00
christos
debf5d1394
add obsolete entries for yesterday's changes, sort
2013-02-08 15:13:04 +00:00
jdc
c3ca80ef0c
Add an MI major number for seeprom (char 206).
2013-02-08 15:00:26 +00:00
wiz
6ba5c58891
Add serial commas.
...
From Bug Hunting.
2013-02-08 12:50:51 +00:00
skrll
8668323de3
Fix release of vmem_btag_lock (don't release twice in error path)
2013-02-08 09:30:01 +00:00
matt
785313335c
Add pre-name changed debug libraries as obsolete.
2013-02-08 04:36:35 +00:00
matt
4609daf1bc
Add missing }
2013-02-08 04:06:25 +00:00
jakllsch
8c9dbb49b1
Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data.
2013-02-08 03:58:36 +00:00
matt
e67266a84f
Change bclr 14,2 to beqlr
2013-02-08 03:05:43 +00:00