toshii
07b77f05ce
Have LINEBYTES for jornada720.
2001-03-23 08:46:56 +00:00
itojun
5adbc9e0bd
do not bind(2) if source address specified is loopback
...
(recover IPv4-only postfix behavior). sync with kame
2001-03-23 05:11:12 +00:00
lukem
b240b7a4e1
#ifdef KGDB, call kgdb_connect(1) if KS_Cmd_Debugger (a la ddb invoking
...
console_debugger() in the same situation).
this makes it easier to get remote kgdb going if you forget to use boot -d.
2001-03-23 04:22:36 +00:00
hubertf
ba8c0c74d7
Update lots of cities from Poland. Also, Poland was People's Republic until
...
1989, how people hate the name because it sounds so socialist.
Patch sent by Tomasz Luchowski <zuntum@netbsd.org> in private mail.
2001-03-23 01:55:12 +00:00
simonb
5aa49b6404
Delete unused uvtopte() macro.
2001-03-23 01:27:59 +00:00
enami
4aa8283eb7
Always initialize an auto variable.
2001-03-23 01:06:02 +00:00
petrov
b47f68b66c
fix 'show registers' mis-aligned access, PR11580
2001-03-22 22:20:28 +00:00
manu
ea545137cc
Added a missing native to linux signal number translation in linux_sendsig(),
...
when building the trap frape
2001-03-22 22:10:04 +00:00
tshiozak
612f7109a2
add "CODESET" symbol. (but not working yet)
2001-03-22 19:44:27 +00:00
uch
51243a1c74
add Hugarian and German keymap
...
patch by Laszlo Szabo <rka@rka.hu>
2001-03-22 18:37:32 +00:00
uch
40de0e48b0
add ELF kernel linker script.
2001-03-22 18:35:33 +00:00
uch
5a79dd1121
load symbol table to DDB if ELF kernel.
2001-03-22 18:34:08 +00:00
uch
7060cad775
recompile.
2001-03-22 18:30:49 +00:00
uch
4e6c980fa0
add HD64461 UART serial console.
...
add SH3 SCI console method
add SH3 TMU register dump
use generic serial console when companion chip is unknown.
2001-03-22 18:27:51 +00:00
uch
a7876b44d8
add file logging method.
2001-03-22 18:26:45 +00:00
uch
044f4eb367
fix calcurating kernend bug.
2001-03-22 18:23:08 +00:00
uch
87aeed6110
fix file handle leek.
2001-03-22 18:21:02 +00:00
uch
bf58a25f9b
weakly machine dependent configuration moved to machine_config.cpp
2001-03-22 18:20:35 +00:00
uch
62bef7c830
fix file pointer bug.
2001-03-22 18:19:36 +00:00
uch
f0190d355c
add machine independent serial console method. (use WinCE API)
2001-03-22 18:19:09 +00:00
uch
985f960311
add HP Jornada 690 Hungarian, German entry and
...
my target machines (CASIO Cassiopeia A-55V, HITACHI PERSONA HPW-650PA).
2001-03-22 18:16:13 +00:00
ad
0feab73383
Get the correct signal type. Pointed out by Hauke Fath <hf@tangro.de> in
...
bin/12453, real fix by me.
2001-03-22 17:54:54 +00:00
jdolecek
1ef0d5ca57
document MCA ep(4) attachment
2001-03-22 17:04:37 +00:00
jdolecek
031c6d8c24
Add MCA ep(4) attachment, for 3Com 3c529-type cards. Tested with 3c529-TP,
...
provided to me by David Brownlee (thanks!).
Performance of this card is quite poor on my PS/2 with 386DX, like 100KB/s
at best, but as low as 5KB/s when transferring bigger files due to
packet overruns. It would be good to revisit this later, probably by
teaching the ic code to use RX Early.
2001-03-22 16:54:45 +00:00
mrg
74786e7894
remove overzealous locking changes.
2001-03-22 15:56:43 +00:00
is
fe9376e508
Oops. We _do_ need to receive broadcasts. At least as long as we want ARP.
2001-03-22 14:30:47 +00:00
hubertf
35be797120
Set return code != 0 if the given pkg (file) cannot be found.
...
E.g. try "pkg_add foo ; echo $?". This hits is in bulk builds.
2001-03-22 13:41:35 +00:00
minoura
23d323f4f9
Sync with amiga 1.15.
...
Make this compile again (when building the LKMs).
2001-03-22 12:47:11 +00:00
minoura
b711716241
A bit of ELF support. From scw.
2001-03-22 12:46:19 +00:00
ross
885622bc86
Don't require a Makefile.inc from the arch subdir.
2001-03-22 12:27:59 +00:00
ross
c51692d12e
replace use of non-portable FP_X_DNML
2001-03-22 12:22:18 +00:00
ross
d9f803c24a
use fp_rnd type a bit, also do std multiple inclusion prot
2001-03-22 12:08:59 +00:00
ross
1e95d76df7
two functions have been rewritten in C
2001-03-22 12:05:36 +00:00
ross
792229ce0e
__RCSID, __COPYRIGHT
2001-03-22 12:01:47 +00:00
jdolecek
4ffa6a80d6
convert to use ether_ioctl()
...
fix bunch of typos
2001-03-22 12:00:26 +00:00
ross
504509aa58
Move two functions from asm to C, as NetBSD has a MI interface:
...
o fp_except syst_float_flags_clear(void)
o void syst_float_set_rounding_mode(fp_rnd direction)
Also, __RCSID
2001-03-22 12:00:06 +00:00
itojun
c35e5ed1b2
do not dereference p_vmspace, if it is not initialized yet (NULL).
2001-03-22 08:26:14 +00:00
matthias
2282e42ec2
Fix type in pliptransmit declaration (C version). Noticed by
...
Tyrel Beede <tb90@mail.csuchico.edu>.
2001-03-22 08:14:23 +00:00
kleink
346219c95f
Sprinkle some restrict qualifiers.
2001-03-22 07:37:04 +00:00
mrg
0fa02bb6e6
sync with sparc64.
2001-03-22 06:21:43 +00:00
mrg
e563dea3f6
sync with sparc64 (just some debug messages.)
2001-03-22 06:21:15 +00:00
lukem
b4e2b14fe6
convert to ANSI KNF
2001-03-22 04:52:25 +00:00
tsubai
ce8902b7fe
Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintosh
...
9500/180MP and 9600/200MP) runs at least into single-user mode, possibly
multi-user mode (not stable yet).
2001-03-22 04:11:46 +00:00
toshii
2d6322c3be
Handle ELF symbol table.
2001-03-22 03:45:39 +00:00
cgd
f60321832b
a couple of tiny whitespace cleanups
2001-03-22 02:41:02 +00:00
cgd
f3dd4051a1
get closer to KNF.
2001-03-22 02:33:47 +00:00
cgd
1da7909939
clean up a bit, xref exit(3), and suggest use of EXIT_FAILURE.
2001-03-22 01:47:17 +00:00
cgd
e8c9c330a8
document EXIT_SUCCESS and EXIT_FAILURE, since they've been around
...
since ANSI and (for portability, since ANSI) in some circles they're
the preferred exit status codes.
2001-03-22 01:37:46 +00:00
cgd
baa3e1d8d4
convert uses of hard-coded string "mkdep" to use getprogname().
2001-03-22 00:16:50 +00:00
cgd
42bf2daf5b
use setprogname
2001-03-21 23:56:35 +00:00