summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-11While looking through this code I figured out that set nexthop self andClaudio Jeker
no-modify are not supported for MP protocols like IPv6. Add support for those and while testing find another bug in the same region. Inverse the check for the return value of memcmp() -- we're interested in equality. Until now IPv6 was running with an implicit set nexthop self on all iBGP sessions. Oups. set nexthop stuff is OK when tested henning@ and sthen@
2010-02-11Force a space between address and nexthop. IPv6 is overflowing all sizeClaudio Jeker
restrictions and 2001:4bf8:bad:beef::/64fe80::20a:e4ff:fe39:5583 is not acceptable.
2010-02-11No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares.Claudio Jeker
OK mk@
2010-02-11Add a regression suite for mkstemp(), verifying that it neither overrunsPhilip Guenthe
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL
2010-02-10Only allow the common voltages of the card and the host when writing the OCRDale Rahn
back to the card. fixes a problem where the controller supported lower voltages than the card. With variable name change requested miod, ok miod@ krw@
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-10remove /usr/libdata/ssh; ok miod, djmMarkus Friedl
2010-02-10Fix sio_getcap() for audio(4) devices exposing encodingsAlexandre Ratchov
with precision other than 8, 16 or 32 bits. Found by Jan Stary <hans at stare.cz>, thanks!
2010-02-10remove lingering debug print.Dale Rahn
2010-02-10And now mounts with reads and writes work.Dale Rahn
2010-02-10Would seem that the sdmmc layer does not like having CRC7 as part of theDale Rahn
136 bit RESP, shift it out. Card size is recognized.
2010-02-10check that rf reg is != 0xff, not rf val.Damien Bergamini
2010-02-10Blame the right interrupt bit in `spurious interrupt' messages.Miod Vallat
2010-02-10Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking.Dale Rahn
2010-02-10Unfortunately, newer versions of u-boot found on the beagle do not allowDale Rahn
the OS type of OpenBSD, so claim to be linux so u-boot is happy. Sigh.
2010-02-10Clarify default status-right, from Seth Wright.Nicholas Marriott
2010-02-10syncMiod Vallat
2010-02-10accept loongson in .Dt; ok espieJason McIntyre
2010-02-10tweak previous;Jason McIntyre
2010-02-09Make the bonito_pci_attach_hook per-platform, as a new callback in structMiod 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-09Flush caches upon startup anyway, the gdium pmon keeps it dirty, unlikeMiod Vallat
the lemote pmon.
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark 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-09mount_ext2fs and ral firmware on the ramdisk.Miod Vallat
2010-02-09Build ral firmware on loongson (for Gdium).Miod Vallat
2010-02-09Process kernel options correctly when run from a `go' command instead ofMiod Vallat
`boot'.
2010-02-09Less aggressive cache ops on BUS_DMASYNC_PREREAD alone (leftover from olderMiod Vallat
code before I got DMA address computation reliable).
2010-02-09wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fsMiod Vallat
support on the ramdisk.
2010-02-09Section 4 manpages for loongson.Miod Vallat
2010-02-09Set the rtm_priority when sending RTM_ADD/RTM_DELETE messages out inClaudio Jeker
rt_newaddrmsg(). Makes the routing daemons a bit less confused when interfaces are reconfigured.
2010-02-09Correctly track RTF_UP on RTM_CHANGE. Since the interface can changeClaudio 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-09Try to bring documentation up to the same state as the code. DocumentClaudio Jeker
many more medias, types and options. Input and OK sthen@ and jmc@
2010-02-09Don'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-09Before cloning a route to change the MTU check that the route we clone fromClaudio 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-09Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attachedClaudio 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-09enable PKCS#11 code; ok djmMarkus Friedl
2010-02-09fix whitespace; from jmc@Markus Friedl
2010-02-09add manpage; ok djm@Markus Friedl
2010-02-09turn on all the malloc(3) checking options when running regressionDamien Miller
tests. this has caught a few bugs for me in the past; ok dtucker@
2010-02-09unbreak ChrootDirectory+internal-sftp by skipping check for executable shellDamien Miller
when chrooting; reported by danh AT wzrd.com; ok dtucker@
2010-02-09Fix off-by-one system control register defines, makes 2D acceleration onMiod Vallat
Gdium work.
2010-02-09clean up droppingsDamien Miller
2010-02-09constify the arguments to buffer_len, buffer_ptr and buffer_dumpDamien Miller
2010-02-09XY Failure reads no longer require temp buffer or WUF_FAILJordan Hargrave
2010-02-09fix -WallDamien Miller
2010-02-09fallout from PKCS#11: unbreak -DDamien Miller
2010-02-08Use character raw device to read disklabel during bootprobe, as allKenneth R Westerback
other devices do. Silences complaints about missing media on removable media devices. ok marco@ jsing@
2010-02-08Add ZTE K3565-Z USB MSM modem.Marco Pfatschbacher
OK jsg@
2010-02-08syncMarco Pfatschbacher
2010-02-08Add ZTE K3565-Z USB MSM modem.Marco Pfatschbacher
OK jsg@