summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2014-02-22Allow kernels without tsciic to build.martin
2014-02-21Add tsciic and more (commented out) DS20L i2c devices.jdc
2014-02-21Add tsciic, a driver for the DECchip 21272 Core Logic chipset I2C controller.jdc
2014-01-24Add raid to the install kernelmartin
2014-01-22undo rump workaroundchristos
2014-01-22Add pseudo-device bpfilter to use DHCP client.tsutsui
2014-01-21rumpkernel needs ci_pcc_freqchristos
2014-01-20Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.tsutsui
2014-01-20Check and set "is_console" property to PCI displays for framebuffer drivers.tsutsui
2014-01-19Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly.tsutsui
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-15Revert previous. PR/48431 claims ALPHA_PHYS_TO_K0SEG() is necessary.tsutsui
2014-01-13bus_space_mmap(9) function should return alpha_btop(PA), not alpha_btop(VA).tsutsui
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2014-01-01Define kernel_pmap_store as a pmap followed by ALPHA_MAXPROCS pmap_asn_info.matt
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2014-01-01Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now.matt
2013-12-23Revert previous commit. It was an accident.skrll
2013-12-18Silence gcc 4.8skrll
2013-11-10use __unused instead of __USE and void cast to mark iterator variable unusedchristos
2013-11-04convert to flex arraychristos
2013-11-04move ifdef'ed out code inside if 0christos
2013-11-04mark variables usedchristos
2013-11-04remove unused variablechristos
2013-11-04mark variable __diagusedchristos
2013-11-04make volatile variable as __USED()christos
2013-11-04remove unused variablechristos
2013-11-04remove unused codechristos
2013-11-03use __USE() in the iterator variablechristos
2013-11-03move unused variable inside if 0christos
2013-11-03more unused inside 0christos
2013-11-03move unused code inside if 0christos
2013-10-15Add devices:jdc
2013-10-15Add sysmon (required for the envsys framework).jdc
2013-09-23KNF and TAB/space cleanup.tsutsui
2013-09-23Remove a 'register' declaration. Noted in PR port-alpha/48148.tsutsui
2013-09-23Add support for AlphaStation DS15.tsutsui
2013-08-22-extend the pcu(9) API by a function which saves all context on thedrochner
2013-07-11Add a RCSID macro for non _KERNEL usematt
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-27don't forget to insert the io to the listchristos
2013-06-26Use sy_invokematt
2013-06-05remove obsolete networking optionschristos
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-11add missing SSIZE_MINchristos
2013-03-10Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos