summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.Theo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-04-06tedu the raidframe.Joel Sing
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-11-18Don't bother keeping a local copy of boot_dev in parse_prom_bootdev().Miod Vallat
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-22Comment out wsmux to save kernel text, since USB support is missing fromMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-10add tlphy everywhere tl is enabledJonathan Gray
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-09-04Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withMiod Vallat
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-06Make alpha consistent with our other architectures by using "longMatthew Dempsky
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-06Forgot to `cvs add' this file during alpha boot block changes, sorry.Miod Vallat
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;Miod Vallat
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-23Implement C99 floating-point environment for Alpha.Martynas Venckus
2011-04-23Sysarch is for userland, not kernel.  ifdef _KERNEL -> ifndef _KERNELMartynas Venckus
2011-04-21Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''Miod Vallat
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe