aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!Julian Elischer2001-08-101-12/+25
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-102-15/+2
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-101-9/+0
* - Remove asleep(), await(), and M_ASLEEP.John Baldwin2001-08-107-220/+4
* Move ISA interrupt ISR and timeout routines to pcic from pcic_isa soWarner Losh2001-08-103-75/+73
* Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_charWarner Losh2001-08-102-3/+3
* Rearrange the pcic_irq_type enum (and specifically tag the first oneWarner Losh2001-08-101-1/+1
* Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.John Baldwin2001-08-102-2/+2
* Correct copyright language.Jake Burkholder2001-08-102-4/+4
* Add code to program the tick register and to setup its interrupt handler.Jake Burkholder2001-08-102-0/+99
* Add early code to support interrupts.Jake Burkholder2001-08-103-0/+164
* Fake up the frame pointers on a process's initial stack so they can beJake Burkholder2001-08-101-9/+19
* Handle all types of mmu misses from user mode.Jake Burkholder2001-08-101-5/+16
* Use the macro for getting the trap type from the trapframe.Jake Burkholder2001-08-101-25/+68
* Store 8 bytes instead of 4 in suword. Use a temporary stack that's knownJake Burkholder2001-08-102-4/+56
* Pass a context to tlb_store_slot, use a member(Sync) after setting theJake Burkholder2001-08-101-7/+19
* 1. Start the clock running early for testing.Jake Burkholder2001-08-101-7/+43
* Set the pil to something sane on startup.Jake Burkholder2001-08-102-0/+2
* Add definitions needed by new assembler code.Jake Burkholder2001-08-101-12/+20
* 1. Add code to handle traps and interrupts from user mode.Jake Burkholder2001-08-102-98/+970
* Add code to handle stack traces that go all the way back to userland.Jake Burkholder2001-08-101-9/+26
* Add trap types for interrupts. Ad definitions to get the interrupt levelJake Burkholder2001-08-101-5/+17
* 1. Add code to demap pages from the tlb for user contexts.Jake Burkholder2001-08-101-20/+43
* Add fields that point to per-cpu interrupt data.Jake Burkholder2001-08-102-0/+6
* Add a field to trapframe for saving the pil.Jake Burkholder2001-08-101-0/+1
* Add asis for interrupt registers.Jake Burkholder2001-08-101-0/+14
* Axe spl's obsoleted by the callout mutex.John Baldwin2001-08-101-26/+4
* Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.Hidetoshi Shimokawa2001-08-101-2/+2
* Allow for text section alignment to properly align the "end" symbol at theMark Peek2001-08-094-0/+4
* Trim trailing whitespace.John Baldwin2001-08-094-24/+24
* The author isn't a [UC] Regents. Correct the copyright language.David E. O'Brien2001-08-0920-42/+42
* Fix VCS ID spamage.David E. O'Brien2001-08-091-2/+0
* Restore the proper copyright on this and remove the gratuitous changes fromDavid E. O'Brien2001-08-091-29/+56
* The author isn't a [UC] Regents. Correct the copyright language.David E. O'Brien2001-08-0930-60/+60
* *** empty log message ***Peter Wemm2001-08-092-21/+0
* Build modules from the main src/sys tree.Peter Wemm2001-08-0923-1960/+23
* Add the screen savers for test coverage.Peter Wemm2001-08-092-0/+24
* repo-copy the source files from modules/syscons to the normal treePeter Wemm2001-08-095-5/+25
* Add the Rio 800 USB device IDsPeter Wemm2001-08-081-2/+4
* In the KLD "load" make target, don't load using the "absolute" path ofBrian Feldman2001-08-081-1/+1
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-0817-444/+2
* We do not have UPAGES following the tail end of the user VM space anymore.Peter Wemm2001-08-081-1/+1
* Introduce a force option, MD_FORCE, that instructs the driver toDima Dorfman2001-08-072-2/+6
* Grab Giant arond page faults. ia64 boots again in the simulator now.John Baldwin2001-08-071-4/+4
* Adding missing () in a KASSERT format string.Scott Long2001-08-071-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372.Yoshihiro Takahashi2001-08-071-85/+167
* Merged from sys/dev/syscons/scterm-sc.c revision 1.16.Yoshihiro Takahashi2001-08-072-52/+120
* Don't call wakeup() while we are in DDB. The patch wasKazutaka YOKOTA2001-08-071-3/+16
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis2001-08-061-0/+2