summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-07-29remove the (unused) sc_intrmask, and be more careful about initializingJason Wright
the BS_CTRL register... The BE32 & BE64 bits do NOT do what they imply, so leave the bits set, and add the ones we want. This allows ubsec to interop with our software implementation (at least for encryption). More work to be done in this driver though... Many thanks to Jimmy Ruane at Broadcom for the pointer about BE32 & BE64!
2000-07-29Don't set the source IP address if doing multicast; this is a quickAngelos D. Keromytis
fix -- the logic has to be reworked to allow for multicast-over-IPsec. Patch from gene@lucky.net.
2000-07-28Use the correct bits for determining which session to delete. Some style fixes.Jason Wright
2000-07-28First cut at supporting older bandit based machinesDale S. Rahn
Adds mesh scsi, changes to interrupt controller to allow preconfiguration of interrupts. Mesh work by Andy.
2000-07-28Config changes to be closer to supporting older bandit based systems.Dale S. Rahn
Openfirmware does not have entries for the interrupt controller.
2000-07-28Dont force htab size to be fixed size, allow system to define size.Dale S. Rahn
2000-07-28Allow device type or name to be used for locating the pci bridge.Dale S. Rahn
Should allow configuration of bandit in older powermac machines.
2000-07-28size htab according to system memory size, not constant in header file.Dale S. Rahn
2000-07-27do not print anything before console has been setMichael Shalayeff
2000-07-27more puc devices, including IBM 33L4618: AT&T/Lucent Venus Modem offset from ↵Theo de Raadt
kaspar.toomik@personalchemistry.com
2000-07-273wareTheo de Raadt
2000-07-27some cleanup and add the emul_flags_translate from netbsd to translateEric Jackson
flags. deraadt@ OK
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ↵Theo de Raadt
AC97_REG_VENDOR* and AC97_REG_RESET
2000-07-27fix espie@'s screwup; frenchies can't type! noticed by aaron@Michael Shalayeff
2000-07-27do not forward packet with :: in the source.Jun-ichiro itojun Hagino
this is not in the spec - we had rough consensus on it in ipngwg, spec will get updated to include this behavior.
2000-07-27raw6/udp6 sockets are okay with :: in src.Jun-ichiro itojun Hagino
2000-07-27be proactive about unspecified IPv6 source address. pcb layer usesJun-ichiro itojun Hagino
unspecified address (::) to mean "unbounded" or "unconnected", and can be confused by packets from outside. use of :: as source is not documented well in IPv6 specification. not sure if it presents a real threat. the worst case scenario is a DoS against TCP listening socket: - outsider transmit TCP SYN with :: as IPv6 source - receiving side creates TCP control block with: local address = my addres remote address = :: (meaning "unconnected") state = SYN_RCVD note that SYN ACK will not be sent due to ip6_output() filter. this stays until it timeouts. - the TCP control block prevents listening TCP control block from being contacted (DoS).
2000-07-26syncTheo de Raadt
2000-07-26tweakTheo de Raadt
2000-07-26correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com>Michael Shalayeff
2000-07-26syncTheo de Raadt
2000-07-26urgTheo de Raadt
2000-07-26proper busy/idle handling; pointed out by marc@Michael Shalayeff
2000-07-25allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>.Michael Shalayeff
also, print console device and speed before switching to the new console.
2000-07-25remove debugging stuff i commited by accidentTheo de Raadt
2000-07-25syncTheo de Raadt
2000-07-25picopower devicesTheo de Raadt
2000-07-25convert to new timeoutsMichael Shalayeff
2000-07-23OpenBSD -> NetBSD where previously missed.jasoni
2000-07-23Use our own pread/pwrite.jasoni
2000-07-23Consistent tabsPaul Janzen
2000-07-22sync to NetBSD:Kenneth R Westerback
- remove #include <vm/vm_param.h> and #include <vm/pmap.h> as they are already included with #include <vm/vm.h> - more Adv -> Adw, ADV -> ADW adjustments & other minor formatting corrections plus: - put 'Carrier Ready failure!' warning message inside #ifdef ADW_DEBUG/#endif as it appears under heavy load but is nothing but a reminder the card was too busy to notice a 'tickle' from the driver.
2000-07-22regenMichael Shalayeff
2000-07-22farallon communications for their wlan, for awi; from netbsdMichael Shalayeff
2000-07-22art's typo, getting fed up of these.Marc Espie
2000-07-21regenEric Jackson
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
2000-07-21convert to new timeoutsMichael Shalayeff
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-07-21Use new timeouts.Artur Grabowski
2000-07-21Fix KPDK mode (based on patch provided by lob@netstream.se)Angelos D. Keromytis
2000-07-20syncHakan Olsson
2000-07-20Pijnenburg PCC-ISESHakan Olsson
2000-07-20add fms & auvia, so that people test itTheo de Raadt
2000-07-20new auvia and fms drivers from netbsd (testing requests sent out, since i ↵Theo de Raadt
cannot find any of these devices)
2000-07-20work around broken A0 5805 silicon that fails to set the status result word ↵Theo de Raadt
in the mcr
2000-07-20extend with new netbsd api, and add backwards compat hacks for driversTheo de Raadt
2000-07-20more guesses at tritech codecsTheo de Raadt
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis
Propagate verbose flag from cf_data to channel
2000-07-20set uio_procp correctly in uvn_io.Artur Grabowski