Commit Graph

143861 Commits

Author SHA1 Message Date
thorpej
1cdae6d6e2 Use device_is_active(). 2006-02-21 04:31:33 +00:00
thorpej
d223e8477f Use aprint_*(). 2006-02-21 04:26:32 +00:00
thorpej
b636d4910e Add an "instance" member to opb_attach_args and use it when fetching
the mac-address property from board_info.  port-powerpc/32862
2006-02-21 04:25:29 +00:00
christos
61315901b1 PR/31850: Geoff Wing: tmpfs does not honor sticky directories. 2006-02-21 03:19:45 +00:00
chuck
c76190d31d regen. 2006-02-21 03:11:12 +00:00
chuck
cd31590889 add entry for LINKSYS PCM200 10/100 ethernet card 2006-02-21 03:09:54 +00:00
christos
176a6bf510 Text for the 3 new error messages, from Elad. 2006-02-21 00:11:01 +00:00
christos
c07324ce90 Add the 3 new error messages. 2006-02-21 00:08:26 +00:00
dsl
2acc3971af Allow menu entry option names to be code fragments that (should) call
wprintw(menu->mw, ftm, args) to generate the menu label.
Allows static menu labels to contain the current value (like a lot of the
dynamic menus do).
Correct width calculations, and bound menu table lookup.
2006-02-20 21:06:40 +00:00
jschauma
aaad8c9b37 add kochi@ as portmaster for ia64 2006-02-20 19:30:06 +00:00
cdi
d0f8217f78 Use ANSI-style function definitions and declarations. 2006-02-20 19:00:27 +00:00
jschauma
929e2c5c2d add missing port-ibmnws category 2006-02-20 18:27:19 +00:00
jschauma
d252fffd54 add missing port-ia64 category 2006-02-20 18:15:16 +00:00
christos
2249b62177 Add 3 new error strings. 2006-02-20 17:33:47 +00:00
christos
3b048f8f36 PR/32879: arnaud degroote: NetBSD doesn't define the EPROTO errno
While there add EMULTIHOP and ENOLINK.
2006-02-20 17:30:16 +00:00
drochner
814f8ea6a5 fix pasto in comment 2006-02-20 17:14:33 +00:00
gdamore
bd88c02e70 Add missing GPIO_BASE, plus clean up PCMCIA_BASE and add STATIC_BUS_BASE.
Fixes build error noted by martin@
2006-02-20 17:08:08 +00:00
thorpej
3ddf26777f Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
directly.
2006-02-20 16:50:36 +00:00
jschauma
a32f19d465 Add a new primary '-exit n':
This primary causes find to stop traversing the filesystem and
exit immediately if a previous condition was met.  If no value is
specified, the exit value will be 0, else n.  Note that other
primaries will be evaluated and acted upon before exiting.

