Age | Commit message (Expand) | Author |
2005-06-21 | USB support | Martin Reindl |
2005-06-21 | move .rodata out of .text to make more space | Michael Shalayeff |
2005-06-20 | add ral(4) | Martin Reindl |
2005-06-20 | Handle floating-point registers. | Mark Kettenis |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat |
2005-06-17 | Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have | Miod Vallat |
2005-06-17 | - remove old debugging code | Marco Peereboom |
2005-06-16 | better comments, and killed the superfluous "wd0 at wdc" | Uwe Stuehler |
2005-06-16 | GPIO generates many shared interrupts, eg disk (cf) and network (other cf) | Dale Rahn |
2005-06-16 | i2c and i2s are separete devices, and zaudio depends on them. | Uwe Stuehler |
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler |
2005-06-16 | back out the part of -r1.40 which enabled ubt. sorry. | Uwe Stuehler |
2005-06-16 | fix initialization of apm_dobusy and apm_doidle to be off by default until | Bob Beck |
2005-06-16 | try schizo in RAMDISK | Theo de Raadt |
2005-06-14 | back out SMM lockdown patch until some other solution is found. | Theo de Raadt |
2005-06-14 | Remove de(4) from cats, it does not work for any of the developers in | Dale Rahn |
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria |
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff |
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-08 | No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h> | Miod Vallat |
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman |
2005-06-07 | remove NETISR_ISO and NETISR_CCITT | Martin Reindl |
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller |
2005-06-07 | make it prettier; jason ok | Theo de Raadt |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright |
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright |
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff |
2005-06-06 | Homogeneize dmesg output. | Miod Vallat |
2005-06-02 | These options dont affect anything anymore. | Dale Rahn |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith |
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski |
2005-05-30 | Only enable the FPU when the process has an FPU context. ok miod@ | Dale Rahn |
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski |
2005-05-30 | even shorter | Theo de Raadt |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt |
2005-05-29 | Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10 | Miod Vallat |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko |