jdolecek
03cec6311e
mark local constant stuff as const, so that it's pushed to text segment
2001-01-17 18:52:41 +00:00
jdolecek
384bb56925
move local variable sdl from ieee1394_ifdetach() to ieee1394_ifattach(), so that
...
this file is compilable after previous change
XXX not tested
2001-01-17 18:44:14 +00:00
thorpej
2f89e3d744
Explicitly include <machine/intr.h> if __HAVE_GENERIC_SOFT_INTERRUPTS.
2001-01-17 18:21:41 +00:00
tv
ff0fde3d3f
sparc64 is not in fact CD bootable for 1.5. The "ramdisk" is actually a
...
custom miniroot, and needs to be writable in order for the boot to work
properly.
2001-01-17 16:04:26 +00:00
thorpej
a4ecde8c5e
If no link level name is assigned, return EADDRNOTAVAIL on
...
SIOCGIFADDR.
2001-01-17 15:53:43 +00:00
ws
dc77af8bea
Don't claim the memory for the executable from the firmware.
...
Some implementations seemed to do strange mappings as a result of it.
2001-01-17 15:37:06 +00:00
ws
8d2ba0ce39
Increase stack size to make this work again.
2001-01-17 15:31:04 +00:00
itojun
2d9097af9e
correct typecast for eonrtrequest 3rd arg.
2001-01-17 15:13:37 +00:00
itojun
50f4458f06
move forward decl of rt_addrinfo upwards.
2001-01-17 15:07:07 +00:00
fvdl
93beca224d
Fix spelling.
2001-01-17 11:58:33 +00:00
fvdl
6129a28444
Document -o linux option.
2001-01-17 11:57:54 +00:00
itojun
f08806ada3
fix printf format for u_int64_t
2001-01-17 11:35:38 +00:00
itojun
4dbe2a5a97
wrap noisy ND6 debugging messages with ND6_DEBUG. sync with kame
2001-01-17 11:26:52 +00:00
shin
6b177fb05c
- reduce GP size (20 -> 18).
2001-01-17 10:35:08 +00:00
itojun
966b95b038
configure sdl_alen properly
2001-01-17 09:34:48 +00:00
haya
193fd06950
Fix comment.
2001-01-17 08:37:09 +00:00
ender
d2d372a707
Fix softclock prototype.
2001-01-17 08:23:49 +00:00
itojun
15938e53e1
sync with reality a little better.
2001-01-17 08:12:18 +00:00
itojun
3a59b0a369
s/evbsh3/hpcsh/
2001-01-17 07:50:49 +00:00
nisimura
1d8bb9f134
managed to make this useful enough for screen editor.
...
- video base register value brings different scanline starting address
of framebuffer depending on VRAM chip column size.
many other issues left unsolved.
- text rendered in incorrect colours.
- acceleration codes should be reimplemented from scratch.
2001-01-17 06:48:09 +00:00
jwise
1480bd07cc
Kill package field much more efficiently when creating flists from set lists.
2001-01-17 06:28:12 +00:00
itojun
b3705ee26f
unbroken slash notation (10.0.0.0/8) for IPv4.
2001-01-17 06:10:37 +00:00
itojun
f3a31dc12d
support "prefixlen n" for IPv4 too.
2001-01-17 06:07:32 +00:00
itojun
f79137a3f1
it looks that gas configured for little endian output runs as
...
big endian assembler, sometimes. explicitly have -little to specify
little endian output.
2001-01-17 06:03:54 +00:00
itojun
d0111cc847
for MACHINE=hpcsh. straight copy of evbsh3.
2001-01-17 05:27:15 +00:00
itojun
ef1a3ce53b
the kernel for SH3-based WinCE machines (little endian), by uch.
...
MACHINE=hpcsh, MACHINE_CPU=sh3el.
bootloader: ftp://f77.nop.or.jp/users/uch/hpcboot/
original patch: ftp://f77.nop.or.jp/users/uch/hpcsh/
sys/sh3/sh3/md_root.c: add #ifdef MEMORY_DISK_DYNAMIC
2001-01-17 05:21:47 +00:00
itojun
9870327734
fix syscall() and __syscall(). r0 has to be set to SYS_syscall or
...
SYS___syscall, respectively. otherwise sys/arch/sh3/sh3/trap.c will
look at the wrong argument.
2001-01-17 05:15:02 +00:00
itojun
df9784d749
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
...
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument.
pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest.
3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr *
(almost noone is using it anyways).
benefit: the follwoing command now works. previously we need two route(8)
invocations, "add" then "change".
# route add -inet6 default ::1 -ifp gif0
remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was
introduced by 4.3BSD-reno and never corrected.
XXX is eon_rtrequest() change correct regarding to 3rd arg?
eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno,
so i do not have correct answer in the source code.
someone with more clue about netiso-over-ip, please help.
2001-01-17 04:05:41 +00:00
thorpej
a14f3b25f6
Add some whitespace to make reading this file easier.
2001-01-17 02:17:47 +00:00
tv
5abeaaee6a
Add LOG_MKISOFS option to produce extra-verbose logs of the mkisofs image
...
generation info (-v -v).
2001-01-17 02:07:25 +00:00
fvdl
66689980ac
Add procfs_linux.c
2001-01-17 01:26:40 +00:00
fvdl
cd7c1e7cc9
The actual i386 implementation for /proc/cpuinfo.
2001-01-17 01:21:12 +00:00
fvdl
ea08a209b5
Adapt for procfs_valid* argument change.
2001-01-17 01:13:23 +00:00
lukem
1b4c6a992b
don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0.
...
other stuff in the rpc systems (e.g, authnone_create() with _null_auth)
trigger this assertion otherwise
2001-01-17 01:07:10 +00:00
itojun
d8ba6d06be
procfs_machdep is per port (not per CPU).
2001-01-17 00:44:33 +00:00
thorpej
fc5dafc79b
Fix a rather annoying problem where the sockaddr_dl which holds
...
the link level name for the interface (ifp->if_sadl) is allocated
before ifp->if_addrlen is initialized, which could lead to allocating
too little space for the link level address.
Do this by splitting allocation of the link level name out of
if_attach() and into if_alloc_sadl(), which is normally called
by functions like ether_ifattach(). Network interfaces which
don't have a link-specific attach routine must call if_alloc_sadl()
themselves (example: gif).
Link level names are freed by if_free_sadl(), which can be called
from e.g. ether_ifdetach(). Drivers never need call if_free_sadl()
themselves as if_detach() will do it if it is not already done.
While here, add the ability to pass an AF_LINK address to
SIOCSIFADDR in ether_ioctl() (this is what caused me to notice
the problem that the above fixes).
2001-01-17 00:30:49 +00:00
fvdl
a7fede800b
Add handling of -o linux.
2001-01-17 00:09:54 +00:00
fvdl
4de25b5279
Add procfs_machdep.c and .PATH for it.
2001-01-17 00:09:31 +00:00
fvdl
4e000b75b2
Add a few linux-style files, only enabled when -o linux is specified
...
for the mount. Currently these are /proc/cpuinfo and /proc/meminfo.
The former only does something on i386 right now.
2001-01-17 00:09:07 +00:00
fvdl
c7f1462f3e
Add machdep file for procfs. Currently only used for linux-style
...
/proc/cpuinfo (only active when procfs is mounted with -o linux).
For ports other than the i386 this currently produces an empty
string.
2001-01-17 00:07:18 +00:00
fvdl
0546607276
Export some variables.
2001-01-17 00:03:02 +00:00
itojun
1efb35296f
do not include mmeye.h
2001-01-16 23:57:21 +00:00
eeh
f616788686
Fix problem with shared library symbols.
2001-01-16 23:35:19 +00:00
sommerfeld
e8d906afaa
Validate gate targets.
...
Fix by myself and Charles Hannum.
2001-01-16 23:32:21 +00:00
thorpej
f64af41401
No need to reference ifnet_addrs[].
2001-01-16 21:18:56 +00:00
thomas
16090efe76
Let lpmatch recognice the printer.
2001-01-16 21:13:09 +00:00
thorpej
d418f0d68c
Add support for AN985-based CardBus network interfaces.
...
From Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>.
2001-01-16 18:55:00 +00:00
thorpej
23ded7f4c2
Regen; ACCTON and AboCom AN985 Ethernet devices.
2001-01-16 18:43:19 +00:00
thorpej
cb7242ca2f
Add some ACCTON and AboCom AN985 Ethernet devices.
2001-01-16 18:42:56 +00:00
itojun
a1c683863b
remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to
...
be renamed to something better.
XXX dreamcast/mmeye.h
2001-01-16 17:36:02 +00:00