summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* struct ia64_fpreg needs to be available outside of the kernel formike2002-10-131-2/+4
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+14
* o Fix typo in previous commit: s/sc-nsect/sc->nsect/marcel2002-10-121-2/+2
* Plug two holes where we returned to userland without restoringmarcel2002-10-122-0/+4
* Polish previous commit:marcel2002-10-121-13/+18
* MFp4: Include machine/vmparam.h to pull in definition of IA64_RR_BASE.marcel2002-10-121-0/+1
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()marcel2002-10-121-6/+1
* cut/paste the pmap_new_altkstack stuff from the other platforms.peter2002-10-111-3/+47
* Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.peter2002-10-111-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* re-regen. Sigh.peter2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-093-12/+54
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-092-2/+25
* Try and patch up some tab-to-space spammage.peter2002-10-091-19/+19
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-091-0/+22
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+6
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.obrien2002-10-061-1/+1
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-052-0/+4
* Fix namespace issues by using visibility conditionals frommike2002-10-051-5/+25
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-60/+66
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-042-0/+230
* Gah, spell extern correctly. Do not trust cut/paste via old mozillapeter2002-10-041-2/+2
* List the IO SAPIC delivery mode definitions.peter2002-10-042-1/+8
* Declare itc_frequency and itm_reload.peter2002-10-041-0/+3
* Do a bit of rude hackery to get clock interrupts on all CPUs. Thispeter2002-10-044-11/+44
* Update stubs for post-kseIII.peter2002-10-041-18/+1
* Update for post-kseIIIpeter2002-10-041-1/+1
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Fix the same misinitialization of pmap_prefault_pageorder as on i386.phk2002-10-011-2/+2
OpenPOWER on IntegriCloud