summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+0
* 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-233-3/+6
* Enable FFS2 in sgi bootblocks and ramdisks.visa2020-04-065-5/+10
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-173-3/+6
* 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
* Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2019-09-046-18/+6
* Further improve the filesystem stability of kernel installation by KARL.deraadt2019-06-211-3/+2
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* Remove obsolete symbols.sort target.visa2019-01-141-5/+1
* Bring over gapdummy.c changes from amd64/amr64/armv7/i386.kettenis2018-10-311-2/+2
* add gapdummy.c to the "clean" target like other generated filesnaddy2018-09-141-2/+2
* prune files.* entries that refer to files not in treejsg2018-02-143-12/+3
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian2017-11-041-3/+5
* When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick2017-09-281-1/+12
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-27/+2
* swap ualea for urngjasper2017-08-283-6/+6
* Use ctfstrip(1) by default to strip kernels.mpi2017-08-121-2/+2
* Stop automatically regenerating gap.o (and hence linking a new kernel)tb2017-07-181-4/+6
* Pass the linker from make environment to makegap.sh. This is (only)visa2017-07-161-2/+2
* put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldespie2017-06-291-2/+2
* dull dependency for copying makegap.sh to obj, so that installsderaadt2017-06-251-2/+2
* Generate a gap.link script, and use that to generate gap.o. On multi-ABIderaadt2017-06-221-23/+17
* newbsd: target which re-links a kernel. We cannot use the bsd: targetderaadt2017-06-131-1/+7
* make vers.o not depend on gap.o using a trick, because it is piece ofderaadt2017-06-111-2/+2
* Use umask 077 instead of cp -p when installing the kernel as root.bluhm2017-06-111-2/+2
* Split early startup code out of locore.S into locore0.S. Adjust linkvisa2017-06-082-8/+22
* The arm* architectures edit the ld.script, creating a copy in the compilederaadt2017-06-051-4/+6
* Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.deraadt2017-06-031-4/+5
* Build mips64 kernels with -ffreestanding.visa2017-03-181-5/+3
* Build kernel with DEBUG=-g by default.mpi2016-11-291-2/+2
* Clean up the kernel Makefile's:natano2016-11-151-16/+4
* We don't generate an eddep script for kernel builds nowadays. The lastnatano2016-10-271-2/+2
* make cleandir should skip the version file; ok otto millertderaadt2016-10-241-2/+2
* cleandir: target for kernel compile directoriesderaadt2016-10-151-2/+5
* Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,deraadt2016-10-141-2/+4
* Add -Wno-pointer-sign to all our gcc4 architectures.kettenis2016-09-241-2/+2
* enable ure(4) where we already have url(4)jmatthew2016-06-286-6/+12
* I forgot to enable utvfu(4) for the sgi arch.mglocker2016-06-023-3/+15
* Do not remove local symbols from the table.mpi2016-04-291-4/+3
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-1/+6
* Enable uonerng(4) where ualea(4) is already present.mpi2016-01-083-3/+6
* welcome GENERIC.IP27 MP (dual cpu on O350 now)deraadt2015-12-271-0/+6
* Define KERNBASE in addition to LINK_ADDRESS.miod2015-11-0212-12/+24
* Make sure the openbsd.randomdata section is located before the edata symbol.miod2015-09-221-0/+2
* The mplock implementations on MP-enabled mips64 platforms, octeon andvisa2015-09-091-2/+1