summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-31actually find the speakers and headphonesJacob Meuser
2008-12-31builtin speakers and headphone jacks have an interesting relationship.Jacob Meuser
2008-12-31Add some Logical Domain Channel hypervisor calls.Mark Kettenis
2008-12-31a fixed mic isn't very useful as an output device, and a fixedJacob Meuser
2008-12-31- rearrange to be able to return earlier if nothing left toJacob Meuser
2008-12-31- always check that max channels isn't exceededJacob Meuser
2008-12-31reorg code a bit so that we can share with Thomas Klausner:Marc Espie
2008-12-31if mkdir/mkdtemp fails, fatal if errno != ENOSPC; ok gilles@Jacek Masiulaniec
2008-12-31rename may fail due to ENOSPC, make smtpd survive this condition; ok gilles@Jacek Masiulaniec
2008-12-31kill unnecessary function; ok gilles@Jacek Masiulaniec
2008-12-31pmap_remove() correction; from Ariane van der SteldJason McIntyre
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-31PAGE_SIZE is not a valid symbol to use in that way. In particular,Theo de Raadt
2008-12-30regenDavid Gwynne
2008-12-30device ids for the intel 82801JD ich10 devices.David Gwynne
2008-12-30Remove debug message that does not help. The problem with the initial floodClaudio Jeker
2008-12-30Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areClaudio Jeker
2008-12-30lsa_get_prefix() needs to use something else then struct lsa_prefix toClaudio Jeker
2008-12-30Correctly compute the options for the net LSA as pre RFC options is set toClaudio Jeker
2008-12-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
2008-12-30Add code to show Link LSA. Make the other detailed views a bit shorter byClaudio Jeker
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2008-12-30Implement the mach_desc hypervisor call.Mark Kettenis
2008-12-30Pass down bus_dma tag.Mark Kettenis
2008-12-30document that .Cd must take args, and is neither parsed nor callable;Jason McIntyre
2008-12-30dont enable unwanted interrupts, set t_dev, make certain device is initedDale Rahn
2008-12-30be clear about what csplit does by default when no options to theJason McIntyre
2008-12-30Make _bus_dmamem_map(9) work. This function wasn't actually used until now,Mark Kettenis
2008-12-30IPL_SERIAL should be shot.Dale Rahn
2008-12-30add a comment explaining the rather obscure decision when to recurseOtto Moerbeek
2008-12-30add some missing .At versions; from Kristaps D??onsonsJason McIntyre
2008-12-30make -S case insensitive; this avoids any confusion over the factJason McIntyre
2008-12-30Add missing newline to error message printf.Reyk Floeter
2008-12-30- if widget X will be named for widget Y and widget Y is disabled,Jacob Meuser
2008-12-30Remove mprotecting of struct dir_info introduced in previous commitDamien Miller
2008-12-30attach all three uarts, closer to working on freerunner.Dale Rahn
2008-12-30allow 3 uarts to attach, use local cache of variable.Dale Rahn
2008-12-30fix locator order.Dale Rahn
2008-12-30attempt to tell difference between gta01 and gta02 via clock rate (ick)Dale Rahn
2008-12-30some progress on working on hardware, small steps.Dale Rahn
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-12-30Add domain state related PROM calls.Mark Kettenis
2008-12-30Add domain state services hypervisor calls.Mark Kettenis
2008-12-30add AllowAgentForwarding to available Match keywords listOkan Demirmen
2008-12-30Add firmware file for 2400 series boards.Kenneth R Westerback
2008-12-29initialize the sample rate converter on es1371 chips to 48 kHz insteadJacob Meuser
2008-12-29extra paranoia for malloc(3):Damien Miller
2008-12-29Give ifb its own display type (be sure to make includes before rebuildingMiod Vallat
2008-12-29Blurb about ifbMiod Vallat
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat