]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
delete-old does not have delete-old-libs dependency.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2012-02-15 jkimClean up RFLAG and CR3 register handling and nearby...
2012-02-15 jkimSet up an event handler to turn off speaker if user...
2012-02-15 jkimMake ACPI resume beeper less cryptic. Set PIC timer2...
2012-02-15 jkimSome BIOSes are known for corrupting low 64KB between...
2012-02-12 rmhMove WITHOUT_SOURCELESS_* files to sys/conf/ in order...
2012-02-10 kibIn cpu_set_user_tls(), consistently set PCB_FULL_IRET...
2012-02-08 jkimReset clock after atrtc(4) is properly resumed.
2012-02-07 jkimDo not EOI local APIC too early. Just do doreti normal...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-04 rmhAdd "nodevice adw" to WITHOUT_SOURCELESS_UCODE.
2012-02-04 rmhAdd MK_SOURCELESS build option. Setting MK_SOURCELESS...
2012-02-03 jkimRestore callee saved registers later and micro-optimize.
2012-02-03 jkimFix a function prototype to reflect reality. No functi...
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 jkim- Restore XCR0 before restoring extended FPU states.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 jkimNaturally align a newly added wakeup_fpusave.
2012-01-30 kibMove xrstor/xsave/xsetbv into fpu.c and reorder them.
2012-01-30 kibSynchronize the struct sigcontext definitions on x86...
2012-01-27 kmacyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-25 jimharrisMove isci and ISCI_LOGGING to amd64/i386 specific NOTES.
2012-01-25 kibOrder newly added functions alphabetically.
2012-01-23 dasAdd C11 macros describing subnormal numbers to float.h.
2012-01-21 kibAdd support for the extended FPU states on amd64, both...
2012-01-17 kibAdd definitions for the FPU extended state header,...
2012-01-17 kibModernize the fpusave structures definitions by using...
2012-01-17 kibImplement xsetbv(), xsave() and xrstor() providing...
2012-01-17 kibAdd definitions related to XCR0.
2012-01-17 kibAdd macro IS_BSP() to check whether the current CPU...
2012-01-15 uqsConvert files to UTF-8
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-06 jimharrisModify GENERIC, files and options for isci (Intel C600...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 gavinDefault to not performing the early-boot memory tests...
2011-12-29 rwatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-29 jhbRegen.
2011-12-29 jhbImplement linux_fadvise64() and linux_fadvise64_64...
2011-12-28 delphijImport the first release of HighPoint RocketRAID 27xx...
2011-12-28 alcFix a bug in the Xen pmap's implementation of pmap_extr...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 delphijAdd comments in NOTES to say what viawd is.
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-13 edReplace __signed by signed.
2011-12-12 fabientAdd watchdog support for VIA south bridge chipset.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 philipLimit building sfxge(4) in-kernel to amd64 for the...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 marius- There's no need to overwrite the default device metho...
2011-11-21 lstewart- Add the ffclock_getcounter(), ffclock_getestimate...
2011-11-20 attilioRevert part of the r227758 which crept in.
2011-11-20 attilioIntroduce macro stubs in the mutex implementation that...
2011-11-19 edRegenerate system call tables.
2011-11-19 edMake the Linux *at() calls a bit more complete.
2011-11-19 edRegenerate system call tables.
2011-11-19 edImprove *access*() parameter name consistency.
2011-11-12 theravenFix SIGATOMIC_M{IN,AX} on x86-64. These are meant...
2011-11-11 kibWeaken the part of assertions added in the r227394...
2011-11-11 rstoneCorrect the types of the arguments to return probes...
2011-11-09 kibAttempt to improve formatting and content of several...
2011-11-09 kibStopped process may legitimately have some threads...
2011-11-08 attilioIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-08 kevloEnable PCI MMC/SD support by default on i386 and amd64
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 rstoneFix the DTrace pid return trap interrupt vector. Previ...
2011-11-01 mariusAdd a PCI front-end to esp(4) allowing it to support...
2011-10-30 marcelRevert rev. 226893: subr_syscall.c is being included...
2011-10-29 marcelDefine systrace_probe_func in subr_syscall.c where...
2011-10-27 alcEliminate vestiges of page coloring in VM_ALLOC_NOOBJ...
2011-10-27 kensmithAdjust the debugger options slightly. This should...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 dasPeople porting FreeBSD to new architectures ought not...
2011-10-19 kensmithAdd a warning about why sbp(4) is commented out so...
2011-10-18 kensmithComment out the sbp(4) driver for architectures that...
2011-10-18 desTrace attempts to call restricted MD syscalls.
2011-10-07 kibRemove unused define.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-04 delphijAdd the 9750 SATA+SAS 6Gb/s RAID controller card driver...
2011-10-03 kibDo not allow the kernel to access usermode pages withou...
2011-10-03 attilioAdd some improvements in the idle table callbacks:
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-16 kmacyAuto-generated code from sys_ prefixing makesyscalls...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-15 kibPut amd64_syscall() prototype in md_var.h.
2011-09-15 kibMicrooptimize the return path for the fast syscalls...
2011-09-11 kibThe jump target shall be after the padding, not into it.
2011-09-11 bruefferFix a zyd(4) comment typo that was copy+pasted into...
2011-09-11 kibPerform amd64-specific microoptimizations for native...
2011-09-11 kibInline the syscallenter() and syscallret(). This reduce...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-26 jhbEnable the puc(4) driver on amd64 and i386 in GENERIC...
2011-08-26 jhbMake NKPT a kernel option on amd64 so that it can be...
2011-08-20 bzIn HEAD when doing no further checkes there is no reaso...
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-09 kib- Move the PG_UNMANAGED flag from m->flags to m->oflags...
next