summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h...Theo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-18Move boot.mac into the Attic.Patrick Wildt
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-01Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-02Make the OpenFirmware functions work with clang.gkoehler
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@Otto Moerbeek
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2020-01-10xlights(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-09-03Add clang support.Mark Kettenis
2019-09-03a sprinkling of function ansificationTheo de Raadt
2019-09-03only need one start: label; ok kettenisTheo de Raadt
2019-09-03delete incorrect casts, and a bit if ansi functions; ok jcsTheo de Raadt
2019-09-03Use cmplw mnemonic instead of cmpl with only 3 operands. Make clang happy.Mark Kettenis
2019-09-03Replace empty body of while loop with continue statement.Mark Kettenis
2019-09-03ansify functionsTheo de Raadt
2019-09-03correct indent that triggered clang to freak out; with jsg.Theo de Raadt
2019-09-02Various fixes to make clang happy.Mark Kettenis
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-10move to 6.6-betaTheo de Raadt
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt