he
a18ce029f6
Deal with lossage caused by the addition of the netbsd-1-5 branch tag
...
to these files.
Apparently, the "magic" which causes the latest version on the
vendor branch to appear at the head in the repository broke when
the netbsd-1-5 tag was added. Thus, merge in the lost revisions from
the vendor tag to work around this.
2001-12-13 15:53:54 +00:00
augustss
090d1a628e
Move parameter checks to a common place.
2001-12-13 15:09:07 +00:00
augustss
2485171a67
Use unsigned ints.
2001-12-13 15:08:26 +00:00
mrg
07f129f94a
clean up a couple of items.
2001-12-13 14:02:02 +00:00
reinoud
994f1fb3f6
Remove `const' attribute from writelabel prototype and function to make it
...
compile again on Alpha.
2001-12-13 13:52:13 +00:00
junyoung
a477ade7f9
Add myself.
2001-12-13 08:53:54 +00:00
junyoung
9dbc5fd199
ANSIfication & KNF fixes.
2001-12-13 08:38:35 +00:00
junyoung
f075aa60ac
ANSIfication & cosmetic changes.
2001-12-13 08:35:38 +00:00
junyoung
9ff2a7a76d
ANSIfy.
2001-12-13 08:34:55 +00:00
junyoung
d5decae4e0
ANSIfication & cosmetic changes.
2001-12-13 08:31:39 +00:00
lukem
c00b68cf31
clamp bsize to MAXBSIZE
2001-12-13 06:31:31 +00:00
lukem
b38676bc97
constrain bsize and fsize to MAXBSIZE
2001-12-13 06:29:15 +00:00
chs
2dfd15933e
change the reference-counting of PT pages to start from zero instead of
...
one, so that we don't mess up the global count of wired pages by having
the page's wire_count be non-zero when we free the page.
pointed out by Michael Hitch.
2001-12-13 04:39:50 +00:00
lukem
94ff981067
missed a couple of NOMAN= :(
2001-12-13 03:44:37 +00:00
tacha
cba701fed7
remove bogus printf.
2001-12-13 02:50:30 +00:00
augustss
0ba8bac8fe
Fix some bugs. But the driver is still borken.
2001-12-13 02:16:21 +00:00
lukem
c10ff7575c
YANOMAN=
2001-12-13 01:26:39 +00:00
augustss
d6bbabfb1b
Some DIAGNOSTIC nonsense.
2001-12-13 00:33:58 +00:00
augustss
a97820e536
Don't use u_int since it requires sys/types.h
2001-12-13 00:33:36 +00:00
thorpej
4c49d5310f
No need to explicitly pull in bsd.own.mk.
2001-12-13 00:31:39 +00:00
thorpej
2152080e67
No need to pull in bsd.own.mk explicitly.
2001-12-13 00:30:28 +00:00
thorpej
7a3fcb2adf
Convert unaligned relocs to aligned relocs if they happen to be
...
aligned. Corresponds to part of rev 1.21 of this file in the
master FSF sources.
Thanks to Michael Rauch <mrauch@netbsd.org> for fishing out the patch.
2001-12-13 00:21:57 +00:00
thorpej
d043d0d483
Revert previous, as was done so in the master FSF sources. The
...
original problem will be fixed in a forthcoming commit.
2001-12-13 00:18:50 +00:00
augustss
8e98b4a185
Add some special cases for the Sitecom adapter.
...
Make endian safe.
Fix some minor bugs.
2001-12-12 23:59:48 +00:00
lukem
1b6c4afd64
move NOxxx=
2001-12-12 23:53:31 +00:00
jmc
eb0d4b304f
Change check for USE_NEW_TOOLCHAIN to just looking for it being defined.
2001-12-12 23:50:27 +00:00
lukem
ad15078862
move NOxxx=
2001-12-12 23:46:45 +00:00
lukem
df91d4a185
move NOxxx=
2001-12-12 23:09:13 +00:00
lukem
0a3f147fdd
move NOLINT
2001-12-12 23:08:26 +00:00
thorpej
39c9a8ba17
We apparently must now set NOLINT= *BEFORE* including bsd.own.mk.
2001-12-12 23:00:50 +00:00
fredette
e4e309c64c
Define both NLIST_ELF32 and NLIST_AOUT on m68000.
2001-12-12 22:19:18 +00:00
fredette
a01e8e37b1
Define both NLIST_AOUT and NLIST_ELF32 for m68000.
2001-12-12 22:14:46 +00:00
petrov
aaee6a1839
initialize all fpu registers and don't panic on user 'privileged action'
2001-12-12 19:14:47 +00:00
augustss
3ed67fc0c4
Add missing delay for the tekram dongle.
2001-12-12 17:52:06 +00:00
thorpej
5722ce0152
Make LIB2FUNCS_EH work like the rest of LIB2FUNCS, and clean
...
up the special rules required to build those objects.
2001-12-12 17:27:50 +00:00
itojun
e2970b134f
sync with openbsd/remove variable name from prototype
2001-12-12 17:24:46 +00:00
augustss
5c0685d35e
Don't use timeout 0 to tsleep() when the time is short.
2001-12-12 17:21:36 +00:00
itojun
684138909c
fix constness difference in prototype and func def.
2001-12-12 17:16:16 +00:00
fredette
bba72d2b40
Add optional "-f disktab" argument, that will look up a disk
...
typename in the given disktab(5) file, instead of in /etc/disktab.
2001-12-12 16:55:10 +00:00
wiz
fb1ea64022
Match braces. Patch from misc/14925 by Hiramatsu Yoshifumi.
2001-12-12 16:03:15 +00:00
wiz
1bfe0400cb
Fix copyright line.
2001-12-12 15:53:28 +00:00
augustss
0a4d7b9de3
Add a scanner quirk for keeping the pipes open between device opening.
...
Idea from Enami.
2001-12-12 15:48:18 +00:00
augustss
7727919172
Use USBD_NO_COPY in for some transfers where it was missing.
2001-12-12 15:44:47 +00:00
augustss
2fdd0f5a4b
Some more paranoia checks when DIAGNOSTIC.
2001-12-12 15:38:58 +00:00
augustss
29c3fe261b
Add some comments.
2001-12-12 15:38:27 +00:00
augustss
95d1208c14
Regen.
2001-12-12 15:37:21 +00:00
augustss
290d3a0d9e
Add some devices.
2001-12-12 15:36:59 +00:00
augustss
dfbcffae07
Remove some stupid casts.
2001-12-12 15:36:08 +00:00
augustss
2fe5c52a53
Use unsigned ints for device settings.
2001-12-12 15:34:49 +00:00
augustss
fae70125c0
Change default value for ebofs.
2001-12-12 15:34:15 +00:00