summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-254-11/+11
* use __packed.alfred2002-09-231-10/+10
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-9/+4
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-62/+0
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+5
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-173-33/+1
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Use "options " rather than "options<tab>".kuriyama2002-09-092-4/+4
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-22/+0
* Make this compilepeter2002-09-031-1/+3
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-021-2/+0
* Sync up: remove device counts.marcel2002-09-011-2/+2
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-14/+34
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-11/+7
* Do not use an object for the pte and pv zones on ia64 because it overridespeter2002-08-311-2/+5
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-11/+18
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-2/+2
* Fixed printf format errors.jake2002-08-293-5/+5
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-21/+0
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.marcel2002-08-231-1/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Convert NEXUS_ACCESSOR to use the __BUS_ACCESSORmux2002-08-221-14/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-176/+149
* Correct one more errant whitespace nit that crept in during changesrwatson2002-08-201-1/+1
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
* Correct a minor whitespace nit that sneaked in with my previous commit.rwatson2002-08-151-1/+1
* In order to better support flexible and extensible access control,rwatson2002-08-151-2/+2
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andalc2002-08-101-5/+2
* My quad cpu itanium2 box has its cpu's numbered with a lid startingpeter2002-08-101-2/+2
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Ignore memory above 4GB for now due to unpleasant pci issues.peter2002-08-031-0/+15
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-021-3/+15
* 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
OpenPOWER on IntegriCloud