itojun
43950f6d05
on interface removal (ifconfig destroy) do not remove default route by mistake
2001-01-18 06:49:11 +00:00
thorpej
f9db1fd410
Add trace.o
2001-01-18 05:53:05 +00:00
blymn
fde37c21e6
* Stop next/prev field commands wrapping
...
* Made debug file open a function call that can be called multiple
times.
* Fixed the enum type.
2001-01-18 05:42:23 +00:00
thorpej
04e705cf5a
Depend on "ike".
2001-01-18 04:57:48 +00:00
augustss
6e4a47f95c
Update documentation to reflact new location and name of the symbol
...
defined if a port has generic soft interrupts.
2001-01-18 04:17:47 +00:00
briggs
118221b2e6
Handle the TRPAD case a little better.
...
Also, if the so-called DMA operation is a write and ends without target-
complete set, count the data in the FIFO as residual and add that to the
amount in the counters. Hauke Fath reports that this passes early testing
on his Quantum Viking.
2001-01-18 03:43:18 +00:00
mycroft
5087e52718
Kill .NOPATH, and fix some DPADDs.
2001-01-18 03:28:19 +00:00
thorpej
24753f79c0
Add a default for racoon.
2001-01-18 02:03:09 +00:00
thorpej
2b5bf99d49
Add rc.d/racoon.
2001-01-18 02:01:53 +00:00
thorpej
4baa94651d
Startup script for racoon(8). Racoon provides "ike", and requires
...
"kdc" (since you might want to use IPsec on your Kerberos server,
and might be using GSSAPI to authenticate Phase 1) and "ppp" (since
racoon(8) needs to know about all of your network interfaces).
2001-01-18 02:01:12 +00:00
thorpej
b170714679
The KDC requires only the network. Anyone running a KDC with
...
the binary on NFS deserves to lose.
2001-01-18 02:00:02 +00:00
thorpej
aa204493b9
Regen; Intel Gigabit Ethernet update.
2001-01-17 20:56:47 +00:00
thorpej
29002abf43
Update the Intel Gigabit Ethernet entries.
2001-01-17 20:55:47 +00:00
is
72d949304b
Add IPL_SOFTCLOCK, which was missing.
2001-01-17 20:53:43 +00:00
jdolecek
9aa0a0185f
constify a little
2001-01-17 19:50:03 +00:00
thorpej
3d0bbf9152
Filter "receive process failed to idle" on noisy chips (like the
...
ADMtek AN985).
2001-01-17 19:37:09 +00:00
thorpej
8debdb1fee
Correct last commit.
2001-01-17 19:08:59 +00:00
jdolecek
fd0f688850
make local const stuff as static const, so that it's pushed to text segment
2001-01-17 19:04:03 +00:00
thorpej
577f2ffb1c
Remove local declaration of softclock().
2001-01-17 19:03:14 +00:00
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