Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino | |
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | |||
2001-06-15 | constrain to less than 64K until a hifn driver bug is fixed | Theo de Raadt | |
2001-06-14 | OOPS | Theo de Raadt | |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt | |
2001-06-14 | dst ring corruption fix; jason | Theo de Raadt | |
2001-06-14 | KNF | Theo de Raadt | |
2001-06-14 | Big cleanup of VM issues: | Miod Vallat | |
o get rid of m88k_foo macros when there is an mi foo macro o remove the ability, for the pmap module, to handle a native mmu page size different from the vm module page size. This allows some optimizations in pmap.c o remove dead stuff from <machine/vmparam.h> | |||
2001-06-14 | limited broadcast 255.255.255.255 was not recognized correctly, reported | Niels Provos | |
by crh@ubiqx.mn.org, fix from NetBSD; okay angelos@ | |||
2001-06-14 | Fix for pmap_extract on amiga. int -> paddr_t fix. | Janne Johansson | |
2001-06-14 | Same fix as miod did for sun3/vax, but for amiga too. | Janne Johansson | |
Need more includes for netinet-stuff to work. | |||
2001-06-14 | drop multicast packet from myself, if the interface is !IFF_SIMPLEX. | Jun-ichiro itojun Hagino | |
sync with netbsd/kame. | |||
2001-06-13 | From NetBSD, 82562 requires a nop before a resume (tested by mickey) | Jason Wright | |
2001-06-13 | Actually, because of multi-interrupts devices, use the opposite loop | Miod Vallat | |
direction. My bad, doh ! | |||
2001-06-13 | add portuguese kbd map; from pmsac <pmsac@netcabo.pt> | Michael Shalayeff | |
2001-06-13 | ivmask has been deprecated. | Angelos D. Keromytis | |
2001-06-13 | Use blocksize, not ivmask | Angelos D. Keromytis | |
2001-06-13 | typo spotted by Mike Pechkin <mpech@prosoft.org.lv> | Niklas Hallqvist | |
2001-06-13 | dmesg cleanup | Theo de Raadt | |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat | |
<machine/param.h>, which was not the case for these arches. | |||
2001-06-13 | Repair bad printf (-Wall cleanup) | Miod Vallat | |
2001-06-13 | regen | Michael Shalayeff | |
2001-06-13 | cisco/aironet pci352; from Wolfgang Rupprecht <wolfgang@wsrcc.com> | Michael Shalayeff | |
2001-06-12 | In intr_findvec(), correct the for() loop bounds. | Miod Vallat | |
And display barf messages only if option DIAGNOSTIC. | |||
2001-06-12 | Change RB_NOSYM, for it used to have the same value as RB_CONFIG ; | Miod Vallat | |
makes boot -c happier. | |||
2001-06-12 | Add ``scsibus* at vs?'', except on model 147, for which the vs driver | Miod Vallat | |
has issues. | |||
2001-06-12 | deal with gnu kernel dependencies right; cyxob@thief.dyndns.org | Theo de Raadt | |
2001-06-12 | one less setuid program (use an ioctl like pppstats) | Theo de Raadt | |
2001-06-12 | interrupts cannot happen before | Michael Shalayeff | |
*hci cannot receive interrupts before it has been initialized. this was changed to accomodate the pcibios strategy change back in pre-2.9 times since *hci_init enables interrupts at it's end and thus unmapped pci interrupt hangs the machine in the endless loop trying to deliver it (and no hci handler to ack it). this new way we disable interrupts by hands before we map 'em on pci and thus ensure that they will not crash an uninitialized *hci which, in turn, will run right after the interrupt map/establish and by the time it enables *hci interrupts all gonna be just fine. please allow us to end this stretched remark for cvs is getting a power outage in less than 20 minutes. | |||
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
2001-06-12 | IPsec-related socket options; these can be set/removed/retrieved, but | Angelos D. Keromytis | |
are not taken into consideration in anything just yet. | |||
2001-06-12 | IPsec setsockopts. | Angelos D. Keromytis | |
2001-06-12 | regen | David Leonard | |
2001-06-12 | Add Archos MiniCD (comes with some Toshiba laptops). ok csapuntz,fgsch | David Leonard | |
2001-06-12 | Yet another entry for the Netgear FA410TXC; from | Federico G. Schwindt | |
Brandin L Claar <claar@arl.psu.edu>. | |||
2001-06-11 | good when it compiles | Michael Shalayeff | |
2001-06-11 | explicit IV & other fixes; pointed out as umich people tried to use this... | Theo de Raadt | |
2001-06-11 | Repair SUN4M-only case compilation... | Miod Vallat | |
2001-06-11 | follow x11 behaviour wrt caps^shift, even i like it this way, but deraadtified | Michael Shalayeff | |
2001-06-11 | sync w/ netbsd | Michael Shalayeff | |
2001-06-11 | Remove workaround for a gas bug fixed in binutils-2.10.1. | Artur Grabowski | |
gas confused $f28 with $at. | |||
2001-06-11 | Call doshutdownhooks() during shutdown. | Miod Vallat | |
2001-06-11 | Use MI {trunc,round}_page macros. | Miod Vallat | |
2001-06-11 | Bail out of wi_attach() if the ether addr cannot be read from the | Todd C. Miller | |
card. This is useful for PCI adapters where the card is not actually present. Also check some more wi_read_record() calls and try to deal sanely (avoid using uninitialized data). | |||
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller | |
is info on the PCI -> PCMCIA dumb bridge and not the card itself. | |||
2001-06-11 | Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt. | Miod Vallat | |
2001-06-10 | Do not print time in seconds since epoc on boot, | Dale Rahn | |
debugging was not removed before commit. | |||
2001-06-10 | inconsistantly redundant returns | Michael Shalayeff | |
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn | |
to do data copies, however it will not correctly identify that a load/store double will not correctly copy data where the address is misaligned. This emulates the load/store double operations in the kernel. Fixes gtk+ runtime problems. From NetBSD. | |||
2001-06-10 | sg fixes from Mathias Schmocker <smat@acm.org> | Michael Shalayeff | |
2001-06-10 | permit compilation when only SUN4C is defined; based on patch from Thomas ↵ | Jason Wright | |
Coffy <coffy@altern.org>. |