summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Retrieve CPU number info from the device tree.raj2012-05-261-18/+8
* Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits forraj2012-05-263-15/+25
* Provide SPR definitions for newer Book-E (E500mc, E5500, PPC465).raj2012-05-261-0/+36
* Unify SPR defines formatting, no funtional changes.raj2012-05-261-88/+87
* Trim the extra $FreeBSD$ from the comment below the license. We usebz2012-05-261-2/+0
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-264-35/+4
* Make the VIA workaround application somewhat more consistent with themarius2012-05-261-1/+2
* Consistently use USB_PAGE_SIZE. Currently, this is cosmetic.marius2012-05-261-2/+2
* Make the VIA workaround actually do its intended job.marius2012-05-261-1/+1
* Remove extraneous empty lines.marius2012-05-261-32/+0
* Turn LACP debugging from a compile time option to a sysctl, it is very handy tothompsa2012-05-261-43/+37
* - When creating the DMA tag for user data, don't ask for more segmentsmarius2012-05-262-39/+29
* mdoc: sort sections into conventional order.joel2012-05-261-21/+21
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noalc2012-05-262-64/+132
* Implement SEEK_HOLE/SEEK_DATA for UFS.kib2012-05-261-0/+20
* Add a vn_bmap_seekhole(9) vnode helper which can be used by anykib2012-05-262-0/+55
* Clarify the SEEK_HOLE description, it repositions the file pointer.kib2012-05-261-4/+4
* Add the AR9280 workarounds for PCIe suspend/resume.adrian2012-05-261-2/+52
* Avoid using hard-coded numbers here.adrian2012-05-261-1/+1
* Remove an unneeded field from ath_buf.adrian2012-05-261-1/+0
* - Add support for BSD iconv when it is build into libcgabor2012-05-252-0/+14
* Regenerate system call tables.ed2012-05-2516-193/+193
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-253-41/+41
* Update HID defines for E500mc and E5500 CPU cores.raj2012-05-251-0/+53
* Import DTS files for the upcoming DPAA QorIQ (PowerPC) support.raj2012-05-256-567/+5498
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.marcel2012-05-2510-2/+35
* init: Remove unnecessary 2-second delay before calling reboot(2).jilles2012-05-251-2/+0
* Fix physical address type to vm_paddr_t also for powerpc64.raj2012-05-251-11/+11
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:adrian2012-05-251-3/+48
* Correct error message.pjd2012-05-251-1/+1
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.adrian2012-05-251-1/+5
* Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to themarcel2012-05-251-1/+4
* Missing vm_paddr_t bits which should have been part of r235936.raj2012-05-251-4/+4
* More Cicada/Vitesse PHY ids.raj2012-05-252-1/+10
* Merge from x86: r232521marius2012-05-251-28/+0
* Undefine SCTP_PACKED before including sctp_uio.h, which doesn'ttuexen2012-05-251-3/+2
* Revert r235918 for now and add comment explaining the reason for thetrasz2012-05-251-3/+9
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-258-31/+26
* - Only use multi-threading for large filesgabor2012-05-257-23/+90
* MFp4 bz_ipv6_fast:bz2012-05-251-18/+15
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+3
* Use C99-style initialization for struct dirent in preparation forgleb2012-05-252-8/+29
* Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether specialmav2012-05-251-17/+35
* In case forwarding is turned on for a given address family, refuse tobz2012-05-251-0/+11
* Remove sleep() from invalidate call in ses driver, waiting for daemonmav2012-05-251-10/+8
* Revert my local not yet properly tested changes, that leaked inglebius2012-05-251-16/+23
* device_add_child: protect against child device with no driver but fixed unit ...avg2012-05-251-0/+2
* Fix resolving symbol names on ARM.gber2012-05-251-0/+6
* Correct an error in pmap_pv_reclaim(). In a rare case, when it should havealc2012-05-251-9/+9
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-2511-25/+40
OpenPOWER on IntegriCloud