| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -0/+2 |
* | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 1 | -1/+1 |
* | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | bde | 2004-06-19 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Introduce pmap locking to many of the pmap functions. There is more to | alc | 2004-06-14 | 1 | -0/+14 |
* | - Remove an unused declaration. | alc | 2004-06-13 | 1 | -3/+2 |
* | Argh. Add the mini-stack-frame back in for mcount's benefit for syscall | peter | 2004-06-10 | 1 | -0/+4 |
* | Make profiling work for varargs functions.. %al is an additional argument | peter | 2004-06-10 | 1 | -0/+2 |
* | - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is | jhb | 2004-06-10 | 1 | -1/+0 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 2 | -3/+2 |
* | Initial PG_NX support (no-execute page bit) | peter | 2004-06-08 | 3 | -1/+22 |
* | Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX | peter | 2004-06-08 | 1 | -1/+1 |
* | Be a little more consistent in the naming of the PML4 defines. | peter | 2004-06-07 | 1 | -3/+3 |
* | Add new bios_string() which will hunt for a string inside a given range | phk | 2004-06-03 | 1 | -0/+8 |
* | MFi386: move cpu_nameclass struct next to its only consumer | peter | 2004-06-03 | 1 | -5/+0 |
* | MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). | bde | 2004-05-20 | 1 | -0/+19 |
* | Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and in | bde | 2004-05-19 | 1 | -1/+1 |
* | Fixed some style bugs (mainly misalignment of backslashes). | bde | 2004-05-19 | 1 | -10/+10 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -30/+0 |
* | The 'call mcount' hooks that gcc inserts when profiling are in a place that | peter | 2004-05-18 | 1 | -2/+37 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Checkpoint some of what I was starting to tinker with for having some | peter | 2004-05-16 | 1 | -0/+1 |
* | Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything | peter | 2004-05-16 | 2 | -3/+1 |
* | For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t | peter | 2004-05-16 | 1 | -1/+1 |
* | MFi386: numerous interrupt and acpi updates | peter | 2004-05-16 | 4 | -6/+17 |
* | Add an MI implementation of the ACPI global lock routines and retire the | njl | 2004-05-05 | 1 | -36/+6 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+4 |
* | Simplify the sf_buf implementation. In short, make it a trivial veneer | alc | 2004-04-18 | 1 | -8/+9 |
* | - is_physical_memory()'s parameter, which is a physical address, should be | alc | 2004-04-11 | 1 | -1/+1 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -0/+1 |
* | MFi386: move rss() from db_interface.c to cpufunc.h | peter | 2004-04-07 | 1 | -0/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 6 | -24/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 20 | -80/+0 |
* | Remove ptmmap and ptvmmap. They are unused on amd64. | alc | 2004-04-03 | 1 | -1/+0 |
* | - Add an optimized page copy function for use by pmap_copy_page(). It is | alc | 2004-03-31 | 1 | -2/+3 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago. | peter | 2004-03-13 | 1 | -109/+0 |
* | Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common | peter | 2004-03-13 | 2 | -122/+0 |
* | MFi386: nuke pci_cfgintr | peter | 2004-03-13 | 1 | -1/+0 |
* | Don't implement anything in the ffs family in <machine/cpufunc.h> | bde | 2004-03-11 | 1 | -0/+4 |
* | MFi386: re-sort non-gcc function prototypes, trim includes | peter | 2004-03-08 | 1 | -44/+30 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 1 | -2/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 2 | -5/+5 |
* | AMD64 versions. | obrien | 2004-03-03 | 2 | -0/+122 |
* | Re-add user_dbreg_trap() for debug register support | peter | 2004-01-29 | 1 | -0/+1 |
* | We can simplify a lot of things now that we don't have to worry about | peter | 2004-01-28 | 1 | -1/+0 |
* | Add dbreg struct definitions for /proc/*/dbregs and a place to store the | peter | 2004-01-28 | 2 | -3/+23 |
* | Re-add debug register functions | peter | 2004-01-28 | 1 | -2/+129 |
* | MFi386: mp_topology(). | peter | 2004-01-28 | 1 | -0/+1 |
* | MFi386: add THERMTRIP msr values | peter | 2004-01-28 | 1 | -0/+3 |