summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-14Oops, IPL_NONE is not zero in HEAD.Miod Vallat
2007-05-11simple misspell, miod@ okJanne Johansson
2007-05-07Move sgo to __HAVE_CPUINFO.Mark Kettenis
2007-05-05Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.Miod Vallat
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03Enable support for > 512MB of physical memory on mips64 systems, by usingMiod Vallat
2007-05-01Simple monoprocessor mutex implementation, faster than the MI code, four leftMiod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-04-26Be more careful when changing cop0 SR value; or flags in instead of settingMiod Vallat
2007-04-26Do not invoke arcbios routines from the moment our page tables are set up,Miod Vallat
2007-04-21do not ignore linker failures; ok miodTheo de Raadt
2007-04-10Do not compile unused dump_tlb() unless option DEBUG.Miod Vallat
2007-03-23Real atomic_{set,clear}bits_int implementation, and replace similarMiod Vallat
2007-02-26Zero rval[1] in setregs.Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-10-18enable IPv6 on the RAMDISK image.Brad Smith
2006-09-23delete blank line; Paul StoeberTheo de Raadt
2006-08-11no O2's with a R14000 CPU were made, so remove superfluous code.Jasper Lievisse Adriaanse
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-09I don't think we're talking about animals in here, soMichael Knudsen
2006-06-26enable mpiDavid Gwynne
2006-06-11Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@Matthieu Herrb
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-05-27Eradicate the type 'bus_dmasync_op_t'. Unused. SporadicallyKenneth R Westerback
2006-05-07fix pmap debug code and only compile it when PMAPDEBUG is defined.Robert Nagy
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-14no need for an aperture. we are unlikely to ever allow pci video cardsTheo de Raadt
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-12remove splimp.Brad Smith
2006-03-04| -> ||Brad Smith
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Cut buffers pressure down to 35% of kvm max, since (for now) kvm isMiod Vallat
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2006-01-04Use symbolic constants for the MACE ISA address range in mace_space_unmap()Miod Vallat
2006-01-04Better rounding logic when registering memory regions in uvm; we would loseMiod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-20Since we are allowed to rely on the fact that the pcb is the first elementMiod Vallat
2005-12-20Remove initial extent storage for crime and mace bus_space. By the timeMiod Vallat
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-17Let the xtlb refill handler fault if the userland va is out of the supportedMiod Vallat
2005-12-12Correct uvm_km_suballoc() arguments, do not make phys_map pageable.Miod Vallat