Age | Commit message (Expand) | Author |
2004-08-02 | Initialize timeouts correctly, match isa com; fixes panics in | Miod Vallat |
2004-08-02 | Missed one <machine/board.h> | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-08-02 | When restoring a process' ipl, invoke setipl() on behalf on the kernel stack, | Miod Vallat |
2004-08-02 | Move MAX_CPUS constant to cpu.h | Miod Vallat |
2004-08-02 | - check for LK_NOWAIT on vget() | Pedro Martelletto |
2004-08-01 | Remove openings = 1 and inherit the value from the HBA instead. This keeps t... | Marco Peereboom |
2004-08-01 | sigh, and here too | Theo de Raadt |
2004-08-01 | why was cdce not added here? Come on. | Theo de Raadt |
2004-08-01 | Trim include file list. | Miod Vallat |
2004-08-01 | Move 88100 DAE code to its own file, shared between luna88k and mvme88k. | Miod Vallat |
2004-08-01 | parse new hpux disklabel | Michael Shalayeff |
2004-08-01 | oops. cannot sleep on pool_get | Michael Shalayeff |
2004-08-01 | leave space for stackgap on growsuppers | Michael Shalayeff |
2004-08-01 | proper check for the end of stackgap on growinupperstacks | Michael Shalayeff |
2004-08-01 | Fold in relevant bits of the most recent two updates from | Kenneth R Westerback |
2004-07-31 | Always reset the cd2400 chip if console, and do not partially reprogram | Miod Vallat |
2004-07-31 | Use cons_decl() instead of homemade wrong prototypes. | Miod Vallat |
2004-07-31 | Always claim dart interrupts, even if they report disabled conditions, but | Miod Vallat |
2004-07-31 | remove GATEWAY and IPFORWARDING option knobs, use the sysctl. | Brad Smith |
2004-07-31 | - formatting | Brad Smith |
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 |