summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Close races with signals and other AST's being triggered while we are injhb2001-08-1029-225/+111
* Make witness compile w/o DDB.jhb2001-08-101-1/+7
* Style cleanup.obrien2001-08-101-2/+2
* Arbitrarily limit to 64k the number of bytes that can be read atiedowse2001-08-102-0/+6
* Work around a race between msleep() and endtsleep() where it was possiblejhb2001-08-101-3/+23
* Change callout_stop() to return an integer. If callout_stop() succeeds injhb2001-08-102-3/+4
* Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).jhb2001-08-101-3/+3
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
* Do NOT allocate a 1K buffer on the kernel stack.julian2001-08-101-2/+12
* Fix missing splx().yokota2001-08-101-0/+1
* Eliminate the hot-spare 'r' in Arrray.phk2001-08-101-1/+1
* 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
OpenPOWER on IntegriCloud