summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-12Also print the error registers in the ddb callback.Miod Vallat
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-05Do not make ip22_{slow,fast}_mode() public anymore.Miod Vallat
2015-09-05Give up trying to map DMA descriptor in uncached memory on ECC flavours of theMiod Vallat
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2015-06-24Attempt to explain how this device works. Based upon a private mail I wroteMiod Vallat
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-16Clear the PIC `write request' memory at initialization time. There isMiod Vallat
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-05-01Do not grab the kernel lock for clock interrupts. Help and ok kettenis@Miod Vallat
2015-04-21rework sgi mutexes to use the owner pointer as the lock.David Gwynne
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-03-29Convert to if_input(), tested by miod@ and sebastia@.Martin Pieuchot
2015-03-23Add an helper routine if defined(DDB), which might help figuring out whyMiod Vallat
2015-03-11Convert to if_input(), tested by jasper@.Martin Pieuchot
2015-03-11Convert to if_input(), tested by jasper@, thanks!Martin Pieuchot
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-06Fix bios_printf format specifier in debug code.Miod Vallat
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-02Fix a few format string warnings, allow to build DEBUG kernel on sgiSebastian Reitenbach
2014-12-22unifdef INETTed Unangst
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-07Add missing load_font and list_font accessops, as well as crude screen burnerMiod Vallat
2014-12-07Remove wrong comment.Miod Vallat
2014-12-07Avoid extra space in dmesgMiod Vallat
2014-12-07Probe the keyboard for its dip switches also if it is the console keyboard,Miod Vallat
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-04Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler()Miod Vallat
2014-11-25Brag about what OS we are running on the LCD panel, if there is one.Miod Vallat
2014-11-24Do not attempt to dereference NULL pointers when encountering an empty SCSIMiod Vallat
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-11Check for the `oscillator failure' condition, and do not register as a reliableMiod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-08if SMALL_KERNEL do not register the imc_watchdog_cb callback. We stillTheo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith