Age | Commit message (Expand) | Author |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-08 | macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-09-03 | Add clang support. | Mark Kettenis |
2019-09-03 | a sprinkling of function ansification | Theo de Raadt |
2019-09-03 | only need one start: label; ok kettenis | Theo de Raadt |
2019-09-03 | delete incorrect casts, and a bit if ansi functions; ok jcs | Theo de Raadt |
2019-09-03 | Use cmplw mnemonic instead of cmpl with only 3 operands. Make clang happy. | Mark Kettenis |
2019-09-03 | Replace empty body of while loop with continue statement. | Mark Kettenis |
2019-09-03 | ansify functions | Theo de Raadt |
2019-09-03 | correct indent that triggered clang to freak out; with jsg. | Theo de Raadt |
2019-09-02 | Various fixes to make clang happy. | Mark Kettenis |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
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-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
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-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-01-22 | flense more trailing whitespace | Peter Hessler |
2019-01-22 | remove trailing whitespace in the Laptop Package part of the license text. | Peter Hessler |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-09-22 | Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. | Stefan Sperling |
2018-09-21 | Enable bwfm(4) in GENERIC on macppc. | Stefan Sperling |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
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-27 | Sync the nam2blk entries with the bdevsw table, which is the | Christian Weisgerber |
2018-01-22 | <machine/mutex.h> -> <sys/mutex.h> | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-11-27 | Enable ne(4) at pcmcia. | Martin Pieuchot |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray |
2017-10-11 | input files should not be .o; from Scott Cheloha | Theo de Raadt |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |