summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+115
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* de-count pcipeter2002-07-231-1/+1
* - Pass the VM_ALLOC_WIRED flag to vm_page_alloc() in pmap_growkernel() soarr2002-07-231-5/+2
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
* Change the max IRQ from 63 to 255. I realize we have to block some outpeter2002-07-201-1/+1
* Regeneratepeter2002-07-203-1596/+311
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-2010-1888/+2650
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/peter2002-07-171-1/+1
* Fix some typos in 1.68 from over a week ago.peter2002-07-171-2/+1
* Cap the initial PV and PTE table preallocations. Otherwise we explodepeter2002-07-171-1/+4
* Be sure to use a logical address for the SAL table. For some reason thepeter2002-07-171-1/+2
* Update for new ACPICA import. Gah.peter2002-07-171-3/+3
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-12/+9
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+10
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-122-8/+0
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Remove an unused type.mike2002-07-091-3/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+16
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-148/+0
* Back out proc part of last commit. UMA manages the thread cache only, andpeter2002-07-051-8/+22
* Copy from sparc64/pmap.c rev 1.64 (Retrofit changes from i386/pmap.cpeter2002-07-051-23/+9
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+10
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Add KSE stubs to MD parts of ia64 code.julian2002-06-294-0/+69
* Add a copy of the sparc64 machine/kse.h to satisfy depencies..julian2002-06-291-0/+38
* Part 1 of KSE-IIIjulian2002-06-291-7/+7
* Add UMA_ZONE_VM flag to the zones which are used for pmap_enter().dfr2002-06-241-2/+2
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-10/+0
* Update an 'XXX what is this?' type comment about suswintr and fuswintr.peter2002-06-202-4/+4
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-10/+0
* ia32 %edx return comes from td_retval[1], not td_retval[0]peter2002-06-201-1/+1
* Use suword32/64 and fuword32/64 like elsewhere instead of inventingpeter2002-06-204-32/+37
* panic rather than fault and explode if we fail to contigmalloc a kernelpeter2002-06-201-0/+3
* Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions,peter2002-06-201-16/+110
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* - Fixup / remove obsolete comments.jhb2002-06-071-41/+31
* Work around a bug in the Linux version of ski, that's specific tomarcel2002-06-061-0/+11
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Remove the definition of struct mca_guid and use the genericmarcel2002-05-294-25/+21
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* o Add records for PCI bus and PCI device errors.marcel2002-05-221-10/+70
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-202-14/+96
* Fix a kernel page fault when accessing user memory. We weremarcel2002-05-191-57/+38
* It's time to build modules by default.marcel2002-05-191-3/+0
OpenPOWER on IntegriCloud