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