| Commit message (Expand) | Author | Age | Files | Lines |
* | Include all of isa/ipl.s into exception.s as there is now nothing left in | julian | 2002-07-10 | 1 | -8/+97 |
* | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | robert | 2002-07-09 | 1 | -0/+4 |
* | Move the type definition of ointhand2_t from i386/include/types.h to | mike | 2002-07-09 | 2 | -3/+4 |
* | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's | mike | 2002-07-08 | 1 | -5/+0 |
* | Comment out apm; ACPI is the modern replacement, and folks who really | markm | 2002-07-08 | 3 | -3/+3 |
* | Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer used | peter | 2002-07-08 | 1 | -7/+0 |
* | The clock is already allocated as 'fast' - no need to try and intercept a | peter | 2002-07-08 | 2 | -16/+0 |
* | Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages. | peter | 2002-07-08 | 1 | -8/+0 |
* | Add a special page zero entry point intended to be called via the single | peter | 2002-07-08 | 1 | -2/+36 |
* | s/procrunnable/kserunnable/ in a comment | peter | 2002-07-08 | 1 | -1/+1 |
* | Fix a hideous TLB bug. pmap_unmapdev neglected to remove the device | peter | 2002-07-08 | 1 | -4/+23 |
* | Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ | peter | 2002-07-07 | 1 | -170/+0 |
* | Make NEWCARD the default pccard/cardbus system. | imp | 2002-07-07 | 1 | -2/+5 |
* | One #include <sys/lock.h> is enough. | mux | 2002-07-07 | 1 | -1/+0 |
* | Diff reduction (microoptimization) with another WIP. Move the frame | peter | 2002-07-04 | 1 | -2/+5 |
* | Don't free pages we never allocated.. | julian | 2002-07-04 | 1 | -7/+2 |
* | Slight restatement of the code and remove some unused variables. | julian | 2002-07-04 | 1 | -11/+8 |
* | Add comments and slightly rearrange the thread stack assignment code | julian | 2002-07-03 | 1 | -9/+19 |
* | Remove vestiges of old code... | julian | 2002-07-03 | 1 | -21/+12 |
* | Resolve conflicts arising from the ACPI CA 20020404 import. | iwasaki | 2002-06-30 | 1 | -1/+1 |
* | Since printf(3) now supports the `j' conversion specifier, use that | mike | 2002-06-30 | 1 | -11/+11 |
* | Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form | rwatson | 2002-06-30 | 2 | -2/+0 |
* | Fix reverse ordering of locks. add a comment about locks on some platforms. | julian | 2002-06-29 | 1 | -1/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 8 | -28/+224 |
* | Add files that are new for KSE. | julian | 2002-06-29 | 1 | -0/+49 |
* | Remove a couple of __P() stragglers. | peter | 2002-06-29 | 1 | -1/+1 |
* | Fix for the problem stated below by Tor Egge: | arr | 2002-06-27 | 1 | -1/+1 |
* | Avoid using the 64-bit vm_pindex_t in a few places where 64-bit | iedowse | 2002-06-26 | 1 | -1/+1 |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 1 | -6/+2 |
* | Compile in the cpu halt code even on SMP, instead just default the | peter | 2002-06-24 | 1 | -2/+4 |
* | Add an MD callout like cpu_exit, but which is called after sched_lock is | jake | 2002-06-24 | 1 | -0/+6 |
* | userout -> out. These two labels are now identical. | mini | 2002-06-24 | 1 | -7/+6 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 1 | -7/+0 |
* | Make vm_pindex_t 64-bit on all platforms. This is necessary to avoid | iedowse | 2002-06-23 | 1 | -1/+1 |
* | Add additional cpuid feature flags and put into a canonical format. | mp | 2002-06-22 | 1 | -18/+33 |
* | Fix several bugs in the i386 asm statements used to speed up Internet | jdp | 2002-06-22 | 2 | -17/+27 |
* | OLDCARD version of GENERIC. | imp | 2002-06-22 | 1 | -0/+243 |
* | Use rm -f in the clean target, as seems to be common practice, and also avoids | jmallett | 2002-06-22 | 1 | -1/+1 |
* | Clock frequencies reported by sysctl should be unsigned values. Discovered | mp | 2002-06-22 | 2 | -4/+4 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -0/+1 |
* | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 2 | -4/+4 |
* | Deorbit suibyte(). It was only used for split address space systems | peter | 2002-06-20 | 1 | -6/+5 |
* | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 1 | -1/+1 |
* | - Introduce the new M_NOVM option which tells uma to only check the currently | jeff | 2002-06-17 | 1 | -1/+1 |
* | If trap() is called when ddb is active, then go directly to trap_fatal(); | bde | 2002-06-12 | 1 | -2/+9 |
* | - Fixup / remove obsolete comments. | jhb | 2002-06-07 | 1 | -34/+22 |
* | Hook up the ahd driver. | gibbs | 2002-06-06 | 1 | -0/+1 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 11 | -11/+11 |
* | Silence preprocessor warning, No need to use CONCAT with "," and "word". | alfred | 2002-06-01 | 1 | -1/+1 |
* | Fixed the return value of fpsetmask(). The API requires inversion of the | bde | 2002-06-01 | 1 | -1/+2 |