summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi
AgeCommit message (Expand)AuthorFilesLines
2021-03-21Disambiguate expressions.visa1-3/+3
2021-03-11spellingjsg12-35/+35
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.visa1-7/+37
2021-02-11Leave out gp initialization from kernel entry on mips64visa3-7/+2
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton3-3/+6
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr4-4/+9
2020-12-09Use daddr_t and not daddr32_t in boot media.krw4-10/+10
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa6-15/+6
2020-07-18Userland timecounter implementation for octeonvisa1-2/+2
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick3-6/+6
2020-07-06Add support for timeconting in userland.pirofti3-4/+31
2020-07-06wire up kstat(4)dlg1-2/+3
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-5/+0
2020-06-06Adjust sgi bootblocks' iostrategy routinesvisa2-4/+12
2020-06-06Let sgi bootblocks build again.visa1-4/+4
2020-06-06Fix previous commit.visa1-2/+2
2020-06-05cpu_rnd_messybits() for mips64visa1-10/+1
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+10
2020-05-27Retire <machine/varargs.h>.visa1-5/+0
2020-05-26sgi had the same bug as sparc64 -- failed to put readdir and fchmodderaadt1-3/+6
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt1-1/+7
2020-05-25fchmod() will be needed soon.deraadt1-2/+2
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,deraadt1-12/+18
2020-05-25change wsdisplay attribute type from long to uint32_tjsg6-64/+64
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg6-19/+19
2020-05-21Use <dev/clock_subr.h> in dsclock(4).visa1-34/+43
2020-05-21Use <dev/clock_subr.h> in dpclock(4).visa1-31/+42
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).visa1-64/+81
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-6/+6
2020-04-14Fix some of the more esoteric bus_space functions. Thekettenis1-7/+8
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,visa1-2/+2
2020-04-06Enable FFS2 in sgi bootblocks and ramdisks.visa9-11/+18
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-5/+2
2020-01-23wire up pppac(4) to some majors on each arch.dlg1-1/+2
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.mpi1-2/+3
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.visa2-8/+8
2019-12-20Replace a lonely TRUE.visa1-2/+2
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk4-4/+9
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther1-1/+8
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-2/+2
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-3/+8
2019-10-28merge version directly into codederaadt3-50/+5
2019-10-17sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2-4/+4
2019-09-05Implement splassert() on mips64.visa1-1/+17
2019-09-05Adjust interrupt priority levels on mips64 so that prioritiesvisa1-23/+20
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha6-18/+6
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-3/+3