summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-27-s uses optarg; Elad EfratTheo de Raadt
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
2007-12-27fifofs, deadfs and specfs all have the same "trivial lookup routine thatThordur I. Bjornsson
2007-12-27Add a missing length check of received spamd sync packet headers.Reyk Floeter
2007-12-27use TAILQ_FOREACH when possible instead of manuallyThordur I. Bjornsson
2007-12-27last item in NAME should not be followed by a comma; from Pierre RiteauJason McIntyre
2007-12-27power(4) can now make use of the DS1687 register definitions header file.Joel Sing
2007-12-27Clean up the clock MD code. Move all of the DS1687 register definitions toJoel Sing
2007-12-271.90 again. use the right flags when creating a dmamap for use duringDavid Gwynne
2007-12-27oops, there was other code in the previous commit that shouldnt have goneDavid Gwynne
2007-12-27use the right flags when creating dmamaps for use in interrupt handlers.David Gwynne
2007-12-27some fatal() calls that should be fatalx(); ok henning@Kevin Steves
2007-12-27KNF, no functional changeMarco Peereboom
2007-12-27Fix for PR5365.Thordur I. Bjornsson
2007-12-26Since no cache flush/inval operation will occur before we enable D$, andMiod Vallat
2007-12-26Remove the last debug bit from the PSR on 88110: do not force memory accessesMiod Vallat
2007-12-26Teach the hppa bootloader how to boot 64-bit kernels.Mark Kettenis
2007-12-26Honour the rounding mode in fpu_ftoi().Miod Vallat
2007-12-26First try at getting the interval bits filled in fcmp{,u} results.Miod Vallat
2007-12-26Fix FPU_SET_CARRY()Miod Vallat
2007-12-26Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT)Miod Vallat
2007-12-25Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB ofMiod Vallat
2007-12-25Tell 197SP and 197DP apart in MULTIPROCESSOR kernels.Miod Vallat
2007-12-25Increase timeout on the processor bus when running without snooping enabled.Miod Vallat
2007-12-25Some cosmetic code reorg to make things a bit more textuallyKenneth R Westerback
2007-12-25A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat.Miod Vallat
2007-12-25Zero / Num should return a zero with the same sign as the divider.Miod Vallat
2007-12-25Accept valid forms of double-precision fmul/fadd/fsub/fdiv and reject invalidMiod Vallat
2007-12-25Pull from master repo:Stefan Kempf
2007-12-25Missing pointer initialization for int/nint/trnc exceptions.Miod Vallat
2007-12-25Never write boolean expressions which do not fit in one line, after midnight.Miod Vallat
2007-12-25Do not make struct pmap visible unless _KERNEL.Miod Vallat
2007-12-25Restart the m88110 floating-point trap code from scratch, basing it on theMiod Vallat
2007-12-24Teach as(1) about %gl on sparc64.Mark Kettenis
2007-12-24Use zero_partitions() to implement the '-E' command 'd *', as itKenneth R Westerback
2007-12-24alwais unmap i/o space in it_matchOleg Safiullin
2007-12-24bool -> intOtto Moerbeek
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
2007-12-23log a warning one time when we can't open or write the drift file;Kevin Steves
2007-12-23{dip,DIP-} -> DIP; now they're all the same...Jason McIntyre
2007-12-23+.Xr isa 4 ,Jason McIntyre
2007-12-23for "fixed-address", note that no lease is generated; after someJason McIntyre
2007-12-23remove double word in comment;Jason McIntyre
2007-12-23In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text andMark Kettenis
2007-12-23provide timer_nextduein, which provides the number of seconds until theHenning Brauer
2007-12-23remove some unused #defines; ok henning@Kevin Steves
2007-12-23send timers for bgpctlshow neighbor foo timer in seperate messages afterHenning Brauer
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-23use sizeof where neededTheo de Raadt
2007-12-23use timer_running (with left = NULL, which the last commit made possible)Henning Brauer