]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Do not allow changing MTU to be less than the minimum.
[FreeBSD/FreeBSD.git] / sys / powerpc /
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
2011-06-04 andreastAdd new fan controller driver for the G4 MDD PowerMac...
2011-06-04 andreast- Improve error handling.
2011-06-04 nwhitehornRetry the memory map-related portions of r222613, writt...
2011-06-04 nwhitehornFix a typo derived from a mismerge from mmu_oea that...
2011-06-03 andreast- Introduce a define for ZERO_C_TO_K.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-03 attilioMFC
2011-06-03 nwhitehornQuantities stored on the stack on ppc64 tend to be...
2011-06-02 nwhitehornTemporarily back out those parts of r222613 related...
2011-06-02 nwhitehornThe POWER7 has only 32 SLB slots instead of 64, like...
2011-06-02 nwhitehornIf running under a hypervisor, don't yell at the user...
2011-06-02 nwhitehornExplicitly initialize the first thread's MSR to PSL_KER...
2011-06-02 nwhitehornInclude the modules area in the mapped kernel code...
2011-06-02 nwhitehornRemove some dead code: unnecessary isyncs and memory...
2011-06-02 nwhitehornMFpseries:
2011-06-02 attilioMFC
2011-05-31 attilioMFC
2011-05-31 nwhitehornOn multi-core, multi-threaded PPC systems, it is import...
2011-05-31 attilioMFC
2011-05-29 nwhitehornUse kproc_exit() instead of returning from the manageme...
2011-05-29 nwhitehornAdd some error handling here: if a sensor returns an...
2011-05-29 nwhitehornAdd the next digit of precision to temperatures, which...
2011-05-29 nwhitehornDon't put negative values into the averages.
2011-05-29 nwhitehornUpdate the I2C-based temperature/fan drivers to connect...
2011-05-29 attilioMFC
2011-05-29 andreastAdd a new driver, the ad7417, to read temperatures...
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-29 marcelThe P4080 has 8 cores. Bump MAXCPU to 8 to match.
next