summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
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
2014-10-02Pass the right bus_dmatag_t to the children.Miod Vallat
2014-09-30implement atomic operations using ll/sc, and convert rw_cas and callers of theJonathan Matthew
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadyBrad Smith
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-19More PIC programming magic, as well as a specific workaround for lostMiod Vallat
2014-08-19Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section.Miod Vallat
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-17Rework management of the external L2 cache on the few Indy/Indigo2 systemsMiod Vallat
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13Still needs <sys/reboot.h>Miod Vallat
2014-07-13Remove stale comment which used to explain why we had a special 31-bit freelistMiod Vallat
2014-07-12reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs)Masao Uebayashi
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot