Commit Graph

143723 Commits

Author SHA1 Message Date
rpaulo
08d09ff6c5 In sysctl_iflist() don't assume TAILQ_FIRST() will never be NULL.
Prevents crash found by Uwe and fix confirmed working by Jeff Ito (all
on tech-net).
2006-02-21 22:01:17 +00:00
drochner
02008493db test some basic operations with subnomal numbers 2006-02-21 16:36:57 +00:00
drochner
9c09926156 scale denormal numbers, to get a meaningful exponent (and a mantissa
which just consists of the implicit bit),
fixes PR lib/32861 by FX Coudert
(the bug was seen in gfortran stress tests)
(we should use the code in fdlibm as we do for frexpf())
2006-02-21 16:30:56 +00:00
peter
91c766665d Translate new messages. 2006-02-21 16:00:30 +00:00
salo
fcf37725e7 Translate new messages. 2006-02-21 15:20:03 +00:00
thorpej
9a7728a937 Back out previous -- it was committed by mistake. 2006-02-21 15:07:03 +00:00
martin
2b403a2f32 Translate new messages 2006-02-21 14:02:22 +00:00
is
4e153e3dce Prototype for fakecninit(). 2006-02-21 12:32:02 +00:00
jmmv
9a759636ba Translate three new messages. 2006-02-21 08:51:20 +00:00
gdamore
0ae4b88fc9 Show all 36-bits of paddr_t.
Approved by simonb@
2006-02-21 08:25:49 +00:00
skrll
14041a25af Fix from Sam Leffler "correct check for whether wpa is enabled".
wpa_supplicant and static WEP doesn't crash the firmware now. YAY!
2006-02-21 07:24:07 +00:00
thorpej
58853410ae Use device_class() instead of accessing dv_class directly. 2006-02-21 04:32:38 +00:00
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