]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Add apic(4) man page, now mostly to cover its event timer functionality.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-18 Nathan WhitehornSupport infrastructure for X11 on PS3.
2011-12-18 Nathan WhitehornAdd version header to output file.
2011-12-17 Andriy Gaponkern cons: introduce infrastructure for console grabbin...
2011-12-16 Nathan WhitehornAllow this to work on embedded systems without Open...
2011-12-16 Nathan WhitehornZero BSS on start, in case the ELF loader that started...
2011-12-15 Alan CoxEliminate vestiges of page coloring.
2011-12-14 Hans Petter SelaskyImplement better support for USB controller suspend...
2011-12-13 Ed SchoutenReplace __signed by signed.
2011-12-11 Nathan WhitehornIncrease the available virtual address space for user...
2011-12-11 Nathan WhitehornKeep track of PVO entries in each pmap, which allows...
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-05 Justin HibbitsFix style(9) issues from r228270.
2011-12-05 Justin HibbitsAdd a devd notification for closing/opening the lid...
2011-12-02 Jayachandran C.Fix OF_finddevice error return value in case of FDT.
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 Marius Strobl- There's no need to overwrite the default device metho...
2011-11-21 Nathan WhitehornThe PPC IRQ layer assumes that the IPI IRQ is the last...
2011-11-17 Nathan WhitehornUse a global __pure2 function instead of a global regis...
2011-11-17 Nathan WhitehornAdd an extra invariant here which was useful on 64...
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-16 Alan CoxRefactor the code that performs physically contiguous...
2011-11-15 Marius StroblAs it turns out, r186347 actually is insufficient to...
2011-11-09 Nathan WhitehornFix a bug where the pmap_cpu_bootstrap() ap argument...
2011-11-08 Attilio RaoIntroduce the option VFS_ALLOW_NONMPSAFE and turn it...
2011-11-07 Ed SchoutenMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 Ed SchoutenMark MALLOC_DEFINEs static that have no corresponding...
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-27 Ken SmithAdjust the debugger options slightly. This should...
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 David SchultzPeople porting FreeBSD to new architectures ought not...
2011-10-19 Ken SmithAdd a warning about why sbp(4) is commented out so...
2011-10-15 Nathan WhitehornEnforce a memory barrier in stream operations, as is...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-07 Konstantin BelousovRemove unused define.
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-10-03 Alexander MotinRevert r225875, r225877:
2011-10-03 Kenneth D. MerryAdd descriptor sense support to CAM, and honor sense...
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-29 Alexander MotinAdd header missed in r225875.
2011-09-29 Alexander MotinHandle the race in cpu_idle() when due to the critical...
2011-09-28 Konstantin BelousovRemove locking of the vm page queues from several pmaps...
2011-09-16 Kip MacyIn order to maximize the re-usability of kernel code...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-11 Konstantin BelousovInline the syscallenter() and syscallret(). This reduce...
2011-09-06 Konstantin BelousovSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-27 Robert WatsonFollow up to r225203 refining break-to-debugger run...
2011-08-26 Robert WatsonAttempt to make break-to-debugger and alternative break...
2011-08-14 Nathan WhitehornAdd support for the Blu-Ray drive found in the Sony...
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Konstantin Belousov- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-08-02 Marcel MoolenaarCross a T and dot an I:
2011-08-02 Marcel MoolenaarIt's invalid to use GLOBAL() for kernload_ap, as the...
2011-08-02 Marcel MoolenaarThere's no ':' after GLOBAL(). Missed due to no SMP...
2011-08-02 Marcel MoolenaarAdd support for Juniper's loader. The difference betwee...
2011-07-31 Marcel MoolenaarApply r221124 to Book-E: switch to the new NFS client.
2011-07-31 Marcel MoolenaarFix r222813: we need to include sys/cpuset.h. because...
2011-07-31 Marcel MoolenaarFix r224187: .word defines a 16-bit object and size_t...
2011-07-30 Nathan WhitehornFix an error that could cause sysctl -a to enter an...
2011-07-25 Andreas ToblerThis a follow up commit from r224216 for powerpc 32...
2011-07-19 Attilio RaoOn 64 bit architectures size_t is 8 bytes, thus it...
2011-07-19 Attilio RaoAdd the possibility to specify from kernel configs...
2011-07-18 Attilio Rao- Remove the eintrcnt/eintrnames usage and introduce...
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Nathan WhitehornEnable PREEMPTION for PowerPC/AIM generic kernels....
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-07-05 Nathan WhitehornFollow Linux by unconditionally stripping the RX vlan...
2011-07-04 Attilio RaoWith retirement of cpumask_t and usage of cpuset_t...
2011-07-04 Attilio RaoMFC
2011-06-30 Attilio RaoMFC
2011-06-29 Attilio RaoMFC
2011-06-28 Attilio RaoMFC
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-26 Attilio RaoMFC
2011-06-26 Nathan WhitehornAdd better error handling for RTAS calls. These can...
2011-06-26 Nathan WhitehornRevert r223479. It is unnecessary and served only to...
2011-06-26 Nathan WhitehornTurn the minimum PWM fan speed down to 30 from 40....
2011-06-24 Attilio RaoMFC
2011-06-23 Nathan WhitehornUse the ABI-mandated thread pointer register (r2 for...
2011-06-23 Nathan WhitehornClear any outstanding atomic reservations when traps...
2011-06-23 Andreas ToblerFix merge typo.
2011-06-23 Andreas ToblerAdd leading zeros when printing the stackframe on __pow...
2011-06-23 Nathan WhitehornUse atomic operations to mask and unmask IRQs. This...
2011-06-23 Nathan WhitehornUse 4 KB pages for storage bus devices, which seems...
2011-06-23 Nathan WhitehornRework the PS3 disk driver to support NCQ and do its...
2011-06-23 Nathan WhitehornAdd hypervisor call error codes.
2011-06-22 Attilio RaoMFC
2011-06-22 Nathan WhitehornThis is more complicated than I expected. Storage devic...
2011-06-22 Nathan WhitehornThe IOMMU is not involved for the storage bus.
2011-06-21 Attilio RaoMFC
next