summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-2/+2
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2-2/+5
2020-12-09Use daddr_t and not daddr32_t in boot media.krw4-9/+9
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-07-06wire up kstat(4)dlg1-2/+3
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-3/+0
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+10
2020-05-27Retire <machine/varargs.h>.visa1-3/+0
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-03-27Enable FFS2 on the landisk ramdisk. Booting from FFS2 is trickyotto1-1/+2
2020-01-23wire up pppac(4) to some majors on each arch.dlg1-1/+2
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.mpi1-2/+3
2019-12-23The boot loader allows to inspect memory with the hexdump command.bluhm1-2/+7
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk2-2/+5
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-1/+4
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-2/+2
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-4/+4
2019-10-20Improve previouskn1-5/+2
2019-10-20Document "set db_console 0|1"kn1-3/+10
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha1-3/+1
2019-08-04crank version, following fchmod changederaadt1-2/+2
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2-4/+4
2019-06-21Further improve the filesystem stability of kernel installation by KARL.deraadt1-3/+2
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).kettenis1-1/+3
2019-04-25disable -Oz compile for SMALL_KERNEL w/ comment whyderaadt1-2/+2
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt1-1/+2
2019-04-10crank versionsderaadt1-2/+2
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
2019-04-08crank version; looks good deraadtflorian1-2/+2
2019-04-01fast track ddb> reboot command to skip anything which might panic again.tedu1-1/+5
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton1-15/+15
2018-08-22Enable uscom(4) where uslcom(4) is already present.mpi1-1/+3
2018-08-20Remove unused spllock().visa1-2/+1
2018-05-30Define IPL_MPFLOOR on SP archs.mpi1-1/+2
2018-02-14prune files.* entries that refer to files not in treejsg1-5/+1
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.tb1-2/+2
2018-01-27Sync the nam2blk entries with the bdevsw table, which is thenaddy1-2/+3
2018-01-11Add size for free.visa1-2/+5
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyderaadt1-2/+2
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian1-3/+5
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick1-1/+12
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi1-27/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt3-6/+3
2017-08-28swap ualea for urngjasper1-2/+2
2017-08-12Use ctfstrip(1) by default to strip kernels.mpi1-2/+2
2017-07-25change -Os to -Oz all around the treerobert1-2/+2
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)tb1-4/+6
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)visa1-2/+2