summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-253-1/+181
* Flush the register windows before we start changing the context.kensmith2004-10-091-0/+2
* Port NetBSD auxio driver. The driver was modified to use led(4) and canyongari2004-10-092-0/+2
* This along with v1.6 of counter.c fixes some timecounter issues onkensmith2004-09-301-0/+19
* Set the tc_quality field of the struct before calling tc_init(), sincekensmith2004-09-301-0/+2
* We seem to have occasions where sending an IPI takes significantlykensmith2004-09-291-1/+1
* Add an assertion that the pcb_nsaved field of the pcb be less thankensmith2004-09-281-0/+2
* Some minor print/panic message cleanups.kensmith2004-09-271-3/+3
* Initialize the count of saved register windows to 0 in the pcb createdkensmith2004-09-271-0/+1
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-6/+9
* Better fix the busdma problem exposed by ATA. With the CMD 646 formarcel2004-09-101-1/+5
* sparc64 is not ready for PREEMPTION, so turn it off for now.scottl2004-09-091-1/+1
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-6/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-6/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-211-1/+4
* - Sync whitespace and comments with i386 GENERIC.marius2004-08-161-53/+65
* Try to catch up with reality:marius2004-08-161-30/+38
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-165-9/+9
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.marius2004-08-153-5/+5
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-142-12/+11
* Add pmap locking to pmap_remove_all().alc2004-08-131-0/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-1225-527/+398
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Add pmap locking to many of the functions.alc2004-08-104-20/+72
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-041-0/+2
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-84/+58
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-301-0/+4
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingalc2004-07-231-1/+1
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-1/+4
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+7
* The SC_DISABLE_DDBKEY options has been renamed to SC_DISABLE_KDBKEY.marcel2004-07-111-1/+1
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-217/+178
* Update for the KDB framework:marcel2004-07-103-25/+24
* Update for the KDB framework:marcel2004-07-101-1/+2
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-0/+16
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+50
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+127
* - Add missing <sys/module.h>. [1]marius2004-07-091-1/+3
OpenPOWER on IntegriCloud