141601 Commits

Author SHA1 Message Date
wiz
483767fb43 Add support for two models of Terratec TValue cards.
From FreeBSD problem report 53383, submitted by Tanja Wittke,
updated by Simon Barner. Adapted for NetBSD by Alexander Becher,
via port-i386.
2005-12-06 23:43:57 +00:00
wiz
3a21a4243b Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682. 2005-12-06 23:29:05 +00:00
christos
c4e3ba2371 fix the LP64 issue for real. 2005-12-06 22:48:05 +00:00
christos
4625a4e629 mention api change for openssh 2005-12-06 22:46:10 +00:00
wiz
9b410b0b20 Use more displays (.Bd) instead of lots of line breaks (.Pp). 2005-12-06 22:06:27 +00:00
wiz
519298998f Mark up functions with .Fn. 2005-12-06 21:58:49 +00:00
wiz
64d99d06ac First part of cleanup:
. replace .br (roff) with .Pp (mdoc)
. remove dot and end of some enumerations (SEE ALSO, AUTHORS)
. use standard headers
. fix tcpdump xref
. fix a typo (KENEL)
. mark up paths with .Pa, not .Ic.
2005-12-06 21:57:09 +00:00
yamt
1fa8bcda47 VFS_TO_TMPFS: remove a wrong assertion.
it's wrong because TMPFS_PAGES_MAX can be decreased.
2005-12-06 21:46:34 +00:00
wiz
b3826d01bf Drop trailing whitespace. 2005-12-06 21:39:13 +00:00
abs
7b32e40a09 fgetc() should use an int not a char. The code style here is... unusual. 2005-12-06 21:05:36 +00:00
fvdl
a085182504 Match the 5789. 2005-12-06 20:56:42 +00:00
fvdl
fb1f667470 Regen for BCM5789. 2005-12-06 20:55:33 +00:00
fvdl
496be2c643 Add ID for yet another 57xx-compatible Broadcom chip, the 5789. 2005-12-06 20:54:28 +00:00
christos
d0d28f16f5 If we get EACCES from mkdir, try to stat() it, and if it is ok, we keep going.
Fixes problem with IRIX.
2005-12-06 19:11:15 +00:00
christos
1839ea54c0 Remove the "don't match lmc cards" test, because the lmc driver returns a
match of 100 which will supersede the de and tlp match if present. If not
present, then these two drivers will fail to match an mii. Thanks to thorpej
for the explanation.
2005-12-06 18:37:57 +00:00
tsutsui
5599c27331 Call arc_bus_space_malloc_set_safe() explicitly after VM initialization
is complete.
2005-12-06 17:56:25 +00:00
wiz
1eabf25320 Bump date for previous. 2005-12-06 17:23:21 +00:00
tsutsui
9a79305c7a Protect against multiple inclusion. 2005-12-06 17:15:13 +00:00
tsutsui
47e5fb6e7d Use _HP300_FOO_H_ instead of _MACHINE_FOO_H_. 2005-12-06 17:06:00 +00:00
tsutsui
d5503af8b3 Remove defines DB_ELF_SYMBOLS and DB_ELFSIZE, which are defined
in <m68k/db_machdep.h>.

XXX: should we remove DB_AOUT_SYMBOLS from <m68k/db_machdep.h>, or
XXX: should all m68k ports still have DB_AOUT_SYMBOLS?
2005-12-06 17:05:02 +00:00
tsutsui
2300cc78ab Remove multiple inclusion protection from files which just include
MI m68k headers and don't have any own declarations.
2005-12-06 17:02:53 +00:00
tsutsui
5fc2d9d921 Use _NEWS68K_FOO_H_ rather than _MACHNE_FOO_H_. 2005-12-06 16:52:14 +00:00
tsutsui
18376553e4 Remove multiple inclusion protection from files which just include
MI m68k headers and don't have any own declarations.
2005-12-06 16:51:17 +00:00
tsutsui
cbf59cafa4 Remove defines DB_ELF_SYMBOLS and DB_ELFSIZE, which are defined
in <m68k/db_machdep.h>.
2005-12-06 16:40:37 +00:00
christos
616516830f Fix __LP64__ issues and time_t abuse. 2005-12-06 16:32:49 +00:00
chs
b794108bfa Avoid leaking memory if uiomove fails. from openbsd via PR 32251. 2005-12-06 16:01:13 +00:00
thorpej
62d2755224 Don't use magic constants in previous. (Not that we should be doing this
here in the first place...)
2005-12-06 15:40:16 +00:00
skrll
856be5d817 lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
christos
0e0397d742 netbsd32_timevalp_t is not really a pointer. 2005-12-06 13:37:35 +00:00
skrll
a0ab422547 Descend into lmcconfig. 2005-12-06 11:55:19 +00:00
skrll
396c76cb52 Correct the includes for lmc. 2005-12-06 11:53:56 +00:00
skrll
fa922b7d20 Remove lmcctl. 2005-12-06 09:39:50 +00:00
ross
ba316f8199 Add memcpy test. 2005-12-06 08:14:48 +00:00
ross
b026f0ed35 Must have a nop after an add to the pc.
This corrects a bug affecting kcopy() to unaligned dst addresses.
2005-12-06 08:05:31 +00:00
christos
99ca66e01f mention new lmc 2005-12-06 03:31:21 +00:00
christos
4178b4005f Don't match lmc cards by accident. 2005-12-06 03:30:12 +00:00
christos
e97df9dd99 bye lmcctl, welcome lmcconfig 2005-12-06 03:20:27 +00:00
christos
2f1d024ecf deprecate lmcctl, welcome lmcconfig 2005-12-06 03:19:02 +00:00
christos
38c03eb895 lmcctl has been superceded by lmcconfig. 2005-12-06 03:17:24 +00:00
christos
db4546dd95 New lmcconfig program from David Boggs. This program probably has the most
options than any other in the tree.
2005-12-06 03:12:35 +00:00
christos
34a6e05323 update to the man page for the new driver from David Boggs 2005-12-06 03:02:35 +00:00
christos
afd1b57d09 New lmc driver from David Boggs 2005-12-06 03:01:45 +00:00
christos
a8ffde9f61 make the ALTQ macros statement-line, by wrapping them in do {} while (0) 2005-12-06 02:56:25 +00:00
ben
d221099506 Specify the full path to tar when unpacking a package.
Modify pfcexec so the new process file name can be different from argv[0].
This fix is from Peter Postma, and it addresses PR#32228
2005-12-06 01:07:30 +00:00
christos
9fe740f63c ndb is daddr_t which is 64 bits, by truncating it to j which is an int, it
can get negative causing segmentation faults. Check against this.
2005-12-05 23:59:43 +00:00
rpaulo
5eb6226d2b Oops, the previous revision had a wrong pre-processor #if clause. 2005-12-05 22:38:40 +00:00
he
6eb2140bc3 Bump SYMTAB_SPACE so that the symbol table fits again. 2005-12-05 22:30:38 +00:00
rpaulo
7246666eed Make the bpf_maxbufsize a constant when bpfilter pseudo-device is not
present in the kernel config, thus fixing the build. Problem reported
by Havard Eidnes. Solution proposed by Christos, thanks.
2005-12-05 21:46:00 +00:00
bouyer
b898e14a29 Wrap debug printf in AHC_DEBUG. Pointed out by Izumi Tsutsui. 2005-12-05 18:29:45 +00:00
macallan
eecff0f52d back out the changes to KD* ioctl()s for now, seem to break more than they
do good.
2005-12-05 18:27:59 +00:00