summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2008-01-15Work around an intel BIOS bug where it locates the ACPI tables inTobias Weingartner
2008-01-15Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation,Miod Vallat
2008-01-15Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-01-15Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396).Mark Kettenis
2008-01-15- update the hardware list with realityJasper Lievisse Adriaanse
2008-01-15syncPeter Valchev
2008-01-15s/fragements/fragments/ in usage().Stuart Henderson
2008-01-15Enable umbg(4).Marc Balmer
2008-01-15Dell SAS 6/iR is an LSI SAS1068E which has been verified to useJonathan Gray
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
2008-01-14Fix a race by making maybe-all-bfd depend on all-bfd and maybe-all-opcodesMark Kettenis
2008-01-14Remove extra whitespace after comment; makes file identical to i386 versionMark Kettenis
2008-01-14manpages need directories.Marc Espie
2008-01-14Enable umbg(4) on the Zaurus.Marc Balmer
2008-01-14Fix max disk size: whe have 48 bits for size in 512 bytes units.Otto Moerbeek
2008-01-14Changed xmalloc(n * m) pattern into xcalloc(n, m).Tobias Stoeckmann
2008-01-14clear up pidfile(-p) option formOkan Demirmen
2008-01-14Zap two usless printfs.Thordur I. Bjornsson
2008-01-14return earlier if the device index is negativeJacob Meuser
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
2008-01-13Kill <machine/mp.h>.Mark Kettenis
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
2008-01-13Return pcbmap() errors from deget() rather than ignoring them. EIO atKenneth R Westerback
2008-01-13the mixer_devinfo structure contains next and prev pointers; they are usedAlexandre Ratchov
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis
2008-01-13Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since weMark Kettenis
2008-01-13revert 1.4, a.out toolchain needs this not-so-unused-after-all function.Charles Longeau
2008-01-13remove unused functionsCharles Longeau
2008-01-13Add a machdep.cputype sysctl, which returns the processor type (0 for 88100,Miod Vallat
2008-01-13Remove unused cpumod variable.Miod Vallat
2008-01-13Fix build with DEBUG defined.Mike Belopuhov
2008-01-13Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) insteadTobias Stoeckmann
2008-01-13Typos fixed.Tobias Stoeckmann
2008-01-12Added missing break statements.Tobias Stoeckmann
2008-01-12SyncMiod Vallat
2008-01-12Remove ulimit MLINK, it is a shell built-in.Miod Vallat
2008-01-12Check for expert mode/FFS inside get_fsize() and get_bsize() andKenneth R Westerback
2008-01-12has_overlap() now always tries to resolve overlaps because it is onlyKenneth R Westerback
2008-01-12Tweak get_offset() so it does it's own free chunks to check theKenneth R Westerback
2008-01-12Change editor_countfree() to return the count rather than recording itKenneth R Westerback
2008-01-12Parameter 'new' to get_size() no longer used.Kenneth R Westerback
2008-01-12Introduce the function max_partition_size() to calculate the max sizeKenneth R Westerback
2008-01-12Updates from master repo:Anders Magnusson
2008-01-12Updates from master repo.Anders Magnusson
2008-01-12Updates from master repo:Anders Magnusson
2008-01-12Large update from master repo:Anders Magnusson
2008-01-12Update from master repo:Anders Magnusson
2008-01-12Kill all timeouts and undo carp demotion on pfsync_clone_destroy.Marco Pfatschbacher
2008-01-12tweak previous;Jason McIntyre