Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-18 | Typos | Miod Vallat | |
2004-07-18 | kill some more netiso traces - this was in my tree for a bit but I forgot... | Henning Brauer | |
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy | |
ok millert@, miod@, marius@ | |||
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | oops | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrinky shrinky | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | more shrink | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrink | Theo de Raadt | |
2004-07-18 | #ifdef SMALL_KERNEL -> #define ISP_STRIPPED | Theo de Raadt | |
2004-07-18 | minor space savings | Theo de Raadt | |
2004-07-18 | shrink | Theo de Raadt | |
2004-07-17 | Wait for output to be drained when sabtty is the console output port; | Miod Vallat | |
produces nicer (correct) kernel output upon bootup. Reported in NetBSD PR #26226; tested by dlg@ and I. | |||
2004-07-17 | netiso traces hide everywhere... millert ok | Henning Brauer | |
2004-07-17 | from netbsd, umass.c 1.98, umassvar.h 1.20 | David Gwynne | |
log message: Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN. We don't have UMASS_QUIRK_NO_START_STOP so I didn't have to remove it. I consider umass_quirks.c to be too different so I hand removed references to the removed defines. There are some useless entries in there now which will be cleaned up after umass is merged with netbsd. ok deraadt@ | |||
2004-07-17 | Repair breakage from the hackathon's time conversion. Using the timestamp | Mike Frantzen | |
as an extension to the sequence number got disabled because of the failing idle limit on PAWS checks. One more thing off my todo list. I need an intern | |||
2004-07-16 | regen | Pedro Martelletto | |
2004-07-16 | recognize the dwl-122 usb wireless card. from fgsch | Pedro Martelletto | |
ok'd by him and markus@ | |||
2004-07-16 | dothan est support, from some netbsd guy, tedu ok | Theo de Raadt | |
2004-07-16 | Aft source update. | Alex Feldman | |
mcbride ok. | |||
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer | |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer | |
2004-07-16 | undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED: | Markus Friedl | |
2mss on the server side, and 1mss on the client. | |||
2004-07-16 | sync | Theo de Raadt | |
2004-07-16 | new xl variant (Asus P4R800-VM motherboards) | Theo de Raadt | |
2004-07-16 | merge old_identifycpu with identifycpu and remove old_identifycpu | David Krause | |
help from Theo, Ted, and Tom ok deraadt@ | |||
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove | |
another sysctl() - which did require mib[4] - was removed). From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@. ok mickey@ | |||
2004-07-15 | regen | Michael Shalayeff | |
2004-07-15 | +setdomain,getdirentries | Michael Shalayeff | |
2004-07-15 | - The card_attach_now flag hasn't been necessary or useful for some time. | Brad Smith | |
Garbage collect the code and corresponding documentation. - some minor grammar/spelling fixes. From NetBSD, the documentation change changed slightly after a suggestion from jmc@ ok deraadt@ | |||
2004-07-15 | - Unmap space used to read tuple | Brad Smith | |
- No need to zero clear temporary storage twice From NetBSD ok deraadt@ | |||
2004-07-15 | put int into a type | Theo de Raadt | |
2004-07-15 | Remove an errant ATW_CLR() that was the result of a merge error. | Todd C. Miller | |
2004-07-15 | Simplify receive descriptor setup; from NetBSD (dyoung). | Todd C. Miller | |
2004-07-15 | Insist that callers use atw_write_sram to copy even-length buffers | Todd C. Miller | |
to even offsets in the ADM8211 SRAM. From NetBSD (dyoung). | |||
2004-07-15 | Totally revamp/re-organize device initialization using clue from the | Todd C. Miller | |
reference driver. From NetBSD (dyoung). | |||
2004-07-15 | Refine some register definitions. From NetBSD (dyoung) | Todd C. Miller | |
2004-07-15 | Totally revamp device resets using clue from the reference driver. | Todd C. Miller | |
From NetBSD (dyoung). | |||
2004-07-15 | kill sc_intr_ack | Todd C. Miller | |
2004-07-15 | Take the paranoia out of the code for writing baseband registers. | Todd C. Miller | |
Totally revamp the way that the synthesizer and baseband are programmed. From NetBSD (dyoung). Also remove trailing whitespace from lines (me). | |||
2004-07-15 | tcp_trace() expects short, not int; ok deraadt | Markus Friedl | |
2004-07-15 | missing bits from last commit | Todd C. Miller | |
2004-07-15 | sync | Theo de Raadt | |
2004-07-15 | 3 functions had inexact types; millert ok | Theo de Raadt | |
2004-07-15 | Simplify the Rx filter setup. From NetBSD (dyoung) | Todd C. Miller | |
2004-07-15 | Countdown correctly to the Target Beacon Transmission Time. | Todd C. Miller | |
Borrowing an idea from the reference driver, use no 64-bit arithmetic. From NetBSD (dyoung) | |||
2004-07-15 | Simplify IBSS merge code. | Todd C. Miller | |
In atw_start_beacon, set CAP0 as well as BCNT and CAP1. From NetBSD (dyoung) | |||
2004-07-15 | Re-synchronize TSFT after an IBSS merge. | Todd C. Miller | |
Set up the Tx descriptor ring more safely. Fix an endianness bug. "It's a wonder this ever worked." (Actually, it's not.) hange the order in which I write the BSSID registers on the ADM8211, to match the reference driver. This probably does not make any functional difference. Only write the SSID buffer to the ADM8211 SRAM up to the end of the SSID, not up to the end of the buffer. Given the (too conservative?) delays involved, this should save some time when we join a new network. From NetBSD (dyoung) |