Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-12-12 | Add an extra apm_periodic_check() call before the one we check for | Angelos D. Keromytis | |
errors; that way, Theo's laptop can still turn off APM when there's an error, and the IBM 770Z won't gratuitously disconnect APM (since the first event is always a bogus one). | |||
2000-12-11 | no need to rtalloc1() twice in pmtud. from kame | Jun-ichiro itojun Hagino | |
2000-12-11 | turn off path mtu when icmp needfrag messages get blocked, okay itojun@ | Niels Provos | |
2000-12-11 | Some alphas have USB | Nathan Binkert | |
2000-12-11 | Add a whole slew of drivers to the Alpha GENERIC. These all compile | Nathan Binkert | |
properly, but there are many that have yet to be tested. If anyone tests one of the drivers listed as UNTESTED, please let me know. The following drivers have 64-bit issues when compiling on Alpha: adv, twe, vr, tx, hifn, ubsec They are in GENERIC, but commented out. | |||
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino | |
validate ICMPv6 too big messages (pmtud) based on pcb. we accept certain amount of non-validated ones, as IPv6 mandates ICMPv6 (so even for traffic from unconnected pcb, we need pmtud). sync with kame | |||
2000-12-11 | do not touch region after free | Jun-ichiro itojun Hagino | |
2000-12-11 | Avoid repeated 'host controlled halted' messages. (jakob@ ok) | Hakan Olsson | |
2000-12-10 | new file; smat@acm.org | Theo de Raadt | |
2000-12-10 | more keycaps for jp106 keyboards -- gotta get myself one of these weird ↵ | Theo de Raadt | |
contraptions as a wall hanging; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-12-10 | support newer cy cards; elektrosatan@voltagenoir.org, pr#1479 | Theo de Raadt | |
2000-12-10 | jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-12-10 | iso8859 font; smat@acm.org | Theo de Raadt | |
2000-12-10 | new swiss keyboard maps; smat@acm.org | Theo de Raadt | |
2000-12-10 | fix norway section; johs@copyleft.no | Theo de Raadt | |
2000-12-09 | pull in endianess fix from openssh | Markus Friedl | |
2000-12-09 | drop support for RTF_TUNNEL, which has no effect (NRL IPv6) | Jun-ichiro itojun Hagino | |
2000-12-09 | supply counter for # of routing table timer entries. | Jun-ichiro itojun Hagino | |
(preparation for ICMPv6 too big dos prevention) sync with kame | |||
2000-12-09 | remove duplicated def of INET_ADDRSTRLEN. | Jun-ichiro itojun Hagino | |
2000-12-08 | Do not enable ISTRIP by default. ok deraadt@ | Christian Weisgerber | |
2000-12-08 | Fix attach message printing for CY82C693U to be like pciide_print_channels(). | Todd C. Miller | |
It is done inline for the CY82C693U since it only has one channel. | |||
2000-12-08 | This update should cause the adw driver to: | Kenneth R Westerback | |
- actually check the returned scsi_status value and act accordingly instead of ALWAYS returning XS_NOERROR - always return the scsi status value in xs->status for completed requests - no longer reference ccb->xs and ccb->dmamap_xfer if an 'unallocated' ccb is encountered - immediately remove the ccb adw_isr_callback is working on from the pending list, leaving it in limbo until it is put on the free list just before any return - 'freeze' a target only when a scsi_status indicating it is busy is encountered, and 'thaw' a target whenever a bus reset is done or a request completes - check done_status, host_status and scsi_status in that order as is done in the linux driver and was done here until very recently, which seems cleaner to me. But opinions may vary. The only behaviour change that should result is that done_status of QD_NO_STATUS no longer causes a check of host_status values, but is an error causing a XS_DRIVER_STUFFUP - produce a more general error message with actual values for host_status, scsi_status and done_status values, with references to adw(4) for more details on the error where appropriate (man page update coming) - take what seems like appropriate action for all known host_status, scsi_status and done_status values with more use of XS_RESET where appropriate - use adw_reset_bus() instead of AdwResetSCSIBus() in adw_async_callback() so pending requests are requeued and devices left unfrozen when this happens - print an error message with the code # when adw_async_callback is called with an unknown code. | |||
2000-12-07 | new 3ware card, presumably backwards compatible; from freebsd | Michael Shalayeff | |
2000-12-07 | regen | Michael Shalayeff | |
2000-12-07 | new 3ware card | Michael Shalayeff | |
2000-12-07 | clean | Theo de Raadt | |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt | |
2000-12-07 | Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing- | mjacob | |
need #if NBPFILTER > 0 around a couple of spots. | |||
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | supposed changes needed for 82801BA support; chris | Theo de Raadt | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-12-06 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | Aaron Campbell | |
provides better (not perfect) reset sequence. The most significant change is asserting output enable reg before power up. Stop routing interrupt during reset. From NetBSD. | |||
2000-12-06 | new timeouts, proper spl()s; aaron@ ok | Michael Shalayeff | |
2000-12-06 | new timeouts; art@ ok | Michael Shalayeff | |
2000-12-06 | Update isp codebase to current common head- USEC_SLEEP macro added, | mjacob | |
instrumentation for interrupts, specific topology preferences for the 2200. Fix the hole in the OpenBSD port becuause there'd been no maxluns limit from the midlayer and have the command routine bounce commands > the maxluns for a particular controller (in particular, Qlogic FC cards where we can't tell when it hasn't been us that have loaded the F/W whether or not SCCLUN is in effect or not). | |||
2000-12-06 | Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD with | mjacob | |
getting LIVENGOOD (newer chipset) support. There will be a bit more coming down the pipe with this in a couple of weeks when I get the board that does 10/100/1000 all through CAT-5 cable.... | |||
2000-12-06 | sync | Theo de Raadt | |
2000-12-06 | the other three 3com 990 series cards | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | kernel bloat is a sin | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.org | Theo de Raadt | |
2000-12-05 | Bring in fresh pool from NetBSD. Some improvements and fixes. | Artur Grabowski | |
2000-12-05 | Change bpfattach() link layer type to DLT_LOOP making pcap generated | Hugh Graham | |
bpf filters work on the tun interface. itojun@ approved. | |||
2000-12-03 | Fix fastroute-related panic, fixes PR 1541 (cas@trans-nt.com) | Angelos D. Keromytis | |
2000-12-02 | vlan devices should not try to emit packets if the parent interface is | Jason Wright | |
not running and not up. From NetBSD: move if_opackets to that it's incremented even if the parent interface is oactive. | |||
2000-12-01 | is no longer used | Jun-ichiro itojun Hagino | |