summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Expand)Author
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-12-16- remove unused variablesmrg
2013-08-08Bump RAMDISK size so that the contents fits again.he
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
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-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
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-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-28Fix -fno-common fallout.matt
2012-07-28Remove declartions of physmemmatt
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-11-16Make sure "struct clockframe" is declared before declaring ahe
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-18Change bcond/BCOND to regimm/REGIMM to better match the MIPS nomenclature.matt
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-17Switch MIPS and MIPS-ish architectures to new-style <sys/bus.h>. Thisdyoung
2011-07-13build this as a o32 application.mrg
2011-07-09Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-30dependant -> dependentwiz
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-04-03Fix 'tags' target.dyoung
2011-03-18- no need to define MACHINE_ARCH in MD headertsutsui
2011-03-06Now that MACHINE is defined in user-land in eitherhe
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-03-06Remove trailing spaces.tsutsui
2011-03-02Fix misplaced #endif. PR port-arc/44664tsutsui
2011-02-20Merge forward from matt-nb5-mips64.matt
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2011-01-21Switch remaining platforms to modern CPP for assembler.joerg
2011-01-08Update some items to reflect reality.tsutsui
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-11-23Remove unused count from pseudo-device md.hannken
2010-11-15struct proc * deref.uebayasi