Commit Graph

84932 Commits

Author SHA1 Message Date
simonb
214f5366ea Centralise struct cpu_info declaration and related info to <mips/cpu.h>. 2001-09-04 06:19:21 +00:00
thorpej
102190b8fe Implement bus_space_mmap(). 2001-09-04 05:31:27 +00:00
wiz
cf412a1220 Bump date for last change. 2001-09-04 04:21:35 +00:00
wiz
84dd7c2015 Mention HZ option. 2001-09-04 04:20:30 +00:00
wiz
c89f483c56 add hz(9) 2001-09-04 04:08:01 +00:00
wiz
4537f2cc42 Xref hz(9), now that it exists. 2001-09-04 04:03:50 +00:00
wiz
b35bc23d45 Add hz(9) man page. 2001-09-04 04:01:49 +00:00
wiz
6d1c80037a Two punctuation fixes. 2001-09-04 03:05:54 +00:00
wiz
ab1b3c443e Two punctuation nits, and sort SEE ALSO. 2001-09-04 03:05:07 +00:00
wiz
c5d58619a3 One formatting and two punctuation fixes. 2001-09-04 03:03:46 +00:00
wiz
220403858e Remove trailing whitespace 2001-09-04 03:02:19 +00:00
wiz
0307782f8e Sort SEE ALSO, and a punctuation nit. 2001-09-04 03:01:50 +00:00
wiz
28972f3ae7 Fix isa xrefs, and SEE ALSO. 2001-09-04 03:01:27 +00:00
wiz
8a24620130 Punctuation fixes. 2001-09-04 03:00:46 +00:00
nisimura
1bd02088cf + include "dev/wsfont/files.wsfont" for VGA change. 2001-09-04 02:59:32 +00:00
wiz
864c460726 Whitespace formatting improvements. 2001-09-04 02:52:44 +00:00
wiz
42a2a8e490 Boring whitespace fixes. 2001-09-04 02:51:15 +00:00
wiz
e689590189 Usually, the SEE ALSO section doesn't end with a dot. 2001-09-04 02:48:40 +00:00
thorpej
47920741b0 Implement bus_space_mmap(). 2001-09-04 02:37:08 +00:00
thorpej
c6fda2584d Define the bus_space_mmap() method for mmap'ing bus space into
user programs.
2001-09-04 02:10:52 +00:00
enami
1b4cef2087 Add prescaler bit constant (missed in previous commit). 2001-09-04 01:33:14 +00:00
wiz
80fe04281d Refer the HTML documentation for ntpd(8) installed in
/usr/share/doc/html/ntp, and fix two whitespace nits while I'm here.
2001-09-03 23:03:29 +00:00
manu
11736debb0 Fixed indent 2001-09-03 21:10:56 +00:00
matt
3c50edd8fb Switch hpcarm to common arm32 conf.c ; (small changes to vm_machdep.c to
make it compile under ELF)
2001-09-03 19:38:13 +00:00
matt
7ce6450eac Add a merged <pcb.h> for arm26/arm32. 2001-09-03 19:20:27 +00:00
is
8d9290c427 Allow 24 and 32bit linear audio.
Actually, the silence filler can do any multiple of 8 bits now, but I didn't
allow the parameter check to accept more than 32 bit to avoid confusion
of drivers that fail to check the parameters themselves thoroughly.
This should be changed later.
2001-09-03 18:51:43 +00:00
jdolecek
c4ec7c7376 add new Polish libc catalog 2001-09-03 18:42:49 +00:00
wiz
2142730f12 regen (vmegen, wsfont) 2001-09-03 18:42:44 +00:00
drochner
c2335854a1 add comments for automatic manpage creation
(pointed out by Thomas Klausner)
2001-09-03 18:37:15 +00:00
drochner
19e9e70941 add vmegen and wsfont devices 2001-09-03 18:18:25 +00:00
sommerfeld
3b5dda2596 Don't spinlockinit a simple_lock; simple_lock_init it instead. 2001-09-03 18:13:13 +00:00
thorpej
f5c35acc6c Eliminate a needless test, pointed out by Bill Sommerfeld. 2001-09-03 17:49:31 +00:00
drochner
09accd52c0 manage fonts through the wsfont framework, which allows to use both
compiled-in or runtime loaded fonts,
keep font pointers in a LRU queue and load into the adapter on demand,
 so we can have more fonts in use than physical font slots

CAUTION: font loading through the wsdisplay device directly into the
adapter doesn't work anymore!
2001-09-03 17:34:07 +00:00
drochner
fd065bcd87 add wsfont pseudo device 2001-09-03 17:18:22 +00:00
thorpej
f7a403a447 Define more caching parameters from SCSI-3. 2001-09-03 17:14:49 +00:00
drochner
cb896c703c implement a pseudo-device wsfont for access to the wsfont machinery 2001-09-03 17:05:20 +00:00
drochner
056402167e make dynamic font addition usable,
export font matching function for common use
2001-09-03 17:04:11 +00:00
lukem
ddbf49bae2 comment the commenting-out, to reduce confusion 2001-09-03 16:30:02 +00:00
reinoud
e8858886be Fixed compiling error when AUDIO_DEBUG was switched on ... 2001-09-03 15:07:37 +00:00
lukem
9ddcc07798 - rename option -t trackskew' to -k trackskew', for consistency with newfs(8)
- add CHANGEVAL() macro, which does the hard work of changing a parameter
- sort options in usage()
- use  .ig [ ... ] ..  to comment out sections of man pages (instead
  of .\" at the start of each line
2001-09-03 15:04:39 +00:00
sommerfeld
e15a851896 Cross-reference fstat(1) 2001-09-03 14:56:08 +00:00
lukem
697080de7e no need to assign asb->fs_state twice in cmpsblks() 2001-09-03 14:53:31 +00:00
reinoud
cd44f820c2 Make it compile again when AUDIO_DEBUG is turned on ... in sequencesread
and sequencerwrite were two debug messages that had a type conflict in the
printf. I put in a (int) to solve it.
2001-09-03 14:52:29 +00:00
lukem
c50eb8cc85 deprecate fs_fscktime; we never used it.
in an effort to maintain compatibility with freebsd/openbsd/whatever,
i'm attempting to get the superblock format in sync, and freebsd uses
the int32_t at this position for `fs_pendinginodes'.

if we ever decide to implement fscktime functionality, we'll:
a) make sure to liaise with the other projects to reserve the same
   spare field
b) actually implement the code this time ...

(this is also preparing us for other changes, like the new dirpref code)
2001-09-03 14:52:17 +00:00
tsutsui
cc46ca4327 Add more working PCI devices on arc:
pcscp* at pci?
 epic* at pci?
 pcn* at pci?
 rtk* at pci?
 sip* at pci?
and remove le at pci, which is superseded by pcn.
2001-09-03 14:39:08 +00:00
mrg
be4df68bb5 don't explicitly size the intrhand[] array; fixes PR#13859 from <martti.kuparinen@iki.fi> 2001-09-03 13:07:21 +00:00
itojun
955ffe2d0e just to be sure, set telnetport to 0.
From: Pekka Savola <pekkas@netcore.fi>
2001-09-03 07:51:43 +00:00
matt
9b16bbab9f Move constab from conf.c to autoconf.c (since conf.c is going away shortly). 2001-09-03 05:02:18 +00:00
matt
e940b67ae4 Use new shared arm/arm32/conf.c 2001-09-03 04:28:51 +00:00
cjs
d814de63b5 For consistency, make permit_root_login default to PERMIT_NO if not specified
in the config file. Thanks to itojun for pointing this out.
2001-09-03 04:23:10 +00:00