Age | Commit message (Expand) | Author |
2007-01-11 | do not report the clock frequencies on arm becuase there is no | Robert Nagy |
2006-12-27 | Switch new new syscall ABI, now passes the syscall number in r12 instead of | Dale Rahn |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | Enable recursive interrupts on armish. nudge by deraadt@ | Dale Rahn |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | - enable nested interrupts on zaurus. most obvious side-effect of this is | Niall O'Higgins |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-29 | Use unsigned numbers for comparisons in mmmmap(). | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler |
2006-11-15 | Move tests for curpcb being NULL in copy{in,out}str() from DIAGNOSTIC to | Miod Vallat |
2006-10-29 | Remove redundant if (msg) {} block around invocations of | Kenneth R Westerback |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
2006-10-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
2006-10-21 | Some KNF cleanup. | Kenneth R Westerback |
2006-10-21 | We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather | Kenneth R Westerback |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-12 | Since we no longer look in FreeBSD or NetBSD partitions for the | Kenneth R Westerback |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | Try to nail elusive arm/include/disklabel.h at third attempt. | Kenneth R Westerback |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-02 | One <arm/exec.h> to bind them all. | Miod Vallat |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-08-24 | missing newline in a printf | Theo de Raadt |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-07-28 | Make option USER_PCICONF work. | Mark Kettenis |
2006-07-20 | Get rid of the 'nextevent out of bounds' error message, if interrupts | Dale Rahn |
2006-07-16 | Contrary to where this was stolen from, arm does indeed need | Dale Rahn |
2006-07-12 | Remove commented out defopt goo. | Miod Vallat |
2006-07-12 | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. | Miod Vallat |
2006-07-12 | Orphaned stuff. | Miod Vallat |
2006-07-10 | Remove the error_cnt cacluation, this only makes sense when the supplied | Dale Rahn |
2006-07-10 | As pointed out by miod, cpu_initclocks() can use setstatclockrate(), the | Dale Rahn |
2006-07-10 | Adding missing $OpenBSD$ tags, pointed out by miod. | Dale Rahn |
2006-07-02 | count interrupts (uvmexp). | Dale Rahn |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-27 | Rewritten clock driver for 80219/80321, actually manages seperate stat | Dale Rahn |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-19 | Close a race in the interrupt handler code. | Dale Rahn |
2006-06-17 | Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup. | Dale Rahn |
2006-06-15 | rewritten, simplifed interrupt controller for 80321, half the lines | Dale Rahn |
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn |
2006-06-10 | I2C support for 80321/80219 | Dale Rahn |