summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-29Explain how /32 changes the address type to IPV4_ADDR_SUBNET. From MitjaHans-Joerg Hoexer
2008-11-29Fix damage done by brad@ and dlg@.Matthieu Herrb
2008-11-29revert 1.197 if_em.c, 1.38/1.39 if_em.h, requested by dlg, until a bugStuart Henderson
2008-11-29add sscom here too. Fixes armish build.Matthieu Herrb
2008-11-29Allow the words "on", "off", or "toggle" to be used instead of theMarc Balmer
2008-11-29sndio for cdio (only for the "cdplay" command)Jacob Meuser
2008-11-29Fix high-speed isoc USB transfers; 64bit capable USB host controllersMarcus Glocker
2008-11-29unbreak tree breakage snuck inTheo de Raadt
2008-11-29syncTheo de Raadt
2008-11-29document MCLGETITheo de Raadt
2008-11-29Xr urtwTheo de Raadt
2008-11-29syncTheo de Raadt
2008-11-29make the 3 bt device man pagesTheo de Raadt
2008-11-29Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisRay Lai
2008-11-29Tweaks.Marc Balmer
2008-11-29Fix a possible NULL pointer dereference. Spotted by Tobias Ulmer; thanks!Owain Ainsworth
2008-11-28don't create a _source control on mixers if none of the sources areJacob Meuser
2008-11-28AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSEJacob Meuser
2008-11-28check the jack detect override bit before creating jack sense mixerJacob Meuser
2008-11-28tweak previous;Jason McIntyre
2008-11-28Documentation for gpiodcf(4).Marc Balmer
2008-11-28Welcome gpiodcf(4), a driver that attaches to a GPIO pin, decodes theMarc Balmer
2008-11-28Add support for escaped characters to the search filter parsing function.aschrijver
2008-11-28- remove a couple unneeded checksJacob Meuser
2008-11-28Garbage collect now unused field in the softc struct.Brad Smith
2008-11-28- use switch() instead of multiple if elseJacob Meuser
2008-11-28- DACs don't have connection lists like ADCs doJacob Meuser
2008-11-28add paranoia helper function, azalia_nid_to_index. the nid isJacob Meuser
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-28Make growfs refuse to run on a dirty filesystem, and set the filesystem toChris Kuethe
2008-11-27widget initialization cleanup:Jacob Meuser
2008-11-27finally, generic converter grouping that fits our needs and worksJacob Meuser
2008-11-27Needs explicit <sys/malloc.h> include; Georg SchwarzMiod Vallat
2008-11-27intrdoduce DPRINTFN macro so debug messages can be selectively enabled.Jacob Meuser
2008-11-27It turns out Motorola manufactured ECC 128MB memory boards for MVME188Miod Vallat
2008-11-27ZAURUS -> GUMSTIX in guard symbols.Miod Vallat
2008-11-27Give the tags target a chance to work.Miod Vallat
2008-11-27On 88100 cpus, make sure userland processes start with SNIP and SFIP validMiod Vallat
2008-11-27Netgear WG111v2 is not supported by upgt(4), apparently;Jason McIntyre
2008-11-27tweak previous;Jason McIntyre
2008-11-27initial import of Weongyo Jeon's FreeBSD driver for the RealTek RTL8187LKevin Lo
2008-11-27The Netgear WG1111v2 wifi dongle contains a RTL8187 chip,Kevin Lo
2008-11-27Add sscom to cdevswitch like fcom used to be.Dale Rahn
2008-11-27tx starting to work.Dale Rahn
2008-11-27Enable gpioow and gpioiic for runtime attachment, keep the previousMarc Balmer
2008-11-27Add bt=YES to /etc/rc.conf.local to start the daemonUwe Stuehler
2008-11-27Ugly workaround to bring up interfaces which were down when we found themUwe Stuehler
2008-11-27better.Dale Rahn
2008-11-26Doh, do not commit before compile. Found by sthen@Claudio Jeker
2008-11-26Do a quick return if m->m_next is NULL in m_defrag() because there is nothingClaudio Jeker