summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
...
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-1/+2
* Add pmap locking to many of the functions.alc2004-08-101-0/+14
* 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-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-9/+5
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+1
* 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-101-0/+57
* Retire BUS_DMAMAP_NSEGS for sparc64scottl2004-06-281-7/+0
* Switch sparc64 busdma to use a dynamically allocated segment list ratherscottl2004-06-281-0/+1
* 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-161-1/+1
* Remove filename+line number from panic messages.phk2004-06-061-4/+2
* Move the per-CPU vmspace pointer fixup that is required before atmm2004-05-261-2/+2
* 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
* 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
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEalc2004-05-091-2/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-11/+0
* Some cleanups to the nexus code:tmm2004-04-301-5/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* Remove avail_end. It is not used.alc2004-04-111-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-0717-86/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-101-1/+1
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* - Fix for sparc64 to use new __panic() functionkensmith2004-01-271-2/+4
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-081-0/+1
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+56
* Fix a bug in the data access error recorvery. Before re-enabling the datajake2003-11-111-0/+9
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedalc2003-10-031-4/+4
* Allow the compiler to micro-optimize byte swapping functions bymux2003-09-301-15/+24
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-0/+19
* Add function OF_decode_addr(). This function obtains the physicalmarcel2003-09-021-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* "md" files for syscons.jake2003-08-241-0/+76
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Avoid exposing declarations for kernel variables to userland.jake2003-07-171-0/+4
OpenPOWER on IntegriCloud