summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2019-06-30Change pcic(4) attached with resources specified by locators on luna88k,Kenji Aoyama
2019-06-29Introduce ISA-like locators on cbus(4) to specify resources inKenji Aoyama
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-10Add (uint32_t) cast on marks[] to avoid warning in gcc3.Kenji Aoyama
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-09Detect /bsd.upgrade kernel and boot it if present instead of default /bsd,Kenji Aoyama
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-02-25Typo in commentJeremie Courreges-Anglas
2018-06-06Make sure cr17 matches curcpu() on non-MULTIPROCESSOR kernels.Kenji Aoyama
2018-03-24Fix intr_restore() on luna88k to restore the previously saved stateVisa Hankala
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.Martin Pieuchot
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-07-23Splitting early startup code out of locore.S into locore0.S, like otherKenji Aoyama
2017-07-21More consistent with other architectures.Kenji Aoyama
2017-07-20Kernel relinking for luna88k, first step.Kenji Aoyama
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-28Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.Kenji Aoyama
2017-06-17Fix comment. This gap is not only on LUNA-88K2 but also on LUNA-88K.Kenji Aoyama
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-10Use software interrupt to process TX/RX data between sio and tty(4)Kenji Aoyama
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-04Sync with current NetBSD/luna68k code.Kenji Aoyama
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-20Do not map resources which are actually not used within the kernel. SavesMiod Vallat
2017-03-20Fix previous. Commited from the wrong tree.Miod Vallat
2017-03-20Remove unused defines. Some of them can be traced to MVME188 and make noMiod Vallat
2017-03-20Replace hardcoded addresses with symbolic constants from <machine/board.h>Miod Vallat
2017-03-19Put the address of the per-cpu clock and interrupt registers into the cpu_infoMiod Vallat
2017-03-16Unroll two small bus_space_{read_write}_multi operations in a hot code path.Miod Vallat
2017-03-16Use a power of two and left shift, rather than integer multiplication, forMiod Vallat
2017-03-16Fix passing entropy from boot loader to the kernel:Miod Vallat