bjh21
06eecc6ca0
$Id$ -> $NetBSD$ (oops).
2002-06-19 23:27:48 +00:00
bjh21
cccb2d97a7
ANSIfy, un-__P, clean comments a little.
2002-06-19 23:12:14 +00:00
bjh21
26f6ad6038
Un-__P. Clean up comments.
2002-06-19 23:05:07 +00:00
bjh21
f793a16211
Substantial overhaul of the wsqms driver:
...
Use a callout rather than hanging off the VSYNC interrupt.
Don't emit WSMOUSE_INPUT_ABSOLUTE events, since this isn't an absolute device.
Handle counter wrap-around sensibly, rather than limiting counts.
Don't gratuitously copy sc->sc_dev onto itself at attach time.
2002-06-19 23:02:58 +00:00
bjh21
a7f527777e
Move over to using a 6:5:5 R:G:B palette in 16-bit display modes, and abstract
...
the palette generation to work with arbitrary numbers of bits.
This allows X to work after a fashion, since it tries to put the VIDC into
a 6:5:5 mode itself (which we ignore). Anything that actually tries to take
advantage of the DirectColor visual it offers will still be screwed, but I
hope such applications are rare.
2002-06-19 22:42:02 +00:00
briggs
029a7e8e9a
- The 8240 and 8245 have a 603 core -- add them to the 603 lists...
...
- Use atop(dcache_size / assoc) for uvm_page_recolor(ing) instead
of atop(dcache_line_size / assoc).
2002-06-19 17:43:30 +00:00
briggs
d6cfd2cc8c
Include the Processor ID for the MPC8245.
2002-06-19 17:39:26 +00:00
eeh
84c049f196
Match the Solaris siginfo layout for _LP64.
2002-06-19 17:33:01 +00:00
wrstuden
2eb3dc82d8
Fix recent bugs seen on Performa 4400 macppc's by
...
Makoto Fujiwara <makoto@ki.nu> and Manuel Bouyer <bouyer@netbsd.org>.
Help from Allen Briggs, Jason Thorpe, and Matt Thomas.
We need to call cpu_cache_probe() early in boot (machdep.c).
Add 603 info for completeness, and use NBPG not PAGESIZE, as the
latter relies on uvm being setup (cpu_subr.c).
Let uvm_page_recolor() be called before uvm has been set up; just
note the page coloring value (uvm_page.c).
2002-06-19 17:01:18 +00:00
itojun
9be14081f9
identify kame scopeid hack with KAME_SCOPEID
2002-06-19 16:42:09 +00:00
itojun
072cf558ff
logic mistake in 1.60 -> 1.61; ask media type if needed.
...
From: Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
2002-06-19 16:30:52 +00:00
ad
6c64700280
Address PR 16291 by Markus W Kilbinger: newsyslog always compresses archived
...
log files.
2002-06-19 16:30:31 +00:00
itojun
18ef784f92
add some items to CLEANFILES
2002-06-19 16:10:48 +00:00
christos
abe6b5bef1
Make sure that we free memory and return null if we failed to initialize.
...
This should be pulled up to 1.6, but someone needs to make sure that it
does not affect broken programs.
2002-06-19 15:56:27 +00:00
drochner
ee19f13ab5
add a "ddns-updata-style" line; dhcpd won't start without one
...
(PR bin/12702 by Patrick Welche)
2002-06-19 15:49:02 +00:00
wiz
05f4b3dd11
Sync "sh $0.local all" lines.
2002-06-19 15:08:40 +00:00
wiz
f3c7ce35d5
regen (mention USB devices)
2002-06-19 15:02:47 +00:00
wiz
6bb56fb9e2
Document that usb devices are generated by default.
2002-06-19 15:02:08 +00:00
wiz
9034f4fdf1
By default, make ugen0 in the usbs target too, as i386 and x86_64 already did.
2002-06-19 15:00:03 +00:00
blymn
5ce770b15c
Fixed typo in type declaration.
2002-06-19 14:12:57 +00:00
tshiozak
db90de7aba
add ROLAND/EDIROL SC-8850/SD-90.
2002-06-19 13:55:30 +00:00
tshiozak
9fd9d36a30
add ROLAND/EDIROL SC-8850 and SD-90.
2002-06-19 13:54:06 +00:00
tshiozak
4a57ce1e18
fix some bugs (by kay@kaynet.or.jp):
...
- compile error with debug option,
- miss of cut and paste, and
- logical error on resource freeing.
2002-06-19 13:51:34 +00:00
leo
07ad9a1532
Make it clear which Milan kernel (PCIIDE or ISAIDE) is selected.
2002-06-19 11:44:26 +00:00
wiz
d92b5a4634
Add a space, mdoc fix, and let netdock(4) appear in 1.7, not 1.6.
2002-06-19 10:17:17 +00:00
agc
254fefb729
Fix a typo introduced in the last commit.
2002-06-19 10:13:43 +00:00
itojun
7dba307bd4
preliminary manpage for netdock(4). hope to update with more info.
2002-06-19 09:46:48 +00:00
itojun
89f5f2b8ff
sort by family name
2002-06-19 09:31:03 +00:00
wiz
6ff28e9bbf
Update comment on how to generate MAKEDEV(8).
2002-06-19 09:30:35 +00:00
wiz
ef94287861
Add MAKEDEV(8) for x86_64.
2002-06-19 09:28:02 +00:00
wiz
44b5cee1bf
Add x86_64 cat8/man8/html8.
2002-06-19 09:23:52 +00:00
wiz
a518254934
Add a missing semicolon. Reported by Ian Dall in bin/17311.
2002-06-19 08:51:38 +00:00
jdolecek
fc257046b9
g/c procfs fallback code, it's redundant now that we use sysctl to get
...
process info
2002-06-19 08:11:55 +00:00
gmcgarry
90e61fba91
UPLCOM -> UMCT
2002-06-19 05:30:09 +00:00
grant
30dfd0761f
remove extraneous #endif from last commit, make this compile again.
2002-06-19 04:58:32 +00:00
itojun
24bd6d41d9
add netdock ether driver. as discussed on port-mac68k
2002-06-19 04:30:46 +00:00
itojun
decb8a7bae
add netdock driver.
2002-06-19 03:48:31 +00:00
itojun
d368191e37
wiconfig is no longer needed, ifconfig does all things we need
2002-06-19 03:47:18 +00:00
itojun
4c1feea9d8
correct writedisklabel() on MBR-partitioned disk.
...
while here, correct labelsector/offset mismatch in writedisklabel,
when readdisklabel() have found the label at nonstandard location
(due to magic number search). a lot of other ports have the same problem.
2002-06-19 03:10:56 +00:00
itojun
ef879bfb42
netdock* - ethernet driver for Asante NetDock/Newer Ether MicroDock.
...
by Daishi Kato <daishi@axlight.com>
test/stabilization by Takeo Kuwata <tkuwata@virus.kyoto-u.ac.jp>
2002-06-19 01:54:26 +00:00
lukem
a4a1de1457
In afterinstall, only run postinstall check if DESTDIR == / (or equivalents).
...
Fixes [misc/17275] from Gregory McGarry <g.mcgarry@ieee.org>
2002-06-19 00:17:11 +00:00
wrstuden
10d47b4dd3
Updated version of cscope/mkid support. Check libkern and compat lib
...
for source files. Also include header files in mkid run.
2002-06-18 23:46:52 +00:00
simonb
aab04f503e
Provide a BN_dec2bn() shim for the non-openssl case that reports an error
...
if strtoul() fails.
2002-06-18 23:07:36 +00:00
thorpej
cd1a49324a
Add the smmsp uid and gid.
2002-06-18 22:58:30 +00:00
itojun
74377e4ab2
md5/bcrypt password starts with $[12], so use ^ in regex
2002-06-18 22:43:53 +00:00
itojun
d56d2a76af
new copyright notice for VJ. via openbsd.
...
update copyright notice. mckusick says that Van signed the standard
Berkeley copyright assignment form, therefore the new license should
be on these files. I just copied in the notice that Kirk mailed me.
2002-06-18 22:32:16 +00:00
itojun
b9d4a3192a
recognize md5/bcrypt password. noted by: Eric Jacoboni <jaco@teaser.fr>
2002-06-18 22:21:43 +00:00
thorpej
2265b1ff78
Fix warnings on Alpha: Cast to intptr_t to extract ints stored in void *'s,
...
and pull in proper prototypes.
2002-06-18 21:22:45 +00:00
thorpej
44e317ae3d
Do the previous slightly differently.
2002-06-18 21:21:17 +00:00
thorpej
2623bb99b9
Add an extra cast to size_t when extracting an int stored in a void *.
...
(XXX Gross.)
2002-06-18 21:19:59 +00:00