]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Replace the C implementation of __aeabi_read_tp with an assembly version.
[FreeBSD/FreeBSD.git] / sys / arm /
2012-04-16 andrewReplace the C implementation of __aeabi_read_tp with...
2012-04-14 mariusGenerate an obviously missing STOP when having finished...
2012-04-14 mariusAdd support for the Atmel SAM9XE familiy of microcontro...
2012-04-14 mariusAdd support for the Atmel SAM9XE familiy of microcontro...
2012-04-14 marius- Try to bring these files closer to style(9).
2012-04-07 stas- Revert part of r234005, which I did not intend to...
2012-04-07 stas- Add kernel config file for QEMU-emulated gumstix...
2012-04-07 stas- Add new ARM kernel option QEMU_WORKAROUNDS which...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 fabientAdd software PMC support.
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-15 rajFix error check.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-04 rajRemove unused #defines. All this is now retrieved from...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-02-29 cognetMake sure we do not provide the page 0 to the VM. It...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-23 dasAdd C11 macros describing subnormal numbers to float.h.
2012-01-22 pjdTDF_* flags should be used with td_flags field and...
2012-01-20 dasAdd parentheses where required. Without them, `sizeof...
2012-01-16 dasFix the value of float_t to match what is implied by...
2012-01-16 dasFix the definition of FLT_EVAL_METHOD and some minor...
2012-01-16 dasImplement FLT_ROUNDS for arm. Some (all?) arm FPUs...
2012-01-15 uqsRemove spurious 8bit chars, turning files into plain...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-05 adrianAdd missing options so modules build/load correctly.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 mariusFix header pollution, possibly unbreaking the build...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-15 rajARM pmap fixes:
2011-12-15 alcEliminate vestiges of page coloring.
2011-12-14 rajMake *intr{cnt,names} on ARM reside in data section...
2011-12-14 hselaskyImplement better support for USB controller suspend...
2011-12-13 edReplace __signed by signed.
2011-12-02 jchandraFix OF_finddevice error return value in case of FDT.
2011-11-28 jkimMerge ACPICA 20111123.
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 hselaskyRename device_delete_all_children() into device_delete_...
2011-11-22 marius- There's no need to overwrite the default device metho...
2011-11-19 rajInitial version of cesa(4) driver for Marvell crypto...
2011-11-19 hselaskyMove the device_delete_all_children() function from...
2011-11-08 attilioIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-01 marius- Import the common MII bitbang'ing code from NetBSD...
2011-10-27 kevloCheck the return value of BUS_SETUP_INTR()
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-18 desTrace attempts to call restricted MD syscalls.
2011-10-16 cognetFix 2 bugs :
2011-10-16 cognetExplicitely set ARM_RAS_START and ARM_RAS_END once...
2011-10-12 thompsaName these gpio pins better, they are on an external...
2011-10-12 thompsaDont just set the pin high when turning on output,...
2011-10-07 kibRemove unused define.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 thompsaAdd missing newbus glue, this has never attached proper...
2011-10-04 marcelProperly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ...
2011-10-04 marcelFix build when DEBUG is defined in the kernel configura...
2011-10-04 marcelInclude opt_* headers first. Otherwise we can end up...
2011-10-04 marcelFix build when DEBUG is defined (e.g. for LINT).
2011-10-04 kibConvert ARM to the syscallenter/syscallret system call...
2011-09-30 kevloRemove pointless semicolons after label
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-11 bruefferFix a zyd(4) comment typo that was copy+pasted into...
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-27 rwatsonFollow up to r225203 refining break-to-debugger run...
2011-08-09 kib- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-07 rmacklemChange all the sample kernel configurations to use
2011-08-02 attilioFix for arm and mips case the size of storage for sintr...
2011-07-19 attilioAdd the possibility to specify from kernel configs...
2011-07-18 attilio- Remove the eintrcnt/eintrnames usage and introduce...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 marcelDo not call platform_gpio_init() early. It doesn't...
2011-07-15 marcelSet preload_addr_relocate accordingly so that preloaded...
2011-07-15 marcelIn pmap_protect(), don't call vm_page_dirty() if the...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-30 jonathanAdd some checks to ensure that Capsicum is behaving...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-29 jonathanWe may split today's CAPABILITIES into CAPABILITY_MODE...
2011-06-29 kevloTypo
2011-06-26 kevloRemove duplicate header includes
2011-06-24 cognetComment out AH_DEBUG, to get this kernel to compile...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
next