| Commit message (Expand) | Author | Age | Files | Lines |
* | regen (missed this when I did the colemak update) |  abieber | 2019-05-13 | 1 | -2/+5 |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 2 | -4/+4 |
* | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 2019-04-14 | 1 | -1/+2 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 2019-04-01 | 1 | -2/+7 |
* | Move intr_barrier(9) to the platform level so that it can be customized. |  visa | 2019-03-17 | 1 | -1/+7 |
* | Remove an unused variable. Spotted by clang. |  visa | 2019-01-15 | 1 | -5/+1 |
* | Remove obsolete symbols.sort target. |  visa | 2019-01-14 | 1 | -5/+1 |
* | Use a faster, more reliable way to figure out how many TLB entries are |  visa | 2018-12-13 | 1 | -26/+21 |
* | Clean up the mec(4) MII read/write routines a bit. |  visa | 2018-12-10 | 2 | -32/+15 |
* | Fix phy discovery on O2 systems. |  visa | 2018-12-10 | 1 | -5/+40 |
* | Do not process the top 32 bits of the 64 bit interrupt mask register |  visa | 2018-12-03 | 1 | -3/+3 |
* | Remove the unused interrupt type (edge/level) from the mace interrupt |  visa | 2018-12-03 | 8 | -21/+17 |
* | Bring over gapdummy.c changes from amd64/amr64/armv7/i386. |  kettenis | 2018-10-31 | 1 | -2/+2 |
* | add gapdummy.c to the "clean" target like other generated files |  naddy | 2018-09-14 | 1 | -2/+2 |
* | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -2/+1 |
* | Fix the locating of the OpenBSD disklabel on media with 2048 byte |  visa | 2018-03-02 | 2 | -7/+13 |
* | Declare ci_ipl volatile to prevent the compiler from optimizing |  visa | 2018-02-24 | 5 | -23/+5 |
* | prune files.* entries that refer to files not in tree |  jsg | 2018-02-14 | 4 | -21/+4 |
* | Check for the existence of /bsd before trying to back it up to /obsd. |  tb | 2018-02-09 | 1 | -2/+2 |
* | Let the interrupt subsystem allocate memory for the IPI handle, |  visa | 2018-01-29 | 2 | -5/+5 |
* | Sync the nam2blk entries with the bdevsw table, which is the |  naddy | 2018-01-27 | 1 | -2/+3 |
* | Include <sys/mutex.h> instead of <machine/mutex.h> |  mpi | 2018-01-22 | 1 | -2/+2 |
* | Add size for free. |  visa | 2018-01-11 | 1 | -2/+6 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 2 | -4/+2 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -2/+2 |
* | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the |  florian | 2017-11-04 | 1 | -3/+5 |
* | When option DDB_STRUCTINFO was removed from the kernel, too much from |  patrick | 2017-09-28 | 1 | -1/+12 |
* | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 2017-09-12 | 1 | -27/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 5 | -10/+5 |
* | swap ualea for urng |  jasper | 2017-08-28 | 3 | -6/+6 |
* | Use ctfstrip(1) by default to strip kernels. |  mpi | 2017-08-12 | 1 | -2/+2 |
* | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. |  visa | 2017-08-12 | 1 | -0/+5 |
* | Define MAXCPUS per mips64 port. |  visa | 2017-07-30 | 1 | -1/+2 |
* | Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well. |  claudio | 2017-07-19 | 1 | -1/+2 |
* | Stop automatically regenerating gap.o (and hence linking a new kernel) |  tb | 2017-07-18 | 1 | -4/+6 |
* | Pass the linker from make environment to makegap.sh. This is (only) |  visa | 2017-07-16 | 1 | -2/+2 |
* | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old |  espie | 2017-06-29 | 1 | -2/+2 |
* | dull dependency for copying makegap.sh to obj, so that installs |  deraadt | 2017-06-25 | 1 | -2/+2 |
* | Generate a gap.link script, and use that to generate gap.o. On multi-ABI |  deraadt | 2017-06-22 | 1 | -23/+17 |
* | newbsd: target which re-links a kernel. We cannot use the bsd: target |  deraadt | 2017-06-13 | 1 | -1/+7 |
* | make vers.o not depend on gap.o using a trick, because it is piece of |  deraadt | 2017-06-11 | 1 | -2/+2 |
* | Use umask 077 instead of cp -p when installing the kernel as root. |  bluhm | 2017-06-11 | 1 | -2/+2 |
* | Define register_splx_handler() in one place. |  visa | 2017-06-11 | 1 | -13/+2 |
* | Move loongson/octeon/sgi unmap_startup() under arch/mips64. |  visa | 2017-06-08 | 1 | -12/+1 |
* | Split early startup code out of locore.S into locore0.S. Adjust link |  visa | 2017-06-08 | 5 | -25/+95 |
* | The arm* architectures edit the ld.script, creating a copy in the compile |  deraadt | 2017-06-05 | 1 | -4/+6 |
* | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. |  deraadt | 2017-06-03 | 1 | -4/+5 |
* | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 6 | -78/+40 |
* | add a BUS_DMA_64BIT flag to bus_dma on all our archs. |  dlg | 2017-05-08 | 1 | -1/+2 |