kleink
a9e83bfe48
Review oversight: ENOSR: resource -> resources, which is what the
...
standard says, and which fits the resource allocation failure better.
Also, bump the date.
2002-11-12 10:30:42 +00:00
kleink
792483ae22
Review oversight: ENOSR: resource -> resources, which is what the
...
standard says, and which fits the resource allocation failure better.
2002-11-12 10:28:27 +00:00
kleink
090efccaaa
Sync with C.msg rev. 1.7.
2002-11-12 10:21:07 +00:00
chris
747fcfc089
Fix PTE_FLUSH_RANGE macro, it should have had a cnt parameter.
2002-11-12 09:46:37 +00:00
jdolecek
baa85d9ea0
add translation for the new error messages added in rev. 1.7 of C.msg
2002-11-12 09:25:26 +00:00
skrll
b207990164
Add the missing errno symbols that are defined in IEEE Std 1003.1-2001.
...
The language message files need updating.
Change reviewed and OK'd by Klaus Klein.
2002-11-12 08:20:02 +00:00
manu
f130f7a839
In mach_reply_port, don't increment the returned port for now, this confuses
...
the binary on the second launch.
In mach_vm_map, hack in a failure so that we fail exactly like Darwin when
mapping a page at address 0
Add vm_allocate trap
2002-11-12 06:14:39 +00:00
manu
3eb20e3576
mach_ports_lookup allocate one page of memory and returns its address.
...
On error, most traps return a short packet with just an error code, emulate
this correctly.
2002-11-12 05:18:31 +00:00
itohy
f2cc0d2ae5
add non-ELF .align
2002-11-12 03:03:10 +00:00
itojun
50a545a34b
remove all entries in rt timer queue on ip_mtudisc change, instead of
...
destroying the queue.
2002-11-12 02:10:13 +00:00
itojun
6a151fcce1
ckout previous - doesn't compile
2002-11-12 01:57:07 +00:00
itojun
9a8b644578
update ip_mtudisc sysctl change handling.
2002-11-12 01:38:09 +00:00
itojun
96910acf99
add an argument to rt_timer_remove_all(), to specify if we need to call
...
timeout routine on removal.
2002-11-12 01:37:30 +00:00
simonb
96c9d84cda
Add support for the ST M41T81 RTC found on pass 2 swarm boards.
...
XXX: Much of this should live in arch/sbmips instead of arch/mips/sibyte.
XXX: These should be replaced with MI SMBus drivers one day.
2002-11-12 01:22:25 +00:00
simonb
39a06351b8
Register definitions for the ST M41T81 serial-access RTC.
2002-11-12 01:01:37 +00:00
simonb
609018be94
Register definitions for the Xicor X1241 2-wire RTC.
2002-11-12 01:00:59 +00:00
simonb
8243c6f1d3
s/bcopy/memcpy/
2002-11-12 00:49:08 +00:00
simonb
e60e871a8e
Fix the end-of-kernel calculation when we don't have a valid bootinfo
...
structure. From Chris Demetriou.
2002-11-12 00:47:10 +00:00
oster
bd2dd01d29
xorBufCount needs to be initialized too!
2002-11-12 00:01:32 +00:00
thorpej
f53bc0b607
Fix signed/unsigned comparison warnings.
2002-11-12 00:01:21 +00:00
thorpej
aa27d116a6
Avoid strict alias warning.
2002-11-12 00:00:23 +00:00
thorpej
3d397e0087
Fix signed/unsigned comparison warnings.
2002-11-11 23:56:46 +00:00
thorpej
4ba7375da3
Fix signed/unsigned comparison warnings, and shadow warnings.
2002-11-11 23:43:03 +00:00
thorpej
ff64706c9f
Fix signed/unsigned comparison warnings.
2002-11-11 22:53:19 +00:00
wiz
e949218216
Add mtd(4).
2002-11-11 22:35:04 +00:00
wiz
ac2f36aea8
Add mtd(4) man page by Martin Husemann and Peter Bex, with some
...
improvements by me.
2002-11-11 22:34:27 +00:00
he
aba5de5e41
Remove a PARANOIADIAG check which is a bit too paranoid. This one
...
would now trigger whenever a previously used "cached" uarea was reused.
Reviewed by thorpej and chs.
2002-11-11 22:30:15 +00:00
pooka
36e8081d49
rename EAP_EN() to the more descriptive EAP_DAC_EN(), and
...
use it everywhere.
2002-11-11 22:17:47 +00:00
thorpej
08a7b34528
Fix signed/unsigned comparison warnings.
2002-11-11 22:15:42 +00:00
martin
8a5edd4981
Ooops, put back ehci_dump() which I accidently removed in the last commit.
...
Thanks to enami tsugutomo for noticing this.
2002-11-11 20:55:28 +00:00
chris
689b975b68
Belatedly correct the copyright notice. I ported the new footbridge IRQ code
...
from the xscale interrupt code, it therefore should have Jason/Wasabi
copyright.
There is none of the original arm32 derived interrupt code here.
2002-11-11 20:44:41 +00:00
thorpej
d6e3c04143
Fix signed/unsigned comparison warnings.
2002-11-11 20:34:10 +00:00
chris
e8cceb3e82
gratuitous whitespace and de-__P'ing. No functional change.
2002-11-11 20:34:03 +00:00
thorpej
0e69571cc2
Avoid strict alias warning.
2002-11-11 20:24:38 +00:00
thorpej
e5538ceafb
Fix signed/unsigned comparison warnings.
2002-11-11 20:05:53 +00:00
thorpej
de792f2457
Fix signed/unsigned comparison warnings.
2002-11-11 19:49:00 +00:00
thorpej
4747ad6ea7
Fix signed/unsigned comparison warnings.
2002-11-11 19:25:38 +00:00
jdolecek
0c1316b88d
default to "$HOME/.kshrc" if ENV is not set
2002-11-11 19:03:57 +00:00
itojun
c8a8326600
make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK.
...
#ifdef out unneeded code when possible.
From: Krister Walfridsson <cato@df.lth.se>
2002-11-11 18:35:27 +00:00
itojun
1e8dadc8f9
pmtu_probe is not used anywhere (it is used in KAME TCP6-only code).
...
From: Krister Walfridsson <cato@df.lth.se>
2002-11-11 18:26:42 +00:00
thorpej
1289029f10
Fix signed/unsigned comparison warnings.
2002-11-11 17:56:11 +00:00
simonb
0b3c8ee193
Document that the *printf() functions can return a negative value under
...
output error conditions.
2002-11-11 17:26:19 +00:00
thorpej
045cceecae
Fix signed/unsigned comparison warnings.
2002-11-11 17:13:59 +00:00
thorpej
585ad39ac1
Fix signed/unsigned comparison warnings. Catch error conditions
...
from snprintf().
2002-11-11 17:10:11 +00:00
thorpej
fd128e9fb6
Fix signed/unsigned comparison warnings.
2002-11-11 16:50:34 +00:00
simonb
396f36cc12
Fix a typo in the on-board device selection machinery (which I thought
...
I'd committed long ago).
2002-11-11 16:39:18 +00:00
kanaoka
9e351ea764
Add support for "Planex FNW-3603 cardbus ethernet".
...
by kern/18961: From: prlw1@cam.ac.uk .
2002-11-11 14:21:18 +00:00
kanaoka
6a22a366a4
Regen:
...
Add support for "Planex FNW-3603 cardbus ethernet".
by kern/18961: From: prlw1@cam.ac.uk .
2002-11-11 14:20:01 +00:00
kanaoka
853a2913d9
Add support for "Planex FNW-3603 cardbus ethernet".
...
by kern/18961: From: prlw1@cam.ac.uk .
2002-11-11 14:15:48 +00:00
fvdl
726d1e9017
Check for an error in {f,s}uwintr before checking (if MULTIPROCESSOR)
...
if the kernel lock is held, otherwise a fatal trap will be erronerously
signaled for cases like profile calls from statclock().
2002-11-11 13:54:28 +00:00