Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-03 | remove bogus part (GUID_UYVY part) form last commit. | Yojiro Uo | |
(this diff will be include next diff.) | |||
2008-12-03 | change UVC VS negotiation logic. | Yojiro Uo | |
some device return wrong value for get probe request without initial set probe request. so, now it issue set probe request and then get probe to initialize device configuration. | |||
2008-12-03 | fix USB packet size handling of uvideo(4) | Yojiro Uo | |
2008-12-03 | recommit the use of the new mbuf cluster allocator. | David Gwynne | |
this starts em up with 4 mbufs on the rx ring, which will then grow as usage demands. this also allows em to take advantage of the new livelock mitigation code as well as freeing up a boatload of kernel memory. this version of the diff makes sure we only ever post the last descriptor we filled to the hardware, rather than the whole ring when bringing the interface up. it has been tested by users who got panics with the previous diff without trouble. | |||
2008-12-02 | backout: would have been nice if this had been tested, to see that it | Theo de Raadt | |
crashes the moment a card is plugged in. | |||
2008-12-02 | s/remote_id/id/ to be more consistent with other code; ok djm@ | Markus Friedl | |
2008-12-02 | backout 1.149, since it's not necessary and openssh clients send | Markus Friedl | |
broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@ | |||
2008-12-02 | we have to use the recipient's channel number (RFC 4254) for | Markus Friedl | |
SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages, otherwise we trigger 'Non-public channel' error messages on sshd systems with clientkeepalive enabled; noticed by sturm; ok djm; | |||
2008-12-02 | correct spelling (ambigous -> ambiguous) | Stuart Henderson | |
2008-12-02 | cleanup ieee80211_classify(): retrieve VLAN tag from m_pkthdr.ether_vtag. | Damien Bergamini | |
2008-12-02 | Add code for 5150 support (not tested since I don't have the hardware and | Damien Bergamini | |
because it requires a specific firmware that Intel has not released yet.) Fix crystal calibration for 5000 Series. | |||
2008-12-02 | sync | Damien Bergamini | |
2008-12-02 | Intel WiFi Link 5150 | Damien Bergamini | |
2008-12-02 | typos; | Jason McIntyre | |
2008-12-02 | Initial support for neighbor expiry. | Michele Marchetto | |
When a nbr goes down delete it from the lists of downstream dependent neighbors. OK norby@ | |||
2008-12-02 | rewrite of mixerctl.conf.5, to try and do something constructive | Jason McIntyre | |
with this page; written with lots of help from jakemsr and ratchov; ok jakemsr ratchov | |||
2008-12-02 | - there is no "load" global command, so remove its description | Jason McIntyre | |
- comment out local commands for now, until they are implemented | |||
2008-12-02 | tweak previous; | Jason McIntyre | |
2008-12-02 | commit with rdsetroot now accepting the filesystem as a 2nd arg | Theo de Raadt | |
2008-12-02 | permit passing in the filesystem (a file) as an argument | Theo de Raadt | |
2008-12-02 | Allow the kernelfile to be read-only when doing extraction. | Paul de Weerd | |
'Sure' deraadt@ | |||
2008-12-02 | convert -DDEBUG to a -d option | Theo de Raadt | |
2008-12-02 | no longer need to compile rdsetroot with DEBUG | Theo de Raadt | |
2008-12-02 | no need to close() before exit() | Theo de Raadt | |
2008-12-02 | let it compile, let it compile, let it compile... | Theo de Raadt | |
2008-12-02 | Do not write warnings, errors or debug messages to stdout; it breaks | Paul de Weerd | |
filesystem extraction (-x) with debug binaries. Found with Nick Bender at OpenCON. 'Go for it' deraadt@ | |||
2008-12-02 | eliminate gratuitous differences | Theo de Raadt | |
2008-12-02 | no , at end of array | Theo de Raadt | |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries | |
2008-12-01 | bzero local variable; ok uwe | Theo de Raadt | |
2008-12-01 | there is zero reason for this parse.y to look different from the others; ok uwe | Theo de Raadt | |
2008-12-01 | - in mxsort, fix type of loop counter, it will never be < 0 if it is | Gilles Chehade | |
unsigned and when running out of luck it will cause the lookup process to crash. | |||
2008-12-01 | Huawei E510 here too | Martin Reindl | |
reminded by jsg@ ok fkr@ | |||
2008-12-01 | regen | Martin Reindl | |
2008-12-01 | add the Huawei E510 modem | Martin Reindl | |
ok fkr@ | |||
2008-12-01 | introduce btd(8) and btctl(8), tweak bt.conf(5) | Todd T. Fries | |
feedback from uwe@ and jmc@ | |||
2008-12-01 | Back out previous; it broke specifying paritions sizes with decimals, | Ray Lai | |
e.g. "0.5g". | |||
2008-12-01 | introduce bt.conf(5), ok uwe@ | Todd T. Fries | |
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian Weisgerber | |
SEConds field in the iostat view. ok and help canacar@ | |||
2008-12-01 | leak memory in the realloc function until we find out who has a pointer | Theo de Raadt | |
to it, otherwise as seen by sthen/matthieu in master mode: cdcef0 at usbf0: usbf_open_pipe failed ok miod | |||
2008-12-01 | A bit more cleanup. | Brad Smith | |
ok mpf@ | |||
2008-12-01 | regen | Jonathan Gray | |
2008-12-01 | Add product ids for the cardreader functions of the JMC261. | Jonathan Gray | |
From Ethan at JMicron. | |||
2008-12-01 | Configure the clock sources for tx mac/offload engines, required | Jonathan Gray | |
for newer revisions, makes the JMC261 work. Thanks to JMicron for supplying hardware to test against. ok brad@ | |||
2008-12-01 | sync | Kevin Lo | |
2008-12-01 | fix the naming of the D-Link AR9170 entry | Kevin Lo | |
ok damien@ | |||
2008-12-01 | Check for invalid integers passed getuint(); instead of getuint() | Ray Lai | |
returning an error, just reprompt. If there is an error reading from stdin, use the old (default) value. Shrinks fdisk a few bytes! OK deraadt. | |||
2008-11-30 | oops. don't continue on to the next widget here. there may be other | Jacob Meuser | |
controls on the widget that need to be configured. | |||
2008-11-30 | only put a control in the record class if it is the sole input to | Jacob Meuser | |
an ADC. | |||
2008-11-30 | fixes from Jacek Masiulaniec, tweaked by otto and myself; | Jason McIntyre | |