Age | Commit message (Expand) | Author |
2008-04-24 | oops. unbreak build by removing the #include for amd8131reg.h | Thordur I. Bjornsson |
2008-04-24 | move the register defines from amd8131reg.h into aapi.c, | Thordur I. Bjornsson |
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing |
2008-04-24 | Remove variables that are no longer used to specify the serial console. | Joel Sing |
2008-04-24 | Unbreak IP30 serial console. | Joel Sing |
2008-04-24 | allow amd64 to use serial ports other than com0 as the console. previously | David Gwynne |
2008-04-24 | Cleanup serial console handling and remove some of the MD code from com.c. | Joel Sing |
2008-04-23 | Call sched_init_cpu() for all but boot processor. ok kettenis. | Dale Rahn |
2008-04-22 | Works better, but still needs debug on to work.. | Theo de Raadt |
2008-04-21 | Work in progress at supporting the Mentor Graphics i2c core found in | Theo de Raadt |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-20 | Try to reset the machine through the firmware to reboot. | Mark Kettenis |
2008-04-20 | Sync with hppa code. | Mark Kettenis |
2008-04-20 | Add missing function declaration. | Mark Kettenis |
2008-04-20 | Print bootpath in the canonical place. | Mark Kettenis |
2008-04-20 | Bring over astro(4) from hppa, to replace pluto(4). | Mark Kettenis |
2008-04-20 | Add proper bus_space_vaddr(9) impementation. | Mark Kettenis |
2008-04-20 | Catch up with cpu_switchto. Completely untested. | Mark Kettenis |
2008-04-20 | Catch up with dismantled libkern. | Mark Kettenis |
2008-04-20 | crank maxusers | Mark Kettenis |
2008-04-20 | Sync console handling with hppa port: | Mark Kettenis |
2008-04-20 | Call cnpollc() before cngetc() upon halt. | Mark Kettenis |
2008-04-20 | Sync console handling with hppa port: | Mark Kettenis |
2008-04-20 | Remove the random() function from locore.s (which used sparcv7 instructions, | Mark Kettenis |
2008-04-20 | Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels. | Mark Kettenis |
2008-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller |
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis |
2008-04-18 | Halt CPUs upon reboot/halt. | Mark Kettenis |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis |
2008-04-16 | Make sure tickcmpr_set() always writes a time in the future. | Mark Kettenis |
2008-04-15 | Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would | Mark Kettenis |
2008-04-15 | Add support for the Texas Instruments bq4802 real-time clock found on the | Mark Kettenis |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-15 | Fix braino in mgx_loadcmap() invocation. | Miod Vallat |
2008-04-15 | Oops, it's a bit too early for -Wvariable-decl on sparc. | Miod Vallat |
2008-04-14 | Introduce macros to switch to normal and alternate globals and switch to | Mark Kettenis |
2008-04-14 | typo in attachment | Theo de Raadt |
2008-04-13 | Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. | Mark Kettenis |
2008-04-13 | lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-12 | typos | Miod Vallat |
2008-04-12 | Introduce macros to get and set the MMU context ID in asm code and switch to | Mark Kettenis |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |