| Commit message (Expand) | Author | Age | Files | Lines |
| * | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | David Schultz | 2004-04-25 | 1 | -0/+4 |
| * | Don't check for NULL, device_get_softc() always succeeds. | Nate Lawson | 2004-04-21 | 1 | -2/+1 |
| * | Simplify the sf_buf implementation. In short, make it a trivial veneer | Alan Cox | 2004-04-18 | 2 | -72/+15 |
| * | Set the "global" attribute on the page table entries for the kernel and | Alan Cox | 2004-04-16 | 1 | -3/+3 |
| * | - is_physical_memory()'s parameter, which is a physical address, should be | Alan Cox | 2004-04-11 | 2 | -3/+2 |
| * | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox | 2004-04-10 | 1 | -0/+1 |
| * | Update to include both the L1 and L2 TLB stats, as well as the seperate | Peter Wemm | 2004-04-07 | 1 | -5/+55 |
| * | MFi386: move rss() from db_interface.c to cpufunc.h | Peter Wemm | 2004-04-07 | 2 | -12/+8 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 10 | -40/+0 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 34 | -136/+0 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Remove unused arguments from pmap_init(). | Alan Cox | 2004-04-05 | 1 | -2/+1 |
| * | Remove ptmmap and ptvmmap. They are unused on amd64. | Alan Cox | 2004-04-03 | 2 | -9/+1 |
| * | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | Alan Cox | 2004-04-03 | 1 | -2/+2 |
| * | Microoptimize pagezero() based upon something that I learned writing the | Alan Cox | 2004-04-03 | 1 | -7/+7 |
| * | - Add an optimized page copy function for use by pmap_copy_page(). It is | Alan Cox | 2004-03-31 | 3 | -3/+30 |
| * | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | Peter Wemm | 2004-03-29 | 1 | -1/+0 |
| * | MFi386: correctly calculate the top-of-stack when a kthread is created | Peter Wemm | 2004-03-25 | 1 | -3/+4 |
| * | Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus. | Peter Wemm | 2004-03-25 | 1 | -5/+43 |
| * | Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD. | David E. O'Brien | 2004-03-25 | 1 | -0/+1 |
| * | - Add uiomove_fromphys() implementations to alpha and ia64. These only | Alan Cox | 2004-03-20 | 1 | -1/+1 |
| * | Introduce the cpumask_t type. The purpose of the type is to create a | Marcel Moolenaar | 2004-03-20 | 1 | -0/+1 |
| * | Introduce uiomove_fromphys(). This is a variant of uiomove() that takes | Alan Cox | 2004-03-20 | 1 | -0/+131 |
| * | 'vi' got away from me in rev. 1.13. | David E. O'Brien | 2004-03-19 | 1 | -0/+1 |
| * | Document machdep.hlt_cpus. | David E. O'Brien | 2004-03-18 | 1 | -1/+2 |
| * | Cleanup hints, given that no hammer machine have (nor ever will have) | David E. O'Brien | 2004-03-18 | 1 | -47/+0 |
| * | sync comment with i386's isa.c.. This removes a comment that is YEARS | John-Mark Gurney | 2004-03-17 | 1 | -3/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -1/+1 |
| * | Refactor the existing machine-dependent sf_buf_free() into a machine- | Alan Cox | 2004-03-16 | 1 | -17/+2 |
| * | Shorten a long comment. | David E. O'Brien | 2004-03-15 | 1 | -1/+1 |
| * | Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago. | Peter Wemm | 2004-03-13 | 1 | -109/+0 |
| * | MFp4: comment out options that don't exist so that they cannot be | Peter Wemm | 2004-03-13 | 1 | -1/+1 |
| * | Diff reduction with current. Correct comment about ed etc. | Peter Wemm | 2004-03-13 | 1 | -4/+4 |
| * | Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common | Peter Wemm | 2004-03-13 | 2 | -122/+0 |
| * | Drastically clean up the legacy host-pci bridge table. We don't need | Peter Wemm | 2004-03-13 | 1 | -208/+5 |
| * | MFi386: nuke pci_cfgintr | Peter Wemm | 2004-03-13 | 2 | -23/+1 |
| * | Reduce the scope of the Giant lock being held for non-mpsafe syscalls. | Peter Wemm | 2004-03-13 | 1 | -14/+6 |
| * | Now that contigfree() does not require Giant, don't grab it in busdma. | Scott Long | 2004-03-13 | 1 | -2/+0 |
| * | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -9/+9 |
| * | Don't implement anything in the ffs family in <machine/cpufunc.h> | Bruce Evans | 2004-03-11 | 1 | -0/+4 |
| * | Remove stale or broken call to kdb_trap() and protected by the non- | Marcel Moolenaar | 2004-03-11 | 1 | -4/+0 |
| * | Stop depending on #include pollution from cpufunc.h | Peter Wemm | 2004-03-08 | 1 | -0/+1 |
| * | MFi386: re-sort non-gcc function prototypes, trim includes | Peter Wemm | 2004-03-08 | 1 | -44/+30 |
| * | MFi386: curpcb is no longer null anymore, so do not test for it. | Peter Wemm | 2004-03-08 | 1 | -3/+1 |
| * | MFi386: set initial curpcb pcpu variable at startup time rather than | Peter Wemm | 2004-03-08 | 1 | -0/+1 |
| * | MFi386: wait for local apic to become free before using it | Peter Wemm | 2004-03-08 | 1 | -4/+2 |
| * | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | Alan Cox | 2004-03-07 | 1 | -13/+0 |
| * | Remove unused declarations. (Some time ago, these variables became fields | Alan Cox | 2004-03-07 | 1 | -2/+0 |
| * | When faced with a "GenuineIntel", we know what they call it now. Replace | Peter Wemm | 2004-03-06 | 1 | -2/+2 |
| * | MFi386: (all: keep a comment in sync with code, and don't depend on | Bruce Evans | 2004-03-05 | 1 | -0/+4 |