aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-261-6/+0
* sys/sys/limits.h:Alexander Kabaev2003-05-192-4/+4
* Style fixes.Alexander Kabaev2003-05-041-9/+12
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-64/+4
* Remove unmatched #endif left over incidenntally in last commit.Alexander Kabaev2003-04-281-1/+0
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-54/+39
* Protect the per-process UAC field with the proc lock where it isn't alreadyJohn Baldwin2003-04-171-1/+1
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-101-9/+5
* - Kill the pv_flags member of the alpha mdpage since it stop being usedJohn Baldwin2003-04-101-1/+0
* Fix the osf1 abi module on SMP systems by making the size ofAndrew Gallatin2003-03-292-2/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* MFi386 revision 1.88Alan Cox2003-03-011-6/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-261-1/+1
* Remove support for running in SimOS. The support has rotted overMarcel Moolenaar2003-02-251-10/+0
* Workaround for compiling LINT. Large kernels (like LINT) can haveMarcel Moolenaar2003-02-231-20/+32
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-3/+3
* Implement fpclassify():Mike Barcroft2003-02-082-0/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-291-0/+6
* Protect against multiple inclusions.David E. O'Brien2003-01-181-0/+5
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-164-14/+14
* Cast pointers in mem*_io() compat macros to uintptr_t so that they can beJohn Baldwin2002-11-081-5/+5
* Wrap ()'s around an argument before casting it to a void *. If theJohn Baldwin2002-11-061-6/+6
* - Enable the use of UMA_MD_PAGE_ALLOC on alpha.Jeff Roberson2002-11-011-0/+6
* Remove extranious memory barriers, and correct the placement of a few others.Andrew Gallatin2002-10-301-14/+4
* Use the newer "+" modifier on output contraints when a register orJohn Baldwin2002-10-252-62/+62
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-254-7/+25
* psl.h isn't referenced anywhere that I could find on the alpha, so removePeter Wemm2002-10-211-32/+0
* Add a bus_space_unmap() for the puc (and possibly other) drivers.Andrew Gallatin2002-10-211-0/+14
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesAndrew Gallatin2002-10-201-0/+20
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-10/+0
* Add standards visibility conditionals. Change any uses of sigset_t toMike Barcroft2002-10-131-5/+10
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-4/+10
* CPU_MAXID shouldDavid E. O'Brien2002-10-061-1/+1
* Fix namespace issues by using visibility conditionals fromMike Barcroft2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.Mike Barcroft2002-10-041-8/+13
* New bus_dma interfaces for use by crypto device drivers:Sam Leffler2002-10-041-0/+23
* use __packed.Alfred Perlstein2002-09-231-10/+10
* Be careful not to define GCC-specific optimizations in the non-GCCMike Barcroft2002-09-231-2/+11
* Wrap GNUish asm() code in #ifdef __GNUC__Mark Murray2002-09-211-0/+24
* Implement C99's va_copy() macro.Mike Barcroft2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-22/+3
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allMike Barcroft2002-09-031-54/+0
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-291-1/+0