summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud