summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-3/+4
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+57
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-0/+18
* Fix build breakage caused by the inclusion of <ddb/ddb.h> whilemarcel2003-09-071-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-173-73/+57
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Style sync.obrien2003-08-031-7/+7
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both aremarcel2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointermarcel2003-07-241-1/+2
* Mega busdma API commit.scottl2003-07-011-1/+18
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-1/+1
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-6/+0
* sys/sys/limits.h:kan2003-05-192-4/+4
* Style fixes.kan2003-05-041-9/+12
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-64/+4
* Remove unmatched #endif left over incidenntally in last commit.kan2003-04-281-1/+0
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-54/+39
* Protect the per-process UAC field with the proc lock where it isn't alreadyjhb2003-04-171-1/+1
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-9/+5
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-101-1/+0
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-292-2/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* MFi386 revision 1.88alc2003-03-011-6/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-251-10/+0
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* Implement fpclassify():mike2003-02-082-0/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+6
* Protect against multiple inclusions.obrien2003-01-181-0/+5
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-164-14/+14
* Cast pointers in mem*_io() compat macros to uintptr_t so that they can bejhb2002-11-081-5/+5
* Wrap ()'s around an argument before casting it to a void *. If thejhb2002-11-061-6/+6
OpenPOWER on IntegriCloud