summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-20Document BUS_DMA_ZERO.Owain Ainsworth
2009-04-20Man bits for UVM_PLA_ZERO.Owain Ainsworth
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-20add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroedOwain Ainsworth
2009-04-19zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;...Constantine A. Murenin
2009-04-19When configuring the network assume the user means to assignKenneth R Westerback
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
2009-04-19Call acpi_sleep_walk() when powering down just like when enteringKenneth R Westerback
2009-04-19Correct function name in log_warnx().Claudio Jeker
2009-04-19calculate size correctly if PAGE_SIZE != ATI_PCIGART_PAGE_SIZE.Owain Ainsworth
2009-04-19don't print extraneous padding characters when tab-completion file/commandStuart Henderson
2009-04-19The G4X and GM45 just /had/ to have a different counter register.Owain Ainsworth
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-19Mutexes for arm and sh softinterrupts.Owain Ainsworth
2009-04-19On Octane, force a nonzero _dma_mask value so that we do not risk trying toMiod Vallat
2009-04-19Attach the 1-Wire devices early, and pick our partnumber; based on thisMiod Vallat
2009-04-19Correctly handle bus_dma_tag with _dma_mask == 0.Miod Vallat
2009-04-19Parse and display the part number and the serial number, instead of falselyMiod Vallat
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Rename max_cpus to ncpusfound and compute it regardless of optionMiod Vallat
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
2009-04-19optimize for size (3k). "makes sense" millert@Martynas Venckus
2009-04-19make ldexpf behavior consistent with the double and extended-precisionMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2009-04-19Use correct device index for Ethernet interrupt handler.Joel Sing
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19Fix interrupt mapping for devices behind PCI-PCI bridges.Mark Kettenis
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-19fix tagnext and tagprev; from patrick keshishianJason McIntyre
2009-04-19Add heuristics to tell IP27 and IP35 apart, as they will need to be handledMiod Vallat
2009-04-19A much more reliable logic to find out the second interrupt of the ioc boards.Miod Vallat
2009-04-19Wrap the EV_READ+EVLOCKED dance in one well documented function.Jacek Masiulaniec
2009-04-19error checking for readdir(2); ok gilles@Jacek Masiulaniec
2009-04-19Fix typo pointed out by a couple of people.Mark Kettenis
2009-04-19update protocols for s_client;s -starttls; from bradJason McIntyre
2009-04-19sort listTheo de Raadt
2009-04-19Use sysctl -n hw.disknames instead of the custom disknames programTheo de Raadt
2009-04-19A mini sysctl(8) that only knows a few variables we need to know inTheo de Raadt
2009-04-19Sync with sudo 1.7.1 finalTodd C. Miller
2009-04-19Be consistant and make 'none' the last selection option presented.Kenneth R Westerback
2009-04-18correct function name in fatalJacek Masiulaniec
2009-04-18remove dead code; made possible by previous commit.Jacek Masiulaniec
2009-04-18Attach to IP35 Xbridge too.Miod Vallat
2009-04-18Attach pci busses with pba_bus being zero, and not our bridge unit number,Miod Vallat
2009-04-18tweak previous; ok steveskJason McIntyre
2009-04-18allow -V (show version) in decompression mode; ok millert@Christian Weisgerber
2009-04-18bleh, do not force the client to support certain responses.Joris Vink