Age | Commit message (Expand) | Author |
2008-12-27 | log_warn -> log_warnx | Jacek Masiulaniec |
2008-12-27 | cleanup; ok gilles@ | Jacek Masiulaniec |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2008-12-27 | Put common handler code in a function; ok chl@ gilles@ | Jacek Masiulaniec |
2008-12-27 | Merge hash() and queue_message_hash() into one func, queue_hash(). Fix callers | Jacek Masiulaniec |
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov |
2008-12-27 | Break showqueue and showrunqueue into 2 words; ok gilles@ | Jacek Masiulaniec |
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov |
2008-12-27 | Make sure we pick the right PCI BARs on Expert3D cards (which have an extra | Mark Kettenis |
2008-12-27 | complain about a deadlock only if there are descriptors waiting | Alexandre Ratchov |
2008-12-27 | do not call exit(1) if sio_start(3) or sio_stop(3) fail. The | Alexandre Ratchov |
2008-12-27 | expand the ifdef _KERNEL around kernel only function prototypes | Thordur I. Bjornsson |
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2008-12-27 | when polling aucat(1) socket, don't set the POLLIN bit if we | Alexandre Ratchov |
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov |
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | implement support for another temperature sensor, DS18B20 | Todd T. Fries |
2008-12-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-26 | If we have usable acpi, but chose to use amp instead for various reasons, | Theo de Raadt |
2008-12-26 | Use nitems() and FBS_xxx symbolic constants in the video timing tables. | Miod Vallat |
2008-12-26 | Remove unused BT_BLANK() and BT_UNBLANK() macros. | Miod Vallat |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat |
2008-12-26 | Print the correct value as the chip revision. | Miod Vallat |
2008-12-26 | Correctly report unconfigured child devices. | Miod Vallat |
2008-12-26 | synchronize synopsis and usage. | Igor Sobrado |
2008-12-26 | *** empty log message *** | Alexandre Ratchov |
2008-12-26 | parse.y doesn't allow listen backlog configuration, so "bzero default" is used. | Jacek Masiulaniec |
2008-12-26 | don't try to create mutesets for selectors, they are only for | Jacob Meuser |
2008-12-26 | add a function for initializing mixer_devinfo_t off/on enums | Jacob Meuser |
2008-12-26 | nuke unused macros. from Alexey Suslikov. | Jacob Meuser |
2008-12-26 | - recognize a few more realtek codecs | Jacob Meuser |
2008-12-26 | Back out rev 1.14 as it makes machines like the T30 crash on boot. | Jonathan Gray |
2008-12-26 | Do not attach if not the console, I expect the same problems as for p9100, | Miod Vallat |
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat |
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat |
2008-12-25 | currently azalia only supports one codec. instead of using simply the | Jacob Meuser |
2008-12-25 | add "virtual" mutes if the "virtual" volume amps have mute capability | Jacob Meuser |
2008-12-25 | don't need #include <sys/queue.h>; ok mbalmer@ | Kevin Steves |
2008-12-25 | remove unused struct member; ok mbalmer@ | Kevin Steves |
2008-12-25 | spelling in comments; ok mbalmer@ | Kevin Steves |
2008-12-25 | Correctly display underlined spaces. | Miod Vallat |
2008-12-25 | before naming a widget after a pin because the widget is the only thing | Jacob Meuser |
2008-12-25 | - one "default" direction is enough | Jacob Meuser |
2008-12-24 | No need to invoke fbwscons_setcolormap() twice. | Miod Vallat |
2008-12-24 | Get rid of all remaining magic numbers but 32. If you need to know why 32 | Miod Vallat |
2008-12-24 | Provide an accelerated putchar routine for fonts 16 bits wide or less (and | Miod Vallat |
2008-12-24 | Kill a race condition which occurs when listing a directory containing | Otto Moerbeek |
2008-12-24 | fox format string; ok tedu@ | Otto Moerbeek |