summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleimp2004-07-034-4/+0
* Really remove __RMAN_RESORUCE_VISIBLEimp2004-07-032-2/+0
* Use the rman_* functions in preference to reaching into struct resource.imp2004-07-032-5/+5
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-4/+0
* These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-306-0/+8
* Retire BUS_DMAMAP_NSEGS for sparc64scottl2004-06-282-9/+1
* Switch sparc64 busdma to use a dynamically allocated segment list ratherscottl2004-06-283-60/+45
* Better OFW console support on Sun Ultra2 machines.obrien2004-06-241-0/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-10/+10
* Add esp to the sparc64 GENERICscottl2004-06-101-0/+1
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-103-0/+1041
* Remove filename+line number from panic messages.phk2004-06-061-4/+2
* Add missing <sys/module.h> #includesphk2004-06-046-0/+6
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-036-0/+7
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-0/+7
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-5/+0
* Move the per-CPU vmspace pointer fixup that is required before atmm2004-05-265-36/+41
* Use unsigned types for the arguments of the atomic(9) operations,marius2004-05-221-4/+4
* Switch from BSD-style u_intXX_t to ISO C99 uintXX_t.marius2004-05-222-5/+5
* In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, sincetmm2004-05-201-1/+1
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+1
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Oops, I left a duplicate 'relocbase' declaration.peter2004-05-171-1/+0
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-4/+5
* Prefer explicit ints to implicit ints in the prototype as well as inmux2004-05-101-1/+1
* - Fix a typo in a printf(). [1]mux2004-05-101-5/+4
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEalc2004-05-092-2/+19
* Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns aalc2004-05-081-2/+0
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-0818-882/+22
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device namemarius2004-05-041-3/+2
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-4/+4
* Some cleanups to the nexus code:tmm2004-04-302-126/+50
* Remove inclusion of opt_ebus.h.tmm2004-04-301-2/+0
OpenPOWER on IntegriCloud