summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* - Drop the process lock before we call into ptrace_{read|write}_int orjeff2003-11-141-4/+7
* - Unlock the clock lock before calling timeout in sysbeep(). This is almostjeff2003-11-131-1/+1
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whojeff2003-11-131-0/+1
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Regen.jhb2003-11-073-55/+59
* Sync MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-52/+52
* Regen.jhb2003-11-073-52/+62
* Sync up with global syscalls.master for MP safe syscalls for the firstjhb2003-11-071-48/+48
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-191-0/+6
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-99/+20
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-3/+4
* Initialize cn_name instead of cn_devphk2003-09-262-2/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-254-15/+6
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-0/+18
* Mention the puc(4) glue driver in a commented-out example so the userjoerg2003-09-191-0/+5
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-2/+3
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+23
* MFamd64/i386alc2003-09-071-12/+19
* 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
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,alc2003-08-281-33/+8
* Add option NO_SIO to work-around the hardcoded dependency on sio(4).marcel2003-08-2513-212/+255
* Prefer new location of pci include files (which have only been in theimp2003-08-2222-37/+37
* - Lock the pte object when performing vm_page_grab().alc2003-08-201-3/+9
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-1735-176/+196
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+17
* 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-122-4/+48
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-122-59/+44
* Implement cpu_set_upcall_kse(). Further tweaking may be needed aftermarcel2003-08-111-4/+25
* MFI386: Acquire the page queues lock in pmap_insert_entry(), fromgallatin2003-08-071-1/+2
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-14/+0
* Style sync.obrien2003-08-031-7/+7
* In set_mcontext(), store the (user) stack pointer and the threadmarcel2003-07-311-0/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-1/+1
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-314-0/+7
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofmarcel2003-07-311-1/+2
* In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of themarcel2003-07-273-3/+9
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* MFi386 revision 1.416alc2003-07-251-7/+10
* Implement casuptr().marcel2003-07-242-7/+29
* In get_mcontext() and set_mcontext() save and restore the currentmarcel2003-07-241-3/+15
OpenPOWER on IntegriCloud