summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Allocate memory in the unwinder with M_NOWAIT. We may need to providemarcel2004-08-141-1/+1
* In set_regs(), flush the dirty registers onto the backingstore beforemarcel2004-08-111-0/+3
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-113-77/+59
* Better preserve the original protection for the mappings we maintain.marcel2004-08-092-222/+140
* Implement single stepping when we leave the kernel through the EPC syscallmarcel2004-08-082-4/+63
* Slightly move labels around to make sure we call ast() on our way outmarcel2004-08-072-13/+5
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsmarcel2004-08-072-7/+11
* Use a 256MB TR instead of a 64MB TR to make sure that the kernelarun2004-08-041-1/+1
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-032-2/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Fix 2 typos in previous commit: both s/strct/struct/marcel2004-08-021-2/+2
* Add the mem and null devices now that they are optional.marcel2004-08-021-0/+2
* Sort the miscellaneous devices to restore ordering after the insertionmarcel2004-08-021-2/+2
* Remove extraneous ';'.markm2004-08-011-1/+1
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-150/+61
* - Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (Thisalc2004-07-301-8/+31
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofmarcel2004-07-301-6/+1
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-27/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Work-around a gcc code generation bug for function descriptorsmarcel2004-07-251-4/+4
* In pmap_mincore() create a private copy of the pte for use after the pmapalc2004-07-221-1/+5
* Additional pmap lockingalc2004-07-211-22/+46
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Add partial pmap locking.alc2004-07-192-0/+27
* Remove unused fields from the pmap.alc2004-07-162-4/+0
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-4/+7
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notalc2004-07-151-2/+2
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+8
* Simplify pmap_protect().alc2004-07-131-6/+3
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-3/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-112-2/+6
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-580/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-476/+349
* Update for the KDB framework:marcel2004-07-105-117/+224
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-1/+22
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+58
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+231
* Change the following environment variables to kernel options:brian2004-07-081-10/+13
* MFamd64 (1.275):marcel2004-07-081-12/+9
* Better handle the break instruction trap. The runtime specificationmarcel2004-07-081-7/+46
* Change the following kernel options to environment variables:brian2004-07-081-13/+10
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-051-4/+2
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-1/+1
* Unbreak build: define __RMAN_RESOURCE_VISIBLEmarcel2004-06-301-0/+2
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* - Remove unused definitions.alc2004-06-231-5/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Remove dead code related to pv entry allocation.alc2004-06-191-14/+0
OpenPOWER on IntegriCloud