Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-20 | sync | Stuart Henderson | |
2009-09-20 | Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD. | Stuart Henderson | |
2009-09-20 | sync | Theo de Raadt | |
2009-09-20 | Support the AX88772A model (found while shopping today); tested by mtu | Theo de Raadt | |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker | |
mode. Miod mentioned that is it OK to loose screen content when switching DUMBFB -> EMUL. Thanks. | |||
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker | |
figure out how we can repaint it as well). | |||
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker | |
be completed. | |||
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker | |
a bit more self explaining. No functional changes. | |||
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker | |
udl_cmd_set_offset -> udl_cmd_restore_offset, matches better what we do. No functional changes. | |||
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker | |
2009-09-19 | if pipe_read() returns 0 we are at EOF and the structure describing | Jacob Meuser | |
the pipe will be free()d, so don't try to access the structure. ok ratchov | |||
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker | |
operation and tell the X11 driver to retry later (same as for rasops). | |||
2009-09-19 | Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun Fire | Mark Kettenis | |
V120 and Sun Netra X1. For now this only provides a temperature sensor, but more stuff will follow. | |||
2009-09-19 | if the device is dying, don't try to stop it, otherwise this would | Alexandre Ratchov | |
trigger the code to free() it, which will try to stop it, and so on | |||
2009-09-19 | KNF indentation; no binary change | Stuart Henderson | |
2009-09-19 | tag the device as stopped even if sio_stop() failed (ie. device | Alexandre Ratchov | |
is disconnected). This way, when it's ``file'' structure is free()'d, we don't try to stop it again. | |||
2009-09-19 | some minor improvements for this page, as well as an expanded examples | Jason McIntyre | |
section to get things running; help/ok jacekm gilles | |||
2009-09-19 | - "stub redistribute default" does not take a "no" option, remove it | Stuart Henderson | |
- remove some unnecessary \& escapes ok claudio, jmc | |||
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker | |
compressed). The upcoming X11 driver mmaps its framebuffer from the kernel and sends updates via the Damage mechanism. Committed from a X session on udl, of course. | |||
2009-09-18 | Zero out IPv6 mask before using it. This fixes expressions like | Alexander Bluhm | |
'net 2002::/16', which were previously non-deterministic based on the previous contents of memory. from upstream; ok claudio@ | |||
2009-09-18 | now in sync with version 1.9.2 | Ingo Schwarze | |
2009-09-18 | sync to 1.9.2: Add .UC libman macro for compatibility, has no effect. | Ingo Schwarze | |
Correct .UC and .DT to not print their arguments. Document that .UC and .DT should not be used. | |||
2009-09-18 | fix typo (overriden -> overridden); from jmc@; included in 1.9.2 | Ingo Schwarze | |
2009-09-18 | sync to 1.9.2: non-printable characters in macro names are errors; | Ingo Schwarze | |
from joerg at netbsd dot org | |||
2009-09-18 | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK | Mark Kettenis | |
is specified. ok miod@ | |||
2009-09-18 | ldt removal missed some. amd64_{get,set}_ldt gone. also remove | Martynas Venckus | |
ldt_{alloc,free} to shave a few. ok jasper@, oga@ | |||
2009-09-18 | like login(1), back off password guesses after login-backoff; and | Martynas Venckus | |
reset cnt after login-tries. tweak & ok millert@ | |||
2009-09-18 | For some dark reason there's a bit on the VLINK device of this chipset | Mark Kettenis | |
that makes the PCIE device show up as a host bridge instead of a PCI-PCI bridge. As a result any devices sitting behind it won't be detected. Whack the device into PCI-PCI mode such that we can walk the PCI bus hierarchy the normal way and detect all devices. Fixes PR 6215. ok dlg@ | |||
2009-09-18 | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. | Miod Vallat | |
This is a noop on all arches but hp300, where this fixes (at least) IPL_BIO mutexes. | |||
2009-09-18 | Add regression test for overlapping allocation that should coallesce but | Mark Kettenis | |
currently doesn't. | |||
2009-09-18 | Make sure to always initialize the scsi_xfer timeout with timeout_set() early | Miod Vallat | |
in spc_scsi_cmd(), so that it is safe to pass it to timeout_del() anytime (recent scsi changes no longer cause the scsi_xfer timeout to be in an initialized state). | |||
2009-09-18 | Make kroute code routing priority aware. | Michele Marchetto | |
ok claudio@ | |||
2009-09-18 | New option, set-titles-string, to allow the window title to be specified (as | Nicholas Marriott | |
for status-left/right) if set-titles is on. Also only update the title when the status line is being redrawn. | |||
2009-09-18 | Remove useless Received line added at the /usr/sbin/sendmail stage, it | Jacek Masiulaniec | |
was not correctly formatted anyway. Recording of sender uid has been moved to the server process (getpeereid), which means it is not subject to forgery. Based on problem report by Michael Lechtermann <michael@lechtermann.net> | |||
2009-09-17 | The client API is meant to require STARTTLS by default, a behaviour which | Jacek Masiulaniec | |
can be altered using client_ssl_optional(). Reported by Michael Lechtermann <michael@lechtermann.net> | |||
2009-09-17 | Use __builtin_va_start instead of __builtin_stdarg_start | Jonathan Gray | |
for va_start() which was only present for backwards compat and has been removed from recent versions of GCC. Our in tree GCC 3.3.5 has __builtin_va_start and this section of code is only run if __GNUC__ >= 3 already. ok espie@ kettenis@ millert@ miod@ | |||
2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as | Miod Vallat | |
BUS_SPACE_MAP_LINEAR in i/o space, or noncacheable linear TURBOchannel mappings). From NetBSD | |||
2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires | Miod Vallat | |
tga on non-bwx machines. Reported and fix tested by kurt@ | |||
2009-09-17 | tweak previous; ok jacekm | Jason McIntyre | |
2009-09-17 | Remove the comaptibility structures for routing socket version 3. | Claudio Jeker | |
The RTM_VERSION bump is 2 years ago and so there is no need for this. Diff made by tedu@ some time ago but got never commited so I do it now. | |||
2009-09-17 | Wrap trunk_enqueue() calls in splnet() since sending out lacp packets | Claudio Jeker | |
starts in a timeout handler which runs at a lower spl. This fixes the problems with lacp trunks where some interfaces suddenly fail for no obvious reason. Problem report and fix tested by Stephan A. Rickauer. OK henning, reyk, mpf | |||
2009-09-17 | Add an splassert check trunk_enqueue() calling this function at anything | Claudio Jeker | |
below splnet() is a good recipe for doom. OK henning, reyk, mpf | |||
2009-09-17 | Add instructions for enabling smtpd to the EXAMPLES section. | Jacek Masiulaniec | |
Suggested by sthen@ | |||
2009-09-17 | change variable i to $i in an expression of ifstart() for consistency | Simon Bertrang | |
with the rest of the file. no functional change. feedback from sthen@, ok krw@ | |||
2009-09-17 | sync the spamd example to that used in spamd(8); ok beck | Jason McIntyre | |
2009-09-17 | merge/update the spamlogd rules into spamd - there were some subtle | Jason McIntyre | |
problems because of the recent pf nat changes that caused problems; i've fleshed out the example in spamd and just added a pointer to it from spamlogd; ok beck | |||
2009-09-16 | Do not print "could not load cert" warning at startup if certificate is not | Jacek Masiulaniec | |
required. Requested by jmc@, gilles@ ok. | |||
2009-09-16 | +.Xr mailer.conf 5 , | Jason McIntyre | |
ok jacekm | |||
2009-09-16 | fix ENETRESET handling in run_ioctl() and run_media_change(). | Damien Bergamini | |
fixes a kernel panic reported by ckuethe@ on amd64 | |||
2009-09-16 | Free resources when bounce enqueue fails due to a timeout. | Jacek Masiulaniec | |