Commit Graph

85124 Commits

Author SHA1 Message Date
rjs fcd39c5f2e Add bs_notimpl_bs_mmap to bus space struct. 2001-09-12 12:32:16 +00:00
rearnsha 9358e3ecc3 Fix warning errors for printing size_t types when compiling with
DEBUG_DMA (uses casts due to a.out and ELF having different base
types for size_t).
2001-09-12 09:41:50 +00:00
fvdl 43bbb8500a Apparently some ServerWorks Host-PCI bridges only get their memory space
enabled, even though IO space does work. A few drivers (like ahc)
will only work reliably with IO space, so check for this condition
and correct it.
2001-09-12 08:25:17 +00:00
itojun 1f8d9cbdd1 pull patch from openbsd Errata 033:
A security hole exists in uucp(1), uux(1) and uuxqt(1) that may allow
an attacker on the local machine to run arbitrary commands with
root privileges.
Fix:
Pay more attention to commandline parsing of long options.
Patch from jbj@redhat.com via millert@.
2001-09-12 07:51:03 +00:00
gmcgarry 044635794c Update for r4000, 5100, and bba support. 2001-09-12 05:34:39 +00:00
jmc 80c2e0c086 Fix typo's on hp300 cat4 list 2001-09-12 05:00:50 +00:00
enami f6902a7a38 There isn't syncfs.h under specfs/. 2001-09-12 04:59:13 +00:00
jmc 9185cf1b34 Add mtrr.h to INCS list to get installed on a make includes 2001-09-12 04:44:21 +00:00
lukem fa5157d9fb explicitly set the default compression level to 1 (from the implicit 6),
because it's significantly faster and doesn't use that much more disk space.
2001-09-12 03:14:08 +00:00
lukem fd08f59ac0 Add "-Z level" to control the compression level that -z uses (which
defaults to -Z 6).  Depending on the relative speed of the CPU
versus disk, "-zZ1" might be faster than no compression at all.
2001-09-12 02:58:29 +00:00
wiz 9c2315c5c5 Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
wiz 350b00b938 Boring whitespace fixes. 2001-09-11 22:52:52 +00:00
wiz 160f98f624 Punctuation nit. 2001-09-11 22:46:50 +00:00
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