Commit Graph

85161 Commits

Author SHA1 Message Date
jmc f6625b6f7a Update for libc 2001-09-11 21:03:24 +00:00
thorpej 050e9de009 Use callouts for SYN cache timers, rather than traversing time queues
in tcp_slowtimo().
2001-09-11 21:03:20 +00:00
chs 0f63dc99dc replace pmap_enter() with pmap_kenter_pa() where appropriate. 2001-09-11 20:37:12 +00:00
bjh21 97438fd6d4 Add eca(4). 2001-09-11 18:18:11 +00:00
bjh21 36d01b048b Manual page for eca. Not much more than a list of error messages, but it's
better than nothing.
2001-09-11 18:16:12 +00:00
wiz 44462eb289 Whitespace, paragraph, punctuation, citation fixes. Sort sections. 2001-09-11 17:54:20 +00:00
wiz 2cf03896ac Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,
swap empty lines for .Pp's.
2001-09-11 17:39:00 +00:00
wiz 86fa100c43 Punctuation fix. 2001-09-11 16:53:14 +00:00
wiz c412168bcf Drop unneeded empty line. 2001-09-11 16:52:42 +00:00
thorpej dd5462b93f Update for TCP timer changes. 2001-09-11 15:45:01 +00:00
thorpej 85f032ca45 Fix printf format. 2001-09-11 15:10:45 +00:00
onoe a939e73e00 Add definition of mask/shift for seqence/fragment in sequence control field. 2001-09-11 12:25:18 +00:00
bjh21 5321796010 Add a minimal bus_space_mmap which always fails. The MEMC can only map DRAM
into the user's address space -- I/O devices can only ever be got at by the
kernel.
2001-09-11 11:38:59 +00:00
pk 88dc67b3e1 The `ESC' DMA chip must be reset before we can access the esp registers. 2001-09-11 10:50:52 +00:00
chs e5c9089c28 fix typo. 2001-09-11 07:30:51 +00:00
pk 828bc6ebb3 Move some logic from dma_start() to dma_setup(); inspired by the sun3 si version. 2001-09-11 07:03:56 +00:00
augustss 8a0aea16c1 Don't go top mode OPERATIONAL (before reset) on startup even if BIOS claims to
have initialized the controller.
2001-09-11 07:00:19 +00:00
simonb 237596d77d Install agpio.h. 2001-09-11 06:53:59 +00:00
fvdl 71fb506f0b Fix i810/other intel chipsets attach mishap. 2001-09-11 06:51:47 +00:00
gmcgarry a6872266c3 Update for HP300 manpage changes. Also resorted. 2001-09-11 06:41:14 +00:00
fvdl 6b43a561dd Don't forget to install the pointer to the chip-specific chipc. 2001-09-11 06:30:38 +00:00
gmcgarry 7533e86fcf Overhaul of HP300 documentation:
- improve cross-referencing
- pages for recent drivers
- use correct driver names
2001-09-11 06:30:02 +00:00
enami 36c88aab99 - Recognize new type `rng'.
- Use getprogname().
2001-09-11 05:52:37 +00:00
uwe be7ed09a36 Fix quotes for `time-of-day'. 2001-09-11 05:41:37 +00:00
enami 54d0f0cc4b Fix off-by-one error; root on sd0i shoule be rejected if maxpartition is 8. 2001-09-11 05:11:59 +00:00
eeh 93b54eb36a Implement pmap_growkernel(). 2001-09-11 04:35:43 +00:00
thorpej 16c229ea7c Optimization suggested by Bill Sommerfeld: Keep a hint as to the
"earliest" firing callout in a bucket.  This allows us to skip
the scan up the bucket if no callouts are due in the bucket.

A cheap O(1) hint update is done at callout insertion (if new callout
is earlier than hint) and removal (is bucket empty).  A thorough
refresh of the hint is done when the bucket is traversed.

This doesn't matter much on machines with small values of hz
(e.g. i386), but on systems with large values of hz (e.g. Alpha),
it has a definite positive effect.

Also, keep the callwheel stats in evcnts, so that you can view them
with "vmstat -e".
2001-09-11 04:32:19 +00:00
simonb f278adc002 The des_opts program suggests just "-DDES_UNROLL" on my 5000/260. 2001-09-11 04:10:41 +00:00
itojun 55e8bc4e8b make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket,
therefore, you will need two instances running for dual stack support
(one with -4 and one with -6).
2001-09-11 03:33:52 +00:00
itojun c976c20dc0 correct 1st arg to select(). 2001-09-11 03:32:55 +00:00
wiz 0c2e5eb7eb Punctuation fixes. 2001-09-11 01:25:53 +00:00
wiz 3283c51072 Drop superfluous .Pp. 2001-09-11 01:25:39 +00:00
wiz 4577a82c45 Drop superfluous .Pp, punctuation fix. 2001-09-11 01:25:14 +00:00
wiz 63b5c68cd4 Drop superfluous .Pp's, punctuation fixes, improve citation. 2001-09-11 01:24:47 +00:00
wiz 89deca2505 Drop superfluous .Pp. 2001-09-11 01:22:51 +00:00
wiz 3d6ca24ddb Boring whitespace fixes. 2001-09-11 01:18:14 +00:00
wiz 5aa5c17625 Empty line -> .Pp. 2001-09-11 01:17:24 +00:00
wiz 2a3e3930e4 Boring whitespace fixes. 2001-09-11 01:02:18 +00:00
wiz 42704c41c9 Sort SEE ALSO correctly; trade empty lines for .Pp; drop superfluous .Pp's;
correct oder of sections; even comment in some .Xr's in one case.
2001-09-11 01:01:56 +00:00
wiz 915147e7d3 Correct section order. 2001-09-11 00:36:57 +00:00
wiz 6909a9ca7e Correct section order, and delimit cross references in SEE ALSO section by
commas.
2001-09-11 00:36:44 +00:00
wiz b060fade3a Use standard section headers. 2001-09-11 00:09:05 +00:00
wiz d4f5b1e0bf Use standard section headers; uppercase .Sh argument; remove quotes in
.Sh arguments.
2001-09-11 00:08:25 +00:00
bjh21 768c591f5d Add eco and eca. 2001-09-10 23:49:21 +00:00
bjh21 e416135347 Driver for the standard Archimedes Econet interface, based around the
Motorola 6854 ADLC.
2001-09-10 23:41:48 +00:00
chris bd81d66bb5 Update the pmap following some comments from Chuck Silvers:
Remove some overzealous locking of HEAD_TO_MAP
Remove a potential deadlock in pmap_copy_page
Change alloc and free l1pt to use kenter/kremove.
Update pmap_map to use kenter (only actually used by dumpsys, so no matching kremove)
2001-09-10 23:40:02 +00:00
wiz 1f8c01ef58 Use standard section headers. 2001-09-10 23:32:29 +00:00
bjh21 c30b958988 Add fiq_installhandler(), so the current FIQ owner can change what handler
they've got installed without relinquishing the FIQ.
2001-09-10 23:17:48 +00:00
bjh21 52b3d56b11 Add MI Econet support. This is lacking any interfaces to higher-layer
protocols, and lacking any timeouts, but it basically works, doing four-way
handshakes in both directions and incoming Machine Peek operations.

Oh, and Econet is Acorn's ancient, proprietary 500kbit/s networking
technology.
2001-09-10 23:11:05 +00:00
chris 70907ad742 Add stubs for mmap to footbridge, must implement proper mmap real soon. 2001-09-10 23:05:19 +00:00