manu
a26a564e59
Implment map_fd mach trap
...
Fix host_info(BASIC_INFO) which was broken wrt to the number of field
returned.
2002-11-16 20:00:29 +00:00
manu
745fc5c9a0
Change a syscal name
2002-11-16 19:59:19 +00:00
rearnsha
6576c49b48
Add an assembler version of strcmp, based on example code from the ARM
...
ARM. As an example of the performance difference that this provides
a Dhrystone score on my Shark goes from 213k to 261k.
2002-11-16 18:27:40 +00:00
oster
c1058540a3
Cleanup and update usage().
2002-11-16 17:22:36 +00:00
oster
0cfd5a5b13
Cleanup more printfs.
2002-11-16 16:59:58 +00:00
oster
c00752f98a
Clean up error reporting, and nuke some printf verbosity.
2002-11-16 16:49:46 +00:00
itojun
ff4dc2f86d
set sa_len right
2002-11-16 16:39:55 +00:00
itojun
75af200131
die if strdup fails
2002-11-16 16:02:03 +00:00
itojun
5f2d0b666f
error handling on strdup failure
2002-11-16 15:59:26 +00:00
itojun
07780ab297
die if strdup failure
2002-11-16 15:43:52 +00:00
itojun
35ddf151dc
die if strdup fails
2002-11-16 15:41:17 +00:00
itojun
967caa5cd2
cleanup makefile - use correct CLEANFILES, LDSTATIC and stuff
...
XXX why -g by default?
2002-11-16 14:25:10 +00:00
itojun
94ccb14a99
use strlcpy. use sizeof() instead of xxLEN to avoid de-synchronization
2002-11-16 14:15:35 +00:00
itojun
949bb0438c
use strlcpy. initialize sa_len correctly.
2002-11-16 14:09:16 +00:00
itojun
4606602797
use strlcpy. sync w/kame
2002-11-16 14:06:56 +00:00
itojun
d118467d1c
use strlcpy
2002-11-16 13:45:10 +00:00
itojun
6bf8c47b32
we can't do {} while (0) for TEST() macro since it has "break" which
...
goes out of the switch statement. from shin-ichi kaneta.
2002-11-16 13:42:36 +00:00
wiz
b40029428b
Sort some arch lists, grammar and whitespace fixes.
...
Bump date for COMPAT_DARWIN/COMPAT_MACHO additions.
2002-11-16 12:28:04 +00:00
grant
fc7122989c
minor mdoc and whitespace cleanup.
2002-11-16 11:42:33 +00:00
manu
7c8e5410cd
Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
...
archs.
2002-11-16 11:35:47 +00:00
tsutsui
435b887237
Regen: Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter.
2002-11-16 10:04:19 +00:00
tsutsui
396a6a2863
Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter.
2002-11-16 10:03:32 +00:00
wdk
16364da176
Target address for jump was out of range for the assembler instruction.
2002-11-16 08:55:05 +00:00
wdk
e1445fed24
#include <lib/libkern/libkern.h>
2002-11-16 08:51:27 +00:00
wdk
c6eb5c7171
Catch up with the recent toolchain changes:
...
add -mno-abicalls to AFLAGS
add -msoft-float to CFLAGS
2002-11-16 08:48:13 +00:00
mrg
3090c3d834
note vnd(4) LKM
2002-11-16 08:23:47 +00:00
mrg
20998b4001
vnd.c
...
- allow vnddetach() to return EBUSY if any vnd's are currently initialised.
lkm:
- add new 'dev' directory, initially with just a 'vnd' LKM. for now, the
vnd lkm driver requests 4 devices....
XXX: vnd should be converted to a psuedo-device that creates & deletes
instances of itself (vnd0, vnd1, etc) when vnconfig -c/-u are called,
then the vnd lkm driver can not be limited to '4' by default.
2002-11-16 08:10:48 +00:00
uebayasi
c041971257
Fix compilation errors introduced by recent trace_enter()/ktrsyscall() changes.
...
Provided by FUKAUMI Naoki <naoki at fukaumi dot org> in kern/19070.
2002-11-16 07:40:38 +00:00
dyoung
3a04dc2907
In wi_get_cfg, factor the code for getting the tx rate with the
...
IEEE 802.11 subsystem.
In wi_write_txrate, document the clever code for computing
WI_RID_TX_RATE from a bit rate.
2002-11-16 06:25:05 +00:00
dyoung
1cfe0913f5
Fix typo: IEEE80211_FC0_SUBTYPE_CF_ACK_CF_ACK becomes
...
IEEE80211_FC0_SUBTYPE_CF_ACK_CF_POLL. This is the name the IEEE
802.11 specification indicates.
2002-11-16 06:08:31 +00:00
dyoung
f675f5f8b5
Support two new RIDs.
...
WI_RID_DBM_ADJUST: In preparation for capturing Prism packets
containing received signal strength indications (RSSI), read the
constant for conversion from RSSI to dBm (decibels relative to
a milliwatt).
WI_RID_FRAG_THRESH: Get/set the packet fragmentation threshold
on Lucent/Prism.
2002-11-16 06:02:53 +00:00
itojun
0cf92ab036
use strlcpy
2002-11-16 05:24:44 +00:00
itohy
4ceec823fb
Regen (add maple devices)
2002-11-16 04:55:06 +00:00
itohy
d071615e40
Add maple devices to comment.
2002-11-16 04:53:55 +00:00
itojun
9593086444
use strlcpy
2002-11-16 04:34:13 +00:00
itojun
8fcb6ec6c6
use strlcpy to ensure string termination
2002-11-16 04:31:15 +00:00
itojun
881cb512fa
strncpy -> strlcpy to ensure string termination
2002-11-16 04:29:01 +00:00
itojun
7bd25b06e9
die if out-of-range address is specified to -p
2002-11-16 04:20:42 +00:00
itojun
343d3d8f80
die if out-of-range uid/gid is specified.
2002-11-16 03:59:36 +00:00
itojun
240664d004
strto* audit.
2002-11-16 03:36:17 +00:00
itojun
92ebc57756
audit use of strto* - beware of ERANGE, as well as typecast on result.
2002-11-16 03:10:34 +00:00
manu
e7cfdc3995
Darwin skips the next instruction after a successful system call. Strange
...
world.
2002-11-15 23:19:22 +00:00
wdk
b0fb4471b2
Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based ports
2002-11-15 22:44:57 +00:00
nathanw
83be8543f2
Add a _rtld_dlerror() function, since it it now needed by search.c,
...
and otherwise make the error routines look more like what's currently
in rtld.c (so *this* is where _rtld_error_message was hiding...).
2002-11-15 22:39:17 +00:00
tsutsui
6cbc642fdf
Regen from pcidevs rev 1.486:
...
> Remove an entry for AMD PCNETS_PCI.
>
> AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
> a multi-function PCI device which has two device IDs
> of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
> and there is no its own ID.
2002-11-15 22:20:02 +00:00
tsutsui
1d4122d78d
Remove an entry for AMD PCNETS_PCI.
...
AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.
2002-11-15 22:13:11 +00:00
manu
3fc8f36b8d
Make it build again
2002-11-15 21:48:06 +00:00
wiz
8a21525b09
texinfo-4.3 out.
2002-11-15 21:36:45 +00:00
provos
49d6b23841
check for trans_size is not needed.
2002-11-15 21:36:25 +00:00
manu
d584ed9598
Add a realcode argument to trace_enter and ktrsyscall. realcode is the
...
original system call number, which can be negative for a Mach trap.
We cannot just replace code by realcode, because ktrsyscall uses it as
an index in the system call table, thus crashing the kernel when the
value is negative.
2002-11-15 20:06:00 +00:00