Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-28 | Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sending | Claudio Jeker | |
possible database desciption files to the RDE. NBR_EVT_NEG_DONE sends an imsg to the RDE to bring the RDE in the correct state for the database exchange when doing this the wrong way the RDE will issue errors. From ospfd (rev. 1.23 of database.c) via Stefan Sperling | |||
2008-12-28 | Use acceleated operations for copycols, too. | Miod Vallat | |
2008-12-28 | set the buffer size using the ``appbufsz'' parameter of | Alexandre Ratchov | |
sio_setpar(3). Allows cdio to be used with aucat(1) whatever the buffer size used by aucat is. ok jakemsr | |||
2008-12-28 | Add a ugly workaround for the problem where an invalid AS4_PATH is passed | Claudio Jeker | |
over mulitple hops and causes bgpd to close the connection. This is what the RFC requires us to do but the result is a DoS against all OpenBGPD routers when somebody injects such a bad optional transitive attribute because the intermediate routers don't give a damn about it. As a result we now ignore such bad prefixes and don't allow them in the decision process. The handling of optional transitive attributes needs to be rethinked because all of them can be abused in such a way. Idea OK by a few + henning@, tested myself against my crappy regress test suite that needs way more work. | |||
2008-12-28 | Make blitter ``go the other way'' when scrolling down. | Mark Kettenis | |
2008-12-28 | Add ifb(4). | Mark Kettenis | |
2008-12-27 | It turns out that parasites are caused by (some) pixel writes with the | Miod Vallat | |
high bit set; restrict ourselves to 7bpp operation. This brings back text-mode color support. joint work with kettenis@ | |||
2008-12-27 | Remove BUGS section; overlay artifacts are gone and scrolling uses hardware | Mark Kettenis | |
acceleration now. | |||
2008-12-27 | Use hardware acceleration for scrolling and make sure we only use the low bit | Mark Kettenis | |
of each pixel value. This avoids "overlay artifacts" and turns ifb(4) into a usable console framebuffer. help from miod@ | |||
2008-12-27 | Fix memory leak. | aschrijver | |
2008-12-27 | Add a comma to clarify a sentence. | Bret Lambert | |
"that's fine" jmc@ | |||
2008-12-27 | kill unused function; ok gilles@ | Jacek Masiulaniec | |
2008-12-27 | Manpage bits for "showqueue" -> "show queue" change. | Jacek Masiulaniec | |
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 | |
to use this interface consistently; ok chl@ gilles@ | |||
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov | |
high frequency attenuation, intruduced in aproc.c rev 1.27. Hints from Alf Schlichting <a.schlichting(at)lemarit.com>, thanks! | |||
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 | |
behaviour. This also, fixes incorrect constructs that are currently harmless | |||
2008-12-27 | Make sure we pick the right PCI BARs on Expert3D cards (which have an extra | Mark Kettenis | |
BAR that we need to skip). ok miod@ | |||
2008-12-27 | complain about a deadlock only if there are descriptors waiting | Alexandre Ratchov | |
for i/o and none of them is polled. This avoids false positives caused by listening sockets in server mode. | |||
2008-12-27 | do not call exit(1) if sio_start(3) or sio_stop(3) fail. The | Alexandre Ratchov | |
error will be catched later in the main loop. | |||
2008-12-27 | expand the ifdef _KERNEL around kernel only function prototypes | Thordur I. Bjornsson | |
since they have no business being export to userland. OK blambert@ | |||
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado | |
jmc@ suggested replacing ".Op Ar file ..." with just ".Op Ar", and provided excellent feedback about where placing the .Bk/.Ek macros. ok jmc@ | |||
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto | |
tedu@, thib@. | |||
2008-12-27 | when polling aucat(1) socket, don't set the POLLIN bit if we | Alexandre Ratchov | |
don't expect messages. Avoids busy loops in programs calling poll(2) on a stopped device. | |||
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov | |
even if the device is not started yet. This way, if the server is killed programs can notice it. | |||
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat | |
computing it ourselves. | |||
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat | |
cleared on attach, from the individual drivers to the common frame buffer code; the latter will decide based on the prom font metrics and the prom console window position, whenever possible. This removes the need for the console window position to be hardcoded in the p9100 driver, and will no longer require a screen clear on a vigra VS-12 in high resolution mode. | |||
2008-12-26 | implement support for another temperature sensor, DS18B20 | Todd T. Fries | |
from David Fries david(at)fries(dot)net ok grange@ | |||
2008-12-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt | |
ok kettenis | |||
2008-12-26 | If we have usable acpi, but chose to use amp instead for various reasons, | Theo de Raadt | |
then mpbios should not be used because it is probably full of lies. ok kettenis, though he hates the variable name used. | |||
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 | |
Hardcode it instead: 5 is a popular choice across the tree; ok gilles@ | |||
2008-12-26 | don't try to create mutesets for selectors, they are only for | Jacob Meuser | |
mixers. problem noticed by Tas. thanks! | |||
2008-12-26 | add a function for initializing mixer_devinfo_t off/on enums | Jacob Meuser | |
and use it in 6 places. | |||
2008-12-26 | nuke unused macros. from Alexey Suslikov. | Jacob Meuser | |
2008-12-26 | - recognize a few more realtek codecs | Jacob Meuser | |
- beep and CD support for a few more realtek codecs (ALC268 verified by Alexey Suslikov, the others are quite similar based on datasheets) - "ALC662-GR" is a part number. "ALC662" is a codec identifier. | |||
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 | |
but I don't know what initialization sequence is needed on the p9000... | |||
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat | |
fail anyway since stdout is not a frame buffer), and force a complete ramdac initialization - access to several of the control registers spin otherwise. | |||
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat | |
deprecated WSDISPLAY_TYPE_SUN24; X11 knows about them since several releases already. |