phx
9db32a0d38
StorCenter models are called 250, 500 and 1T.
2011-02-07 19:20:35 +00:00
tsutsui
7efd442c9a
Retire legacy grfinfo and hilinfo derived from HPBSD
...
since finally hp300 got wscons.
2011-02-07 18:11:28 +00:00
christos
b805ecec3f
PR/44529: Martin Danielsson: fsck_msdos crashes when verifying corrupt file
...
system. Avoid using the long name index when it is 0. Refactor the code to
avoid duplication.
2011-02-07 17:36:42 +00:00
nisimura
908c083e0e
- add D-Link GSM-G600 info. IP1000A is supposed a member of stge(4).
...
- move StorCenter info as it looks correct.
2011-02-07 15:58:35 +00:00
pooka
8235557106
malloc/free aren't async-signal-safe, so avoid calling them when
...
signals aren't blocked.
this bug made tests/rump/rumpkern/t_sp:sigsafe rarely deadlock
2011-02-07 15:25:41 +00:00
pooka
58bfec3ee0
make sure we don't use "fullset" before we init it
2011-02-07 14:49:53 +00:00
pooka
be04c94c6d
types.h for time_t
2011-02-07 14:49:32 +00:00
nisimura
c4da6fc812
add StorCenter heuristic by PCI vendor ID detection.
2011-02-07 13:35:21 +00:00
tsutsui
13b242e45c
Resurrect and move retired ITE files that are still used by bootloaders.
2011-02-07 13:11:41 +00:00
nisimura
0bc06ff35b
add Dallas I2C RTC driver for StorCenter, leaving it commented out for now.
2011-02-07 12:51:18 +00:00
nisimura
bf1aad3bf0
add IOMEGA StorCenter fixup codes. Need more change as the satellite
...
microcontroller protocol is defined in 8-byte fixed length sequence.
2011-02-07 12:45:21 +00:00
pooka
ac3cf3ec89
duh, _sys_read, not read. STAY FIXED, DAMNIT!
2011-02-07 12:23:05 +00:00
skrll
b0db353f1b
Fix PR/44500 for hppa.
2011-02-07 12:19:35 +00:00
pooka
46b90f129d
Unbreak the ssp lossage from the default -current build by removing
...
it. I still don't have any idea what the ssp stuff is supposed to
do and how it's supposed to even begin to work. If someone wants
to change this now, run tests/lib/librumphijack before commit so
that I can avoid another multihour debugging session!
2011-02-07 11:51:02 +00:00
pooka
847a170bc4
call the non-compat pollts() from inside the library
2011-02-07 10:28:18 +00:00
matt
e538011342
This is no longer broken for macppc.
2011-02-07 09:40:52 +00:00
matt
37e1e568f2
PR port-macppc/43619
...
Save handler before calling sendsig_reset before it will reset to SIG_DFL
is SA_RESETHAND is set.
2011-02-07 09:39:48 +00:00
pooka
76559697b3
not here yet either (mirror amd64 commit)
2011-02-07 09:09:47 +00:00
matt
f39473aed2
Use EVCNT_ATTACH_STATIC
2011-02-07 07:02:24 +00:00
matt
0c742649cc
Fix inverted test. cpu_setmcontext should return success. :)
2011-02-07 06:41:08 +00:00
matt
0cb428decc
binutils is automagically doing securecrt so make sure plt calls are emitted
...
with the secureplt magic as well.
2011-02-07 06:37:01 +00:00
jmcneill
80df985736
options SPLASHSCREEN_PROGRESS is no more
2011-02-07 04:05:49 +00:00
chs
1bb795ff6c
move macros for validating fs/gs to segments.h and use them
...
in the linux32 code as well.
2011-02-07 03:54:45 +00:00
jakllsch
4abad0c82d
Third argument of MODULE() is typically a string literal.
...
Moreover it (at least sometimes) didn't build otherwise.
2011-02-07 03:14:28 +00:00
jakllsch
f9880b2188
Make this build.
...
Also, the previous commit contanined "unintended" functional changes I'm
going to ignore.
2011-02-07 03:03:16 +00:00
jmcneill
3670180a8a
%d -> %zd for size_t printf format
2011-02-07 02:57:49 +00:00
christos
7b5e4e85d3
KNF, no functional changes intended.
2011-02-07 02:06:20 +00:00
dholland
b0b5abdaa0
Fix typo, from Henning Petersen in PR 44513.
2011-02-07 01:37:12 +00:00
christos
ce3fa327b8
provide __arraycount() if not there.
2011-02-07 00:26:27 +00:00
jmcneill
5efc85b67e
- add support for using compressed images as splash images
...
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options
2011-02-06 23:25:16 +00:00
jmcneill
86ef644484
add support for passing image files to the kernel with the 'splash' keyword:
...
vesa on;splash /netbsd.jpg;boot -z
2011-02-06 23:16:05 +00:00
jmcneill
4f25757c6e
add BI_MODULE_IMAGE boot module type
2011-02-06 23:14:04 +00:00
jmcneill
4ed3c0a866
add a public domain image decoder
2011-02-06 23:13:04 +00:00
njoly
5867fbf60a
Regen for MPMan.
2011-02-06 23:11:54 +00:00
njoly
3859919bd4
Add MPMan to the vendor list.
2011-02-06 23:11:11 +00:00
pooka
f5d3a9ff38
don't use __arraycount in tools
2011-02-06 23:03:02 +00:00
pooka
b915a641c8
update macro names to match new ones
...
(i don't know why they changed, just fixing the build)
2011-02-06 21:38:09 +00:00
pooka
15fa3c8c84
Support query of the partition size in case underlying device is
...
a wedge. This still lacks the proplibistic query of the sector
size and just assumes 512. It's good that we make asking a file's
size as simple as requiring one stat(), one open() and three (3)
different ioctls plus some proplist mumbojumbo. I'm surprised it's
available at all by means other than #wish.
code mostly from Taylor R Campbell, rant from me.
2011-02-06 21:05:53 +00:00
jmmv
3b500cc2c3
Fix the 'test' target to force atf to use its own files from DESTDIR instead
...
of the installed ones. This is achieved by overriding all ATF_* environment
variables and making them point inside DESTDIR.
2011-02-06 19:38:48 +00:00
jmmv
773d35b30a
Add missing DPADD on libatf-c.a. Spotted by Garrett Cooper.
2011-02-06 19:34:20 +00:00
dyoung
2158ec89af
Delete unnecessary casts to void *. No functional change intended. Same
...
assembly generated before and after this change.
2011-02-06 19:12:55 +00:00
pooka
eb725c2168
Call daemon() later to make sure there is a listening socket by
...
the time the foreground process exits.
discussed with mrg.
2011-02-06 19:00:53 +00:00
plunky
590bad2347
respond to L2CAP Information requests
2011-02-06 18:50:59 +00:00
pooka
c221725e98
librumphijack build infra
2011-02-06 18:47:55 +00:00
pooka
fbc821a08c
Add a simple test for the purpose of making sure rumphijack works
...
on -current in addition to 5.x. The test serves a simple index.html
on a hijacked bozohttpd and checks the file can be retrieved.
2011-02-06 18:44:29 +00:00
tsutsui
f73265d5d8
Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.
...
- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but
all other variants (TigerShark, Hyperion, DaVinci, GatorBox, Renaissance)
should also work if they are working on OpenBSD/hp300.
- sti(4) and SGC bus support are not pulled because I don't have 425e
and I can't confirm that 362 and 382 actually have SGC bus.
(I'll commit a DIO based dumb driver for 362 and 382 framebuffers later)
- Xorg server with wsfb driver will also be integrated soon
once after keycode with NoSymbol problem is addressed.
(We have to re-think what code should be used on WSDISPLAY_COMPAT_RAWKBD)
- MI HIL keyboard and mouse drivers are working fine though
cngetc via hilkbd has some problem (still we can input commands).
- No old HP-UX like HIL ioctl compatibility (we removed COMPAT_HPUX anyway).
grfinfo(8) and hilinfo(8) will be removed shortly.
Demonstrated on NetBSD booth at Open Source Conference 2011 Kagawa.
2011-02-06 18:40:55 +00:00
tsutsui
9af8da4eb7
Note NetBSD/hp300 wscons.
2011-02-06 18:38:01 +00:00
tsutsui
0bd3f40c4b
Initially generate hildevs_data.h from hildevs.
2011-02-06 18:34:52 +00:00
tsutsui
a9f8e3a76c
Add NetBSD's RCS Id.
2011-02-06 18:32:55 +00:00
christos
27eb1769a9
use unsigned char instead of uint8_t, easier for portability
2011-02-06 18:28:22 +00:00