summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2017-06-11make vers.o not depend on gap.o using a trick, because it is piece ofTheo de Raadt
2017-06-11Use umask 077 instead of cp -p when installing the kernel as root.Alexander Bluhm
2017-06-11Define register_splx_handler() in one place.Visa Hankala
2017-06-08Move loongson/octeon/sgi unmap_startup() under arch/mips64.Visa Hankala
2017-06-08Split early startup code out of locore.S into locore0.S. Adjust linkVisa Hankala
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-05-11The device_to_pa routine really isn't needed. We always have physicalVisa Hankala
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-02printf format strings should be literals. Reminded by clang.Visa Hankala
2017-03-18Build mips64 kernels with -ffreestanding.Visa Hankala
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-08Fix logic in the driver preventing it to receive broadcast framesMartin Pieuchot
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-11Always leave one free slot in the Tx ring to avoid ambiguity with ringVisa Hankala
2017-02-11Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.Visa Hankala
2017-02-11Let MP-safe interrupt handlers run without the kernel lock on sgi.Visa Hankala
2017-02-10Unbreak 'config -p'.Martin Pieuchot
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-15Harmonize the way frame buffer drivers display resolution and colorFrederic Cambus
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-27Revert previous `ncpus' change because the percpu code now worksVisa Hankala
2016-10-26Increment `ncpus' to its final value already during autoconfiguration soVisa Hankala
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-05Make the sgi boot blocks read the real OpenBSD disklabel instead ofVisa Hankala
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-31regenJeremie Courreges-Anglas
2016-08-16Remove RM7000/RM9000-specific performance counter code. It originatesVisa Hankala
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-02I forgot to enable utvfu(4) for the sgi arch.Marcus Glocker
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst