summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2013-06-02remove unneeded octeonreg.h includeJasper Lievisse Adriaanse
2013-06-02- remove double rcs idsJasper Lievisse Adriaanse
2013-06-02Fix a bug where the calibration loop could show wrong CPU frequencies.Gerhard Roth
2013-06-02Hide members of __va_list in the implementation namespacePhilip Guenther
2013-06-02Fix descriptions of structuresPhilip Guenther
2013-06-02Add the TLS relocationsPhilip Guenther
2013-06-02Don't need gdt.h herePhilip Guenther
2013-06-02fix tpyoPhilip Guenther
2013-06-02To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-06-01remove unused octeon prefetch macros which won't work due to the fact itJasper Lievisse Adriaanse
2013-06-01Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into realMike Larkin
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01Call x86_ipi_halt_realmode to park APs in real mode before unpacking imageMike Larkin
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01unbreak tree (will take a shot at flash_activate later)Theo de Raadt
2013-06-01- whitespace cleanupJasper Lievisse Adriaanse
2013-06-01- remove more backward compat code and switch the callers over to the new fun...Jasper Lievisse Adriaanse
2013-06-01- remove an __mips_o32 block which'll never be used on openbsdJasper Lievisse Adriaanse
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-06-01Fix offset error when clearing the resume time stack pagesMike Larkin
2013-06-01Add code to drop a CPU from long mode back to real mode, will be used toMike Larkin
2013-06-01add GENERIC.MPJasper Lievisse Adriaanse
2013-06-01corectly initialize the number of cores/cpus on the board. this fixes a NULLJasper Lievisse Adriaanse
2013-06-01remove bogus XXX comment, 32 is just the way it is.Jasper Lievisse Adriaanse
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-06-01make the way of doing debug printfs genericJasper Lievisse Adriaanse
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-31We need to halt the APs on MP hibernate resume or else they will beMike Larkin
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle.rapha
2013-05-31remove counters for simplelocksTed Unangst
2013-05-31Unbreak after recent shutdown-hook removal.Martin Pieuchot
2013-05-30Fix a bug in amd64 hibernate introduced when we moved the kernel to load atMike Larkin