summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-23Fix RELOC() in the __STDC__ case.Miod Vallat
2013-06-21enable 24-bit, lsb-aligned encoding, which is the device'sAlexandre Ratchov
2013-06-17m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, f...Janne Johansson
2013-06-16unbreak build; OK bmercer@, patrick@Florian Obser
2013-06-16Add IPL_MPSAFE for some architectures that I missed in the first round.Mark Kettenis
2013-06-15Stop handling overlapping copies in memcpy() by jumping straight into theMark Kettenis
2013-06-14Don't pull cpufunc.h in from the machine include directory, but fromPatrick Wildt
2013-06-14Updating the ramdisk to support usb.Brandon Mercer
2013-06-14Add OpenBSD RCS Tag.Patrick Wildt
2013-06-14Rework beagle's ehci driver and add neccessay code to enable the clocks.Patrick Wildt
2013-06-14give up on fitting siopTheo de Raadt
2013-06-13Remove a remnant of the VIS optimized bcopy code that was hiding in a delayMark Kettenis
2013-06-13- fix devboot() to properly retrieve octcf0a and add a comment for laterJasper Lievisse Adriaanse
2013-06-13new integral bcopy/memmove/memcpy, pulled out of sparc locoreTheo de Raadt
2013-06-13Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled,Mark Kettenis
2013-06-13Remove some disabled debugging code that hasn't been used for ages.Mark Kettenis
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13Add missing '#include "fuse.h"' in previous change.Kenji Aoyama
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13use right source files from libkernTheo de Raadt
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13don't use a ridiculous private copy of bcopy which is just like libc.Theo de Raadt
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-11Add $OpenBSD$Raphael Graf
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
2013-06-11switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188.Miod Vallat
2013-06-11Activate the sitaracm driver. (beaglebone only)Raphael Graf
2013-06-11Add files for the sitara (am335x) Control Module driver.Raphael Graf
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-09remove fxp because uvm additions overflows all i386 install mediaTheo de Raadt
2013-06-09Fix resident_count accounting. Resident count would be incremented whenMiod Vallat
2013-06-09typoMiod Vallat
2013-06-09the kernel is supposed to provide memmove, but some archs are missing it.Ted Unangst
2013-06-07Add {,u}{div,mod}si3 to libkern and to the kernel as well.Miod Vallat
2013-06-05Use the correct attach_args, + various detailsRaphael Graf
2013-06-05Initial port of the cpsw driver from netbsd. This will support ethernetBrandon Mercer
2013-06-05remove unused functionJasper Lievisse Adriaanse
2013-06-05add XXX comment for delay_changed, untill we figure out what it actually does.Jasper Lievisse Adriaanse
2013-06-05remove ugly hack we couldn't figure out what it was used for, only that itJasper Lievisse Adriaanse
2013-06-05Remove unused variables.Paul Irofti
2013-06-05whitespaceJasper Lievisse Adriaanse
2013-06-05- add missing SUBDIRJasper Lievisse Adriaanse
2013-06-05Implement hibernate_flush.Paul Irofti
2013-06-05ditch local ld.script and use conf/ld.script instead, and adjust entryJasper Lievisse Adriaanse