Age | Commit message (Expand) | Author |
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 |
2005-12-14 | Add AC device. | Marco Peereboom |
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell |
2005-12-13 | Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER | Todd C. Miller |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler |
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |