summaryrefslogtreecommitdiff
path: root/sys/arch/prep
AgeCommit message (Expand)Author
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2016-04-30Appease gcc - error: 'error' may be used uninitialized in this functionskrll
2015-12-21Add mips fenv.h (From FreeBSD)christos
2015-12-20new powerpc fenv.hchristos
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-09-26Remove KMEMSTATS. Normally it's ok now.maxv
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-11-16Remove unused extended attributes kernel optionsmanu
2014-11-12Support for UFS1 extended attributes in GENERIC and GENERIC-like kernelsmanu
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-23Systematize (and in many cases, fix) the comments on options COMPAT_NN.dholland
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb
2014-08-10Unify all arch/*/stand's atoi() to MI libsa.isaki
2014-08-08Mark _rtt as deadjoerg
2014-08-08Don't set -mmultiple or -mno-string for PowerPC, the difference is toojoerg
2014-08-07Use cmpwi.joerg
2014-08-06Consistently define WARN in a way that passes format string checks, i.e.joerg
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-23Rename sljitarch.h to sljit_machdep.h.alnsn
2014-06-10Fix SCSI reads beyond block 0x1fffff, by writing the READ_10/READ_16 opcodephx
2014-04-03GCC 4.8 build fixes from John D. Bakermrg
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-27correct/add protection against snprintf overflow.christos
2014-03-26kill sprintfchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-28G/C sys/simplelock.h includesskrll
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-11-17Enable sljit and bpfjit on powerpc.alnsn
2013-08-21Use <bsd.klinks.mk>matt
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-28undefined behavior, buffer overflowchristos
2013-06-05remove obsolete networking optionschristos
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-04-27more bogus number removalchristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-04-21Fix hangup to interrupt on cascading PIC.kiyohara
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2012-12-08Add required attribute mk48txx to nvram.kiyohara
2012-12-01Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').mbalmer
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-08-17Update all kernel configs mentioning WSEMUL_* but not already includingabs
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer