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