summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2004-07-06assert is dumb dumb dumb; no objection from miodTheo de Raadt
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherTheo de Raadt
2004-07-04turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks theTheo de Raadt
2004-07-03sigh, not yetTheo de Raadt
2004-07-03Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@Todd C. Miller
2004-07-03oops something went wrong in commitTheo de Raadt
2004-07-03{e,}intr{names,cnt} are extinctTheo de Raadt
2004-06-28oopsTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
2004-06-08pull up cpuid_t define from smp branch. Kill alpha specific defininitionMarco S Hyman
2004-06-08pull ncpus support from smp tree into main branch.Marco S Hyman
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-25replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8);Jason McIntyre
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-16provide MI splaudio(); ok miodPeter Valchev
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-02-13typoJolan Luff
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-16cia* is not needed on floppyB, all these machines use tsc*. but at leastTheo de Raadt
2004-01-13grog EV68Theo de Raadt
2004-01-13support mbuf handling in alpha sgmap dma maps; from netbsdTheo de Raadt
2004-01-13need mbuf.hTheo de Raadt
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-22typos from Jared Yanovich;Jason McIntyre
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Avoid a race condition while swapping in a process.Thomas Nordin
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-02Our extent implementation relies on the fact that extents all have distinctMiod Vallat
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-10Do not trust and use uvm_useracc, but rather always check copy{in,out} forMiod Vallat