Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-20 | take into account socket parameters into calculation of device | Alexandre Ratchov | |
parameters; without this change aucat uses the device default parameters and they are not necessarily usable for multi-stream mode. | |||
2008-11-20 | move allocations between half a page and a page as close to the end of | Otto Moerbeek | |
the page as possible (i.e. make malloc option P a default). ok art@ millert@ krw@ | |||
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | Otto Moerbeek | |
a page to 0. P default will be changed in a separate commit. ok millert@ art@ krw@ | |||
2008-11-20 | while setting the block size, try smaller blocks half of the retries and | Alexandre Ratchov | |
larger blocks the other half. That's because shrinking the block size may not be the right direction to go to find a common block size for play and record. | |||
2008-11-19 | Many ALC88x codecs have a fifth DAC at NID 0x25 for 7.1+2 multistreaming. | Christian Weisgerber | |
Add this and other missing entries to the pre-defined DAC groups. Tested with ALC885; other models according to their data sheets. ok jakemsr@ | |||
2008-11-19 | Sync | Miod Vallat | |
2008-11-19 | For 5000 Series, store baseband calibration results sent by the | Damien Bergamini | |
initialization firmware and send them to the runtime firmware. This has no effect on my 5300 since the initialization firmware does not send baseband results. This may be important for other chips though or for future firmware revisions. | |||
2008-11-19 | I'm clever and commited the wrong patch. Here's the correct one. | Owain Ainsworth | |
This should close kernel/5995. | |||
2008-11-19 | Make sure to check that the TX queue is empty before clearing the | Brad Smith | |
watchdog timer. From FreeBSD Tested on quite a few 3c905/B/C/575 adapters. | |||
2008-11-19 | Do not reset TX threshold value whenever xl_init() is called. Instead | Brad Smith | |
the initial threshould is initialized at device attach. Later the threshold could be increased if encountering a TX underrun error and the new threshold should be used in xl_init(). From FreeBSD Tested on quite a few 3c905/B/C/575 adapters. | |||
2008-11-19 | the jack sense automatic muting code has many problems, including | Jacob Meuser | |
being the cause of PR5982. unfortunately, there's no easy and clean solution to automatic muting. we can't always rely on the codec giving us the right information. people have different preferences as to what should be muted and what shouldn't. etc, etc. so instead, just make the sense state of jacks that support sensing available through the mixer interface. this allows for any possible user configuration and supports all pins that have sense capabilities, not just headpones. codecs that use the generic mixer configuration (which is the plan for all codecs) and have sensing capable pins will now get a few more read-only mixer items, such as: outputs.hp_sense=plugged outputs.mic_sense=unplugged outputs.line_sense=unplugged hopefully what they mean is self-explanatory. based on much discussion with ratchov@ and Alexey Suslikov | |||
2008-11-18 | regen | Brad Smith | |
2008-11-18 | Correct the product strings for the HP SA P711m/P712m adapters. | Brad Smith | |
2008-11-18 | Remove dup proto from <alexey.suslikov@gmail.com> | Marco Peereboom | |
2008-11-18 | regen | Miod Vallat | |
2008-11-18 | Correct SIIG 2082 identifier; Kurt Mosiejczuk (kurt-openbsd-misc; se.rit.edu) | Miod Vallat | |
2008-11-18 | instead of going through the drm_map interface, just map the mmio | Owain Ainsworth | |
registers directly (via the memory sharing interface that intagp uses). It doesn't need to be in a map structure. Idea taken from some of intel's work. | |||
2008-11-18 | Remove a bunch of #ifdef __linux__ code that only serves to confuse me. | Owain Ainsworth | |
2008-11-18 | fix check_aliases | Todd C. Miller | |
2008-11-18 | when destroying an alias, free the correct data pointer | Todd C. Miller | |
2008-11-18 | standardize on the term 'option' for command line options (not flag) | Todd C. Miller | |
2008-11-18 | Remove dev->agp_buffer_token, linux needs it, we do not. | Owain Ainsworth | |
2008-11-18 | document trunk protocol lacp, and sort the protocol list whilst here; | Jason McIntyre | |
includes input/help from brad, mpf, and sthen; | |||
2008-11-18 | - tweak the xfce4 entry a bit | Jasper Lievisse Adriaanse | |
ok landry@ | |||
2008-11-17 | Fix printing of partner link aggregation group ID. | Marco Pfatschbacher | |
OK brad@ | |||
2008-11-17 | add missing header needed by time(), ctime_r() and tzset(). | Charles Longeau | |
ok gilles@ | |||
2008-11-17 | - clear session flags upon helo/ehlo | Gilles Chehade | |
2008-11-17 | - until now a client could issue a command from an extension even though it | Gilles Chehade | |
greeted with helo and not ehlo. introduce session flag F_EHLO and make sure the session_command() dispatch only looks at extensions when a session does not have the F_EHLO flag. | |||
2008-11-17 | - err() -> fatal() | Gilles Chehade | |
- printf() -> log_debug() - be more verbose in debug mode | |||
2008-11-17 | - remove prototypes for the atomic API, we don't use it anymore | Gilles Chehade | |
2008-11-17 | add missing header needed by signal(). | Charles Longeau | |
2008-11-17 | - we don't need this anymore | Gilles Chehade | |
2008-11-17 | - remove some unused prototypes | Gilles Chehade | |
2008-11-17 | - queue_record_daemon() no longer used, remove definition | Gilles Chehade | |
2008-11-17 | - replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the corresponding | Gilles Chehade | |
open()/flock() constructs as chl@ says it prevents him from doing a portable build. discussed with chl@, diff is common work from him and myself | |||
2008-11-17 | - fix error message in aliases_virtual_exist() | Gilles Chehade | |
By Alexander Hall <alexander@beard.se> | |||
2008-11-17 | - exit() -> _exit() | Gilles Chehade | |
- err() -> fatal() Both by Jacek Masiulaniec <jacekm@dobremiasto.net> | |||
2008-11-17 | - remove several constructs where format strings are used in an evbuffer | Gilles Chehade | |
printf with constant parameters, turn them into a constant string. - when client sends EHLO without a parameter, send the appropriate error message ("EHLO takes ..." instead of "HELO takes ...") From Jacek Masiulaniec <jacekm@dobremiasto.net> | |||
2008-11-17 | - document pmk.port.mk | Jasper Lievisse Adriaanse | |
2008-11-17 | - x11/qt is an ex-module | Jasper Lievisse Adriaanse | |
2008-11-17 | punctuation in macros needs to be space separated; | Jason McIntyre | |
2008-11-17 | Missing end quote in example. | Marc Balmer | |
2008-11-17 | tweak previous; | Jason McIntyre | |
2008-11-17 | update wpa related info; om damien@ jmc@ | Otto Moerbeek | |
2008-11-17 | - use .Pa where needed | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2008-11-17 | - document intltool.port.mk | Jasper Lievisse Adriaanse | |
ok ajacoutot@ jmc@ (who also spotted a tyop) | |||
2008-11-17 | - add a Dwarf Encyclopaedia (gnome.port.mk) section | Jasper Lievisse Adriaanse | |
feedback from jmc@ ok ajacoutot@ | |||
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre | |
- condense EXAMPLES into a single screenful ok ratchov | |||
2008-11-17 | regen | Brad Smith | |
2008-11-17 | - stop referring to the display as consisting of windows. we can explain | Jason McIntyre | |
it more simply and cut out a lot of needless verbosity. - stop mixing terminology: view vs. display - "delay" overrides "-s delay", not "-w wait" - use "quit" as mnemonic for quit, not "exit" - ...and just generally clean the page up ok canacar |