Ok matt@, garbled@.
2006-02-20 16:31:02 +00:00
kochi
6f20259365 use aprint_* 2006-02-20 12:17:49 +00:00
rjs
25f0b1dc0a Regen for iPAQ 3900. 2006-02-20 10:47:27 +00:00
agc
756acb0ef7 Add an initial makefile for the iscsiconfig utility. We don't yet descend
into this directory, so no addition to the sets as yet.
2006-02-20 09:01:39 +00:00
agc
9b7f93748a Add an initial version of the iscsiconfig utility - initially only
discovery functionality is supported.
2006-02-20 09:00:05 +00:00
agc
f06c81ed28 Further cleanup.
Add an initiator_discover() function, and start to break up the monolithic
discovery function that's currently used.
2006-02-20 08:59:07 +00:00
agc
c9ecbabb62 Clean up, get rid of unused code.
Add my copyright for the extent, device and target conf file parsing and
manipulation code.
2006-02-20 08:57:32 +00:00
agc
b8ca8cc0de Clean up a bit - only print the huge stuff if we're debugging. 2006-02-20 08:56:06 +00:00
agc
c40774dc2e We don't ever run the tests in the kernel, so get rid of a whole lot of
"#ifdef __KERNEL__"
2006-02-20 08:55:06 +00:00
christos
63780e0b44 Propagate change from login.c where if getpeername succeeded, then we have
the sockaddr from the remote peer.
2006-02-20 05:05:16 +00:00
riz
74baa88e7d Flesh out the framework for attaching drivers to the GPIO pins.
From OpenBSD, Alexander Yurchenko <grange@openbsd
2006-02-20 03:18:36 +00:00
uwe
4f2fba2a61 Use comma in debug message in _load_segment_end to make it more readable. 2006-02-20 03:09:05 +00:00
uwe
ef2734fbd0 Print the size of address translation table in hex.
Use plural "pages", "bytes".
2006-02-20 03:07:33 +00:00
jnemeth
df4822d1f0 Correct The Hitchhiker's Guide to the Galaxy entry about dolphins as per
page 119 of the book.
2006-02-20 03:00:27 +00:00
jmcneill
dfbb22ef69 Make this compile again if VESABIOSVERBOSE is not defined. 2006-02-20 00:50:10 +00:00
yamt
7a114c5bd0 posix_fadvise is in section 2, not 3. pointed by Hisashi T Fujinaka. 2006-02-20 00:34:30 +00:00
thorpej
98339fbc17 Whoah, put some of that back inside #ifdef VESABIOSVERBOSE 2006-02-19 23:19:28 +00:00
elad
bca69c49bf needs assert.h to compile. 2006-02-19 23:13:14 +00:00
tron
28fb66b731 Improve code probing for the Intel hardware RNG to avoid false detections.
See http://home.comcast.net/~andrex/hardware-RNG/doihave.html for details.
Problem pointed on by Thor Lancelot Simon on port-amd64 mailing list.
2006-02-19 23:10:16 +00:00
bjh21
c892ebfd2b Document "show all pages". Reminded by wiz. 2006-02-19 22:46:40 +00:00
yamt
03c44ce523 document posix_fadvise. 2006-02-19 22:27:47 +00:00
jmcneill
ea3c7f1cc7 Add screenblanking support. Not enabled by default, as in some cases it
might cause the system to hang. Where it does work, it works well. Enabled
by setting options VESAFB_PM.

Tested on ATI Radeon M9 (failed), NeoMagic 256AV (passed).
2006-02-19 21:41:18 +00:00
martin
cf755d3b8b Regen 2006-02-19 21:31:14 +00:00
martin
505c00bd30 Add Aztech AZT1020. From Stephan Meisinger. 2006-02-19 21:30:46 +00:00
elad
f0dd749f9b add _DIAGASSERT as requested by mrg@. 2006-02-19 20:46:29 +00:00
thorpej
eb8dcd3151 Fix a botched aprint_*() conversion. 2006-02-19 19:54:23 +00:00
bjh21
ed2f09f139 Add a "show all pages" command to DDB which prints one line per physical
page in the system.  Useful for getting some idea where all your memory's
gone, at least on a sufficiently small system.
2006-02-19 18:52:29 +00:00
jmcneill
904145aa04 Now that we have support for it in vcons, simplify the text disable/enable
support by using SCREEN_DISABLE_DRAWING and SCREEN_ENABLE_DRAWING rather
than messing with the screen's vcons_data.
2006-02-19 18:12:28 +00:00
jmcneill
2ab3751122 splash is MI; move it out of files.i386 2006-02-19 17:24:36 +00:00
jmcneill
8d38b91f51 Smaller NetBSD logo image, suitable for lower memory situations or
screens that don't do 640x480 (ie, 640x240 on hpcsh Jornada 690).
2006-02-19 17:12:01 +00:00
jmcneill
b886fcd18f Make this compile again. 2006-02-19 17:07:52 +00:00
jmcneill
a5ce3fb6ba Pull in opt_vesafb.h for width/height/depth options. 2006-02-19 16:20:59 +00:00