summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* regen (missed this when I did the colemak update)abieber2019-05-131-2/+5
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-202-4/+4
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-2/+7
* Move intr_barrier(9) to the platform level so that it can be customized.visa2019-03-171-1/+7
* Remove an unused variable. Spotted by clang.visa2019-01-151-5/+1
* Remove obsolete symbols.sort target.visa2019-01-141-5/+1
* Use a faster, more reliable way to figure out how many TLB entries arevisa2018-12-131-26/+21
* Clean up the mec(4) MII read/write routines a bit.visa2018-12-102-32/+15
* Fix phy discovery on O2 systems.visa2018-12-101-5/+40
* Do not process the top 32 bits of the 64 bit interrupt mask registervisa2018-12-031-3/+3
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-038-21/+17
* 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
* Remove unused spllock().visa2018-08-201-2/+1
* Fix the locating of the OpenBSD disklabel on media with 2048 bytevisa2018-03-022-7/+13
* Declare ci_ipl volatile to prevent the compiler from optimizingvisa2018-02-245-23/+5
* prune files.* entries that refer to files not in treejsg2018-02-144-21/+4
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Let the interrupt subsystem allocate memory for the IPI handle,visa2018-01-292-5/+5
* Sync the nam2blk entries with the bdevsw table, which is thenaddy2018-01-271-2/+3
* Include <sys/mutex.h> instead of <machine/mutex.h>mpi2018-01-221-2/+2
* Add size for free.visa2018-01-111-2/+6
* Delete unnecessary <sys/file.h> includesguenther2017-12-302-4/+2
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-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
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-085-10/+5
* swap ualea for urngjasper2017-08-283-6/+6
* Use ctfstrip(1) by default to strip kernels.mpi2017-08-121-2/+2
* Add a dummy (for now) <machine/reloc.h> for mips64 to fix build.visa2017-08-121-0/+5
* Define MAXCPUS per mips64 port.visa2017-07-301-1/+2
* Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.claudio2017-07-191-1/+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
* Define register_splx_handler() in one place.visa2017-06-111-13/+2
* Move loongson/octeon/sgi unmap_startup() under arch/mips64.visa2017-06-081-12/+1
* Split early startup code out of locore.S into locore0.S. Adjust linkvisa2017-06-085-25/+95
* 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
* The device_to_pa routine really isn't needed. We always have physicalvisa2017-05-116-78/+40
* add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg2017-05-081-1/+2