Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-03-06 | Untested support for I-O DATA WN-B11/CFZ. | Jonathan Gray | |
Documentation to follow if I get a report of it working. | |||
2005-03-06 | regen | Jonathan Gray | |
2005-03-06 | I-O DATA WN-B11/CFZ | Jonathan Gray | |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat | |
2005-03-06 | Missing argument to printf(); pat@ | Miod Vallat | |
2005-03-06 | Use V_SAVE instead of hardcoding it, no binary change. | Pedro Martelletto | |
2005-03-06 | move pf_test6() call slightly up, so pf gets called for incoming packets | Daniel Hartmeier | |
on loopback interfaces, and IPv6 behaves like IPv4 in this regard. only affects packets on loopback. ok itojun@ | |||
2005-03-06 | Wait for the bulk transfer to complete before returning if we are in polled | Christopher Pascoe | |
mode. ok dlg@ | |||
2005-03-06 | ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to be | Christopher Pascoe | |
at splusb, not splsoftclock. ok dlg@ | |||
2005-03-06 | Fix incorrect comment about interrupt threshold control level. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-06 | In [eo]hci_waitintr, xfer->timeout is in ms, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-03-05 | regen | Jun-ichiro itojun Hagino | |
2005-03-05 | OQO/0003 is bluetooth interface | Jun-ichiro itojun Hagino | |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher | |
that carp shares the IP addresse with its physical interface. It's neither supported nor needed, since we have carpdev now. ok mcbride@ | |||
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2005-03-04 | fix the MALLOC macro if built without malloc statistics. this won't | Reyk Floeter | |
affect GENERIC. ok deraadt@ miod@ | |||
2005-03-04 | Bring in a number of reliability fixes from FreeBSD' rl(4) driver. | Brad Smith | |
rev's 1.147, 1.134, 1.93, 1.81, 1.72, 1.71 Tested by uwe@ robert@ jsg@ and a few others | |||
2005-03-04 | Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@ | Robert Nagy | |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl | |
- limit pool to tcp_sackhole_limit entries (sysctl-able) - stop sack option processing on pool_get errors - use SEQ_MIN/SEQ_MAX ok henning, hshoexer, deraadt | |||
2005-03-04 | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ | Pedro Martelletto | |
2005-03-04 | add state's tag for IPv6, too. spotted by markus@ | Daniel Hartmeier | |
2005-03-04 | for consistency, use preempt(NULL) | Martin Reindl | |
ok uwe@ | |||
2005-03-04 | Put the dmamap for a transmission at the correct array index. Fixes a | Kenneth R Westerback | |
crash on sparc64. From FreeBSD. | |||
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl | |
makes my DaynaPORT E/II-3 work | |||
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler | |
apmd(8); missing sysctl variable noticed by drahn@ | |||
2005-03-03 | Unbreak sun4/4c; my bad, spotted by nick@ | Miod Vallat | |
2005-03-03 | improve radiotap support, fix some minor bugs. | Reyk Floeter | |
2005-03-03 | addtion of a generic function for allocating beacons: ieee80211_beacon_alloc(). | Damien Bergamini | |
ok jsg@, reyk@, dlg@ | |||
2005-03-03 | sort devices and remove a duplicate | David Gwynne | |
2005-03-03 | properly implement hardware wep support. mostly done by jesse off with | David Gwynne | |
some minor cleanup by me | |||
2005-03-03 | some mbuf handling fixes from netbsd | David Gwynne | |
2005-03-03 | Sync a few comments with reality. | Miod Vallat | |
2005-03-03 | Sort frame buffer section and remove rasops32 dependencies from cgfourteen, | Miod Vallat | |
cgtwelve and tcx, as they are no longer necessary. | |||
2005-03-03 | OQO model 01 internal wireless. help from many, ok by dlg | Jun-ichiro itojun Hagino | |
2005-03-03 | ethernet on OQO model 01 device cable. dlg ok | Jun-ichiro itojun Hagino | |
2005-03-03 | regen | Jun-ichiro itojun Hagino | |
2005-03-03 | OQO model 01 devices | Jun-ichiro itojun Hagino | |
2005-03-03 | when tagging, apply the same tag to all packets matching a state entry | Daniel Hartmeier | |
(not just to the initial packet). note: kernel/userland abi change (rebuild pfctl). ok henning@ | |||
2005-03-03 | Do not attempt to read past firmware data in rfx_initialize(). | Miod Vallat | |
2005-03-03 | If we couldn't register an interrupt, don't abort attaching - we'll just | Miod Vallat | |
update colormaps immediately rather than waiting for the retrace interrupt. | |||
2005-03-03 | Do not let dma attach children if it could not initialize properly. | Miod Vallat | |
2005-03-03 | Do not unmap more memory than we mapped earlier, in case of attachment failure. | Miod Vallat | |
2005-03-02 | fix obviously wrong macro (unnoticed since it is currently unused) | David Gwynne | |
ok drahn@ | |||
2005-03-02 | Spaces. | Alexander Yurchenko | |
2005-03-02 | regen | Xavier Santolaria | |
2005-03-02 | add Airport Extreme card found in powerbook 12", still unsupported though; | Xavier Santolaria | |
deraadt ok | |||
2005-03-02 | Dmesg nit | Miod Vallat | |