Commit Graph

180841 Commits

Author SHA1 Message Date
nonaka
6cb21f59ee Added NE2000 with 8bit bus width support.
reviewd by tsutsui@ at tech-kern ML.
2009-05-05 12:37:24 +00:00
cegger
06e69f3860 struct device * -> device_t 2009-05-05 12:10:07 +00:00
cegger
f2bccc0a8e struct device * -> device_t, use device_private() 2009-05-05 12:07:15 +00:00
cegger
73af259591 Attach on BCM5709 chip.
XXX Firmware fails to complete initialization on this chip.
2009-05-05 10:21:22 +00:00
cegger
dc97f7f624 print autoconf error message with aprint_error 2009-05-05 10:02:52 +00:00
cegger
70b3d943f4 age(4) and ale(4) have been pulled into netbsd-5 for NetBSD 5.1
XXX This needs to be pulled into netbsd-5 for correctness.
2009-05-05 09:58:40 +00:00
cegger
6a970ea21d device_t/softc split 2009-05-05 09:51:23 +00:00
agc
bcfd85659b + __ops_packet_t -> __ops_subpacket_t
+ __ops_parser_content_t -> __ops_packet_t
+ rename some other long names
  51 chars is the record function name length so far
+ preliminary moves to support detached signatures
  as yet, incomplete
+ add back command line option to list packets in a signed or encrypted file
+ make __ops_parse() take an argument whether to print errors, and kill the
  __ops_parse_and_print_errors() function
+ get rid of some assertions in the code - this is a library - about 100 to go
2009-05-05 01:28:15 +00:00
wiz
cc8e7a968a Add missing apostrophe. 2009-05-04 22:31:36 +00:00
wiz
decd684ac0 Remove superfluous spaces around parentheses. 2009-05-04 22:28:30 +00:00
ad
f04d7e49cc + callout_halt 2009-05-04 21:33:00 +00:00
ad
e8f7cd4ed0 Enable -mtune=nocona by default on x86. I have tested on a range of CPUs
and this seems to give the best results.
2009-05-04 21:32:31 +00:00
wiz
b6359ce897 Punctuation. 2009-05-04 21:13:58 +00:00
wiz
a44b9acd01 Use Sx. Remove superfluous .Pp. 2009-05-04 21:11:53 +00:00
wiz
8da40e7f0e Remove trailing whitespace. 2009-05-04 21:09:12 +00:00
wiz
36ad9ca39e Remove superfluous comma. 2009-05-04 20:54:50 +00:00
rmind
3d7fe7769c ufsdirhash_recycle():
- Fix ufs_dirhashmem modification (do it atomically).
- Fix a memory leak.

OK by <ad>.
2009-05-04 20:54:25 +00:00
wiz
b4562aaf07 New sentence, new line. Use Aq instead of \*[Lt]\*[Gt]. 2009-05-04 20:54:16 +00:00
wiz
e6bed77504 New sentence, new line. 2009-05-04 20:48:06 +00:00
wiz
d85266f985 Fix formatting. New sentence, new line. 2009-05-04 20:47:48 +00:00
wiz
efabe55512 Sort sections. 2009-05-04 20:43:48 +00:00
wiz
6272d564d6 New sentence, new line. 2009-05-04 20:42:00 +00:00
wiz
d0405d7091 Remove trailing whitespace. Sort SEE ALSO. 2009-05-04 20:39:46 +00:00
wiz
77c248c29f Remove trailing whitespace. 2009-05-04 20:37:28 +00:00
wiz
3cc511c34e New sentence, new line. Sort SEE ALSO. 2009-05-04 20:37:07 +00:00
wiz
148a07685e Fix typo in Dd argument. 2009-05-04 20:11:30 +00:00
wiz
03736339b7 Use Aq instead of \*[Lt]\*[Gt]. 2009-05-04 20:10:19 +00:00
wiz
2b17065540 Uppercase CPU. 2009-05-04 20:09:10 +00:00
wiz
113b689e88 Sort errors. 2009-05-04 20:08:07 +00:00
wiz
b10ceebb6d New sentence, new line. 2009-05-04 19:52:34 +00:00
wiz
ead0f5812e New sentence, new line. Prepare for HTML output. 2009-05-04 19:48:15 +00:00
wiz
d8c85176f3 New sentence, new line. 2009-05-04 19:45:51 +00:00
wiz
29c223b6bb Prepare for HTML output. 2009-05-04 19:42:40 +00:00
wiz
a5cda1e927 s/ctxsw/mi_switch/ 2009-05-04 19:42:14 +00:00
wiz
c3d6275457 Prepare for HTML output. 2009-05-04 19:41:09 +00:00
wiz
54f3bd9704 Sort SEE ALSO. Drop trailing whitespace. 2009-05-04 19:40:02 +00:00
wiz
1e4a5a2d99 New sentence, new line. Use \*[Gt] for HTML output.
Punctuation improvements. Other fixes.
2009-05-04 19:28:03 +00:00
wiz
14d466a44a New sentence, new line. 2009-05-04 19:18:49 +00:00
wiz
259d9a680a New sentence, new line. Use Pa for paths. 2009-05-04 19:17:49 +00:00
wiz
e0d897a4e4 Add an article. 2009-05-04 19:16:41 +00:00
wiz
83412be2c1 Sort SEE ALSO. 2009-05-04 19:15:36 +00:00
wiz
274aaf51a5 New sentence, new line. 2009-05-04 19:11:49 +00:00
mhitch
0428b65ea1 fix sign-compare issues in vax-specific code. 2009-05-04 18:09:04 +00:00
mhitch
f2451d1c4c Allocate relocation section using bfd_zalloc() to ensure no garbage
relocations when not all the entries are used.  Fixes PR port-vax/39182.
2009-05-04 17:56:35 +00:00
ginsbach
ced39b2b50 Mention POSIX.1-2008 (_POSIX_C_SOURCE == 200809L) and
XPG 7 (_XOPEN_SOURCE == 700) in comments.
2009-05-04 16:44:14 +00:00
manu
c328d568d4 TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the
network to be functionnal, and therefore must be called after
config_finalize(). Unfortunately, config_finalize() attaches md0
through mdattach(), and when tftproot_getfile() attempts to attach it
later by calling mdattach() again, it gets a failure.

This change checks for the RAMdisk size in mdattach(). If it is zero, then
the RAMdisk has not been loaded yet, and nothing is done. It will be
attached later when tftproot_getfile() will call mdattach()
2009-05-04 16:20:41 +00:00
yamt
183ff8793d sysctl_doeproc: fix a bug in rev.1.135.
don't forget to mark our marker process PK_MARKER.
this fixes crashes in sched_pstats, etc.
2009-05-04 14:52:33 +00:00
pooka
b142e2e100 Nuke RUMPCN_HASNTBUF. The inspiration behind it must've been ... deep. 2009-05-04 14:31:25 +00:00
wiz
159e5816d2 Add missing word. 2009-05-04 13:37:57 +00:00
cegger
463905bb9c struct cfdata * -> cfdata_t 2009-05-04 12:38:51 +00:00