Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-06 | allow for configuring number of bridge ifaces in ukc; jason@ ok and help | Michael Shalayeff | |
2001-02-06 | Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. | Hugh Graham | |
Is it working? I don't know.. Anyone have a machine to spare? | |||
2001-02-06 | forgot to bzero() malloced memory | Michael Shalayeff | |
2001-02-06 | allow configuring number of tunnel ifaces | Michael Shalayeff | |
2001-02-06 | allow configuring gif ifaces; itojun@ ok | Michael Shalayeff | |
2001-02-06 | - bridge_input() expects to be called at splnet(), not splsoftnet() | Jason Wright | |
- add a bit more debugging (controlled by ENCDEBUG and encdebug) - turn off several more m_flags that may have been set by the higher layers (so any sharing of mbuf's in the return direction doesn't confuse the upper layers) | |||
2001-02-06 | sync with latest kame (comment only) | Jun-ichiro itojun Hagino | |
2001-02-06 | bad semicolon after "if" conditional. | Jun-ichiro itojun Hagino | |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff | |
change rest of the code to use lo0ifp pointing to the corresponding struct ifnet. itojun@ and niklas@ ok | |||
2001-02-06 | only call apm_perror() if get_event() failed | Michael Shalayeff | |
2001-02-05 | WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR() | Matthieu Herrb | |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt | |
2001-02-05 | only attach pseudo-device if it's counter is above zero; deraadt@, maja@ ok | Michael Shalayeff | |
2001-02-05 | If kernel is compile with support for DDB add a ddb command to enter | Mats O Jansson | |
ddb from boot -c. -moj | |||
2001-02-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski | |
2001-02-05 | Sigh. Another horrible abuse in this file.. | Artur Grabowski | |
When checking if this is a pci-eisa bridge check the VENDOR too, don't just assume that no other vendor will do a sia with product id PCI_PRODUCT_INTEL_PCEB. | |||
2001-02-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski | |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski | |
2001-02-05 | with a bunch of encapsulation layers, eg. (IPsec+IP+EtherIP+ether_header), | Jason Wright | |
the arp data will not necessarily be in the first mbuf: add m_pullup()'s to make it so. | |||
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-04 | Add support for pseudo devices. Based on the new code in config. | Mats O Jansson | |
N.B. this change requires the kernel to be configured with a new config since it need new information from ioconf.c. -moj ok @deraadt | |||
2001-02-04 | For unicast packets destined for the bridge machine itself, learn from the | Jason Wright | |
SRC address (not the DST). | |||
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell | |
brian@Awfulhak.org | |||
2001-02-04 | shrink USB section | Theo de Raadt | |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell | |
more nicely, but not perfect yet. | |||
2001-02-04 | Minor indent botch. | Aaron Campbell | |
2001-02-04 | Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard. | Aaron Campbell | |
2001-02-03 | Do a check for the OpenBSD note before doing any emulation probes. | Artur Grabowski | |
This way OpenBSD will be explicitly treated first and not handled as a fallback. This should speed archs with many emulations. | |||
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff | |
2001-02-03 | - define and use EtherIP version 3 (2 byte padded header instead of the | Jason Wright | |
single byte header used in V2), and drop support for V2. - that done, remove some of the buffer copies that were used as alignment shims | |||
2001-02-03 | Violent cleanup of the code. Lots of effort duplication removed. | Artur Grabowski | |
Don't look into the headers in read, just build the headers in attach and ignore them. mmap should now work (when boot loaders are fixed to align the tables). Support for ELF. | |||
2001-02-03 | KNF | Jason Wright | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | dead file | Artur Grabowski | |
2001-02-03 | Remove dead files. | Artur Grabowski | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | oops, sleep(9) | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts; somebody, fold it back to {f,n}bsd | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts; this makes whole pci new timeouts user | Michael Shalayeff | |
2001-02-03 | fix the comment | Michael Shalayeff | |
2001-02-03 | new timeout, even not in generic | Michael Shalayeff | |
2001-02-03 | new timeout, space control | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |