Age | Commit message (Expand) | Author |
2018-04-24 | Enable em(4) on loongson. | Visa Hankala |
2018-04-20 | Add a workaround that lets loongson bootblocks work with PMON that | Visa Hankala |
2018-04-20 | Make loongson bootblocks use disklabel duid instead of PMON device name | Visa Hankala |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
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-23 | Always lock the kernel lock with non-MP-safe interrupt handlers. | Visa Hankala |
2018-01-22 | Include <sys/mutex.h> instead of <machine/mutex.h> | Martin Pieuchot |
2018-01-11 | Add size for free. | Visa Hankala |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
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-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-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-26 | Use macros for Config1 bits. | Visa Hankala |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala |
2017-07-30 | Define MAXCPUS per mips64 port. | Visa Hankala |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
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-11 | Define register_splx_handler() in one place. | Visa Hankala |
2017-06-08 | Move loongson/octeon/sgi unmap_startup() under arch/mips64. | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Visa Hankala |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-23 | Rate limit messages about spurious ISA interrupts on yeeloong systems. | Visa Hankala |
2017-05-21 | Tweak style. | Visa Hankala |
2017-05-21 | Enable radeondrm(4) on loongson to get accelerated graphics | Visa Hankala |
2017-05-17 | Make IPL_MPSAFE effective on loongson. | Visa Hankala |
2017-05-10 | Hook up HPET as a timecounter. | Visa Hankala |
2017-05-10 | Add a PCI attach hook mechanism for htb(4), similar to the one | Visa Hankala |
2017-05-09 | Whitelist SMBus IO addresses to let the driver, piixpm(4), work again. | Visa Hankala |
2017-05-09 | Fix range check. | Visa Hankala |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-22 | Fix an early boot failure on Loongson 3A2000. | Visa Hankala |
2017-04-02 | printf format strings should be literals. Reminded by clang. | Visa Hankala |
2017-03-27 | hibernate_free() should not be called from MD code, acpi_sleep_state() | Theo de Raadt |
2017-03-18 | Build mips64 kernels with -ffreestanding. | Visa Hankala |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-07 | Disallow setting machdep.lidaction to any other value but [0,2]. | Martin Natano |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |