summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+3
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Remove a stale occurrence of 'alpha' in a comment.stefanf2005-08-201-1/+1
* Now that at least some screen savers work on sparc64 sync with othermarius2005-08-151-1/+1
* The system tick _compare_ register of USIII CPUs and up is ASR25, notmarius2005-08-071-1/+1
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+21
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-271-4/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-1/+1
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* - Declare lookup tables etc. const.marius2005-07-102-2/+5
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4),marius2005-06-101-11/+11
* - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, notmarius2005-06-102-4/+4
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-10/+13
* MFP4:jkoshy2005-06-091-0/+14
* Remove superfluous breaks.marius2005-06-051-3/+0
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-041-1/+1
* - In creator_configure() when probed for the high-level console returnmarius2005-06-042-3/+13
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-1/+2
* Call cninit_finish() from configure_final().marcel2005-05-291-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-66/+0
* pmap_enter() no longer requires Giant. Therefore, stop acquiring andalc2005-05-281-2/+0
* - Hook up machfb(4) to the sparc64 build, not enabled in GENERICmarius2005-05-212-2/+4
* o creator(4):marius2005-05-213-79/+230
* - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial)marius2005-05-211-2/+36
* - Make sure that the OFW address properties that are going to be decodemarius2005-05-211-5/+6
* o mc146818(4):marius2005-05-191-11/+22
* - Add locking.marius2005-05-191-1/+11
* - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c andmarius2005-05-194-324/+62
* - Artificially using SYS_RES_IOPORT for EBus devices for reasons ofmarius2005-05-191-24/+43
* - When iterating over the register resources of the children don't usemarius2005-05-191-27/+33
* - Add suport for the bus_get_resource() device interface method tomarius2005-05-193-3/+3
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-193-14/+540
* - Add an IVAR for retrieving the interrupt group number of the parent Sbusmarius2005-05-192-9/+55
* Slightly reformat apb_alloc_resource() to create some horizontal spacemarcel2005-04-281-44/+43
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-4/+16
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-8/+43
* Fix compilation when DEBUG is defined.marius2005-04-181-1/+1
* Style and minor changes:marius2005-04-173-121/+102
* Re-commit the following changes which were committed to these filesmarius2005-04-172-13/+13
* - Split the bus probe function into a bus probe and a bus attach functionmarius2005-04-171-57/+70
* Some clean-up announced in rev. 1.31:marius2005-04-171-80/+67
* - MFi386: sys/i386/i386/intr_machdep.c rev. 1.11marius2005-04-164-20/+28
* Some changes to intr_execute_handlers():marius2005-04-161-6/+6
* - In sparc64_init() remove the call to tick_stop(). There's no need tomarius2005-04-161-7/+4
OpenPOWER on IntegriCloud