Age | Commit message (Expand) | Author |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-21 | Use <dev/clock_subr.h> in dsclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dpclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dsrtc(4). | Visa Hankala |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-04-14 | Fix some of the more esoteric bus_space functions. The | Mark Kettenis |
2020-04-06 | Build bootecoff with divdi3.c. bootecoff needs __divdi3, | Visa Hankala |
2020-04-06 | Enable FFS2 in sgi bootblocks and ramdisks. | Visa Hankala |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. | Visa Hankala |
2019-12-20 | Replace a lonely TRUE. | Visa Hankala |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-28 | merge version directly into code | Theo de Raadt |
2019-10-17 | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-09-05 | Implement splassert() on mips64. | Visa Hankala |
2019-09-05 | Adjust interrupt priority levels on mips64 so that priorities | Visa Hankala |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
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 |