tsubai
1ef6ee50b9
Regen.
2000-01-23 09:55:40 +00:00
tsubai
9aa167f517
Add Apple KeyLargo and UniNorth.
2000-01-23 09:54:28 +00:00
mycroft
8c2a748a3c
Doh. Remove the __weak_alias() as well...
2000-01-23 07:37:47 +00:00
mycroft
44ea18f69f
Fix the tags build.
2000-01-23 07:10:13 +00:00
itojun
bd6de83f9b
remove #if 0'ed portion (AF filtering in normal name resolution)
...
add comment to the fragment which confused mycroft
2000-01-23 04:03:21 +00:00
mycroft
901082bf1e
Remove code that should not have been added.
2000-01-23 04:02:19 +00:00
mycroft
95a32deb9b
Delint.
2000-01-23 02:11:02 +00:00
oster
bedb9d23c2
Remove a (now) incorrect comment, and cleanup a bit.
2000-01-23 02:04:10 +00:00
mycroft
0b92a50dc3
Delint some more.
2000-01-23 01:55:17 +00:00
mycroft
82267feccd
Doh. I'm a dork.
2000-01-23 01:37:19 +00:00
mycroft
1c86155f3b
Ditto for nlist().
2000-01-23 01:35:49 +00:00
tron
156ac6704c
Add commented out entry for overlay filesystem.
2000-01-23 01:06:33 +00:00
mycroft
0153fa8a4d
Regen.
2000-01-23 01:01:51 +00:00
mycroft
db70ed30f4
Use proper varargs format for __semctl13.
2000-01-23 01:01:30 +00:00
mycroft
8102096d08
Delint.
2000-01-23 00:49:41 +00:00
mycroft
03ec2c38fe
Partially delint, and a few microoptimizations.
2000-01-23 00:38:43 +00:00
mycroft
45f1263b98
Partially delint.
2000-01-23 00:10:56 +00:00
augustss
75e8c400fa
Add parens so a ?: expression binds correctly.
2000-01-23 00:10:03 +00:00
mycroft
5865c81535
Partially delint.
2000-01-23 00:09:19 +00:00
mycroft
af7317bb6b
Delint.
2000-01-23 00:01:35 +00:00
mycroft
c72eee355c
Partially delint.
2000-01-22 23:54:20 +00:00
tron
5b0a036edb
Replace reference to obsolete "CLBYTES" parameter by "NBPG". Fixes
...
PR kern/9215 by Erik Bertelsen.
2000-01-22 23:53:08 +00:00
mycroft
0463795134
Delint.
2000-01-22 23:37:14 +00:00
mycroft
967cbc5131
Use a better type in previous.
2000-01-22 23:36:17 +00:00
mycroft
c6a0f46b4f
Delint.
2000-01-22 22:53:59 +00:00
mycroft
c26054b799
Delint.
2000-01-22 22:40:58 +00:00
mycroft
e6076182eb
Delint.
2000-01-22 22:30:08 +00:00
mycroft
605490369c
Delint.
...
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
2000-01-22 22:19:07 +00:00
mycroft
fb345096b7
Don't do the namespace hack for timezone() here; it causes lint, and we don't
...
need it anyway.
2000-01-22 21:43:15 +00:00
mycroft
e568b4cf30
Delint.
2000-01-22 21:19:29 +00:00
is
e084c6cfec
Tell changers to commit AMIGA and DRACO, too.
2000-01-22 21:16:56 +00:00
is
236fe18599
synchronize this with GENERIC.
2000-01-22 21:09:38 +00:00
thorpej
b176cb0869
Add OPMODE_FD (full-duplex) to the media-related OPMODE bitmask. This
...
will cause the Tulip to be reset when this bit is toggled. This is
apparently required for some chip revs.
From Matt Thomas.
2000-01-22 21:05:53 +00:00
mycroft
43244e5049
Do the NEED_OWN_INSTALL_TARGET klugery for depend and all, too, so this works
...
with pkgsrc.
2000-01-22 19:53:53 +00:00
mycroft
fe5f9c4b53
Adjust symlink crap for all/realall changes.
2000-01-22 19:45:41 +00:00
mycroft
c29a577031
Adjust for .mk file changes.
2000-01-22 19:37:57 +00:00
mycroft
3e13200b73
Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall'
...
for both `depend' and `all'.
Also, remove the old hack that invokes an extra shell for .depend, now that
make(1) has been fixed.
2000-01-22 19:31:00 +00:00
mycroft
4e558e01fa
Don't apply suffix rules for .PHONY targets. (gmake doesn't do this either.)
2000-01-22 19:28:11 +00:00
thorpej
5422cfb256
Fix netisr processing for PPP when there is only one device configured.
...
port-alpha/9257, Kevin P. Neal.
2000-01-22 18:28:04 +00:00
mycroft
4d6d93a953
Add missing .El.
2000-01-22 17:50:27 +00:00
thorpej
2ad35b74df
After some discussion with Mycroft, change splstatclock() to splclock().
...
The rule is that you don't get to call scheduler-related functions (e.g.
wakeup()) above the clock interrupt. Going to statclock unnecessarily
hoses e.g. serial interrupts on the SPARC.
2000-01-22 16:53:50 +00:00
drochner
05261ccb43
include "rnd.h" explicitely since the size of sd_softc depends on it
...
(sd_scsi.c and sd_atapi.c missed it, leading to random memory corruption)
2000-01-22 16:35:25 +00:00
thorpej
2ab34248eb
Back out rev 1.36... what was I thinking? Also, update the comment that
...
led me astray to reflect reality.
2000-01-22 16:32:02 +00:00
wiz
e2511f4301
fix typo
2000-01-22 15:10:35 +00:00
drochner
dadc2bc21d
pass raw keyboard data unsigned to avoid sign extension
2000-01-22 15:09:00 +00:00
wiz
78798f9991
it's -> its
2000-01-22 14:48:43 +00:00
hubertf
12b34d4ffe
Only skip some bytes if the associated object is not a dir.
...
Needed for some tar files.
Fixes PR 9274 by Giles Lean <giles@nemeton.com.au>
2000-01-22 14:04:15 +00:00
pk
d76bf6c906
Try both the BOOTPARAMS and BOOTP protocol (in that order). This also
...
takes care of PR#8738.
2000-01-22 12:34:57 +00:00
takemura
56c6e7faaf
Add a menu item for MC-R430.
...
Change frame buffer type of MC-R530, which had been inversed B/W.
2000-01-22 11:03:16 +00:00
takemura
251cab4f98
Add platform ID of MC-R430.
2000-01-22 10:51:29 +00:00