Commit Graph

67992 Commits

Author SHA1 Message Date
ad
a73283ac00 Dump 802.1Q encapsulated packets. From tcpdump.org. 2000-07-24 15:32:43 +00:00
mycroft
fc590aafb4 There's no good reason not to assume a 64-bit stack here. 2000-07-24 15:24:55 +00:00
ad
1784978a24 - Wrap line.
- Minor oops in a comment.
2000-07-24 15:15:25 +00:00
bouyer
10afc4e0a8 create a funcion, siop_busreset(), to reset the scsibus.
Reset the scsi bus at attach time, to be sure all devices start in narrow/async
mode.
Defer sync/wide negotiation until after whe have a valid
xs->sc_link->device_softc, so that we can honnor the NOSYNC/NOWIDE quirks.
2000-07-24 15:15:00 +00:00
ad
751028f9c1 CopyToBuffer/CopyFromBuffer are used by sii/xsii and nothing else. 2000-07-24 15:07:02 +00:00
scw
197f977187 Pass the level and vector to vme_intr_map() in the correct order. 2000-07-24 15:00:41 +00:00
ad
bcd6512016 Fix a couple of oversights. 2000-07-24 15:00:07 +00:00
pk
98127a7ee3 Cosmetic & readability:
- local label cleanup in interrupt handling code;
	- in debugging sections when testing `intrdebug': use a unique
	  local label (97) to enhanced clarity;
	- comment-out unused code;
	- kill a bug as the satisfying result of doing all of the above.
2000-07-24 14:55:56 +00:00
ad
25047caef0 PCVT is dead. 2000-07-24 14:42:27 +00:00
ad
74cf7af4a9 Increase polled command timeout to 2s. 2000-07-24 12:28:31 +00:00
ad
119ee262a5 PCVT is dead. 2000-07-24 12:26:15 +00:00
ad
57f09713dc Clean up, fix. 2000-07-24 12:17:45 +00:00
ad
e5d8252acc Clean up. 2000-07-24 12:15:10 +00:00
itojun
ff9df0b1b7 correct malloc() size computation mistake. bug from bsdi, found
by kjc.  sync with kame.
2000-07-24 12:06:55 +00:00
ad
1b7b60f391 RCS ID police. 2000-07-24 11:59:38 +00:00
ad
b519c00ff1 - No `-compact' on lists (i.e. look like the other bus pages).
- .Tn SCSI
2000-07-24 11:58:31 +00:00
hubertf
0378dbb440 ".di Df" -> ".di\n.Df", to fix creation of paper.ps
Noted in PR 10661 by Patrick Welche <prlw1@cam.ac.uk>
2000-07-24 11:57:11 +00:00
ad
6feb52fd7e Monkeys Ignite Dangerous Items. 2000-07-24 11:55:52 +00:00
ad
31364cda65 Add ioat.{0,4}. 2000-07-24 11:54:41 +00:00
ad
9f22ddd39a Install ioat.4. 2000-07-24 11:53:49 +00:00
ad
b7f651f06b px(4) is now installed. 2000-07-24 11:51:23 +00:00
ad
ac3b4d51bc Cleanup. 2000-07-24 11:49:42 +00:00
ad
bb947b76e3 This product includes software developed by Manuel Bouyer. 2000-07-24 11:47:03 +00:00
ad
f054f5b190 Allow probe for SCSI tape drives even if no SCSI disk drives are configured. 2000-07-24 11:44:33 +00:00
scw
78abb015f5 G/C the IIO* #defines. They're no longer needed. 2000-07-24 11:20:47 +00:00
itojun
738859d74e do not skip IPv6 configuration menu on dhcp configuration.
do not save address/netmask/default router, if we got them from dhcp.
(we shouldn't do that).  if we keep any of dhcp config into /etc, we shoul
update rc.conf to run dhcp again.
2000-07-24 10:52:28 +00:00
itojun
674467bac8 add "start" argument to sshd.sh.
- sshd.sh comes with pkgsrc/security/openssh requires "start" argument
- sshd.sh comes with pkgsrc/security/{ssh,ssh6} does not care about argument
- it seems to me, from license twists, openssh installation will get
  more popular
2000-07-24 10:10:05 +00:00
tsubai
a943e81da4 Delete kernfs. 2000-07-24 10:04:10 +00:00
tsubai
ad07de7aae Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
2000-07-24 09:27:40 +00:00
scw
2688608c2b Pass the boot partition number into the loaded kernel, in preparation
for doing away with __BROKEN_DK_ESTABLISH.
2000-07-24 09:25:53 +00:00
tsubai
274dca4f93 Use KERNSRCDIR instead of BSDSRCDIR/sys. 2000-07-24 09:16:27 +00:00
tsubai
4c37b0db76 Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
2000-07-24 09:15:21 +00:00
pk
1045aba51d Define UVM_PAGE_IDLE_ZERO. 2000-07-24 09:14:56 +00:00
pk
a95d924d4d Fix delay slot error in the SUN4_MMU3L startup code. 2000-07-24 08:48:03 +00:00
itojun
a3c60d7535 need -DCLIENT_PATH to compile the latest dhclient. not 100% sure if it's
completely right.
2000-07-24 07:59:28 +00:00
eeh
2933116823 Fix stack issues in bzero. 2000-07-24 07:40:40 +00:00
mycroft
eded30220a Don't bother saving %f16-%f31, since we don't use them. 2000-07-24 07:30:54 +00:00
mycroft
2f13e00500 Revert the previous change for now. I don't have time to debug it tonight. 2000-07-24 06:30:34 +00:00
itojun
006f0a5618 run IPv6 configuration even if we use dhcp. background:
- on a IPv6/v4 dual stack network, it makes more sense to configure both.
- also, many of IPv4/v6 dual stack network requires us to contacd DNS
  over IPv4 transport.
discussed with cyber@netbsd.org.
2000-07-24 06:05:51 +00:00
mycroft
ac182d9c19 Er, eliminate the -p link option as well, which just outputs huge amounts
of spooge.
2000-07-24 04:54:16 +00:00
mycroft
711ffefeac Nuke lderr. 2000-07-24 04:45:49 +00:00
mycroft
0c2ad746ea Slight rearrangement. 2000-07-24 04:39:01 +00:00
mycroft
f9f72ecf9a Purge C++-style comments. 2000-07-24 04:28:51 +00:00
mycroft
4cbff173ea Fix an obvious error that would cause fpu_ftoxi() to drop the upper half.
The compiler even emitted a warning for this...
2000-07-24 04:13:45 +00:00
mycroft
bdc8c86c9e asm volatile --> __asm __volatile 2000-07-24 04:11:03 +00:00
sommerfeld
73b6d9485c Drop packet, increment udps_badlen if the udp header length field
reports a size smaller than the udp header; defends against bogosity
detected by Assar Westerlund.

This patch and the previous ip_icmp.c change were the joint work of
assar, itojun, and myself.
2000-07-24 03:46:57 +00:00
sommerfeld
a0c29e06a3 Improve robustness of icmp_error():
- allow it to work when icmpreturndatabytes is sufficiently large that the
icmp error message doesn't fit in a header mbuf.
 - defend against mbuf chains shorter than their contained ip->ip_len.
2000-07-24 03:32:31 +00:00
hubertf
c0f021878e handle NULL pen variable more gracefully in find_play_pen() 2000-07-24 02:54:22 +00:00
mycroft
a7bc813f46 Pull in a change critical to making the sparc64 compile:
Redefine ASM_OUTPUT_DWARF_ADDR_CONST() using ASM_OUTPUT_DWARF2_ADDR_CONST(), so
that the latter can take a string.
2000-07-24 02:30:40 +00:00
mycroft
9b2c5720e8 Make the ligature_node operators compile with GCC 2.95.2.
Thanks to Assar for assistance.
2000-07-24 02:24:43 +00:00