summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
AgeCommit message (Expand)Author
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-30Mask sb pci irq bits for a,b,c,d instead of a,b,b,d.Jonathan Gray
2016-08-23The TLB refill and XTLB refill exceptions use distinct exception vectorsVisa 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-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-01-12include files.hid before files.i2cTheo de Raadt
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback
2015-09-30Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2009-08-04By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt
2015-09-27Use readdisksector() instead of manual buf initialization. These areKenneth R Westerback
2015-09-22Make sure the openbsd.randomdata section is located before the edata symbol.Miod Vallat
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-08-15typoMiod Vallat
2015-07-19don't check for the name in attach_args being NULL; nothing should callJasper Lievisse Adriaanse
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
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-05-07fix indentationJonathan Gray
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-02-07APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07New framework that allows hibernate to pass in entropy from it's freshTheo de Raadt
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-04add new driver uslhcom(4) USB HID based UART.uaa
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-18use suspend_randomness() and resume_randomness()Theo de Raadt
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov