itojun
3e8e591c7f
fix udp reception to sockets bound to linklocal address (like fe80::1%lo0).
...
sync with kame
2001-06-27 23:40:50 +00:00
ross
f54fe9f3b1
compile tweak for non-SCSIVERBOSE
2001-06-27 23:14:26 +00:00
wiz
403083db34
Add compat_svr4_32(8).
2001-06-27 23:11:31 +00:00
soren
882f3b1bd2
Const'ify bootblk_commands[] to match lib/libi386.h change.
2001-06-27 22:58:32 +00:00
lukem
69bda4d299
be consistent with #define<TAB>
2001-06-27 22:55:08 +00:00
nathanw
67bde7ddf3
The back end driver doesn't need PCMCIA headers, but it does need
...
<machine/bus.h>.
2001-06-27 22:22:12 +00:00
atatat
28f77f292c
add brief descriptions of the contents of the *other* directories
2001-06-27 22:10:13 +00:00
thorpej
27f66d3bf7
Macro'ize the code that checks the free and inactive thresholds and
...
wakes the pagedaemon.
2001-06-27 21:18:34 +00:00
itojun
e676bfdeb6
recover from endian mistake. sync with tcpdump.org
2001-06-27 21:08:41 +00:00
itojun
d27c25bbb1
sync with openssh upgrade (primes.5 -> moduli.5). PR 13327
2001-06-27 20:40:12 +00:00
fredette
ebaac3f1e0
Don't define Debugger() if it's already defined.
...
It is always defined on the sun[23].
2001-06-27 20:17:20 +00:00
fredette
687bbc74b6
Add ID for the m68000 with 2k pages.
2001-06-27 19:58:52 +00:00
fredette
1cf0b6f4ec
Added many sun2 entries.
2001-06-27 19:47:17 +00:00
fredette
3543a1603c
Removed stand from SUBDIRS.
2001-06-27 19:23:16 +00:00
fredette
9dd442f913
Added a Makefile for the sun2 includes.
2001-06-27 19:22:18 +00:00
fredette
4c566b2daa
Include a common header, then define macros that
...
give the appearance of specific attach args for
the mbio and mbmem buses.
2001-06-27 19:21:49 +00:00
fredette
2cf2ebc67c
Now define a suitable ELF32_MACHDEP_ID_CASES.
2001-06-27 19:20:22 +00:00
fredette
dd2704a334
Just include a common header.
2001-06-27 19:19:22 +00:00
fredette
4218d61e30
Use _KERNEL_OPT.
2001-06-27 19:08:58 +00:00
fredette
dced0aa013
Declare the PROM console device.
2001-06-27 19:02:26 +00:00
fredette
33575e8a53
Now don't include zsvar.h until the end. splzs() is
...
now defined in machine/cpu.h. Define zs_peripheral_type.
2001-06-27 19:01:14 +00:00
fredette
f76d90d237
Added comments and fixed some macros now that I correctly
...
understand how to address the sun2 VME bus in the VM hardware.
2001-06-27 18:54:27 +00:00
thorpej
9917ae5683
G/c a comment that no longer applies.
2001-06-27 18:52:10 +00:00
fredette
5f35b65f29
Now define kernel_context() and restore_context(), these
...
are used by some sun68k common code.
2001-06-27 18:48:30 +00:00
mcr
656bb8c5c7
added Solidum PAX.ware 1100 and Lucent ORCA PCI targets
2001-06-27 17:57:23 +00:00
fredette
451ebb23d2
Converted to use the new bus-specific attach args.
...
Added the zs_console_flags function, used to tell
MI code what zs is tied up in the console.
2001-06-27 17:41:03 +00:00
fredette
75eb351428
Converted to use the new bus-specific attach args,
...
and the bus_space_peek_N functions. Now use hand-defined
macros instead of relying on structure layout to find registers.
Allocate the DMA handles here, since the MI chipset code
doesn't do that any more.
2001-06-27 17:37:04 +00:00
itojun
02c94ca414
refresh default router list on nd6_detach(), only if we are an
...
autoconfigured host. bug was that, we will lose default route on
"ifconfig gif0 destroy" even if default is not pointing to gif0.
reported by ume@mahoroba.org . sync with kame
2001-06-27 17:36:14 +00:00
thorpej
9cb2396749
Make sure to add NFS vnodes to the syncerd worklist.
2001-06-27 17:33:43 +00:00
fredette
a63be0a0a4
Converted to use the new bus-specific attach args,
...
and the bus_space_peek_N functions. Also uses the
sun68k-specific bus_space_copy{in,out} functions.
2001-06-27 17:32:44 +00:00
fredette
b480d71a7a
Added an attachment for Intel ethernet (ie) at obio.
...
Added support for the 3Com Ethernet (ec) at mbmem.
2001-06-27 17:24:35 +00:00
fredette
1bf6975d6b
Added support for the PROM console.
2001-06-27 17:04:59 +00:00
fredette
fdc8ed9a06
Updated for ELF support.
2001-06-27 17:03:10 +00:00
fredette
79f31f9463
A sun2 is also a sun68k kind of a machine, and it also uses ELF.
2001-06-27 16:59:57 +00:00
fredette
e702f4a813
Now uses the sun68k common code. Changed how the keyboard
...
and mouse attach. Added support for ie at obio, the ec adapter.
2001-06-27 16:57:57 +00:00
fredette
9e33b7b680
Updated with VME machine support, a.out compat,
...
some zs and console changes.
2001-06-27 16:51:20 +00:00
bouyer
db6d5fc4a7
When setting/changing an address, no need to call ti_init() if the interface
...
is already up.
Especially this allow netatalk to start properly on a ti interface.
2001-06-27 16:47:33 +00:00
eeh
5d3b545fcc
Add documentation for COMPAT_SVR4_32.
2001-06-27 16:41:00 +00:00
ichiro
46a9744df4
enabling EMTAC A2424i Wavelan Card
...
It work fine.
2001-06-27 16:03:01 +00:00
itojun
9ccf08b3c5
netbsd; on interface removal, force pcbs to leave from multicast groups
...
pointing toward the interface about to be removed. sync with kame
XXX still need more discussions on semantics. the behavior should be safer
2001-06-27 15:53:14 +00:00
itojun
669cdc0b4f
clarify issues with AH with encapsulation, and inbound "require" policy.
...
we now have racoon(8). sync with kame.
2001-06-27 15:27:00 +00:00
darcy
685fb6365d
Added the commented lines with the defaults for the system values associated
...
with System V semaphores.
2001-06-27 13:40:12 +00:00
darcy
5f43adf46b
Added entries for system values related to System V semaphores. Note that
...
the entries refer to the GENERIC config file for each port for defaults
but I still have to do that. It was suggested to me that the man page
should be updated first and I didn't want to be changing it twice. I
will work on the GENERIC files over the next few days. If anyone wants
to jump in with an update for their favorite port please feel free. I
will do the i386 port immediately if you want to use it as a template.
2001-06-27 13:25:25 +00:00
bouyer
6a91469e6d
Some ATAPI CD occasionally reports "ATA illegal indication length" for
...
a request sense command, but the sense is properly transfered anyway.
Ignore the error for this case.
2001-06-27 13:22:36 +00:00
bouyer
4fadc33006
Better diagnostic when a REQUEST SENSE is terminated with CHECK CONDITION.
2001-06-27 13:21:30 +00:00
zuntum
4a5fefeba1
Mention REPLACE_PERL
...
Takes a list of files and replaces each occurence of "/usr/bin/perl", "/usr/local/bin/perl"
and "/usr/pkg/bin/perl" in the named files with the value of ${PERL5}.
This can be used to point perl scripts to the proper interpreter that pkgsrc installs.
Note: it looks for the listed files in ${WRKSRC}.
2001-06-27 12:57:47 +00:00
nisimura
229c5757e6
Cobalt MIPS servers are known to have QED RM5200 processor.
2001-06-27 08:44:24 +00:00
nisimura
0533d3265c
Do a straight and simple cpu identification in cpu_attach().
2001-06-27 08:20:44 +00:00
enami
ab05795faa
Fix tcpdump path.
2001-06-27 05:17:32 +00:00
fredette
08068ecc5d
Don't unmap the PROM's first four physical/virtual pages
...
inside pmap_bootstrap, instead we will wait until we have
installed our vector table.
2001-06-27 03:41:27 +00:00