Age | Commit message (Expand) | Author |
2005-12-27 | Instead of using options to configure code, use machine header files | Dale Rahn |
2005-12-27 | print real memory in MB as well as KB, also remove unused ifdef code. | Dale Rahn |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn |
2005-12-22 | typo | Theo de Raadt |
2005-12-22 | do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, it | Theo de Raadt |
2005-12-22 | actual step X-# instead of rev # for pxa270 | Theo de Raadt |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-22 | remove another debug message | Theo de Raadt |
2005-12-22 | silence setperf code | Theo de Raadt |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt |
2005-12-20 | volatile variable for looping; ok drahn | Theo de Raadt |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | 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-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler |
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-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt |
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler |
2005-11-24 | remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro... | Theo de Raadt |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell |
2005-11-11 | round clock up | Theo de Raadt |
2005-11-09 | use atop() and ptoa() | Martin Reindl |
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn |
2005-10-21 | remove unused arm_trunc_page() macro | Martin Reindl |
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-22 | NEWINTR is not an option on OpenBSD. | Dale Rahn |
2005-09-20 | remove unused pci_intr_evcnt() macro. | Brad Smith |
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-12 | Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fall | Uwe Stuehler |
2005-08-09 | - Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooks | Uwe Stuehler |
2005-08-08 | Avoid overlap in USB hard and the soft interrupt bits, update comments | Uwe Stuehler |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat |
2005-08-01 | Kill more "memory might be 2MB or less" checks in bufpages computation. | Miod Vallat |