summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-18Replace strcpy() calls with strlcpy() to avoid triggering warnings whenMiod Vallat
2013-05-18Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.Miod Vallat
2013-05-18Bring beagle back to the other pmap header now that it's merged.Patrick Wildt
2013-05-18Modify pmap to work with the pmap header used on armv7. Merge bothPatrick Wildt
2013-05-18Mask out the TEX remap and the Access Flag bits when setting thePatrick Wildt
2013-05-18Should termp_xx_pre() ever get called for a macro it cannot handle,Ingo Schwarze
2013-05-18low-hanging stuff borrowed from mvme88kMiod Vallat
2013-05-18Make sure we executed the instruction before continuing. AlsoPatrick Wildt
2013-05-18Use the actual armv7 dcache_inv_range function instead of the wbinv one.Patrick Wildt
2013-05-18One more manpage, after prodding from jmc@Miod Vallat
2013-05-18Remove the variable sz because it's invariantly == 0,Ingo Schwarze
2013-05-18Sync with Linux. Mostly comment and whitespace changes, but adds some missingMark Kettenis
2013-05-18Even though the size of a pointer should not depend on the type of theIngo Schwarze
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2013-05-18tweak previous;Jason McIntyre
2013-05-18More manpages. Fix configuration stanzas to match current GENERIC.Miod Vallat
2013-05-18Use adjustname() for path. ok jasper@lum
2013-05-18Missing bits intended to go with the previous commit but lost in diff splitting:Miod Vallat
2013-05-18enw->new in comment;Jason McIntyre
2013-05-18gabage->garbage in log string;Jason McIntyre
2013-05-18and and -> andlum
2013-05-18Update last updated date.lum
2013-05-17Try and support the non-PIC TEXTREL relocations which may creep in binariesMiod Vallat
2013-05-17Fix 'the right-of-cursor background color is inverted when we doKenji Aoyama
2013-05-17AngelFire'r'usMiod Vallat
2013-05-17more man page material for jmc@ to chew onMiod Vallat
2013-05-17Preliminary support for MVME180 and MVME181 boards. On-board serial portsMiod Vallat
2013-05-17Replace the bunch of md_* function pointers with a `struct board' containingMiod Vallat
2013-05-17i got SEE ALSO completely wrong ;(Jason McIntyre
2013-05-17Move interrupt-related defines from <machine/cpu.h> to <machine/intr.h>.Miod Vallat
2013-05-17Split inittodr/resettodr code from actual tod routines, to allow forMiod Vallat
2013-05-17Unnecessary includeMiod Vallat
2013-05-17Extend cmmu routines to return the caching mode to use for page tables.Miod Vallat
2013-05-17Fix comments telling that the `serial mode' bit in PSR only applies to 88110,Miod Vallat
2013-05-17Describe the file -> buffer semantic.lum
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-05-17Implement IPL_MPSAFE for pci bus interrupt handlers.Mark Kettenis
2013-05-17Sync with reality.Martin Pieuchot
2013-05-17Link m_dup_pkthdr(9) to mbuf(9)Martin Pieuchot
2013-05-17wsmoused supportMark Kettenis
2013-05-17Implement wsmoused support based on the new multiple screen support. OnlyMark Kettenis
2013-05-17Don't reject '++' and '--' in expressions. Some versions of gcc emit these.Mark Kettenis
2013-05-17Do not attempt to delete the undeletable RNF_ROOT route.Kenneth R Westerback
2013-05-17use a file extention that's not special on some platforms. from portableDarren Tucker
2013-05-17use a more portable negated if structure. from portableDarren Tucker
2013-05-17don't redirect stdout from sudo. from portableDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17only compare copied data if sftp succeeds. from portableDarren Tucker
2013-05-17remove unused BATCH variableDarren Tucker