summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-2/+2
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Use daddr_t and not daddr32_t in boot media.krw2020-12-094-9/+9
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Enable FFS2 on the landisk ramdisk. Booting from FFS2 is trickyotto2020-03-271-1/+2
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-2/+3
* The boot loader allows to inspect memory with the hexdump command.bluhm2019-12-231-2/+7
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-172-2/+5
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+4
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-4/+4
* Improve previouskn2019-10-201-5/+2
* Document "set db_console 0|1"kn2019-10-201-3/+10
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-041-3/+1
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-032-4/+4
* Further improve the filesystem stability of kernel installation by KARL.deraadt2019-06-211-3/+2
* Enable ucrcom(4) on all architectures that have uslcom(4).kettenis2019-05-081-1/+3
* disable -Oz compile for SMALL_KERNEL w/ comment whyderaadt2019-04-251-2/+2
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* crank version; looks good deraadtflorian2019-04-081-2/+2
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-1/+5
* markup boot prompt commands using Ic, not Nm; ok jmc@anton2019-01-021-15/+15
* Enable uscom(4) where uslcom(4) is already present.mpi2018-08-221-1/+3
* Remove unused spllock().visa2018-08-201-2/+1
* Define IPL_MPFLOOR on SP archs.mpi2018-05-301-1/+2
* prune files.* entries that refer to files not in treejsg2018-02-141-5/+1
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Sync the nam2blk entries with the bdevsw table, which is thenaddy2018-01-271-2/+3
* Add size for free.visa2018-01-111-2/+5
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-2/+2
* Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian2017-11-041-3/+5
* When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick2017-09-281-1/+12
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-27/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-083-6/+3
* swap ualea for urngjasper2017-08-281-2/+2
* Use ctfstrip(1) by default to strip kernels.mpi2017-08-121-2/+2
* change -Os to -Oz all around the treerobert2017-07-251-2/+2
* Stop automatically regenerating gap.o (and hence linking a new kernel)tb2017-07-181-4/+6
* Pass the linker from make environment to makegap.sh. This is (only)visa2017-07-161-2/+2