| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 1 | -1/+1 |
* | Use bioq_takefirst() | phk | 2004-10-23 | 1 | -3/+1 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 1 | -6/+1 |
* | Print flags in the nexus for child devices. | njl | 2004-10-14 | 1 | -0/+2 |
* | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | njl | 2004-10-11 | 2 | -0/+9 |
* | Add the Madison II, which is the second generation Madison. The Madison II | marcel | 2004-10-06 | 1 | -0/+3 |
* | The physical address stored in the vm_page is page aligned. There is no | alc | 2004-10-03 | 1 | -1/+1 |
* | Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These | alc | 2004-10-02 | 1 | -5/+2 |
* | ...And fix WITNESS builds: declare syscallnames. | marcel | 2004-09-26 | 1 | -0/+4 |
* | Fix INVARIANTS build: Include <machine/cpu.h>. | marcel | 2004-09-26 | 1 | -0/+1 |
* | Move the IA-32 trap handling from trap() to ia32_trap(). Move the | marcel | 2004-09-25 | 5 | -299/+373 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 6 | -258/+212 |
* | s/u_int#_t/uint#_t/g | marcel | 2004-09-22 | 1 | -20/+20 |
* | For the atomic_{add|clear|set|subtract} family of inlines, return the | marcel | 2004-09-22 | 1 | -2/+4 |
* | MFp4: various style fixes, including | marcel | 2004-09-22 | 1 | -248/+239 |
* | - Add support for "paging" in stack trace output. That is, when you do | jhb | 2004-09-20 | 1 | -2/+4 |
* | MFp4: | marcel | 2004-09-19 | 8 | -199/+353 |