summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate expressions.visa2021-03-211-3/+3
* spellingjsg2021-03-1112-35/+35
* Make kernel ld.script similar to octeon's on loongson and sgi.visa2021-02-181-7/+37
* Leave out gp initialization from kernel entry on mips64visa2021-02-113-7/+2
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-043-3/+6
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-234-4/+9
* Use daddr_t and not daddr32_t in boot media.krw2020-12-094-10/+10
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-266-15/+6
* Userland timecounter implementation for octeonvisa2020-07-181-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-103-6/+6
* Add support for timeconting in userland.pirofti2020-07-063-4/+31
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-5/+0
* Adjust sgi bootblocks' iostrategy routinesvisa2020-06-062-4/+12
* Let sgi bootblocks build again.visa2020-06-061-4/+4
* Fix previous commit.visa2020-06-061-2/+2
* cpu_rnd_messybits() for mips64visa2020-06-051-10/+1
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+10
* Retire <machine/varargs.h>.visa2020-05-271-5/+0
* sgi had the same bug as sparc64 -- failed to put readdir and fchmodderaadt2020-05-261-3/+6
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* /etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt2020-05-261-1/+7
* fchmod() will be needed soon.deraadt2020-05-251-2/+2
* make loadrandom() return 0 for success, -1 for failure. While here,deraadt2020-05-251-12/+18
* change wsdisplay attribute type from long to uint32_tjsg2020-05-256-64/+64
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-256-19/+19
* Use <dev/clock_subr.h> in dsclock(4).visa2020-05-211-34/+43
* Use <dev/clock_subr.h> in dpclock(4).visa2020-05-211-31/+42
* Use <dev/clock_subr.h> in dsrtc(4).visa2020-05-211-65/+82
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-6/+6
* Fix some of the more esoteric bus_space functions. Thekettenis2020-04-141-7/+8
* Build bootecoff with divdi3.c. bootecoff needs __divdi3,visa2020-04-061-2/+2
* Enable FFS2 in sgi bootblocks and ramdisks.visa2020-04-069-11/+18
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-5/+2
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-211-2/+3
* Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.visa2019-12-202-8/+8
* Replace a lonely TRUE.visa2019-12-201-2/+2
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-174-4/+9
* Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther2019-11-091-1/+8
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-3/+8
* merge version directly into codederaadt2019-10-283-50/+5
* sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-172-4/+4
* Implement splassert() on mips64.visa2019-09-051-1/+17
* Adjust interrupt priority levels on mips64 so that prioritiesvisa2019-09-051-23/+20
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-046-18/+6
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-3/+3