Age | Commit message (Expand) | Author |
2002-04-04 | lithuanian kbdmap, made from the script at http://open.bsd.lt | Michael Shalayeff |
2002-04-04 | wi_init() now takes a struct wi_softc * not a void * since an sc pointer | Todd C. Miller |
2002-04-04 | Catch broken devices on sparc64 (where broken == devices that don't have | Jason Wright |
2002-04-04 | s/0/NULL for pointers | Jason Wright |
2002-04-04 | Fetch the "idprom" property from the root and if that fails get it | Jason Wright |
2002-04-03 | fix possible alignment problem; with markus@, angelos@ deraadt@ ok. | Federico G. Schwindt |
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd C. Miller |
2002-04-03 | In Host-AP mode, set IBSS SSID to the normal network id. This makes | Todd C. Miller |
2002-04-03 | Don't process WCCPv1-style GRE packets, unless allowed (via sysctl | Angelos D. Keromytis |
2002-04-03 | WCCP sysctl variable -- ok deraadt@ niklas@ | Angelos D. Keromytis |
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright |
2002-04-03 | Replace the implementation of microtime with one written in C that doesn't go... | Jason Wright |
2002-04-03 | in PCITAG_SETNODE s/t/x to match usage; from netbsd | Jason Wright |
2002-04-03 | deal with ccb shortage correctly, ok mickey@ | Niklas Hallqvist |
2002-04-03 | - read the rx completion register exactly once. | Jason Wright |
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt |
2002-04-03 | gx doesn't actually do bitbanging | Nathan Binkert |
2002-04-03 | disable userland crypto for 3.1 | Theo de Raadt |
2002-04-02 | gx doesn't use vtophys | Nathan Binkert |
2002-04-02 | keylen is either 8 (40 bit secret ) or 16 (104 bit) | Markus Friedl |
2002-04-02 | time and time+4 might not be the same in the %hi (copycat jason) | Michael Shalayeff |
2002-04-02 | match on BCM5421S. ok deraadt | Dale Rahn |
2002-04-02 | sync | Dale Rahn |
2002-04-02 | add xxBROADCOM 0x000e as BCM5421S, ok deraadt@ | Dale Rahn |
2002-04-02 | move to gx | Theo de Raadt |
2002-04-02 | bit defns for %tick (basically the ticker bits and the npt bit) | Jason Wright |
2002-04-02 | uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel; | lebel |
2002-04-02 | new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6, | lebel |
2002-04-02 | add support for Marvell 88E1000 Gigabit PHY, model 6; | lebel |
2002-04-02 | sync | lebel |
2002-04-02 | Marvell 88E1000 Gigabit PHY, model 6; from nate@ | lebel |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert |
2002-04-02 | Add some new IDs for the Marvell Gigabit PHY | Nathan Binkert |
2002-04-02 | sync | Nathan Binkert |
2002-04-02 | Add gx(4) | Nathan Binkert |
2002-04-02 | sync | Nathan Binkert |
2002-04-02 | Fix the names for the Intel Gigabit cards | Nathan Binkert |
2002-04-02 | fix keyid encoding wi_tx_key | Markus Friedl |
2002-04-02 | Prism2 firmware should be reported as version a.b.c not a.b variant c. | Todd C. Miller |
2002-04-02 | regen | Todd C. Miller |
2002-04-02 | 3Com AirConnect 3CRWE777A is really just a 3CRWE737A in disguise. | Todd C. Miller |
2002-04-02 | always reset promisc in hostap mode (a comment added), a couple of formatiing... | Michael Shalayeff |
2002-04-01 | freem mbuf on input pkt check failure | Michael Shalayeff |
2002-04-01 | Add support for a bunch of new adapters. | Nathan Binkert |
2002-04-01 | sync | Nathan Binkert |
2002-04-01 | More USB devices. | Nathan Binkert |
2002-04-01 | killed a char accidentally | Michael Shalayeff |
2002-04-01 | need to splsoftclock here too, i think i've got 'em all now | Michael Shalayeff |
2002-04-01 | always check for bad IVs | Markus Friedl |
2002-04-01 | Missing splx in suser() check. | Todd C. Miller |