Age | Commit message (Expand) | Author |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-25 | In bonito_mem_map(), initialize pcimap earlier to make sure its value is not | Miod Vallat |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-05 | Remove unused variables. | Paul Irofti |
2013-06-05 | Implement hibernate_flush. | Paul Irofti |
2013-06-05 | Keep things sane in the apm ioctl handler. | Paul Irofti |
2013-06-04 | Make apm aware of the APM_IOC_HIBERNATE command. | Paul Irofti |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Start working on hibernate support for Loongson | Paul Irofti |
2013-06-02 | compile with -fno-builtin-exit | Jasper Lievisse Adriaanse |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-04-19 | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition | Miod Vallat |
2013-04-16 | Get rid of various 'typedef struct' definitions and use plain structure | Theo de Raadt |
2013-04-01 | Build mips kernels with -G 0, to disable use of so-called `small' data and | Miod Vallat |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-23 | avoid machine/param.h use | Theo de Raadt |
2013-01-16 | On second thought, do not unconditionnaly register the cpu throttling code | Miod Vallat |
2013-01-16 | Loongson: add throttling support. | Paul Irofti |
2013-01-15 | Loongson: Add a stat clock for the lemote machines. | Paul Irofti |
2013-01-15 | Loongson: Remove some of the unused defines. | Paul Irofti |
2013-01-15 | Loongson: Unbreak the tree after my last commit. | Paul Irofti |
2013-01-14 | Loongson: Replace the system clock provided by the CPU with a GLX MFGPT. | Paul Irofti |
2013-01-02 | miod let one exec.c slide | Theo de Raadt |
2012-11-04 | Simplify Makefiles a bit, removing redundant stuff. ok espie@ | Matthieu Herrb |
2012-10-17 | Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-09-27 | enable smsc | Jonathan Gray |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in loongson/stand. | Pascal Stumpf |
2012-08-29 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-23 | missed NOPIE_FLAGS, noticed by Brian Callahan | Pascal Stumpf |
2012-08-23 | missing ${NOPIE_FLAGS}; ok pascal | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a | Miod Vallat |