Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith | |
-- Ok'd by: jj@ | |||
2001-08-07 | sync | Theo de Raadt | |
2001-08-07 | another ESS; hideishi@magisystem.net | Theo de Raadt | |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff | |
2001-08-06 | Bring latest powerpc pmap.c fix here too. | Miod Vallat | |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |
2001-08-06 | __BDEVSW_DUMP_OLD_TYPE no more. | Miod Vallat | |
2001-08-06 | Working kernel crash dumps. | Miod Vallat | |
2001-08-06 | Properly identify the boot drive on 147 if it is not scsi id #0. | Miod Vallat | |
2001-08-06 | Correct misinitialization of a variable. This worked before? | Dale Rahn | |
2001-08-06 | Don't drop packets if we're using an ACQUIRE policy and some error | Angelos D. Keromytis | |
occurs while notifying key mgmt; also, always check for new TDBs for policies where the destination gateway is left unspecified (end-to-end IPsec case), to avoid asking for new SAs from key mgmt. | |||
2001-08-06 | Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR. | Kenneth R Westerback | |
Eliminates conflict with same name in wdc.c. Spotted by Heikki Korpela. | |||
2001-08-06 | Add a new type voff_t (right now it's typedefed as off_t) used for offsets | Artur Grabowski | |
into objects. Gives the possibilty to mmap beyond the size of vaddr_t. From NetBSD. | |||
2001-08-06 | Use pool to allocate extent region descriptors. | Artur Grabowski | |
2001-08-05 | Decrease first stage loader boot address. Makes memory-challenged | Miod Vallat | |
mvme boards able to boot from disk. | |||
2001-08-05 | Use syntaxic sugar provided by PMAP_NEW | Miod Vallat | |
2001-08-05 | Actually, move the check inside the switch. | Angelos D. Keromytis | |
2001-08-05 | Only flush the policies if the message type is UNSPEC. | Angelos D. Keromytis | |
2001-08-05 | sync | Theo de Raadt | |
2001-08-05 | Hint: another vendor who made a PCI chipset | Theo de Raadt | |
2001-08-05 | sync | Theo de Raadt | |
2001-08-05 | VScom PCI 200-L; lmoore@starwon.com.au | Theo de Raadt | |
2001-08-05 | put in tags for ARC4 to please ben, who now has no excuses | Theo de Raadt | |
2001-08-03 | This driver allows vlan sized frames on 905B, set IFCAP_VLAN_MTU on that chip | Chris Cappuccio | |
2001-08-03 | Fix logic for detecting 82558 and newer chips in pci; | Chris Cappuccio | |
This driver allows large frames for those chips so set IFCAP_VLAN_MTU for 82558+ | |||
2001-08-03 | Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames. | Chris Cappuccio | |
2001-08-03 | Set IFCAP_VLAN_MTU, this driver already allows vlan-size frames | Chris Cappuccio | |
2001-08-03 | Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities: | Chris Cappuccio | |
LINK0 disappears; we now set IFCAP_VLAN_HWTAGGING at ifnet->if_capabilities in the Ethernet driver for cards/drivers which support hardware tagging. MTU ambiguity disppears; we now set IFCAP_VLAN_MTU in the Ethernet driver when we know the chip will not truncate/discard vlan-sized frames. Only allow the MTU to be changed within the scope of the parent interface's MTU. (Here we also take into account IFCAP_VLAN_MTU) Propagate hardware-assisted IP/TCP/UDP checksumming flags to the vlan interface if the card supports hardware tagging (from NetBSD) | |||
2001-08-03 | Shupid me, bugtty is necessary... | Miod Vallat | |
2001-08-03 | from NetBSD: | Chris Cappuccio | |
Add support for Acard ATP850/860, Highpoint HPT370A, and ALi UDMA4/5 controllers Workaround some OPTi chipset bugs (opti_chip_map still disabled by default) | |||
2001-08-03 | sync | Chris Cappuccio | |
2001-08-03 | Acard IDE and SCSI controllers | Chris Cappuccio | |
2001-08-03 | Make all the low-profile configurations include conf/GENERIC, and | Miod Vallat | |
harmonize a bit. | |||
2001-08-03 | simplify previous fix (0-length mbuf in mbuf chain). from freebsd | Jun-ichiro itojun Hagino | |
2001-08-03 | Avoid warning when building with vga on isa without vga on pci; ok mickey@ | Thorsten Lockert | |
2001-08-03 | confgiuration -> configuration. | Federico G. Schwindt | |
2001-08-03 | proper vga_* handling; pointed out by tholo@ | Michael Shalayeff | |
2001-08-02 | do not exit loop even if m_len == 0. it is legal to have an mbuf with | Jun-ichiro itojun Hagino | |
m_len == 0 in mbuf chain. | |||
2001-08-02 | match updated prototype | Hugh Graham | |
2001-08-02 | fix mmap. | Marc Espie | |
Add workaround for uvm brain-deadness (allow open O_RDWR, which is necessary for mmap to work, since mmap(PROT_WRITE) does NOT work on devices) | |||
2001-08-02 | Sysctl for finding out how many pages there are in kmem_map. | Artur Grabowski | |
2001-08-02 | (vput): make panic strings actually say vput instead of vrele | assar | |
2001-08-02 | KNF | Theo de Raadt | |
2001-08-01 | make this compile. ok drahn | Peter Valchev | |
2001-08-01 | stateless tcp normalization along the lines of the normalization paper by | Niels Provos | |
handley, paxon and kreibich; okay deraadt@ | |||
2001-08-01 | wsmux should be here too | Michael Shalayeff | |
2001-08-01 | Sync with busdma_map api change. | Miod Vallat | |
2001-08-01 | wsmux needs to be cdev_decl'ed. | Miod Vallat | |