| Commit message (Expand) | Author | Age | Files | Lines |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 1 | -1/+1 |
* | Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_. | marcel | 2005-05-10 | 1 | -3/+0 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -13/+20 |
* | Sanity the RTC code: | marcel | 2005-04-22 | 4 | -398/+130 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -13/+47 |
* | Add a kpte command to DDB. It dumps the PTE of a KVA. This helps | marcel | 2005-04-16 | 1 | -0/+20 |
* | Return better "error" values for UWX_BOTTOM and UWX_ABI_FRAME in | marcel | 2005-04-16 | 2 | -6/+21 |
* | Initialize curthread before we save the APs MCA state. Saving the | marcel | 2005-04-15 | 1 | -6/+8 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 3 | -5/+5 |
* | Dot the i's: | marcel | 2005-04-12 | 1 | -5/+7 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 6 | -147/+52 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 1 | -0/+1 |
* | s/SLIST/STAILQ to catch up with changes to resource lists. | njl | 2005-03-20 | 1 | -2/+2 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | murray | 2005-03-18 | 1 | -0/+1 |
* | Split configure() into 3 separate steps like we do on other | iedowse | 2005-03-18 | 1 | -1/+18 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 2 | -194/+34 |
* | Remove dead code. | scottl | 2005-03-07 | 1 | -17/+0 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 7 | -15/+26 |
* | Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0. | marcel | 2005-03-02 | 1 | -1/+2 |
* | Attempt to doff the pointy hat: implement 'hw.realmem' on remaining | wes | 2005-03-01 | 1 | -0/+2 |
* | Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy. | delphij | 2005-02-25 | 1 | -3/+0 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -1/+6 |
* | s/descr/oid_descr/ | marcel | 2005-02-09 | 1 | -1/+1 |
* | Since we are quite unlikely to ever face another platform which | phk | 2005-02-06 | 1 | -18/+13 |
* | Finish the job of sorting all includes and fix the build by including | njl | 2005-02-06 | 1 | -28/+33 |
* | Build cpufreq and acpi_perf on platforms that are likely to be able to | njl | 2005-02-05 | 1 | -0/+4 |
* | Include sys/bus.h before sys/cpu.h. The latter needs device_t. | marcel | 2005-02-04 | 1 | -0/+1 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | njl | 2005-02-04 | 1 | -0/+12 |
* | nit in /*- | imp | 2005-01-31 | 1 | -1/+1 |
* | Fix handling of post increment: Either the first or second operand | marcel | 2005-01-27 | 1 | -1/+4 |
* | Fix compile errors. Bah. | scottl | 2005-01-18 | 1 | -2/+2 |
* | Fix an assignment that I missed in the last commit. | scottl | 2005-01-15 | 1 | -1/+1 |
* | Add bus_dmamap_load_mbuf_sg() to ia64 | scottl | 2005-01-15 | 2 | -6/+41 |
* | - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer | jhb | 2005-01-14 | 1 | -0/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 62 | -63/+64 |
* | Further enhance the handling of misaligned loads and stores: | marcel | 2005-01-02 | 3 | -23/+59 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -3/+2 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -0/+4 |
* | Fix the last of the instability and the cause of the annoying | marcel | 2004-12-12 | 1 | -2/+6 |
* | Use primitive types to avoid creating an artificial header dependency: | marcel | 2004-12-11 | 1 | -11/+11 |
* | Don't obtain the HCDP address directly from the bootinfo structure. | marcel | 2004-12-08 | 2 | -0/+8 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | marcel | 2004-12-01 | 2 | -2/+2 |
* | Whitespace fixes: | marcel | 2004-11-28 | 1 | -33/+18 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 3 | -4/+3 |
* | Remove struct ia64_itir and use a plain old uint64_t instead. | marcel | 2004-11-21 | 2 | -17/+12 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 1 | -4/+1 |
* | user.h is included only to get pcb.h, so use the latter directly instead. | das | 2004-11-20 | 1 | -1/+1 |
* | Remove the BR tag. When the machine doesn't have the DIG64 HCDP | marcel | 2004-11-14 | 1 | -1/+1 |