Age | Commit message (Expand) | Author |
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat |
2005-12-20 | Trim include files list. | Miod Vallat |
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt |
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn |
2005-12-20 | Add a Apple touchpad driver for newer PowerBook's and iBook's. | Brad Smith |
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat |
2005-12-19 | Constify. | Miod Vallat |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom |
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis |
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat |
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat |
2005-12-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark Kettenis |
2005-12-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-17 | Don't include cdefs.h when we are included from locore.s | Todd C. Miller |
2005-12-17 | unfortunately with PROCFS, that is not true yet | Theo de Raadt |
2005-12-17 | Make sure we match the correct driver for newer macppc systems. | Mark Kettenis |
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom |
2005-12-16 | Add delay before powering down on acpi. Give the sync some extra time. | Marco Peereboom |
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat |
2005-12-16 | Compile out process_sstep() as we don't define PT_STEP, thus nothing uses | Miod Vallat |
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat |
2005-12-16 | KNF | Marco Peereboom |
2005-12-16 | Forgot to check a flag to powerdown via acpi. | Marco Peereboom |
2005-12-16 | Power down machine from acpi. | Marco Peereboom |
2005-12-16 | Flush fpu state before reading/modifying the state in the pcb. | Mark Kettenis |
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre |
2005-12-16 | re-enable ipmi | Theo de Raadt |
2005-12-16 | do not use a label_t in the pcb. label_t may not exist in all contexts, | Theo de Raadt |
2005-12-16 | Lose dsdt since it was moved inside acpi.c | Marco Peereboom |
2005-12-15 | tweaks; | Jason McIntyre |
2005-12-15 | Protect va_copy with __ISO_C_VISIBLE as intended. | Todd C. Miller |
2005-12-15 | shrink a little | David Gwynne |
2005-12-15 | dont use the esm sensor tables to store format strings. | David Gwynne |
2005-12-15 | split esms psu sensor into 6 kernel sensors. you can easily see if the | David Gwynne |
2005-12-15 | __BSD_VISIBLE is not compared against a date | Theo de Raadt |
2005-12-15 | document horrific bootblock upgrade "procedure" | Theo de Raadt |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis |
2005-12-14 | Add a __statement macro to use with gcc statement expressions instead | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler |
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler |