tsutsui
8411622879
Use vaddr_t for pc instead of uint32_t.
2011-03-18 15:31:38 +00:00
jruoho
f6eafc1d10
Move security(8) to the section 7. Discussed on source-changes a while back.
...
Should address PR # 35718 at least partially.
2011-03-18 15:21:56 +00:00
tsutsui
452f95afe0
Make this compile with options DEBUG and MIPS1 only config.
2011-03-18 15:19:43 +00:00
joerg
8eab2cff56
Remove static branch prediction hints. They pessimize code for all CPUs
...
but Pentium IV. Discussed with ad@ and dsl@
2011-03-18 15:18:16 +00:00
tsutsui
94e49d10f9
tools/mklocale has not required ctype_bits.h since the following fix:
...
http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html
Tested build.sh tools on CentOS 5.
2011-03-18 15:13:54 +00:00
he
83a6b62058
It would be nice if lint knew that abort() will never return.
...
For now just insert a /* NOTREACHED */ comment to fix the build failure.
2011-03-18 14:56:01 +00:00
plunky
e411304db7
disable use of gcc-specific "label as values" feature for HAVE_PCC
2011-03-18 10:50:36 +00:00
roy
f42fd8d0f1
Simplify some conversion by usig pre formatted strings and a function
...
to print a parameter.
2011-03-18 10:42:54 +00:00
mrg
4d4222abed
re-add local ebusvar.h, and use it to share between ebus.c and ebus_mainbus.c
2011-03-18 09:52:54 +00:00
martin
30b9b129ac
Test the proper array index. Discovered by sparc64 automatic test runs.
2011-03-18 09:07:20 +00:00
jruoho
97cb123ac6
Add the specification to the SEE ALSO.
2011-03-18 08:26:19 +00:00
cliff
43977beaad
RMIXL_FLASH_BAR_MASK_MAX is __BITS(34,0)
...
so avoid using extent if that value overflows 'long'
2011-03-18 07:12:29 +00:00
joerg
526fbdff1c
Kill a redundant lvalue cast in assembler constrained.
2011-03-18 03:06:21 +00:00
cliff
a683058e4d
- add config for gpio, iobus, nand, flash
...
- config for pcic, pcmcia stubbed for now (drivers TBD)
- ensure space-tab is used to maintain format when commented
2011-03-18 02:14:55 +00:00
cliff
9628d95fdc
- add config for gpio
...
- add config for iobus, nand, flash
2011-03-18 02:13:46 +00:00
cliff
8a8c6da9df
cosmetics
2011-03-18 02:01:45 +00:00
cliff
7cb2c00520
- fix typo when clearing pre-existing intrs in attach
2011-03-18 01:21:34 +00:00
cliff
a8135f3979
- add support for Peripherals IO Bus for RMI XL* chips
2011-03-18 01:05:57 +00:00
cliff
420e258418
- add NAND suport for RMI XL* chips
2011-03-18 01:04:46 +00:00
cliff
ea3f01c4f4
- add support for Peripherals IO Bus for RMI XL* chips
2011-03-18 01:04:09 +00:00
cliff
da7d3d24b2
add gpio support for RMI XL* chips
2011-03-18 01:03:10 +00:00
cliff
4b13361d31
- remove obsolete "TBD" comment
2011-03-18 00:59:13 +00:00
cliff
aa20fcdd11
- add to struct rmixl_config storage for IO Peripherals Bus
...
base address, address mask, and bus space.
2011-03-18 00:58:54 +00:00
cliff
0224687993
- add register & bit defines for GPIO, Peripherals IO Bus, Flash, NAND
2011-03-18 00:58:35 +00:00
cliff
c1a6784525
- add suport for MT29FxGx family devices
2011-03-18 00:57:51 +00:00
joerg
5349df0309
Add missing MLINKS. From Stathis Kamperis.
2011-03-18 00:57:19 +00:00
skrll
7b35090894
Note HPPA TLS support.
2011-03-17 22:15:56 +00:00
skrll
5dea138bb6
HPPA TLS support.
2011-03-17 22:14:43 +00:00
skrll
a59f1998c0
Appease the hppa linker.
2011-03-17 22:13:58 +00:00
skrll
83c1874f74
Another TLS reloc. Thanks to joerg for a hint.
2011-03-17 22:07:52 +00:00
jmmv
cfadf0aa6e
Remove hack introduced in revision 1.6 to workaround a bug in atf-run that
...
would cause it to lock up while waiting for the p2k_ffs_fillfs test case
to complete (in some cases only).
This has been fixed by the upstream revision
3dd2481ec97b2fde76521939b6451d03ce989745 which I have just pulled into
our copy of atf.
2011-03-17 19:48:37 +00:00
jmmv
2dad8b2ada
Pull up revision 3dd2481ec97b2fde76521939b6451d03ce989745 from upstream:
...
Really kill subprocesses of a test case before waiting for its completion
Before waiting for any leftover output of the test case after it terminates,
we must ensure that all of its subprocess are really, really dead. Otherwise,
these subprocesses may be sharing the stdout of the test case, in which case
our wait will block (potentially indefinitely).
This finally (well, hopefully) fixes some random lockups exposed by the
NetBSD test suite. Reported by Antti Kantee after
tests/fs/vfs/t_full:p2k_ffs_fillfs was exposing this problem in a pretty
reproducible manner.
2011-03-17 19:45:36 +00:00
christos
ade14f59b9
don't decrement if children are 0
2011-03-17 19:43:34 +00:00
riz
c8735093ef
.WAIT for makefs, because in most builds, it's the first target
...
which includes Makefile.nbincludes, whose beforedepend: has
some race condition I don't fully understand, and which has been
causing many (but not all!) -j16 builds on the autobuild cluster
to fail in tools since sometime between 201103061600 and 201103070900.
With the proper voodoo, I was able to get 8 builds in a row to fail
without this change, and 16 in a row to succeed with it.
XXX a proper fix likely involves reworking the beforedepend: target
of Makefile.nbincludes, but this should get the build cluster back up
to full functionality in the meanwhile.
2011-03-17 19:06:45 +00:00
jruoho
f016791f4e
Remove boiler plate paragraph in the CODE REFERENCES section.
2011-03-17 17:53:02 +00:00
jruoho
21c56604f8
ACPICA 20110316 is out.
2011-03-17 17:13:29 +00:00
matt
2ee318db8f
Add stuff that the Freescale PowerQUICC3 ESDHC controllers have.
2011-03-17 16:56:58 +00:00
jruoho
9567c7d56b
Properly set the frequency during suspend and resume. Should fix problems
...
introduced in the revision 1.42. Pointed out by Taylor C. Campbell.
2011-03-17 15:59:36 +00:00
skrll
267d99344b
Blame where blame is due.
2011-03-17 15:59:32 +00:00
jruoho
c79df2b59e
Add a comment.
2011-03-17 15:32:18 +00:00
vanhu
2337f22d7b
fixed a memory leak in oakley_append_rmconf_cr() while generating plist. patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:42:58 +00:00
vanhu
949304356c
free name later, to avoid a memory use after free in oakley_check_certid(). also give iph1->remote to some plog() calls. patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:39:06 +00:00
vanhu
ebfca0c74d
fixed a memory leak in oakley_check_certid(). patch by Roman Hoog Antink <rha@open.ch>
2011-03-17 14:35:24 +00:00
wiz
b8e9a97310
Fix SYNOPSIS. Error found by martin.
2011-03-17 14:06:29 +00:00
tsutsui
31a177fdc6
umass doesn't take channel.
2011-03-17 13:26:51 +00:00
tsutsui
3e2ac64ecd
Include files.ata for atapibus at umass.
2011-03-17 13:25:54 +00:00
jruoho
231352d485
Remove the bulk "this section describes places within [...]" -paragraph.
2011-03-17 10:02:54 +00:00
joerg
080ec811b2
Remove chrtbl(8). Since NetBSD 1.6, the rune type based file format for
...
LC_CTYPE has been used.
2011-03-17 02:35:27 +00:00
matt
353ac4a525
Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined.
2011-03-17 01:01:15 +00:00
matt
def13dad30
Add __HAVE___LWP_GETTCB_FAST support (for mips and powerpc).
2011-03-17 00:43:48 +00:00