summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2015-06-05And ... more discussion occurs between miod and kettenis aboutTheo de Raadt
2015-06-05And part 2 of the onfault repair. Do the actual clearing of pcb_onfaultTheo de Raadt
2015-06-05Do not unconditionally clear pcb_onfault after a uvm_fault. That willTheo de Raadt
2015-06-05these days, curproc is never NULL, so skip those checks.Theo de Raadt
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-19Move acquisition of the kernel lock deeper in the interrupt path, and makeMiod Vallat
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-02fix build with option DEBUGMiod Vallat
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-17while trying to reproduce lockups on mp alpha i hit anDavid Gwynne
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-02-15Change pmap_remove_holes() to take a vmspace instead of a map as its argument.Miod Vallat
2015-02-11the only user of __cpu_cas is lock_machdep, so move it there.David Gwynne
2015-02-11get SPINLOCK bits from machine/lock.h instead of sys/lock.hDavid Gwynne
2015-02-11get the SPINLOCK bits from machine/lock.hDavid Gwynne
2015-02-11alpha (nor any other arch) uses any types or api provided by sys/lock.h.David Gwynne
2015-02-11slight knf, and __inline is really spelled inline.David Gwynne
2015-02-11make the rwlock implementation MI.David Gwynne
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-09_LKM leftoversMiod Vallat
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-04EV68CB pass 2.4 is numeric revision 5, as reported by SRM.Miod Vallat
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-03Some bowels of the bus_dma code assume it is ok to perform bitwise operationsMiod Vallat
2014-12-24Partially revert 1.46 and print more details when panicing at the end ofMiod Vallat
2014-12-24tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access toMiod Vallat
2014-12-18ansi function prototypes. no functional change.David Gwynne
2014-12-18white space tweaks, no functional change.David Gwynne
2014-12-18replace splhigh and a simplelock with a mutex.David Gwynne
2014-12-17remove simplelocksTheo de Raadt
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-13Create a MOP version of the network boot loader; verified to boot on DEC 3000.Miod Vallat
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-12remove some unused filesJonathan Gray
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt