msaitoh
8ed9bfd205
fix incorrect change at rev. 1.2
2002-04-04 20:00:33 +00:00
atatat
ae10ef9a4b
Log a warning if the address (n) has more significant bits than the
...
netmask (m) in a entry of the form "n.n.n.n/m.m.m.m".
2002-04-04 19:50:27 +00:00
christos
6fa9e9789f
add two more gnu-like functions.
2002-04-04 19:42:14 +00:00
christos
2704769243
- reverse the #define ut_user<->ut_name so that we don't affect utmp.
...
- add a couple of gnuisms.
2002-04-04 19:39:57 +00:00
bjh21
32f64cedb4
Add /usr/mdec/mdr and /usr/mdec/msdos5mb.gz.
2002-04-04 19:26:32 +00:00
uwe
9a60c7f6ae
Nuke ugly ms-IIep specific hack now that mspcic knows about phys->pci
...
address translation.
2002-04-04 18:50:28 +00:00
uwe
213d441358
Instead of relying on numerology set up by PROM, actually implement
...
bus_space_map/mmap methods that do proper PCI to phys address translation.
2002-04-04 18:47:23 +00:00
uch
cb4570f5f5
remove obsolete functions, decralations and structure.
2002-04-04 18:12:23 +00:00
bjh21
33ce139ee0
Pull in config.h as necessary to get byte-order macros etc.
2002-04-04 17:53:04 +00:00
bjh21
833d114dfc
Add HAVE_SYS_ENDIAN_H.
2002-04-04 17:52:04 +00:00
bjh21
55b93a6461
Add htobe16() and friends, #ifndef HAVE_SYS_ENDIAN_H.
2002-04-04 17:49:20 +00:00
uwe
118ae09c44
Fix error message.
2002-04-04 17:45:24 +00:00
jdolecek
46d335a320
move wi_pci_reset() from ic/wi.c to pci/if_wi_pci.c, where is belongs
2002-04-04 17:43:31 +00:00
uwe
3e855fb4c2
Prettify error message.
2002-04-04 17:41:09 +00:00
jdolecek
e9ee3f796e
fix sligh confusion on whether or not to supply dv_xname to printf() in
...
error cases of attach
Noticed in kern/16197 by George E Sollish.
2002-04-04 17:30:32 +00:00
bjh21
79cd9fb3ab
Replace a spurious hard space (\xa0) with a normal one.
2002-04-04 17:28:33 +00:00
bjh21
c701db92ac
Remove .cvsignore file.
...
<URL:http://www.netbsd.org/developers/cvs-repos/notes.html#cvsignore >
2002-04-04 17:08:24 +00:00
bjh21
f7136b499f
Remove .cvsignore files.
...
<URL:http://www.netbsd.org/developers/cvs-repos/notes.html#cvsignore >
2002-04-04 17:07:06 +00:00
thorpej
22e72c8da2
Don't need to mask w/ PG_FRAME.
2002-04-04 16:56:36 +00:00
ragge
04b9c4c25a
Fix crash problems reported by mrg and bouyer in separate mails.
2002-04-04 16:40:14 +00:00
skrll
d859e37a42
Remove trailing whitespace.
2002-04-04 16:04:22 +00:00
msaitoh
306d88f7e2
sync with gnu/dist/gcc/config/sh/sh.md rev. 1.7
...
> apply original gcc rev. 1.29:
>
> * Guard insn splits against illegal regsiters.
2002-04-04 15:39:14 +00:00
mrg
4cf62149f5
be sure to pad the bootblock.
2002-04-04 15:36:44 +00:00
msaitoh
dd5f863fa8
sync with gnu/dist/gcc/config/sh/sh.md rev. 1.5
...
> apply gcc original rev. 1.34:
>
> * sh.c (block_lump_real): Add missing clobber of T_REG
2002-04-04 15:33:35 +00:00
msaitoh
a513ce40a3
sync with gnu/dist/gcc/config/sh/sh.md rev. 1.4
...
> gen_call() takes only two arguments (from egcs-current)
2002-04-04 15:30:47 +00:00
msaitoh
e05a3f8f0a
sync with gnu/dist/gcc/config/sh/sh.md rev. 1.2
...
> Sync *{mul,div}*i3 with egcs-current.
> Now we can compile mount_mfs (newfs) with -O2!
2002-04-04 15:27:36 +00:00
mrg
96adf034f8
clean up a bit, use fewer magic numbers.
2002-04-04 15:17:34 +00:00
ad
6fcf2c1799
Allow the password cipher to be chosen at install time. XXX Not tested for
...
real yet, and the French files need updating.
2002-04-04 14:26:43 +00:00
blymn
19f21e4357
Modified input key handling to use libcurses keypad mode to assemble
...
multi-byte key sequences instead of doing it itself.
2002-04-04 14:11:23 +00:00
mrg
5b7f1cce2d
LP64isms. also, be sure to use <string.h> if we use memset or memcpy.
2002-04-04 14:00:55 +00:00
lukem
67c2e40115
Add sparc64 back-end, contributed by Matthew Green.
2002-04-04 13:45:25 +00:00
msaitoh
4999187555
sync with gnu/dist/gcc/combine.c rev. 1.5
...
> gcc original rev. 1.89:
> * combine.c (if_then_else_cond): If comparing against zero,
> just return thing being compared.
>
> gcc original rev. 1.132:
> * combine.c (combine_simplify_rtx): Don't create an if_then_else
> unless both args are general_operand.
2002-04-04 13:30:38 +00:00
lukem
87f91a310f
Add -I../mips-elf2ecoff to take advantage of the host friendly sys/exec_elf.h
...
that's in that directory. Fixes compile issue on (older source ?) arm
systems noted by Richard Earnshaw.
XXX: arguably a better version of sys/exec_elf.h (and others) should
be in ../compat instead, but that's a problem for another day.
2002-04-04 13:27:33 +00:00
msaitoh
8b3e2136ae
sync with gnu/dist/gcc/combine.c rev. 1.4,1.6
...
> apply gcc original rev. 1.116:
>
> > combine.c (simplify_comparison): Fix typo.
>
> LTU, LEU, GTU, "LEU" -> LTU, LEU, GTU, "GEU"
>
> apply gcc original rev. 1.198 (as rev. 1.116)
>
> > combine.c (simplify_comparison): Fix typo.
>
> GTU, LTU, GEU, "GEU" -> GTU, LTU, GEU, "LEU"
2002-04-04 13:23:37 +00:00
hannken
747c45e3e4
Avoid dereferencing null pointer. `data->name == NULL' means default font.
2002-04-04 13:08:35 +00:00
skrll
c0e4084210
Fix compile problem when DDB not defined.
2002-04-04 12:39:55 +00:00
wiz
3b288fe0ef
Mostly typo fixes, some formatting nits.
2002-04-04 11:06:47 +00:00
tron
d09c25ca9a
Set default kernel version of Linux emulation to 2.4.18 on the i386 port.
...
It has been successfully tested using SuSE 7.3 libraries and binaries with
many applications.
2002-04-04 09:32:11 +00:00
wiz
aec351e59c
obsolete file lists contain absolute pathnames.
2002-04-04 08:46:11 +00:00
jmc
c03ef26393
Don't make ___start static as gcc can't tell it's referenced and complains.
2002-04-04 08:22:11 +00:00
lukem
9c89a064fd
-n and -v are optional ...
2002-04-04 07:27:44 +00:00
lukem
c1455b1b9a
update description, history, authors, examples, bugs,
...
including pmax specific stuff
2002-04-04 07:24:55 +00:00
ichiro
ed93d4f3b5
space/TAB cosmetics
2002-04-04 07:15:17 +00:00
ichiro
7fadd48a2f
using table driven for Prism2 family IDs/Names.
2002-04-04 07:06:16 +00:00
chs
e340f273c4
add support for Cogent EM100 (aka Adaptec ANA-6910) TX and FX.
2002-04-04 05:45:54 +00:00
thorpej
ce482eca0a
Eliminate a mask against PD_MASK.
2002-04-04 05:42:29 +00:00
thorpej
60b63aec95
There is no need to mask VAs and PAs w/ PG_FRAME to clear
...
the lower bits; UVM provides us page-aligned addresses for
everything. For the paranoid, we'll leave KDASSERT()'s in
that check for this if the kernel is built with DEBUG.
Low-hanging fruit that shaves some cycles.
2002-04-04 04:43:20 +00:00
thorpej
e539ef03aa
Rename flags that are really part of the pv_entry/mdpage into
...
pmap.h and give them more descriptive names and better comments:
* PT_M -> PVF_MOD (page is modified)
* PT_H -> PVF_REF (page is referenced)
* PT_W -> PVF_WIRED (mapping is wired)
* PT_Wr -> PVF_WRITE (mapping is writable)
* PT_NC -> PVF_NC (mapping is non-cacheable; multiple mappings)
2002-04-04 04:25:44 +00:00
simonb
d024fa98e3
Include <limits.h> to explicitly get LONG_MAX.
2002-04-04 03:27:53 +00:00
thorpej
263270d684
Catch a couple more vector page mapping manipulations.
2002-04-04 02:06:46 +00:00