| Commit message (Expand) | Author | Age | Files | Lines |
| * | DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!! | Julian Elischer | 2001-08-10 | 1 | -12/+25 |
| * | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin | 2001-08-10 | 2 | -15/+2 |
| * | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin | 2001-08-10 | 1 | -9/+0 |
| * | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin | 2001-08-10 | 7 | -220/+4 |
| * | Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so | Warner Losh | 2001-08-10 | 3 | -75/+73 |
| * | Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char | Warner Losh | 2001-08-10 | 2 | -3/+3 |
| * | Rearrange the pcic_irq_type enum (and specifically tag the first one | Warner Losh | 2001-08-10 | 1 | -1/+1 |
| * | Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment. | John Baldwin | 2001-08-10 | 2 | -2/+2 |
| * | Correct copyright language. | Jake Burkholder | 2001-08-10 | 2 | -4/+4 |
| * | Add code to program the tick register and to setup its interrupt handler. | Jake Burkholder | 2001-08-10 | 2 | -0/+99 |
| * | Add early code to support interrupts. | Jake Burkholder | 2001-08-10 | 3 | -0/+164 |
| * | Fake up the frame pointers on a process's initial stack so they can be | Jake Burkholder | 2001-08-10 | 1 | -9/+19 |
| * | Handle all types of mmu misses from user mode. | Jake Burkholder | 2001-08-10 | 1 | -5/+16 |
| * | Use the macro for getting the trap type from the trapframe. | Jake Burkholder | 2001-08-10 | 1 | -25/+68 |
| * | Store 8 bytes instead of 4 in suword. Use a temporary stack that's known | Jake Burkholder | 2001-08-10 | 2 | -4/+56 |
| * | Pass a context to tlb_store_slot, use a member(Sync) after setting the | Jake Burkholder | 2001-08-10 | 1 | -7/+19 |
| * | 1. Start the clock running early for testing. | Jake Burkholder | 2001-08-10 | 1 | -7/+43 |
| * | Set the pil to something sane on startup. | Jake Burkholder | 2001-08-10 | 2 | -0/+2 |
| * | Add definitions needed by new assembler code. | Jake Burkholder | 2001-08-10 | 1 | -12/+20 |
| * | 1. Add code to handle traps and interrupts from user mode. | Jake Burkholder | 2001-08-10 | 2 | -98/+970 |
| * | Add code to handle stack traces that go all the way back to userland. | Jake Burkholder | 2001-08-10 | 1 | -9/+26 |
| * | Add trap types for interrupts. Ad definitions to get the interrupt level | Jake Burkholder | 2001-08-10 | 1 | -5/+17 |
| * | 1. Add code to demap pages from the tlb for user contexts. | Jake Burkholder | 2001-08-10 | 1 | -20/+43 |
| * | Add fields that point to per-cpu interrupt data. | Jake Burkholder | 2001-08-10 | 2 | -0/+6 |
| * | Add a field to trapframe for saving the pil. | Jake Burkholder | 2001-08-10 | 1 | -0/+1 |
| * | Add asis for interrupt registers. | Jake Burkholder | 2001-08-10 | 1 | -0/+14 |
| * | Axe spl's obsoleted by the callout mutex. | John Baldwin | 2001-08-10 | 1 | -26/+4 |
| * | Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a. | Hidetoshi Shimokawa | 2001-08-10 | 1 | -2/+2 |
| * | Allow for text section alignment to properly align the "end" symbol at the | Mark Peek | 2001-08-09 | 4 | -0/+4 |
| * | Trim trailing whitespace. | John Baldwin | 2001-08-09 | 4 | -24/+24 |
| * | The author isn't a [UC] Regents. Correct the copyright language. | David E. O'Brien | 2001-08-09 | 20 | -42/+42 |
| * | Fix VCS ID spamage. | David E. O'Brien | 2001-08-09 | 1 | -2/+0 |
| * | Restore the proper copyright on this and remove the gratuitous changes from | David E. O'Brien | 2001-08-09 | 1 | -29/+56 |
| * | The author isn't a [UC] Regents. Correct the copyright language. | David E. O'Brien | 2001-08-09 | 30 | -60/+60 |
| * | *** empty log message *** | Peter Wemm | 2001-08-09 | 2 | -21/+0 |
| * | Build modules from the main src/sys tree. | Peter Wemm | 2001-08-09 | 23 | -1960/+23 |
| * | Add the screen savers for test coverage. | Peter Wemm | 2001-08-09 | 2 | -0/+24 |
| * | repo-copy the source files from modules/syscons to the normal tree | Peter Wemm | 2001-08-09 | 5 | -5/+25 |
| * | Add the Rio 800 USB device IDs | Peter Wemm | 2001-08-08 | 1 | -2/+4 |
| * | In the KLD "load" make target, don't load using the "absolute" path of | Brian Feldman | 2001-08-08 | 1 | -1/+1 |
| * | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | Peter Wemm | 2001-08-08 | 17 | -444/+2 |
| * | We do not have UPAGES following the tail end of the user VM space anymore. | Peter Wemm | 2001-08-08 | 1 | -1/+1 |
| * | Introduce a force option, MD_FORCE, that instructs the driver to | Dima Dorfman | 2001-08-07 | 2 | -2/+6 |
| * | Grab Giant arond page faults. ia64 boots again in the simulator now. | John Baldwin | 2001-08-07 | 1 | -4/+4 |
| * | Adding missing () in a KASSERT format string. | Scott Long | 2001-08-07 | 1 | -1/+1 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -4/+2 |
| * | Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372. | Yoshihiro Takahashi | 2001-08-07 | 1 | -85/+167 |
| * | Merged from sys/dev/syscons/scterm-sc.c revision 1.16. | Yoshihiro Takahashi | 2001-08-07 | 2 | -52/+120 |
| * | Don't call wakeup() while we are in DDB. The patch was | Kazutaka YOKOTA | 2001-08-07 | 1 | -3/+16 |
| * | Add PCI ID for Cisco Aironet 350 Series cards. The patch differs | Brooks Davis | 2001-08-06 | 1 | -0/+2 |