]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Spelling fixes for share/
[FreeBSD/FreeBSD.git] / sys / powerpc /
2011-12-29 rwatsonAdd "options CAPABILITY_MODE" and "options CAPABILITIES...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 jhibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-18 nwhitehornSupport infrastructure for X11 on PS3.
2011-12-18 nwhitehornAdd version header to output file.
2011-12-17 avgkern cons: introduce infrastructure for console grabbin...
2011-12-16 nwhitehornAllow this to work on embedded systems without Open...
2011-12-16 nwhitehornZero BSS on start, in case the ELF loader that started...
2011-12-15 alcEliminate vestiges of page coloring.
2011-12-14 hselaskyImplement better support for USB controller suspend...
2011-12-13 edReplace __signed by signed.
2011-12-11 nwhitehornIncrease the available virtual address space for user...
2011-12-11 nwhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-05 jhibbitsFix style(9) issues from r228270.
2011-12-05 jhibbitsAdd a devd notification for closing/opening the lid...
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 marius- There's no need to overwrite the default device metho...
2011-11-21 nwhitehornThe PPC IRQ layer assumes that the IPI IRQ is the last...
2011-11-17 nwhitehornUse a global __pure2 function instead of a global regis...
2011-11-17 nwhitehornAdd an extra invariant here which was useful on 64...
2011-11-16 alcRefactor the code that performs physically contiguous...
2011-11-15 mariusAs it turns out, r186347 actually is insufficient to...
2011-11-09 nwhitehornFix a bug where the pmap_cpu_bootstrap() ap argument...
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-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-15 nwhitehornEnforce a memory barrier in stream operations, as is...
2011-10-07 kibRemove unused define.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-03 mavRevert r225875, r225877:
2011-10-03 kenAdd descriptor sense support to CAM, and honor sense...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-29 mavAdd header missed in r225875.
2011-09-29 mavHandle the race in cpu_idle() when due to the critical...
2011-09-28 kibRemove locking of the vm page queues from several pmaps...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
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-27 rwatsonFollow up to r225203 refining break-to-debugger run...
2011-08-26 rwatsonAttempt to make break-to-debugger and alternative break...
2011-08-14 nwhitehornAdd support for the Blu-Ray drive found in the Sony...
2011-08-09 kib- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-02 marcelCross a T and dot an I:
2011-08-02 marcelIt's invalid to use GLOBAL() for kernload_ap, as the...
2011-08-02 marcelThere's no ':' after GLOBAL(). Missed due to no SMP...
2011-08-02 marcelAdd support for Juniper's loader. The difference betwee...
2011-07-31 marcelApply r221124 to Book-E: switch to the new NFS client.
2011-07-31 marcelFix r222813: we need to include sys/cpuset.h. because...
2011-07-31 marcelFix r224187: .word defines a 16-bit object and size_t...
2011-07-30 nwhitehornFix an error that could cause sysctl -a to enter an...
2011-07-25 andreastThis a follow up commit from r224216 for powerpc 32...
2011-07-19 attilioOn 64 bit architectures size_t is 8 bytes, thus it...
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-14 nwhitehornEnable PREEMPTION for PowerPC/AIM generic kernels....
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-07-05 nwhitehornFollow Linux by unconditionally stripping the RX vlan...
2011-07-04 attilioWith retirement of cpumask_t and usage of cpuset_t...
2011-06-26 nwhitehornAdd better error handling for RTAS calls. These can...
2011-06-26 nwhitehornRevert r223479. It is unnecessary and served only to...
2011-06-26 nwhitehornTurn the minimum PWM fan speed down to 30 from 40....
2011-06-23 nwhitehornUse the ABI-mandated thread pointer register (r2 for...
2011-06-23 nwhitehornClear any outstanding atomic reservations when traps...
2011-06-23 andreastFix merge typo.
2011-06-23 andreastAdd leading zeros when printing the stackframe on __pow...
2011-06-23 nwhitehornUse atomic operations to mask and unmask IRQs. This...
2011-06-23 nwhitehornUse 4 KB pages for storage bus devices, which seems...
2011-06-23 nwhitehornRework the PS3 disk driver to support NCQ and do its...
2011-06-23 nwhitehornAdd hypervisor call error codes.
2011-06-22 nwhitehornThis is more complicated than I expected. Storage devic...
2011-06-22 nwhitehornThe IOMMU is not involved for the storage bus.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-20 nwhitehornWork/hack around some race conditions present in the...
2011-06-20 nwhitehornMake this slightly less yelly about regions that the...
2011-06-20 nwhitehornAdd an OHCI driver to complement the EHCI one. The...
2011-06-20 nwhitehornDriver for PS3's internal hard disk. Hopefully this...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 nwhitehornFollow up r222980 on PowerPC: add sound(4) and common...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 attilioetire the cpumask_t type and replace it with cpuset_t...
2011-06-07 attilioMFC
2011-06-06 attilioMFC
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
next