Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-30 | sync | Owain Ainsworth | |
2010-03-30 | Mobility Radeon HD3670, from James Thackray (first.last@gmail.com) | Owain Ainsworth | |
2010-03-30 | Have bge_start check if there are less than 16 free send BDs and if not | Christian Weisgerber | |
set IFF_OACTIVE and try again later. Previously bge(4) reserved 16 send BDs after loading DMA maps but the hardware only requires one reserved send BD. From FreeBSD, via Brad | |||
2010-03-30 | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. | Jacek Masiulaniec | |
OK millert@ | |||
2010-03-30 | sync | Theo de Raadt | |
2010-03-30 | Do not print ac97 link rate message unless debug is enabled. | David Coppa | |
Adapted from NetBSD OK jakemsr@ | |||
2010-03-30 | describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@ | Otto Moerbeek | |
2010-03-30 | We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because it | Theo de Raadt | |
is risky. Delete the comment suggesting we might. | |||
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback | |
Feedback from miod@ and kettenis@. ok beck@ | |||
2010-03-29 | merge 1.9.19, keeping local patches | Ingo Schwarze | |
* scoping fixes for roff instructions * accept apostroph in place of dot as a macro control character * accept tabs between the control character and the macro name * check that man(7) .TH titles use capital letters | |||
2010-03-29 | Initialize 'flags' field of tree_cache stack variables to 0. Paranoia. | Kenneth R Westerback | |
2010-03-29 | Always put server id in NAK's to requests. Some router/switches | Kenneth R Westerback | |
need this, as reported in PR#6339. Fix tested by submitter, Marcel Widget, who also supplied the diff that I tweaked. ok beck@ | |||
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth | |
whitespace tweaks on i386 so that it matches). ok kettenis@ | |||
2010-03-29 | Add Radeon HD360 Mobility. | Owain Ainsworth | |
Info from Mitja. | |||
2010-03-29 | Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as | Claudio Jeker | |
well. First big sync, the interface address tree still needs to be made AF independent but that will be done in a second step. OK jsg@ | |||
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek | |
allocated can be treated. We still check if no non-native partition overlaps the openbsd area, to avoid surprised. ok krw@ lum@ | |||
2010-03-29 | I'm going to need community_ext_conv() outside of rde_attr.c soon, so move | Claudio Jeker | |
the prototype to rde.h | |||
2010-03-29 | Since we always reload the config now there is no need to allocate the | Claudio Jeker | |
filter list head. It is only used temporary in reconfigure(). OK henning | |||
2010-03-29 | We always allocate rib ids dynamicaly so there is no need for allowing | Claudio Jeker | |
fixed id allocation. Makes code simpler. OK henning | |||
2010-03-29 | Implement a log_rd() function to print the route destinguisher in a nice | Claudio Jeker | |
way. Use it for now in log_addr() to show VPN routes with a prepended RD. OK henning | |||
2010-03-29 | Don't try and idle the engine via the ring if the cp is not running. | Owain Ainsworth | |
It means we've cleaned up the ring and bad things will happen (like panics) on X closedown. tested by (and ok) beck@ | |||
2010-03-28 | - add another check in decrypt_internal_special() | Jasper Lievisse Adriaanse | |
prompted by miod@ ok miod@ deraadt@ | |||
2010-03-28 | Fix user-after-free bug in pmap_remove(). Page table pages are freed as soon | Mark Kettenis | |
as the last page table entry that was actually used is cleared. So make sure we check the page table page is still there for every page we remove. Otherwise we will bring back the tlb entry and cache lines when we touch the freed page, and we will create an illegal alias (non-equivalent mapping) as soon as the page gets re-used. Seems to fix the last remaining issue with fast page recycling (although I need to do a bit more testing to be sure). Help from drahn@, ok jsing@ and miod@ (for an earlier version of this diff) | |||
2010-03-28 | new sentence, new line; | Jason McIntyre | |
2010-03-28 | - tweak the way firmware links are displayed | Jasper Lievisse Adriaanse | |
with and ok jmc@ | |||
2010-03-28 | Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn't | Miod Vallat | |
seem to have speakers at home. | |||
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat | |
being set to zero; this allows a full PIC bus to correctly configure I/O resources. While there, when initializing a ppb, setup I/O resources before memory resources; without this a ppb connected to a PIC could not get I/O resources if devices behind it would use both I/O and memory resources. | |||
2010-03-28 | Correctly report the R16010 version. | Miod Vallat | |
2010-03-28 | put the iosize next to the register definitions | Theo de Raadt | |
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt | |
Driver written by Mikko Tolmunen <oskari@sefirosu.org> | |||
2010-03-28 | sync | Theo de Raadt | |
2010-03-28 | Completely overhaul optional metadata handling, allowing for multiple | Joel Sing | |
optional metadata per volume and discipline specific optional metadata processing. ok marco@ | |||
2010-03-28 | Allow a multiprocessor kernel to compile. | Joel Sing | |
ok kettenis@ | |||
2010-03-28 | tweak spacing a bit. This has been annoying me. | Owain Ainsworth | |
2010-03-28 | Don't assign the same value to gatt->ag_size twice, also use ag_size in | Owain Ainsworth | |
a later calculation instead of doing it *again* pointed out by miod quite some time ago. | |||
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback | |
and athn are only theoretically interesting. i33380211_node fixes a real bug in occupied channel detection. ok damien@ | |||
2010-03-28 | Properly initialize variable instead of just ORing in bits into random garbage. | Mark Kettenis | |
Shouldn't change the behaviour since only the ORed in bits are checked later, but it makes the code clearer and should shut up the clang static analyser. ok krw@ | |||
2010-03-28 | Correctly initialise variables to prevent possible free without malloc in | Joel Sing | |
error path. Found by jsg@ using the clang static analyser. | |||
2010-03-28 | Avoid potential null dereferences in ioctl paths. | Joel Sing | |
Found by jsg@ using the clang static analyser. ok marco@ | |||
2010-03-28 | Replace a scsi_done() call with sr_scsi_done() which fixes a missing | Joel Sing | |
splx() call. Found by jsg@ using the clang static analyser. ok marco@ | |||
2010-03-28 | Remove uninitialized nitems and use npss as $deity intended. | Marco Peereboom | |
Found by clang and krw ok krw | |||
2010-03-27 | replace a bunch of BAR wrangling code with calls to the pci | Jonathan Gray | |
code it was originally copied from. ok kettenis@ | |||
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis | |
impossible that there is a pending register window trap that we need to fix up in this case. | |||
2010-03-27 | Add support for NetMos 9865 6-port serial cards. | Mark Kettenis | |
From Alexander Frolkin. | |||
2010-03-27 | regen | Mark Kettenis | |
2010-03-27 | Add NetMos 9865. | Mark Kettenis | |
2010-03-27 | Give cardbus the pci_chipset_tag_t from pccbb and push it out through | Jonathan Gray | |
cardbus_attach_args so we can switch to using proper pci config space functions instead of callback based wrappers. ok oga@ krw@ kettenis@ | |||
2010-03-27 | Add missing directories. | Matthieu Herrb | |
2010-03-27 | Remove explicit nop's in delay slots introduced in the previous commit. They | Mark Kettenis | |
are already inserted as part of jal/jr expansion by gas, and we don't need another one. suggested by miod@ | |||
2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two | Mark Kettenis | |
reserved entries in the GOT, which is a GNU extension to the 64-bit MIPS SVR4 ABI. That's fine; all existing OpenBSD/mips64 binaries have the extra slot. ok miod@, jsing@, drahn@ |