Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-09 | Make the bonito_pci_attach_hook per-platform, as a new callback in struct | Miod Vallat | |
bonito_config. Move the Geode initalization code previously found there to yeeloong-specific code; and on Gdium, clear all the BAR of the internal mini pci slot - it does not get initialized by PMON and the MI PCI code complains about the bogus values it finds there on cold boots. | |||
2010-02-09 | Flush caches upon startup anyway, the gdium pmon keeps it dirty, unlike | Miod Vallat | |
the lemote pmon. | |||
2010-02-09 | Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridge | Mark Kettenis | |
didn't quite work since the bridge seems to end up largely unconfigured, and our PCI resource configuration code isn't quite smart enough (yet) to fix things up. So instead switch it only into PCI-PCI bridge mode long enough to snoop the bus number, and attach pci(4) using that number. This is probably safer anyway, since ACPI may not like us switching things around behind its back. Fixes PR 6253 & 6304. | |||
2010-02-09 | mount_ext2fs and ral firmware on the ramdisk. | Miod Vallat | |
2010-02-09 | Build ral firmware on loongson (for Gdium). | Miod Vallat | |
2010-02-09 | Process kernel options correctly when run from a `go' command instead of | Miod Vallat | |
`boot'. | |||
2010-02-09 | Less aggressive cache ops on BUS_DMASYNC_PREREAD alone (leftover from older | Miod Vallat | |
code before I got DMA address computation reliable). | |||
2010-02-09 | wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fs | Miod Vallat | |
support on the ramdisk. | |||
2010-02-09 | Section 4 manpages for loongson. | Miod Vallat | |
2010-02-09 | Set the rtm_priority when sending RTM_ADD/RTM_DELETE messages out in | Claudio Jeker | |
rt_newaddrmsg(). Makes the routing daemons a bit less confused when interfaces are reconfigured. | |||
2010-02-09 | Correctly track RTF_UP on RTM_CHANGE. Since the interface can change | Claudio Jeker | |
rt_if_linkstate_change() needs to be rerun for this route and the resulting rt_flags need to copied to the rtm_flags for userland. Problem found and diagnosed by Doran Mori. OK henning@, jsing@ | |||
2010-02-09 | Try to bring documentation up to the same state as the code. Document | Claudio Jeker | |
many more medias, types and options. Input and OK sthen@ and jmc@ | |||
2010-02-09 | Don't hardcode the AID to AID_INET6 when sending MP EoR updates. | Claudio Jeker | |
This will allow AID_VPN_IPv4 to do EoRs as well. | |||
2010-02-09 | Before cloning a route to change the MTU check that the route we clone from | Claudio Jeker | |
is valid and usable (reject and blackholes are not conidered usable). TCP has this nasty behaviour to clone routes to disable PMTU and this combined with dynamic routing resulted in dead sessions when there was a default reject route installed. OK henning@, sthen@ | |||
2010-02-09 | Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attached | Claudio Jeker | |
cables. OK jsg@, krw@, sthen@ | |||
2010-02-09 | - add the whole gang of USB devices; as prompted by deraadt@ | Jasper Lievisse Adriaanse | |
- add section headers ok otto@ miod@ | |||
2010-02-09 | enable PKCS#11 code; ok djm | Markus Friedl | |
2010-02-09 | fix whitespace; from jmc@ | Markus Friedl | |
2010-02-09 | add manpage; ok djm@ | Markus Friedl | |
2010-02-09 | turn on all the malloc(3) checking options when running regression | Damien Miller | |
tests. this has caught a few bugs for me in the past; ok dtucker@ | |||
2010-02-09 | unbreak ChrootDirectory+internal-sftp by skipping check for executable shell | Damien Miller | |
when chrooting; reported by danh AT wzrd.com; ok dtucker@ | |||
2010-02-09 | Fix off-by-one system control register defines, makes 2D acceleration on | Miod Vallat | |
Gdium work. | |||
2010-02-09 | clean up droppings | Damien Miller | |
2010-02-09 | constify the arguments to buffer_len, buffer_ptr and buffer_dump | Damien Miller | |
2010-02-09 | XY Failure reads no longer require temp buffer or WUF_FAIL | Jordan Hargrave | |
2010-02-09 | fix -Wall | Damien Miller | |
2010-02-09 | fallout from PKCS#11: unbreak -D | Damien Miller | |
2010-02-08 | Use character raw device to read disklabel during bootprobe, as all | Kenneth R Westerback | |
other devices do. Silences complaints about missing media on removable media devices. ok marco@ jsing@ | |||
2010-02-08 | Add ZTE K3565-Z USB MSM modem. | Marco Pfatschbacher | |
OK jsg@ | |||
2010-02-08 | sync | Marco Pfatschbacher | |
2010-02-08 | Add ZTE K3565-Z USB MSM modem. | Marco Pfatschbacher | |
OK jsg@ | |||
2010-02-08 | tweak previous; ok markus | Jason McIntyre | |
2010-02-08 | remove redundant bits. | Damien Bergamini | |
2010-02-08 | final bits for RT3572 and some fixes for RT3070 and RT3071. | Damien Bergamini | |
2010-02-08 | Add ral(4), found on the Gdium Liberty 1000. | Miod Vallat | |
2010-02-08 | Minimal completion support for .l.s and .l.d routines, necessary for at | Miod Vallat | |
least the R5k and R10k family FPU which trap if the operands are too large (i.e. positive unbiased exponent > fracbits). This is quick and dirty band aid until that code is replaced with interface code to the MI kernel softfloat code. | |||
2010-02-08 | obsolete | Markus Friedl | |
2010-02-08 | mention AR2427 | Damien Bergamini | |
2010-02-08 | mention RT3052 | Damien Bergamini | |
2010-02-08 | add the 10us sifs directly to the pre-computed ack durations. | Damien Bergamini | |
2010-02-08 | simplify | Damien Bergamini | |
2010-02-08 | s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/ | Damien Bergamini | |
no binary change. | |||
2010-02-08 | Don't underrun the buffer when the template is all X's. | Philip Guenthe | |
Also, remove a duplicate preconditions check. Based on a suggestion by Vadim Zhukov (persgray <at> gmail.com) ok millert@ | |||
2010-02-08 | Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and | Claudio Jeker | |
because of that either the IPv4 or IPv6 local address was not set. Because of this prefixes were sent out with all zero nexthops. | |||
2010-02-08 | fix BBP R82 for RT3572 | Damien Bergamini | |
2010-02-08 | It is enough that peer->capa.mp[i] is non zero. It does not need to be 1. | Claudio Jeker | |
2010-02-08 | The IMPs are history so is splimp, this needs now splnet so update comment. | Claudio Jeker | |
Another thing found by Gleydson Soares. | |||
2010-02-08 | arpioctl() is not used sore remove it. Found by Gleydson Soares. | Claudio Jeker | |
2010-02-08 | remove scard | Markus Friedl | |
2010-02-08 | remove obsole scard code | Markus Friedl | |