Age | Commit message (Expand) | Author |
2020-05-25 | Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h... | 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-18 | Move boot.mac into the Attic. | Patrick Wildt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-01 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-15 | Commented WITNESS entry. | Martin Pieuchot |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-05 | crank to 6.7-beta | Theo de Raadt |
2020-04-02 | Make the OpenFirmware functions work with clang. | gkoehler |
2020-03-16 | Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@ | Otto Moerbeek |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-01-26 | try disconnecting old world boot.mac bootloader for a bit | Ted Unangst |
2020-01-24 | mesh(4) is old world and only new world macppc hardware is supported. | Kenneth R Westerback |
2020-01-24 | mesh(4) is old world and only new world macppc hardware is supported. | 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 |
2020-01-21 | remove unfinished macppc esp driver. | Ted Unangst |
2020-01-10 | xlights(4): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-05 | Remove clause #3 from mrg@NetBSD license. | Martin Pieuchot |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
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-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 |