Commit Graph

145150 Commits

Author SHA1 Message Date
wiz
e622fc0753 Fix problem solved in 1.25 in a better way. 2006-03-26 14:29:12 +00:00
wiz
d57d73b3ba Sort SEE ALSO. 2006-03-26 14:27:54 +00:00
wiz
75c0f53dfe Add devices that were added in 1.25 to SEE ALSO. 2006-03-26 14:27:19 +00:00
peter
e51f18a055 Use TAILQ_FOREACH. 2006-03-26 13:50:13 +00:00
rpaulo
d82f900b88 Add information about the Conexant LANfinity and mention Frank Wille as the
responsible.
2006-03-26 12:38:21 +00:00
thorpej
bf53a8ce6f Use device_unit(). 2006-03-26 04:39:40 +00:00
thorpej
5a75140fb8 Use device_unit() (and remove a couple of places where it is not
needed).
2006-03-26 04:38:52 +00:00
thorpej
21374641a5 Use device_unit(). 2006-03-26 04:32:33 +00:00
thorpej
376a595f60 Use device_unit().CVS: ---------------------------------------------------------------------- 2006-03-26 04:31:00 +00:00
thorpej
3328b5dfae Use device_parent(). 2006-03-26 04:27:57 +00:00
tsutsui
273acb6640 Reduce diff against hp300/trap.c. 2006-03-26 02:36:49 +00:00
tsutsui
14b642c7d7 Hmm, apply a missed fix for hp300 in the folloing commit:
http://mail-index.netbsd.org/source-changes/2002/02/14/0023.html

> allow writing to write-only mappings.  fixes PR 3493.
2006-03-26 02:33:31 +00:00
tsutsui
17b38bf99c Remove/sort some #include headers. 2006-03-26 02:28:37 +00:00
rtr
b3c940abb1 set close-on-exec flag for fd to database like type DB_HASH does
approved by christos@
2006-03-26 02:03:40 +00:00
xtraeme
500730a394 Mention trunc(3), reminded by kjk. 2006-03-26 02:02:38 +00:00
tsutsui
9bb95b5330 Fix a typo in previous. 2006-03-26 02:02:01 +00:00
rtr
8c8b6ee256 make __hash_open obey TMPDIR
resolves pr32565 and pr32454
2006-03-26 02:00:37 +00:00
tsutsui
b8b61c2254 - fix botch in comment on register prefix removal
- use m68k_page_offset() macro
- some KNF
2006-03-26 01:59:31 +00:00
tsutsui
e627d48e89 Make this compile with options DEBUG. 2006-03-26 01:58:28 +00:00
tsutsui
2bc47497e2 Include header files rather than local declaration. 2006-03-26 01:50:07 +00:00
tsutsui
e46696d02a Make this compile with options PANICBUTTON. 2006-03-26 01:49:09 +00:00
itojun
294eae05ea enable all address families (= IPv4 and v6), since NetBSD is IPv6-ready
with the default install.
2006-03-26 01:43:19 +00:00
tsutsui
9326d751db Wrap a debug printf with #ifdef DEBUG/#endif. 2006-03-26 00:57:52 +00:00
chs
b2aaae062f mention the nfe driver. 2006-03-26 00:35:05 +00:00
chs
c5e2153c1e work around another mbuf leak, the hardware doesn't seem
to work quite the way that the driver expects.
2006-03-26 00:34:14 +00:00
thorpej
dbf31290b3 Use device_parent(). 2006-03-25 23:25:24 +00:00
thorpej
6e53f1366a Use device_parent(). 2006-03-25 23:14:58 +00:00
rpaulo
4ed37fa0d7 Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>. 2006-03-25 23:10:50 +00:00
thorpej
246504f91c Use device_parent(). 2006-03-25 22:55:55 +00:00
thorpej
04da529aa3 Use device_parent().CVS: ---------------------------------------------------------------------- 2006-03-25 22:55:05 +00:00
rpaulo
843592e4df regen 2006-03-25 22:32:55 +00:00
rpaulo
6deeed92fe Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
port-i386.
2006-03-25 22:31:13 +00:00
dogcow
7c781162f5 Add -Wno-packed, in preparation for gcc4.1.x; unlike most of the other
warnings, it (at best) flags possible underoptimization, and not any
code defects.
2006-03-25 22:23:04 +00:00
kleink
f4003bf348 Add LIBRARY. 2006-03-25 22:18:40 +00:00
kleink
5325543dbf Add truncf(3), too. 2006-03-25 22:16:09 +00:00
he
ce943c094b Fix previous correctly. The "quiet" variable was not local.
Instead, the problem was declarations which followed a non-declaration
statement, which gcc 2.95 doesn't like, so reshuffle the order.
2006-03-25 21:56:29 +00:00
kleink
afd482bb6b libm.so.0.5 in /usr/lib, too. 2006-03-25 21:56:28 +00:00
uwe
2660f98628 Uncomment crossreference to round(3), we do have one. 2006-03-25 20:03:06 +00:00
uwe
0b2a86e51d Uncomment crossreference to trunc now that we have it. 2006-03-25 20:01:36 +00:00
bouyer
c53404f76c When printing the size of the xbd, also print the number of sectors.
in xbdstart(), check the sector number and transfer size against the
size of the xbd; if we issue an out of bound request the linux xbd backend
will fail to unmap the request, and xbd hangs up.
2006-03-25 17:57:25 +00:00
xtraeme
5474f575fe Mention rgephy(4). 2006-03-25 17:46:09 +00:00
xtraeme
1482c4e379 Enable rgephy(4). 2006-03-25 17:44:29 +00:00
xtraeme
9d4afb37ad Enable rgephy(4), closes PR port-amd64/33117. 2006-03-25 17:40:02 +00:00
xtraeme
4edeee0717 Add basic rgephy(4) manpage, from OpenBSD. 2006-03-25 17:38:34 +00:00
bouyer
bf79bcbeba Initialize memory to 0 when allocating a new xenbus device structure.
Prevents trying to unregister a nonexistant node in talk_to_otherend().
2006-03-25 17:23:36 +00:00
bouyer
499f3cb906 - Add a missing UVM_KMF_WIRED to uvm_km_alloc(), this would trigger an
assertion in uvm
- xbd_open(): check that the device exists before calling dk_open(). Fix
 a null pointer dereference when trying to open a unconfigured xbd.
Should fix 2 issues reported by Stephane Bortzmeyer on port-xen.
2006-03-25 17:20:32 +00:00
christos
6aba0a176a Add parentheses. 2006-03-25 17:19:02 +00:00
xtraeme
3e96ddc120 Add __RCSID(), u_intX_t -> uintX_t.
cvs: ----------------------------------------------------------------------
2006-03-25 16:55:53 +00:00
xtraeme
5fe20e8a44 Enable trunc(3). 2006-03-25 16:44:23 +00:00
xtraeme
f1336fbda3 Add trunc() and truncf() C99 functions, from FreeBSD. 2006-03-25 16:41:11 +00:00