aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some trivial bugs.Mitsuru IWASAKI2001-08-122-20/+24
* Remove unused nmdmpoll function.Mark Peek2001-08-111-63/+0
* If we've panic'd already, then just bail in lockmgr rather than blocking orJohn Baldwin2001-08-101-0/+5
* Make the protoswitch definitiosn checkable in the same way thatJulian Elischer2001-08-102-30/+30
* Fix some of the GDB linkage setup. The l_name member of the gdb linkageBill Paul2001-08-102-4/+28
* Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHEDJohn Baldwin2001-08-101-0/+10
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-1029-225/+111
* Make witness compile w/o DDB.John Baldwin2001-08-101-1/+7
* Style cleanup.David E. O'Brien2001-08-101-2/+2
* Arbitrarily limit to 64k the number of bytes that can be read atIan Dowse2001-08-102-0/+6
* Work around a race between msleep() and endtsleep() where it was possibleJohn Baldwin2001-08-101-3/+23
* Change callout_stop() to return an integer. If callout_stop() succeeds inJohn Baldwin2001-08-102-3/+4
* Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).John Baldwin2001-08-101-3/+3
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
* Do NOT allocate a 1K buffer on the kernel stack.Julian Elischer2001-08-101-2/+12
* Fix missing splx().Kazutaka YOKOTA2001-08-101-0/+1
* Eliminate the hot-spare 'r' in Arrray.Poul-Henning Kamp2001-08-101-1/+1
* 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