Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-28 | more yamaha | Theo de Raadt | |
2000-03-27 | better rearrangements | Theo de Raadt | |
2000-03-27 | sync | jasoni | |
2000-03-27 | Implement getcwd. | jasoni | |
2000-03-27 | sync | Theo de Raadt | |
2000-03-27 | another | Theo de Raadt | |
2000-03-27 | don't include rcsid in compile | Jason Wright | |
2000-03-27 | fix OpenBSD tag | Jason Wright | |
2000-03-27 | no vm_cache_max in uvm; ok art@ | Michael Shalayeff | |
2000-03-27 | add missing OpenBSD RCS IDs | Brad Smith | |
2000-03-27 | As I threatened a while ago, ingress IPsec ACL-checking is turned on | Angelos D. Keromytis | |
by default. Read the ipsecadm(8) man page for more details on how to specify ingress filters with manual keying. isakmpd has been doing this for a while now. | |||
2000-03-27 | Need a newline now. | Aaron Campbell | |
2000-03-27 | Remove the al and ax drivers; these cards now supported by the dc driver. | Aaron Campbell | |
2000-03-26 | callout.h is gone | Theo de Raadt | |
2000-03-26 | regen | Michael Shalayeff | |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff | |
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers. | |||
2000-03-26 | Fix typos. | Aaron Campbell | |
2000-03-26 | Sync with NetBSD. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | Whoops. | Aaron Campbell | |
2000-03-26 | Whoops, missed a file. BTW, these drivers came from NetBSD sources but were | Aaron Campbell | |
originally developed by Bill Paul of FreeBSD. | |||
2000-03-26 | Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | Add 3COM460. | Aaron Campbell | |
2000-03-26 | Fix an obvious typo. | Aaron Campbell | |
2000-03-26 | Sync with NetBSD. | Aaron Campbell | |
2000-03-26 | Regen. | Aaron Campbell | |
2000-03-26 | New devices; from NetBSD. | Aaron Campbell | |
2000-03-26 | Add RCS ID. | Angelos D. Keromytis | |
2000-03-25 | if_gm attaches on pci, not macobio. | Dale S. Rahn | |
2000-03-25 | Fix typo causing crash if ESP was used with only authentication or | Angelos D. Keromytis | |
encryption (not both). Problem noted by jason@openbsd.org | |||
2000-03-25 | Add CRD_F_IV_PRESENT, to indicate encryption requests where an | Angelos D. Keromytis | |
explicit IV preceeds the data to be encrypted. Nice weather in Australia... | |||
2000-03-25 | Busified. | Dale S. Rahn | |
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now. | |||
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller | |
type coercions. With this fixed I can back out the hack in df. | |||
2000-03-24 | sync | Theo de Raadt | |
2000-03-24 | newer qlc devices | Theo de Raadt | |
2000-03-24 | From NetBSD: | Chris Cappuccio | |
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map() Support for AMD 756 IDE controller | |||
2000-03-24 | Correct config mechanism for uni-north bridge. | Dale S. Rahn | |
2000-03-23 | new cpu type switch code. | Michael Shalayeff | |
initializes tlb miss handlers correspondent to probed cpu features. also btlb load routine. versions written are for pcxl and others. cpu-dep btlb loaders are missing, only generic for now. | |||
2000-03-23 | new timeout code from openbsd (; remove extraneous includes | Michael Shalayeff | |
2000-03-23 | new timeout code from netbsd; also remove trailing spaces and tabs, spaces ↵ | Michael Shalayeff | |
in tabs | |||
2000-03-23 | Iiieeek! This kludge was almost funny. | Artur Grabowski | |
Probably something from the stone age. Kill it. | |||
2000-03-23 | Do not include <sys/callout.h>, it is never needed; art@ | Aaron Campbell | |
2000-03-23 | <sys/callout.h> is no longer. | Aaron Campbell | |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski | |
The function and the argument never change. | |||
2000-03-23 | Another typo. Noted by aaron. | Artur Grabowski | |
2000-03-23 | New timeout code. | Artur Grabowski | |
2000-03-23 | Remove code from the stone age. | Artur Grabowski | |
2000-03-23 | No need for our own declaration of lbolt. | Artur Grabowski | |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski | |