summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-27Fix pmon_iostrategy()Visa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-06Update my email address.Paul Irofti
2020-03-03Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@Otto Moerbeek
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
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
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Fix build.Visa Hankala
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
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-09-05Implement splassert() on mips64.Visa Hankala
2019-09-05Adjust interrupt priority levels on mips64 so that prioritiesVisa Hankala
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
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-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-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-01compile fix from visaTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-17Move intr_barrier(9) to the platform level so that it can be customized.Visa Hankala
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-14Remove obsolete symbols.sort target.Visa Hankala