| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge db_interface.c and db_trace.c into db_machdep.c. | marcel | 2005-09-10 | 2 | -337/+290 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -4/+0 |
* | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | marcel | 2005-09-10 | 2 | -44/+19 |
* | Remove redundant $FreeBSD$ | marcel | 2005-09-10 | 1 | -2/+0 |
* | Change the High FP lock from a sleep lock to a spin lock. We can | marcel | 2005-09-09 | 4 | -16/+16 |
* | Milestone: enable SMP by default. | marcel | 2005-09-05 | 1 | -1/+1 |
* | o In pmap_remove_pte: always invalidate the page. Previously the page | marcel | 2005-09-05 | 1 | -13/+11 |
* | o s/vhpt_size/pmap_vhpt_log2size/g | marcel | 2005-09-03 | 3 | -48/+88 |
* | Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7 | marcel | 2005-09-03 | 1 | -16/+18 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -3/+4 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -5/+3 |
* | Remove the execute permission for stacks. | marcel | 2005-08-14 | 1 | -1/+1 |
* | o s/pmap_lpte_/pmap_/g | marcel | 2005-08-13 | 1 | -80/+52 |
* | Fix the problem with the IPI for the lazy context switching of the | marcel | 2005-08-13 | 2 | -2/+5 |
* | 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 |