aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* remove a stddef.h missed by phkAndrew Gallatin2000-10-271-1/+0
* Add M_ZERO to malloc calls where the result is just bzeroed.Matt Jacob2000-10-272-8/+5
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-2/+5
* Merge from i386: Add MSP ioctlRoger Hardiman2000-10-271-0/+10
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-272-0/+2
* add a version tag for the alpha linulator to depend onAndrew Gallatin2000-10-261-0/+2
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andAndrew Gallatin2000-10-261-8/+13
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-258-93/+30
* fix bogus cast in osf1_getrlimit/osf1_setrlimitAndrew Gallatin2000-10-251-4/+4
* Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptrJohn Baldwin2000-10-251-2/+0
* teach the osf1_getsysinfo() function about a few more fieldsAndrew Gallatin2000-10-252-8/+70
* Adjust commentsDavid E. O'Brien2000-10-242-8/+20
* Move bogus proc reference stuff into <machine/globals.h>. There is noMatt Jacob2000-10-231-0/+2
* Apply style(9). [best I could]David E. O'Brien2000-10-231-35/+40
* Apply style(9).David E. O'Brien2000-10-231-48/+47
* Sort the #define's.David E. O'Brien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-231-1/+1
* Re-order the #define's into a more logical one.David E. O'Brien2000-10-231-17/+18
* We need to explicitly tell the args struct for COMPAT functions we useDavid E. O'Brien2000-10-231-4/+13
* Somehow I left out sycall #98David E. O'Brien2000-10-221-0/+1
* Minor whitespace cleanup.David E. O'Brien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-221-234/+408
* Define the mtx_legal2block() macro used in the witness code that managedJohn Baldwin2000-10-201-0/+3
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingJohn Baldwin2000-10-201-1/+2
* Don't bother setting the saved IPL in the sched_lock mutex as it doesn'tJohn Baldwin2000-10-201-5/+0
* Catch up to some of the changes to _getlock_spin_block. Specifically,John Baldwin2000-10-201-4/+4
* Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_longJohn Baldwin2000-10-201-5/+5
* Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting.John Baldwin2000-10-201-4/+18
* Catch up to moving headers:John Baldwin2000-10-208-12/+11
* - machine/mutex.h -> sys/mutex.hJohn Baldwin2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hJohn Baldwin2000-10-201-5/+5
* - Make the mutex code almost completely machine independent. This greatlyJohn Baldwin2000-10-202-1018/+12
* - Expand the set of atomic operations to optionally include memory barriersJohn Baldwin2000-10-201-0/+169
* Axe the barrier_{read,write,rw}() helper functions as this method ofJohn Baldwin2000-10-201-12/+0
* Add in a simple API for memory barriers to machine/bus.h:John Baldwin2000-10-181-0/+12
* Implement write combining for crashdumps. This is useful whenPaul Saab2000-10-172-2/+3
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+0
* Fix problems booting large kernels on alphas. The symptom is that the kernelAndrew Gallatin2000-10-162-1/+8
* Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove 'device tx'. In wilko's testing it traps on bringing the interfaceBill Fumerola2000-10-122-2/+0
* kmem transfers were being double-counted due to a missing continue.Andrew Gallatin2000-10-111-0/+1
* kernacc() only knows about mapped memory, not K0SEG addresses.Andrew Gallatin2000-10-091-2/+7
* fix a typo & allow softclock to run on alphas.Andrew Gallatin2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-334/+4
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-0/+4
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridBosko Milekic2000-10-081-8/+6
* Work around a bug by adding struct tags. gcc-2.95 apparently gets theBruce Evans2000-10-061-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and toJohn Baldwin2000-10-063-3/+13
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-0517-335/+480
* Add atomic_readandclear_int and atomic_readandclear_long.John Baldwin2000-10-051-0/+42