Age | Commit message (Expand) | Author |
2013-02-09 | Grammar, typos | Miod Vallat |
2013-02-09 | ater -> after | Miod Vallat |
2013-02-09 | Blame the right function when panic'ing. | Miod Vallat |
2013-02-09 | Fix indent, add RCS Id | Miod Vallat |
2013-02-09 | No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also, | Miod Vallat |
2013-02-09 | No longer define the a.out relocation format struct. | Miod Vallat |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-02-06 | Check for __PIC__, not PIC, as some files in libc will only see the former. | Miod Vallat |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-02-03 | Let the octeon kernel link properly. | Brian Callahan |
2013-02-02 | mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88k | Miod Vallat |
2013-02-02 | hp300 ELF bits. Requires many device and prom related structs to now be declared | Miod Vallat |
2013-02-02 | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | Miod Vallat |
2013-01-31 | welcome to 5.3-BETA | Miod Vallat |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-26 | Make sure new processes get a clean FPU configuration upon startup, by | Miod Vallat |
2013-01-25 | Updates for beagle/panda work. OK patrick@ and miod@ | Brandon Mercer |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-22 | pull the guts of bus_space_barrier into the inline function in the header. | David Gwynne |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |
2013-01-21 | No need to include pcibrvar.h | Martin Pieuchot |
2013-01-21 | Remove unused variable, leftover from rev 1.36. | Martin Pieuchot |
2013-01-20 | Add viomb(4). | Brad Smith |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-18 | Fix the makefile so it works on other architectures. | Joel Sing |
2013-01-18 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-18 | Clean up/standardise makefiles for i386/stand. | Joel Sing |
2013-01-18 | twist the amd64 bus_space implementation a bit. instead of using the tag | David Gwynne |
2013-01-18 | Update the ARM CPU ID information. The IDs aren't vendor/product | Patrick Wildt |
2013-01-17 | New pmap for panda boards. Work from lots of folks. | Brandon Mercer |
2013-01-17 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-17 | Clean up/standardise makefiles for amd64/stand. | Joel Sing |
2013-01-17 | Clean includes. | Joel Sing |
2013-01-17 | option HIBERNATE for amd64 | Mike Larkin |
2013-01-17 | use .quad for gdt load when returning from long mode. Fixes a reboot | Mike Larkin |
2013-01-17 | fix an error in the amd64 asm unhibernate code and a slight adjustment to | Mike Larkin |
2013-01-16 | MD hibernate goo for amd64 | Mike Larkin |
2013-01-16 | asm resume functions for amd64 hibernate | Mike Larkin |
2013-01-16 | Nuke commons with libsa and add --warn-common to the ld command lines. | Miod Vallat |
2013-01-16 | On second thought, do not unconditionnaly register the cpu throttling code | Miod Vallat |
2013-01-16 | Do not register the internal cpu timer-based timecounter if we support cpu | Miod Vallat |
2013-01-16 | Remove orphaned files. | Miod Vallat |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-16 | Nuke common. | Miod Vallat |
2013-01-16 | properly distinguish /boot and biosboot in informational and error messages | Christian Weisgerber |
2013-01-16 | Loongson: add throttling support. | Paul Irofti |
2013-01-16 | init comconsiot to X86_BUS_SPACE_IO in case someone changes the value of | David Gwynne |