| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve SMP support: | marcel | 2005-08-06 | 9 | -320/+318 |
* | Reduce the default MAXCPU from 16 to 4. This is in preparation of | marcel | 2005-08-06 | 1 | -1/+1 |
* | For ia64_ptc_{e,g,ga,l}(), use instruction serialization. We | marcel | 2005-08-06 | 1 | -4/+4 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+13 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -58/+19 |
* | Add recently invented COMPAT_FREEBSD5 option. | kensmith | 2005-07-14 | 1 | -0/+1 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | Enhance ia64_flush_dirty() to handle the case in which td != curthread. | marcel | 2005-07-05 | 2 | -23/+52 |
* | Implement functions calls from within DDB on ia64. On ia64 a function | marcel | 2005-07-02 | 2 | -0/+24 |
* | Fix a buglet that was present in the ia64 code and that got inherited | marcel | 2005-07-02 | 1 | -0/+1 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -0/+82 |
* | Handle B-unit break instructions. The break.b is unique in that the | marcel | 2005-06-27 | 1 | -1/+50 |
* | Replace the existing copyright notice with my own. Over the years I've | marcel | 2005-06-27 | 1 | -23/+19 |
* | Cosmetic: s/u_int64_t/uint64_t/g | marcel | 2005-06-27 | 1 | -7/+7 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Define IPI_PREEMPT. Update a nearby comment while I'm here. | marcel | 2005-06-12 | 1 | -2/+3 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -33/+20 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Create nexus in configure_first() instead of in configure(). This | marcel | 2005-05-29 | 1 | -2/+2 |
* | Call cninit_finish() in configure_final(). | marcel | 2005-05-29 | 1 | -0/+2 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -73/+0 |
* | - 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 |