Age | Commit message (Expand) | Author |
2004-07-31 | To know our cpu number, it is much easier and safer to check through which | Miod Vallat |
2004-07-31 | Remove scsi_change_def() and related command structure. Its only use | Kenneth R Westerback |
2004-07-31 | Save a couple of hundred bytes (on i386) by putting the definition of | Kenneth R Westerback |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Really initialize the z8536; gives us the profiling clock again on 188. | Miod Vallat |
2004-07-30 | Put printf arguments in correct order in a DIAGNOSTIC message. | Miod Vallat |
2004-07-30 | #if DIAGNOSTIC -> #ifdef DIAGNOSTIC | Miod Vallat |
2004-07-30 | I finally remembered the fast and smart way to know how much memory a | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-30 | Might count timer interrupts as well (oops). | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-30 | Correctly drain event queue on close. Fixes PR #3874 | Miod Vallat |
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback |
2004-07-29 | Document the CARP header layout. | Ryan Thomas McBride |
2004-07-29 | Better diagnostic message on MVME188 interrupt handler, when we are unable to | Miod Vallat |
2004-07-29 | proper condition for freeing a page and fix a comment appropriately; art@ ted... | Michael Shalayeff |
2004-07-29 | put the scheduler in its own file. reduces clutter, and logically separates | Ted Unangst |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-07-28 | Call dom_dispose() for any SCM_RIGHTS message that went through the | Todd C. Miller |
2004-07-28 | regen | Todd C. Miller |
2004-07-28 | pool(9) for rtentry and rttimer; similar to netbsd; ok mcbride, henning, pb | Markus Friedl |
2004-07-28 | 3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5. | Todd C. Miller |
2004-07-28 | Nuke option JEFF_DEBUG for good. | Miod Vallat |
2004-07-28 | Remove EH_DEBUG code. | Miod Vallat |
2004-07-28 | Keep exception specific defines in the exception handling code, instead of | Miod Vallat |
2004-07-28 | In the never-ending saga of getting gcc to work reliably on m88k, today's | Miod Vallat |
2004-07-27 | Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c | Miod Vallat |
2004-07-27 | Factorize exception handling code. The only different part between luna88k | Miod Vallat |
2004-07-26 | Typos in comments. | Miod Vallat |
2004-07-26 | Belgium USB keyboard map; contributed by Richard Ben Aleya. | Miod Vallat |
2004-07-26 | Regen | Miod Vallat |
2004-07-26 | Minor glitches in the belgium keyboard layout; reported by Richard Ben Aleya. | Miod Vallat |
2004-07-26 | Remove orphaned prototypes. | Miod Vallat |
2004-07-26 | Provide a real pmap_proc_iflush() routine. | Miod Vallat |
2004-07-26 | Shrink more code if option PTRACE is not set; also use ss_put_value() | Miod Vallat |
2004-07-25 | more consistent handling of vnode recount during rename. | Ted Unangst |
2004-07-25 | move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too. | Ted Unangst |
2004-07-25 | Store pci/cardbus revision number. From NetBSD (dyoung) | Todd C. Miller |
2004-07-25 | Program BARs before enabling memory or I/O access. From NetBSD (mycroft). | Todd C. Miller |
2004-07-25 | Begin conditioning device configuration on revision number. Three types | Todd C. Miller |
2004-07-25 | Merge luna88k and mvme88k pmap. The pmap will now assume that the memory | Miod Vallat |
2004-07-25 | Fix IBSS merges in atw(4). From NetBSD (dyoung) | Todd C. Miller |
2004-07-25 | Improve register definitions and slightly demystify some magic | Todd C. Miller |
2004-07-25 | Here is the serial bus format for the RF3000. From NetBSD (dyoung) | Todd C. Miller |
2004-07-25 | typo, enevt -> event | Brad Smith |
2004-07-25 | The RSSI field in the Rx descriptor is the unadulterated content | Todd C. Miller |
2004-07-24 | provide proper ip header alignment (and repair big endian archs again from af... | Michael Shalayeff |
2004-07-24 | New, working, profiling code for m88k. | Miod Vallat |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |