summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Update the unwind information when modules are loaded and unloadedmarcel2002-10-194-52/+85
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+15
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* Make this compile when DDB is not defined by conditionally compilingmarcel2002-10-191-1/+6
* Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-151-4/+11
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-7/+0
* Allow kernel dumps to be aborted with ctrl-C.marcel2002-10-141-3/+14
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-132-4/+2
OpenPOWER on IntegriCloud