summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* More MFp4: DIG64 structures.marcel2002-12-181-0/+90
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-10/+23
* Check that the dump device is large enough. Otherwise we couldmarcel2002-12-171-0/+10
* Regen: swapoffmarcel2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* SCARGS removal take II.alfred2002-12-143-134/+129
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-133-129/+134
* Remove SCARGS.alfred2002-12-133-134/+129
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Use one of the bi_spare entries for the DIG64 HCDP table address.marcel2002-12-081-1/+2
* Disable SMP. It reduces the chance that the kernel boots. On topmarcel2002-12-081-1/+1
* MFi386alc2002-12-021-0/+2
* Implement bus_space_subregion(). Identical to i386.marcel2002-11-291-3/+8
* Better handle sparse physical memory: Don't use the address rangemarcel2002-11-291-8/+4
* MFp4:marcel2002-11-242-3/+38
* Fix comparison that caused a 1-off bug. This appeared harmless formarcel2002-11-241-1/+1
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* MFi386 r1.369alc2002-11-171-0/+3
* Regenerate after adding syscalls.deischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-161-0/+3
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Do not assume that time_t is an int.peter2002-11-151-1/+1
* Test the water. Make time_t long (64 bit) on ia64 since we do not havepeter2002-11-151-1/+1
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-30/+1
* ia64 ABI breaker:marcel2002-11-111-30/+17
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+1
* Comment-out USB support. A kernel doesn't boot with it. Deal with itmarcel2002-11-111-12/+12
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-3/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-27/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Define UMA_MD_SMALL_ALLOC so that we can allocate memory with regionmarcel2002-11-062-16/+38
* o Remove devices that are commented out.marcel2002-11-051-10/+4
* Remove mcclock. It's an Alpha left-over.marcel2002-11-051-2/+0
* Sync to src/sys/kern/syscalls.masterrwatson2002-11-021-1/+1
* Don't pass the return address to exception_save in register b0. Usemarcel2002-10-302-196/+158
* Rewrite cpu_switch(). The most notable change is the fact that we nowmarcel2002-10-307-303/+364
* Remove mf.a from sapic_read() and sapic_write(). We only caremarcel2002-10-281-3/+0
* Remove mf.a (the acceptance form of the memory fence instruction)marcel2002-10-281-12/+0
* Make vmstat -i work:marcel2002-10-284-54/+48
* In ipi_send(), perform a mf instruction prior to initiating the IPI.marcel2002-10-271-1/+1
* Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.peter2002-10-261-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-253-22/+9
* Extract out KSE specific code from machine specific codejulian2002-10-241-18/+2
* Oops, I missed a few changes in 'device acpica' -> 'device acpi' change.jhb2002-10-241-5/+5
* Rename 'device acpica' to 'device acpi'.jhb2002-10-241-1/+1
* In cb_dumphdr() we were calling buf_write() with di->priv as themarcel2002-10-201-1/+1
* Remove the special casing for IP addresses that are within the IVTmarcel2002-10-201-22/+2
* Define IVT_ENTRY and IVT_END as special versions of ENTRY and ENDmarcel2002-10-202-300/+320
OpenPOWER on IntegriCloud