Age | Commit message (Expand) | Author |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-04 | Ignore 'hardware lied' interrupt in do-while loop, same as first | Kenji Aoyama |
2019-12-31 | Use km_alloc(9) instead of uvm_km_zalloc(). | Martin Pieuchot |
2019-12-30 | Add ne(4) support on cbus(4). | Kenji Aoyama |
2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. | Kenji Aoyama |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-08 | pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@ | cheloha |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
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 |