reinoud
b9a12f956d
Let the user choose between the other kernels available than just
...
`GENERIC'.
2002-02-14 15:25:02 +00:00
ross
a70d2bc993
Comments here are harvested for a man page, so avoid &<>.
2002-02-14 13:42:05 +00:00
kent
46ffcfbf95
uaudio_set_params() for mulaw:
...
Give priority to 16bit again in the case the device has no hardware
support for mulaw.
2002-02-14 12:55:51 +00:00
augustss
4cb7d87b12
Oops, I messed up the last commit, try again.
2002-02-14 12:52:01 +00:00
bjh21
561984015b
Undo part of rev 1.8: SWP intructions really do both read and write
...
the referenced address.
2002-02-14 11:59:26 +00:00
bjh21
44aa53a31d
Undo part of rev 1.42:
...
SWP instructions really do both read and write the referenced address.
2002-02-14 11:54:16 +00:00
bjh21
2470f8172a
Since core dumps are useful on arm26 now, don't bother dropping into DDB on
...
user-mode faults, even in DEBUG kernels.
2002-02-14 11:49:15 +00:00
chs
4ee45f845f
add support for Adaptec ANA-69xx multi-port cards.
2002-02-14 07:59:55 +00:00
chs
b744097a5f
allow writing to write-only mappings. fixes PR 3493.
2002-02-14 07:08:02 +00:00
enami
b127ec2616
Just use return value of strvis instead of calling strlen.
2002-02-14 06:57:19 +00:00
enami
4c30ea4ac5
Don't define variable as static unnecessarily.
2002-02-14 06:54:41 +00:00
enami
c5006ba2f8
Descend into nls.
2002-02-14 06:49:57 +00:00
lukem
8295ed9bda
remove (now) incorrect comment
2002-02-14 05:16:16 +00:00
augustss
076c2a2de8
Make fixed rate codecs work. From Tsuyoshi Iguchi in kern/15606.
2002-02-14 03:22:36 +00:00
jonb
549323fedc
Make the -v flag print data instead of blank lines. Thanks to
...
Duncan McEwan <duncan@mcs.vuw.ac.nz> for the hint in PR#15412.
I'll leave the rest of his patch for someone more familiar
with join to fix.
2002-02-14 03:21:07 +00:00
briggs
b72d845476
Actually set the i80312_softc global.
2002-02-14 02:38:22 +00:00
rjs
9134bf2610
Add Cotulla CPU IDs.
2002-02-14 01:37:20 +00:00
wiz
c809c3243b
Fix two problems with softdep_typenames (missing entry, wrong boundary check).
...
Okayed by fvdl.
2002-02-14 00:49:56 +00:00
kleink
52de2c81da
When accessing the MBR magic as a 16-bit value, consider its on-disk
...
layout would be little-endian, too.
2002-02-14 00:07:43 +00:00
itojun
75777b6533
make the driver even more silent; print state change messages only if IFF_DEBUG.
2002-02-13 22:06:17 +00:00
gmcgarry
c48a398cdf
Make filesystem big endian.
2002-02-13 19:25:26 +00:00
wrstuden
3a971f756f
Make this work with the dependall target.
...
Pointed out by Christian Groessle on port-macppc, and patch suggested bu
Izumi Tsutsui.
2002-02-13 17:52:08 +00:00
is
5673052159
Add missing register prefix.
2002-02-13 16:34:05 +00:00
uch
c0a13ed2e4
add LCD debug routines.
2002-02-13 16:25:32 +00:00
lukem
ef36a8ddea
Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):
...
- mlst shouldn't return cdir or pdir for type, only dir
- mlst should always provide a full path name
- mlsd should provide a full path name for the cdir entry. (providing a
full path name for the pdir entry is optional, and i punted on that).
2002-02-13 15:15:23 +00:00
wiz
7a1cb58694
Use HOME(kh) instead of BEGIN(@1) in wsvt25 entry. Noted by Dave Sainty.
...
Remove @1 from rxvt, which already has a kh entry.
2002-02-13 14:19:39 +00:00
wiz
6ac333c243
Add two from Dawid Szymañski in private mail.
2002-02-13 13:54:21 +00:00
is
3372ef2e8e
move ELF32 to std.amiga
2002-02-13 12:08:57 +00:00
shin
3b759dd825
initialize stack pointer.
2002-02-13 12:02:49 +00:00
martti
8f0fa118e2
Added ttyp[g-zA-Z] (bin/15594).
2002-02-13 09:46:01 +00:00
ross
90cc84b1b3
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-13 09:32:47 +00:00
tron
782b99b074
Remove generated files "testbits.c" and "testbits.h" in "cleandir" target.
2002-02-13 09:02:12 +00:00
ross
4fa402f116
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-13 08:17:26 +00:00
yamt
1cd3755f5b
make strerror and strsignal use NL_CAT_LOCALE.
2002-02-13 08:05:12 +00:00
yamt
6c208635b5
- give the precedence to LC_ALL environment variable
...
than other LC_* variables.
2002-02-13 08:01:13 +00:00
yamt
9ddf6eb6f6
- give the precedence to LC_ALL environment variable
...
than other LC_* variables.
- add a hack for LC_MESSAGES for nls.
(this will be removed when we have a real LC_MESSAGES support.)
2002-02-13 07:59:45 +00:00
yamt
bceed8cb26
add /usr/share/nls/nls.alias.
2002-02-13 07:55:20 +00:00
yamt
933cde43ae
add nls alias database.
2002-02-13 07:54:23 +00:00
yamt
2dda35340b
- implement NL_CAT_LOCALE.
...
- make catopen check nls alias database.
2002-02-13 07:48:49 +00:00
yamt
48e0f9a85a
add a function to handle alias names.
...
(primarily for nls, encoding and locale names)
2002-02-13 07:45:52 +00:00
gmcgarry
9c180c43cc
EXTRA_KERNELS -> BUILD_KERNELS
2002-02-13 06:30:46 +00:00
gmcgarry
461d55a6e1
Make and install the new ramdisk installation media.
2002-02-13 06:07:15 +00:00
gmcgarry
4c43f7cf1a
Bump ramdisk to 2MB.
2002-02-13 06:02:46 +00:00
gmcgarry
cb98d7284d
Update for new ramdisk build infrastructure.
2002-02-13 06:01:36 +00:00
gmcgarry
e39f206107
Don't need this file with new ramdisk build infrastructure.
2002-02-13 05:34:39 +00:00
gmcgarry
6a11dfc946
List for ramdisk. Bump ramdisk size to 2MB.
2002-02-13 05:31:18 +00:00
gmcgarry
b0171c39d1
Don't need this now.
2002-02-13 05:30:16 +00:00
enami
fe24174a3b
Don't bother to subtract 0.
2002-02-13 05:20:41 +00:00
gmcgarry
2a8b7cca5b
Use the new ramdisk build infrastructure.
2002-02-13 05:13:24 +00:00
atatat
714a76fd97
Avoid needlessly recreating the Makefile, ioconf.c, or any of the
...
swap*.c files if they haven't changed from the last time config was
run, so that less stuff will need to be rebuilt (ie, assym.h, upon
which many other things depend) each time config is rerun.
2002-02-12 23:20:11 +00:00