summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2013-06-05add WIP second stage bootloader for octeon; far from working and contains man...Jasper Lievisse Adriaanse
2013-06-05Keep things sane in the apm ioctl handler.Paul Irofti
2013-06-04Make apm aware of the APM_IOC_HIBERNATE command.Paul Irofti
2013-06-04comment fix: actually called __cpu_simple_lock_tTed Unangst
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-06-04Disable parity on the PCI bus; according to Linux, some lca-based systems hitMiod Vallat
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelyMike Larkin
2013-06-04Cpu topology for AMD64.Christiano F. Haesbaert
2013-06-04Use a simpler typedef to avoid depending upon <sys/types.h>; repairs librthreadMiod Vallat
2013-06-04Add support for virtual consoles, based on previous work done by kettenis@Martin Pieuchot
2013-06-04Remove unused includes, constify cfattach and other small cleanings.Martin Pieuchot
2013-06-04Move function declaration where they belong.Martin Pieuchot
2013-06-04Do not pretend mapping the MMIO region when in fact we don't andMartin Pieuchot
2013-06-04Spacing.Martin Pieuchot
2013-06-04Add RCS ids.Paul Irofti
2013-06-03There's no reason to have a separate structure to hold and duplicateMartin Pieuchot
2013-06-03Be coherent when printing irq numbers.Martin Pieuchot
2013-06-03Correctly return the error code if uvm_km_kmemalloc() fails.Martin Pieuchot
2013-06-03Rework the logic for matching the boot device to allow for root onMartin Pieuchot
2013-06-03Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already,Mark Kettenis
2013-06-03more fuse in more places. credit: miodTed Unangst
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-02Start working on hibernate support for LoongsonPaul Irofti
2013-06-02Revert previous: libsa/ufs.c was fixed to not use big types when notPhilip Guenther
2013-06-02move octeonreg.h to a more generic location and add multiple inclusionJasper Lievisse Adriaanse
2013-06-02compile with -fno-builtin-exitJasper Lievisse Adriaanse