Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | Check IFF_UP at tun_output(). | Marco Pfatschbacher | |
ok henning, markus. | |||
2004-11-11 | list the things that atu relies on | David Gwynne | |
2004-11-11 | no need to lock access for reading | joshua stein | |
2004-11-11 | quirk for iriver 3xx. | Alexander Yurchenko | |
ok dlg@ | |||
2004-11-11 | remove test code; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-11 | remove excessive splnet; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-10 | allocate a single buffer for the rx xfer to use rather than let it try | David Gwynne | |
allocating one every time we're restarting it in an interrupt handler. ok deraadt@ | |||
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko | |
ok millert@ | |||
2004-11-10 | add support for the Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
thanks go to Paul de Weerd for providing the hardware | |||
2004-11-10 | regen | David Gwynne | |
2004-11-10 | Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
2004-11-10 | Diff from art@: | Alexander Yurchenko | |
Update ticks in timeout_hardclock_update to avoid errors in hardclock (this is the third time we mess up here). ticks is only used for timeouts anyway. At the same protect updating ticks with timeout_mutex and be slightly more paranoid in timeout_hardclock_update. ok tdeval@ miod@ | |||
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-10 | - replace stge_lookup() with pci_matchbyid() | Alexander Yurchenko | |
- remove useless product description strings - don't print pci product revision, pci bus does it for us - print interrupt and address string like other drivers do ok brad@ | |||
2004-11-10 | strncpy->strlcpy | Alexander Yurchenko | |
ok henning@ | |||
2004-11-10 | Fix 'netstat -sp pim6' | Ryan Thomas McBride | |
From Pavlin Radoslavov | |||
2004-11-10 | Add some (ifp != NULL) checks to ip_fragment() so it can be used even if there | Ryan Thomas McBride | |
is no struct ifnet associated with the outgoing interface of the packet. Necessary for upcoming Protocol Independent Multicast support. From Pavlin Radoslavov ok henning@ djm@ markus@ | |||
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat | |
treatement of interrupt vectors variables, a simple read will do. While there, speed up the interrupt handlers a bit: - remove old debug code or only compile it if option DEBUG. - use short circuits for setipl() if we know interrupts are disabled at this point: there is no need playing with the psr in these cases. | |||
2004-11-09 | fix the url pointing to the original atuwi driver. pointed out by Dries | David Gwynne | |
Schellekens. | |||
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-11-09 | Fix single-stepping. | Mark Kettenis | |
ok miod@ | |||
2004-11-09 | Kill more unused stuff. | Miod Vallat | |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat | |
move the mapiodev()/unmapiodev() code back to mvme88k. | |||
2004-11-09 | remove useless bpf code. removes dependancy on code from an(4). | David Gwynne | |
2004-11-09 | Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti. | Miod Vallat | |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer | |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer | |
from "Alexey E. Suslikov" <cruel@texnika.com.ua> with a little help from itojun | |||
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat | |
2004-11-08 | let it actually compile | Theo de Raadt | |
2004-11-08 | commented out entry for atu | David Gwynne | |
"yup" by deraadt@ | |||
2004-11-08 | Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver | David Gwynne | |
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@ | |||
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne | |
attach. this is required by atu (atmel based usb wireless) devices. something better will be done, but we need it for now to work on atu. ok deraadt@ | |||
2004-11-08 | Simple cleaning of sgivol, with no functional change (yet): | Miod Vallat | |
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free. | |||
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt | |
for the alpha | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Show in the dmesg as mongoose, to matche the manpage and kernel configuration | Miod Vallat | |
file. | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter | |
possible NULL mac in the keycache function. | |||
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat | |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat | |
luna88k it disappears completely, while mvme88k keeps 3 global variables, one of them scheduled to disappear very soon. | |||
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen | |
the stackgap. this in turn allows for argument replacement with indirection. for example replacing an entire envp or struct pollfd. ok provos@ millert@ | |||
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt | |
2004-11-07 | For RST generated due to state mismatch during handshake, don't set | Daniel Hartmeier | |
th_flags TH_ACK and leave th_ack 0, just like the RST generated by the stack in this case. Fixes the Raptor workaround. ok beck@, markus@ | |||
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier | |
number of bytes. reported by Pyun YongHyeon, patch from mickey@, ok deraadt@ | |||
2004-11-06 | fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now it | Reyk Floeter | |
also works with gcc3 (ok naddy@). | |||
2004-11-06 | disable changing softdep linkcnt (last commit). it can cause a loop that | Ted Unangst | |
locks the vnode twice, and we can't fix it right now. discussed with pedro. | |||
2004-11-06 | sync pci ids | Reyk Floeter | |
2004-11-06 | regen | Reyk Floeter | |
2004-11-06 | added new ar5212 device ids | Reyk Floeter | |
2004-11-05 | we want ukphy on the media; miod ok | Theo de Raadt | |