summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-17- we don't need this anymoreGilles Chehade
2008-11-17- remove some unused prototypesGilles Chehade
2008-11-17- queue_record_daemon() no longer used, remove definitionGilles Chehade
2008-11-17- replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the correspondingGilles 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 evbufferGilles 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.mkJasper Lievisse Adriaanse
2008-11-17- x11/qt is an ex-moduleJasper Lievisse Adriaanse
2008-11-17punctuation in macros needs to be space separated;Jason McIntyre
2008-11-17Missing end quote in example.Marc Balmer
2008-11-17tweak previous;Jason McIntyre
2008-11-17update wpa related info; om damien@ jmc@Otto Moerbeek
2008-11-17- use .Pa where neededJasper Lievisse Adriaanse
ok jmc@
2008-11-17- document intltool.port.mkJasper Lievisse Adriaanse
ok ajacoutot@ jmc@ (who also spotted a tyop)
2008-11-17- add a Dwarf Encyclopaedia (gnome.port.mk) sectionJasper 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-17regenBrad Smith
2008-11-17- stop referring to the display as consisting of windows. we can explainJason 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
2008-11-17occures -> occurs;Jason McIntyre
2008-11-17tweak previous man page changes, and sync usage();Jason McIntyre
2008-11-17in server mode full-duplex device is no more requierd, removeAlexandre Ratchov
corresponding entry from BUGS section
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
it can be used on play-only, record-only and half-duplex devices. ok jakemsr
2008-11-17Add HP P711m/P712m.Brad Smith
2008-11-17Add the HP Smart Array P711m/P712m PCI ids.Brad Smith
2008-11-17Add PCI ids for the HP Smart Array P711m/P712m adapters.Brad Smith
From HP via the Linux cciss driver.
2008-11-17IPv6 has been supported for awhile now.Brad Smith
2008-11-17Add missing reference of eephy(4).Brad Smith
2008-11-17Sprinkle a few more tabs.Brad Smith
2008-11-17garbage collect i915_vblank_swap.Owain Ainsworth
2008-11-17Manage vblank interrupts using the PIPESTAT register.Owain Ainsworth
The pipestat register needs tweaking when enabling vblanks, and doing this and playing with the IMR seems to lead to problems, so just leave them always unmasked and just tweak PIPESTAT. From Keith Packard at Intel.
2008-11-17Don't put the buffer counter in a reserved part of the status page.Owain Ainsworth
From intel.
2008-11-17Conditionalise the use of the SAREA in inteldrm. In DRI2 setups (which we don'tOwain Ainsworth
support yet, but will) it won't exist, prepare for this by only writing to it if it's there. Bits of this came from Eric Anholt at intel.
2008-11-17- recognize some Conexant codecs.Jacob Meuser
- recognize several STAC (Sigmatel/IDT) codecs and create converter groups for the multi-channel capable codecs. - use the correct name for Sigmatel 7661/7662.
2008-11-17drm advertises a read and poll method. this was there to prevent errrorsOwain Ainsworth
on rather old xservers. Said old xservers haven't been around in quite a long time so just remove them. Since the only function left in drm_fops.c is a small helper function, just move it to drm_drv.c and nuke the redundant file. no one objected when I said I was going to do this.
2008-11-17use the generic mixer configuration for all Realtek ALC codecs.Jacob Meuser
adds outputs.master to ALC885 and ALC888 (and probably others that don't yet have it). also makes ALC88{2,3} much more useful. tested by jmc@ and simon@ (and myself), thanks.
2008-11-17Instead of using a width-1 bitfield for storing the driver capabilitiesOwain Ainsworth
in the callback structure, just use a bunch of ORed together bits. This has been annoying me for ages.
2008-11-17rework how we handle ioctls.Owain Ainsworth
Before it was based on a static array with flags. Instead, let the driver provide an ioctl callback, which deals with things appropriately. Makes the code a bit easier to read, and also drops just over 5k on an amd64 kernel build with all drm drivers enabled. Tested by a few.
2008-11-17NETBSD -> OPENBSD in #endif comment.Kenneth R Westerback
2008-11-17Use new isp_library.c rather than isp_inline.h. No functional change.Kenneth R Westerback
Tested by naddy@. 'go for it' marco@
2008-11-16don't create a virtual inputs.dac, as this will be a duplicate ofJacob Meuser
the real and already existing inputs.dac in most cases.
2008-11-16expand the usefulness of azalia_generic_mixer_create_virtual byJacob Meuser
passing in "preferred" DACs and ADCs. this will be used to give more devices "outputs.master" and "record.volume".
2008-11-16make lists of what widgets are directly connected to DACc and ADCs.Jacob Meuser
use the lists to figure out what class some widgets belong to. ok ratchov
2008-11-16shorten "headphones" to "hp" and "speaker" to "spkr". avoids mixerJacob Meuser
item name truncation in azalia and possibly other devices. ok ratchov warning: if you have a mixerctl.conf(5), it probably needs to be updated.
2008-11-16'.' is a special character in mixer item names. it's the separatorJacob Meuser
between class, device and qualifier. replace use of '.' with '_' where it's not really a separator. idea from/ok ratchov@ warning: if you have a mixerctl.conf(5), it will need to be updated.
2008-11-16document that sio_revents() can return POLLHUPAlexandre Ratchov
2008-11-16when the aucat backend is used, sio_revents(3) should return POLLHUPAlexandre Ratchov
if the connection to the server is lost.
2008-11-16trigger rproc->eof() and and wproc->hup() if POLLHUP event is set.Alexandre Ratchov
Fixes aucat sleeping forever when the devices disappears
2008-11-16aucat stops the device when idle, remove the correspondingAlexandre Ratchov
entry from BUGS section.
2008-11-16allow aucat to listen on multiple sockets. Each socket carries itsAlexandre Ratchov
channel and volume settings allowing multiple configuration to coexist. Mostly useful for envy(4)-like devices, but can be used to force different apps to use different settings.