aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* MFC: Simplify the i8254 timecounter on Alpha, enable use of the alphaJohn Baldwin2006-03-141-104/+16
* MFC Rev 1.24Jeff Roberson2006-03-131-0/+41
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-102-34/+48
* MFC: Close some races between procfs/ptrace and exit1() by changingJohn Baldwin2006-03-072-3/+28
* MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64.John Baldwin2006-03-011-1/+1
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-1/+1
* MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINITJohn Baldwin2005-12-221-1/+0
* MFC rev 1.40: Improve inittodr().Marcel Moolenaar2005-11-291-52/+40
* MFCAlan Cox2005-11-191-17/+10
* MFCAlan Cox2005-11-131-2/+2
* MFC:Ade Lovett2005-10-281-0/+2
* MFC: Pin curthread longer during an interrupt so that we don't have toJohn Baldwin2005-10-061-17/+16
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+22
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-36/+36
* MFC: Add a memory barrier for PREWRITE operations to ensure all writes byJohn Baldwin2005-09-261-0/+4
* Try to avoid crashes during kernel startup by limiting the # of EISAWilko Bulte2005-09-251-0/+3
* Now that our showstopper list has shrunk, take another step closer to theScott Long2005-09-181-9/+0
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-61/+18
* Regenerate.John Baldwin2005-07-206-205/+205
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-202-200/+200
* MFC: Add 'sysent' target.John Baldwin2005-07-181-1/+3
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-91/+99
* - Remove spl's from osf1_usleep_thread().John Baldwin2005-07-071-8/+4
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Do not allocate memory based on not-checked argument from userland.Pawel Jakub Dawidek2005-06-111-6/+2
* Fix copy&paste bug.Pawel Jakub Dawidek2005-06-111-1/+1
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-31/+19
* MFP4:Joseph Koshy2005-06-091-0/+13
* Avoid code duplication in serval places by introducing universalPawel Jakub Dawidek2005-06-091-43/+25
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-4/+10
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Until someone who owns the various TGA-based cards has time to fix theWilko Bulte2005-06-061-1/+2
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-306-685/+687
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-302-757/+924
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-2/+2
* o Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-86/+1
* White space normalization: use tabs instead of spaces before and afterRobert Watson2005-05-291-39/+39
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-63/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-281-7/+5
* For ISA DMA maps, the chipsets scatter/gather feature is used. AsMarcel Moolenaar2005-05-251-0/+3
* Add missing jail.h include.Pawel Jakub Dawidek2005-05-221-0/+1
* This code seems to be dead, but anyway:Pawel Jakub Dawidek2005-05-221-3/+9
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-1/+1
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-144-97/+123
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-7/+18
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-7/+43
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-122-4/+4