| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -3/+0 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 2 | -3/+3 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 2 | -22/+1 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 2 | -14/+26 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 2 | -0/+15 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 1 | -0/+5 |
* | Move default GEOM classes from files.ia64, where they were marked | marcel | 2006-07-17 | 1 | -0/+5 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -4/+2 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 1 | -0/+1 |
* | Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, since | bde | 2006-07-05 | 1 | -5/+5 |
* | Partial support for branch long emulation. This only emulates the | marcel | 2006-06-29 | 3 | -1/+111 |
* | Make several changes to pmap_enter_quick_locked(): | alc | 2006-06-27 | 1 | -20/+39 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -1/+0 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 1 | -0/+1 |
* | Update to SDM 2.2: | marcel | 2006-06-24 | 5 | -24/+124 |
* | Sync up with SDM 2.1: | marcel | 2006-06-24 | 5 | -20/+77 |
* | Identify the cual-core Montecito. | marcel | 2006-06-22 | 1 | -0/+8 |
* | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | netchild | 2006-06-15 | 2 | -2/+0 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -4/+2 |
* | Add the ability to subset the devices that UART pulls in. This allows | imp | 2006-06-12 | 1 | -0/+3 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -4/+44 |
* | EISA bus ia64 systems don't exist in reality. I'm told they may exist in | imp | 2006-06-02 | 1 | -1/+0 |
* | Correct a syntax error in the previous revision. | alc | 2006-06-01 | 1 | -1/+1 |
* | After much discussion with mjacob and scottl, change bus_dmamem_alloc so | silby | 2006-06-01 | 1 | -33/+11 |
* | Since it's to all intents and purposes identical | mjacob | 2006-05-31 | 1 | -6/+42 |
* | Unbreak after previous commit. While here, improve function naming | marcel | 2006-05-27 | 1 | -26/+26 |
* | Update to new console api. | phk | 2006-05-26 | 1 | -16/+10 |
* | Add le(4). I could actually only test it on alpha, i386 and sparc64 but | marius | 2006-05-17 | 1 | -1/+2 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 3 | -3/+0 |
* | Fix braino in previous commit: Don't redefine OID_AUTO to something | marcel | 2006-05-11 | 1 | -5/+0 |
* | Remove more straggling CPU_ macro references | phk | 2006-05-11 | 1 | -3/+3 |
* | Clean out sysctl machdep.* related defines. | phk | 2006-05-11 | 1 | -13/+1 |
* | Rewrite of puc(4). Significant changes are: | marcel | 2006-04-28 | 1 | -2/+0 |
* | In nexus_teardown_intr(), actually remove the handler. | marcel | 2006-04-21 | 1 | -6/+4 |
* | Set the rid of the resource obtained from rman_reserve_resource. | imp | 2006-04-20 | 1 | -0/+1 |
* | Retire pmap_track_modified(). We no longer need it because we do not | alc | 2006-04-12 | 1 | -19/+8 |
* | Improve handling of IPI_STOP: | marcel | 2006-04-03 | 1 | -10/+7 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | marcel | 2006-04-03 | 1 | -0/+2 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -4/+1 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -0/+2 |
* | Fix the hw.realmem sysctl. The global realmem variable is a count of | jhb | 2006-02-14 | 1 | -1/+1 |
* | Correct the spinlock nesting of the idle thread of the APs before we | marcel | 2006-02-11 | 1 | -12/+10 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 2 | -10/+6 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -1/+1 |
* | Allocate memory for the MCA state information with M_NOWAIT. We can | marcel | 2006-02-07 | 1 | -1/+1 |
* | Remove devices acpi & mem, as they are in defaults already. | marcel | 2006-02-02 | 1 | -2/+0 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 1 | -1/+1 |
* | o Add missing relocations. | marcel | 2006-01-18 | 1 | -24/+30 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 4 | -91/+91 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -0/+1 |