summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezemarcel2003-09-011-25/+2
* Use direct mapped KVA for the sf_buf allocator, as made possiblemarcel2003-09-011-15/+8
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* Minor style cleanups.njl2003-08-283-13/+6
* Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERTmarcel2003-08-251-1/+1
* Add the bits for a LINT kernel. It has been verified to compile. Wemarcel2003-08-232-0/+51
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace themmarcel2003-08-231-16/+4
* Remove unused inclusion of opt_acpi.hmarcel2003-08-231-1/+0
* Regen.jhb2003-08-213-5/+5
* Swap sigaction/sigreturn since they are in the wrong order.jhb2003-08-211-2/+2
* Undo the mistake made in revision 1.77 of trap.c and which was themarcel2003-08-202-25/+15
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-173-3/+3
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-166-56/+30
* Fix a range check bug. Don't left-shift the integer argument 'data'.marcel2003-08-161-12/+7
* Fix the generation of coredumps. We did not take the dirty registersmarcel2003-08-151-1/+38
* Add an instruction group break after the move to application registermarcel2003-08-151-2/+2
* Introduce two machine specific ptrace(2) requests: PT_GETKSTACK andmarcel2003-08-152-2/+75
* Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address ismarcel2003-08-131-2/+2
* Put an instruction group break between the move to ar.rnat and themarcel2003-08-131-0/+1
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-122-4/+48
* Extend identifycpu():marcel2003-08-121-17/+36
* Cleanup prototypes in cpu.h, including fswintrberr and any referencesmarcel2003-08-124-47/+8
* Cleanup and style(9) fixes. No functional change.marcel2003-08-111-7/+4
* o move cpu_reset() from vm_machdep.c to machdep.c.marcel2003-08-102-79/+68
* Now that we can ignore up to 8KB of dirty registers, remove the RSEmarcel2003-08-101-45/+30
* MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().marcel2003-08-081-0/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-072-2/+2
* Better define the flags in the mcontext_t and properly set the flagsmarcel2003-08-072-35/+121
* o Fix cut-n-paste whitespace corruption in previous commitmarcel2003-08-071-5/+12
* In cpu_set_upcall_kse(), create the upcall according to the entrymarcel2003-08-061-12/+19
* o In revision 1.45 of exception.S we changed exception_restore tomarcel2003-08-062-4/+4
* o Put the syscall return registers in the context. Not only do wemarcel2003-08-051-6/+50
* Fix logic bug in the previous commit. Any region less than 5 is amarcel2003-08-041-1/+1
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-13/+0
* Cleanup the clock code. This includes:marcel2003-08-048-459/+174
* Fix handling of external interrupts: we weren't calling ast() whenmarcel2003-08-042-14/+51
* Style sync.obrien2003-08-031-8/+9
* Don't use uint64_t. Use unsigned long instead. One is supposed to usemarcel2003-08-021-2/+2
* Write the preserved registers to (and read them from) struct reg andmarcel2003-08-011-4/+4
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-313-0/+6
* Cosmetic: fix some disorder of #include "opt_...." filespeter2003-07-311-1/+2
* Remove leftover relic of pmap_new_thread() etc.peter2003-07-311-4/+0
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* Remove prototype of ia64_pa_access(). The function has been moved tomarcel2003-07-261-1/+0
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-2/+1
* MFi386 revision 1.416alc2003-07-251-7/+10
OpenPOWER on IntegriCloud