Age | Commit message (Expand) | Author |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-06-30 | Compute address for ll/sc only once. | Visa Hankala |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-05-13 | regen (missed this when I did the colemak update) | Aaron Bieber |
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 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-17 | Move intr_barrier(9) to the platform level so that it can be customized. | Visa Hankala |
2019-01-15 | Remove an unused variable. Spotted by clang. | Visa Hankala |
2019-01-14 | Remove obsolete symbols.sort target. | Visa Hankala |
2018-12-13 | Use a faster, more reliable way to figure out how many TLB entries are | Visa Hankala |
2018-12-10 | Clean up the mec(4) MII read/write routines a bit. | Visa Hankala |
2018-12-10 | Fix phy discovery on O2 systems. | Visa Hankala |
2018-12-03 | Do not process the top 32 bits of the 64 bit interrupt mask register | Visa Hankala |
2018-12-03 | Remove the unused interrupt type (edge/level) from the mace interrupt | Visa Hankala |
2018-10-31 | Bring over gapdummy.c changes from amd64/amr64/armv7/i386. | Mark Kettenis |
2018-09-14 | add gapdummy.c to the "clean" target like other generated files | Christian Weisgerber |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-03-02 | Fix the locating of the OpenBSD disklabel on media with 2048 byte | Visa Hankala |
2018-02-24 | Declare ci_ipl volatile to prevent the compiler from optimizing | Visa Hankala |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-01-29 | Let the interrupt subsystem allocate memory for the IPI handle, | Visa Hankala |
2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
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-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
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-19 | Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well. | Claudio Jeker |
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-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 |