Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-29 | Whack bridges that have conflicting windows. This prevents us from choosing | Mark Kettenis | |
address space that is already in use when reassigning BARs. | |||
2009-06-29 | sync | Theo de Raadt | |
2009-06-29 | enable new files in Makefile | Theo de Raadt | |
2009-06-29 | Add documentation for acpivideo(4), acpivout(4), acpipwrres(4). | Paul Irofti | |
Better wording from miod@, thanks! Also feedback from sthen@, nicm@, jmc@. ``Please get it in soon'' for work in tree deraadt@. | |||
2009-06-29 | the data which is read is never used; ok krw | Theo de Raadt | |
2009-06-29 | since we link in the 24xx firmware, might as well point to it; ok krw kettenis | Theo de Raadt | |
2009-06-29 | Bring back rev 1.17, enable hardware vlan tagging/stripping. | Jonathan Gray | |
ok deraadt@ | |||
2009-06-29 | enable isp(4) | Theo de Raadt | |
2009-06-29 | Protect the other rde_send_kroute() with a F_RIB_NOFIB check. | Claudio Jeker | |
2009-06-29 | Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of | Claudio Jeker | |
making sure that other RIBs are not injecting routes into the FIB. | |||
2009-06-29 | sync with sudo 1.7.2 | Todd C. Miller | |
2009-06-29 | Unfuck mrt table dumps and plug a memory leak while there. | Claudio Jeker | |
2009-06-29 | since upper-bound is not a power of two here, use arc4random_uniform | Martynas Venckus | |
instead, to avoid modulo bias. ok jacekm@, gilles@ | |||
2009-06-29 | Fix the range of a #ifndef SMALL ... #endif not to include the "break;" | Alexander Hall | |
needed not to make a status of 200 (OK) fall through to the redirect handling. This was not noticed since the later code would ignore the isredirect flag unless it also received a "Location: " header. ok martynas@ | |||
2009-06-29 | Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was | Nicholas Marriott | |
successfully changed - if already in a different mode, it would corrupt the mode data. | |||
2009-06-28 | Now the tx dma mapping problem it was exposing is fixed | Jonathan Gray | |
bring back rev 1.16, em style MCLGETI based on a diff from reyk with critical fixes by me. | |||
2009-06-28 | Properly swap tx dma maps so we don't use invalid maps, | Jonathan Gray | |
leak memory, lose maps or cause double frees. Problem courtesy of our good friends at Intel in the original FreeBSD driver. "awesome" dlg@ | |||
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat | |
I/O resources, via devio. Unfortunately it works as badly as when using the large window, so the bugs I am hunting must come from elsewhere. | |||
2009-06-28 | Fix small regression introduced with symlinks handling. | Antoine Jacoutot | |
spotted by jmc@ | |||
2009-06-28 | Remove useless blank space in output. | Antoine Jacoutot | |
2009-06-28 | Better wording for the not-supported-video-control message. | Marcus Glocker | |
Requested by and OK deraadt@ | |||
2009-06-28 | Add colormap support for 8bpp mode. | Mark Kettenis | |
2009-06-28 | Change mid-sentence "From" to "from". | Stuart Henderson | |
2009-06-28 | GS140 & TS15 won't work yet either. | Jonathan Gray | |
2009-06-28 | Make this work in 8bpp mode too. Color support is still missing; probably | Mark Kettenis | |
needs palette support. | |||
2009-06-28 | Don't list the AlphaServer 4100 in the unsupported systems | Jonathan Gray | |
section when it is mentioned in the supported systems section shortly before. | |||
2009-06-28 | Teach sysmerge to deal with links (found the hard way when I realised I | Antoine Jacoutot | |
missed some very much needed symlinks under /etc/fonts/conf.d/). The behaviour is the following, if a link does not exist: * in '-a' mode, it is created automatically * in normal mode, sysmerge will ask what you want to do If one wants to use '-a' mode while still being in control of what links are created, sysmerge.ignore can be used. "sounds good to" phessler@, ok sthen@ | |||
2009-06-28 | Restore lost string constant, make DEBUG kernels compile. | Kenneth R Westerback | |
Noticed by deraadt@. | |||
2009-06-27 | Stricter checks when deciding which acceleration code to use. Instead of | Miod Vallat | |
matching on pci id, and if no match is found, on pci subsystem id, match on openfirmware device names (which amounts to a pci id AND subsystem id exact match). This makes XVR-500 cards (``bobcat'') run without acceleration. Which is better than trying to use ``jfb'' acceleration and fail. ok kettenis@ | |||
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat | |
As long as I can't figure out what endianness knobs I need to frob to make I/O and memory accesses through the large window work as intended, we are stuck to devio I/O mappings only... | |||
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat | |
the loop. No functional change. | |||
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus | |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat | |
it if it does not fit in our extent, and force a suitable address. Prevents extent sanity check panics with some cards. | |||
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat | |
be disabled with some UKC tinkering. | |||
2009-06-27 | Remove debug printfs. | Mark Kettenis | |
ok krw@ | |||
2009-06-27 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn | |
The change was unrelated to v7 support, it was a cleanup item. For some reason this breaks ksyms on zaurus. however zaurus uses the old loadfile that is not fully synced with libsa | |||
2009-06-27 | Use gmtime_r so the current time isn't overwritten, the minute comparison works | Nicholas Marriott | |
and the clock is actually updated. It was already used for lock-server but not here. | |||
2009-06-27 | sync description of struct audio_prinfo; | Jason McIntyre | |
reported by frederic, documentation/6179 | |||
2009-06-27 | Now in sync with 1.7.20, except that a few patches looking incorrect | Ingo Schwarze | |
have not been merged but instead reported upstream, and a few additional patches approved upstream have already been merged. | |||
2009-06-27 | sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4 | Ingo Schwarze | |
2009-06-27 | Copy the 256-colour flag into the tty saved cell as well as the actual colour, | Nicholas Marriott | |
otherwise colour 8 isn't reset properly. | |||
2009-06-27 | sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. | Ingo Schwarze | |
(2) When determining the offset, add two more spaces to the width. For -width Ds, these two bugs cancelled each other, but for -width [01-9]+n, they did not, leaving the offset to narrow. (3) When determining the width using strlen, we need to add two spaces instead of one, just like in the case (2). | |||
2009-06-27 | sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indent | Ingo Schwarze | |
2009-06-27 | sync to 1.7.20: .Bl -diag get two spaces after the tag | Ingo Schwarze | |
2009-06-27 | sync to 1.7.20: handle [01-9]+m -width specifiers | Ingo Schwarze | |
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto | |
suggested by dlg@, ok claudio@, laurent@, blambert@ | |||
2009-06-27 | sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent; | Ingo Schwarze | |
while here, a lint fix n lb_pre | |||
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson | |
control whether the client tries to use roaming if enabled on the server. From Martin Forssen. ok markus@ | |||
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson | |
to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@ | |||
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson | |
temporarily save the current state ren resuming a suspended connection. ok markus@ |