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