| Commit message (Expand) | Author | Age | Files | Lines |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 3 | -0/+9 |
* | Move "device splash" back to MI NOTES and "files", it's MI. | ru | 2006-10-23 | 1 | -2/+0 |
* | Eliminate unnecessary PG_BUSY tests. | alc | 2006-10-22 | 1 | -1/+1 |
* | MFi386: 1.13: Fix booting with ps2 keyboards. | ru | 2006-10-21 | 1 | -1/+0 |
* | Move more MD devices and options out of MI NOTES. | des | 2006-10-20 | 1 | -3/+57 |
* | Don't show debug registers in "show registers". Special registers should | bde | 2006-10-20 | 1 | -1/+2 |
* | The VGA_DEBUG option only exists on {amd64,i386,ia64}. | des | 2006-10-20 | 1 | -3/+2 |
* | Remove references to pccard.conf | imp | 2006-10-19 | 1 | -2/+2 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 1 | -2/+2 |
* | Add one more include to fix the case of !DDB and !atpic. | jhb | 2006-10-16 | 1 | -0/+1 |
* | Add a newline to the printf(). | hrs | 2006-10-15 | 1 | -1/+1 |
* | regen (linux AIO stuff) | netchild | 2006-10-15 | 3 | -8/+47 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 2 | -5/+7 |
* | MFP4 (106538 + 106541): | netchild | 2006-10-15 | 2 | -0/+11 |
* | Revert my previous commit, I mismerged this to the wrong place. | netchild | 2006-10-15 | 1 | -1/+0 |
* | MFP4 (106541): Fix the clone05 test in the LTP. | netchild | 2006-10-15 | 1 | -0/+1 |
* | MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64. | netchild | 2006-10-15 | 1 | -1/+7 |
* | Move the 2 additional #includes down into the #ifndef DEV_ATPIC section. | jhb | 2006-10-13 | 1 | -2/+2 |
* | Attempt to fix the GENERIC kernel build which has been failing on | jb | 2006-10-13 | 1 | -0/+2 |
* | Fix nodevice atpic compile. | jhb | 2006-10-12 | 2 | -1/+8 |
* | Change the x86 interrupt code to suspend/resume interrupt controllers | jhb | 2006-10-10 | 8 | -56/+127 |
* | Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT. | jhb | 2006-10-10 | 1 | -2/+2 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | Move some declaration of 32-bit signal structures into file | davidxu | 2006-10-05 | 1 | -21/+5 |
* | PR: | jb | 2006-10-04 | 1 | -25/+0 |
* | Use utc_offset() where applicable, and hide the internals of it | phk | 2006-10-02 | 1 | -2/+2 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -23/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 4 | -3/+3 |
* | Extend comment explaining why code is conditional at !defined(SCHED_ULE). | sobomax | 2006-09-27 | 1 | -0/+4 |
* | Since ULE doesn't honor hlt_cpus_mask don't compile code that prevents | sobomax | 2006-09-27 | 1 | -1/+1 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -0/+1 |
* | Stop reloading %fs and %gs, since it causes the base address from | davidxu | 2006-09-23 | 1 | -4/+0 |
* | Update the ipmi(4) driver: | jhb | 2006-09-22 | 1 | -0/+2 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Correct 'interrupt interrupt' -> 'interrupt' in the comment. | wkoszek | 2006-09-20 | 1 | -1/+1 |
* | Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process. | davidxu | 2006-09-17 | 1 | -0/+43 |
* | Add a new ddb command 'show lapic' to dump details about the local APIC | jhb | 2006-09-11 | 1 | -0/+70 |
* | Actually hook up the IPI_INVLCACHE IDT vectors backing | jhb | 2006-09-11 | 1 | -1/+4 |
* | - Fix rman_manage_region() to be a lot more intelligent. It now checks | jhb | 2006-09-11 | 1 | -11/+3 |
* | Change futex lock from mutex to sx. Make futex_get atomic (protected by the | netchild | 2006-09-09 | 1 | -3/+3 |
* | Use a single constant to define the sizes of the physmap[], phys_avail[], | jhb | 2006-09-07 | 1 | -4/+4 |
* | Unbreak in the case when device apic is compiled into non-SMP kernel. | sobomax | 2006-09-06 | 1 | -0/+2 |
* | The FreeBSD by default "disables" hyper-threading cores, by not scheduling | sobomax | 2006-09-05 | 1 | -0/+10 |
* | MFi386 parts of rev 1.55 (modulo real MD parts): | netchild | 2006-08-28 | 1 | -9/+10 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 1 | -0/+28 |
* | regen | netchild | 2006-08-27 | 3 | -5/+6 |
* | Add the linux statfs64 call. This allows Tivoli backup to proceed a little | netchild | 2006-08-27 | 2 | -2/+1 |
* | Emulate what vfork does instead of using it in linux_vfork. This way | netchild | 2006-08-25 | 1 | -1/+12 |
* | Sync the MI parts for amd64 with i386 and remove the corresponding special | netchild | 2006-08-20 | 1 | -3/+89 |
* | Get rid of some nested includes. | netchild | 2006-08-19 | 1 | -4/+0 |