Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-11-17 | occures -> occurs; | Jason McIntyre | |
2008-11-17 | tweak previous man page changes, and sync usage(); | Jason McIntyre | |
2008-11-17 | in server mode full-duplex device is no more requierd, remove | Alexandre Ratchov | |
corresponding entry from BUGS section | |||
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov | |
it can be used on play-only, record-only and half-duplex devices. ok jakemsr | |||
2008-11-17 | Add HP P711m/P712m. | Brad Smith | |
2008-11-17 | Add the HP Smart Array P711m/P712m PCI ids. | Brad Smith | |
2008-11-17 | Add PCI ids for the HP Smart Array P711m/P712m adapters. | Brad Smith | |
From HP via the Linux cciss driver. | |||
2008-11-17 | IPv6 has been supported for awhile now. | Brad Smith | |
2008-11-17 | Add missing reference of eephy(4). | Brad Smith | |
2008-11-17 | Sprinkle a few more tabs. | Brad Smith | |
2008-11-17 | garbage collect i915_vblank_swap. | Owain Ainsworth | |
2008-11-17 | Manage 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-17 | Don't put the buffer counter in a reserved part of the status page. | Owain Ainsworth | |
From intel. | |||
2008-11-17 | Conditionalise the use of the SAREA in inteldrm. In DRI2 setups (which we don't | Owain 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-17 | drm advertises a read and poll method. this was there to prevent errrors | Owain 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-17 | use 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-17 | Instead of using a width-1 bitfield for storing the driver capabilities | Owain Ainsworth | |
in the callback structure, just use a bunch of ORed together bits. This has been annoying me for ages. | |||
2008-11-17 | rework 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-17 | NETBSD -> OPENBSD in #endif comment. | Kenneth R Westerback | |
2008-11-17 | Use new isp_library.c rather than isp_inline.h. No functional change. | Kenneth R Westerback | |
Tested by naddy@. 'go for it' marco@ | |||
2008-11-16 | don't create a virtual inputs.dac, as this will be a duplicate of | Jacob Meuser | |
the real and already existing inputs.dac in most cases. | |||
2008-11-16 | expand the usefulness of azalia_generic_mixer_create_virtual by | Jacob Meuser | |
passing in "preferred" DACs and ADCs. this will be used to give more devices "outputs.master" and "record.volume". | |||
2008-11-16 | make 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-16 | shorten "headphones" to "hp" and "speaker" to "spkr". avoids mixer | Jacob 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 separator | Jacob 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-16 | document that sio_revents() can return POLLHUP | Alexandre Ratchov | |
2008-11-16 | when the aucat backend is used, sio_revents(3) should return POLLHUP | Alexandre Ratchov | |
if the connection to the server is lost. | |||
2008-11-16 | trigger rproc->eof() and and wproc->hup() if POLLHUP event is set. | Alexandre Ratchov | |
Fixes aucat sleeping forever when the devices disappears | |||
2008-11-16 | aucat stops the device when idle, remove the corresponding | Alexandre Ratchov | |
entry from BUGS section. | |||
2008-11-16 | allow aucat to listen on multiple sockets. Each socket carries its | Alexandre 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. |