| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 1 | -2/+2 |
| 2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to |  anton | 1 | -1/+2 |
| 2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the |  deraadt | 1 | -4/+4 |
| 2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2 | -2/+5 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 4 | -9/+9 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 1 | -0/+23 |
| 2020-07-06 | wire up kstat(4) |  dlg | 1 | -2/+3 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -3/+0 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+10 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -3/+0 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 2020-03-27 | Enable FFS2 on the landisk ramdisk. Booting from FFS2 is tricky |  otto | 1 | -1/+2 |
| 2020-01-23 | wire up pppac(4) to some majors on each arch. |  dlg | 1 | -1/+2 |
| 2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 1 | -2/+3 |
| 2019-12-23 | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 1 | -2/+7 |
| 2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2 | -2/+5 |
| 2019-11-28 | Implement a hexdump command in the boot loader. This helps to |  bluhm | 1 | -1/+4 |
| 2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable |  guenther | 1 | -2/+2 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2 | -4/+4 |
| 2019-10-20 | Improve previous |  kn | 1 | -5/+2 |
| 2019-10-20 | Document "set db_console 0|1" |  kn | 1 | -3/+10 |
| 2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ |  cheloha | 1 | -3/+1 |
| 2019-08-04 | crank version, following fchmod change |  deraadt | 1 | -2/+2 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2 | -4/+4 |
| 2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. |  deraadt | 1 | -3/+2 |
| 2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). |  kettenis | 1 | -1/+3 |
| 2019-04-25 | disable -Oz compile for SMALL_KERNEL w/ comment why |  deraadt | 1 | -2/+2 |
| 2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 1 | -1/+2 |
| 2019-04-10 | crank versions |  deraadt | 1 | -2/+2 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -2/+2 |
| 2019-04-08 | crank version; looks good deraadt |  florian | 1 | -2/+2 |
| 2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. |  tedu | 1 | -1/+5 |
| 2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 1 | -15/+15 |
| 2018-08-22 | Enable uscom(4) where uslcom(4) is already present. |  mpi | 1 | -1/+3 |
| 2018-08-20 | Remove unused spllock(). |  visa | 1 | -2/+1 |
| 2018-05-30 | Define IPL_MPFLOOR on SP archs. |  mpi | 1 | -1/+2 |
| 2018-02-14 | prune files.* entries that refer to files not in tree |  jsg | 1 | -5/+1 |
| 2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. |  tb | 1 | -2/+2 |
| 2018-01-27 | Sync the nam2blk entries with the bdevsw table, which is the |  naddy | 1 | -2/+3 |
| 2018-01-11 | Add size for free. |  visa | 1 | -2/+5 |
| 2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 1 | -2/+2 |
| 2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the |  florian | 1 | -3/+5 |
| 2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from |  patrick | 1 | -1/+12 |
| 2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 1 | -27/+2 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 3 | -6/+3 |
| 2017-08-28 | swap ualea for urng |  jasper | 1 | -2/+2 |
| 2017-08-12 | Use ctfstrip(1) by default to strip kernels. |  mpi | 1 | -2/+2 |
| 2017-07-25 | change -Os to -Oz all around the tree |  robert | 1 | -2/+2 |
| 2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) |  tb | 1 | -4/+6 |
| 2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) |  visa | 1 | -2/+2 |