]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ia64
- Add the global 'rebooting' variable that is used to detect when
[FreeBSD/FreeBSD.git] / sys / ia64 /
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-02 marcelRemove devices acpi & mem, as they are in defaults...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-28 marcels/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/
2006-01-18 marcelo Add missing relocations.
2006-01-17 marcels/R_IA64_/R_IA_64_/g as per the ia64 psABI.
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 phkMove the old BSD4.3 tty compatibility from (!BURN_BRIDG...
2006-01-09 impBy popular demand, move __HAVE_ACPI and __PCI_REROUTE_I...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-04 phkUse ttyalloc() instead of ttymalloc()
2006-01-01 impDefine __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT,...
2005-12-31 netchildMI changes:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbTweak how the MD code calls the fooclock() methods...
2005-12-18 marcelMake our ELF64 type definitions match standards. In...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-06 jhb- Cleanup whitespace and extra ()s in vtophys() macros.
2005-12-06 ruDrop _MACHINE_ARCH and _MACHINE defines (not to be...
2005-12-06 ruFix -Wundef warnings from compiling GENERIC and LINT...
2005-11-27 ru- Allow duplicate "machine" directives with the same...
2005-11-21 jhbDon't enable PUC_FASTINTR by default in the source...
2005-11-21 jhbCreate DEFAULTS files for alpha, ia64, powerpc, and...
2005-11-20 alcEliminate pmap_init2(). It's no longer used.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-13 alcIn get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLO...
2005-11-09 alcReimplement the reclamation of PV entries. Specificall...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-04 alcBegin and end the initialization of pvzone in pmap_init().
2005-11-03 alcRemove the remaining spl*() calls. Add some assertions...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 rwatsonNormalize a significant number of kernel malloc type...
2005-10-30 marcelRemove a stray return statement in the interrupt dispat...
2005-10-25 jhbReorganize the interrupt handling code a bit to make...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-21 adeSpecifically panic() in the case where pmap_insert_entr...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-16 phkMake ttyconsolemode() call ttsetwater() so that drivers...
2005-10-14 davidxu1. Change prototype of trapsignal and sendsig to use...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-06 phkEliminate need for __RMAN_RESOURCE_VISIBLE
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-28 rwatsonBack out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14...
2005-09-27 peterImplement 32 bit getcontext/setcontext/swapcontext...
2005-09-27 jhbAdd a new atomic_fetchadd() primitive that atomically...
2005-09-19 rwatsonAdd GIANT_REQUIRED and WITNESS sleep warnings to uprint...
2005-09-18 csjpIntroduce a kernel config for the Mandatory Access...
2005-09-11 alcEliminate unused definitions.
2005-09-11 obrienCanonize the include of acpi.h.
2005-09-10 marcelMerge db_interface.c and db_trace.c into db_machdep.c.
2005-09-10 marcelMove the prototypes of db_md_set_watchpoint(), db_md_cl...
2005-09-10 marcelMove the ia32_sigcode structure from ia32_sigtramp...
2005-09-10 marcelRemove redundant $FreeBSD$
2005-09-09 marcelChange the High FP lock from a sleep lock to a spin...
2005-09-05 marcelMilestone: enable SMP by default.
2005-09-05 marcelo In pmap_remove_pte: always invalidate the page....
2005-09-03 marcelo s/vhpt_size/pmap_vhpt_log2size/g
2005-09-03 marcelFix collision chain termination checks. The result...
2005-09-03 alcPass a value of type vm_prot_t to pmap_enter_quick...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-20 stefanfMove MINSIGSTKSZ from <machine/signal.h> to <machine...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-14 marcelRemove the execute permission for stacks.
2005-08-13 marcelo s/pmap_lpte_/pmap_/g
2005-08-13 marcelFix the problem with the IPI for the lazy context switc...
2005-08-06 marcelImprove SMP support:
2005-08-06 marcelReduce the default MAXCPU from 16 to 4. This is in...
2005-08-06 marcelFor ia64_ptc_{e,g,ga,l}(), use instruction serializatio...
2005-08-03 jeff - Add support for saving stack traces and displaying...
2005-07-15 jhbConvert the atomic_ptr() operations over to operating...
2005-07-14 kensmithAdd recently invented COMPAT_FREEBSD5 option.
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-10 davidxuValidate if the value written into {FS,GS}.base is...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-07-05 marcelEnhance ia64_flush_dirty() to handle the case in which...
2005-07-02 marcelImplement functions calls from within DDB on ia64....
2005-07-02 marcelFix a buglet that was present in the ia64 code and...
2005-06-30 peterJumbo-commit to enhance 32 bit application support...
2005-06-27 marcelHandle B-unit break instructions. The break.b is unique...
next