summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring over my FreeBSD modifications for the AR9300 HAL to make itadrian2013-04-2832-1172/+4642
* Copy the vendor branch ar9300 code from qcamain_open_hal into thisadrian2013-04-2868-0/+233321
|\
| * Initial import of the QCA qcamain_open_hal repository.adrian2013-04-2871-0/+233429
* Polish devcfg(4) slightly: add \n after the end of every sentence.wkoszek2013-04-271-13/+16
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112cperciva2013-04-271-1/+1
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-278-2/+96
* Merge libc++ trunk r180598. Contains several minor cleanups and bugdim2013-04-2783-1090/+1601
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-2719-0/+5510
* Add missing static qualifierseadler2013-04-271-2/+2
* Enable improved <tgmath.h> for Clang even when not using C11.ed2013-04-271-1/+2
* Merge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:dim2013-04-272-4/+4
* Avoid some lookup restarts in vm_radix_lookup_{ge,le}().alc2013-04-271-22/+24
* libthr: Fix a parameter name in an internal header file.jilles2013-04-271-1/+1
* sh: Don't consider jobs -s/-p as reporting the status of jobs.jilles2013-04-271-7/+9
* syslogd: Use closefrom() instead of getdtablesize()/close() loop.jilles2013-04-271-3/+2
* MFprojects/camlock r249542:mav2013-04-272-43/+10
* MFprojects/camlock r249541:mav2013-04-271-13/+8
* intro(2): Fix some errors in ENFILE and EMFILE descriptions.jilles2013-04-271-5/+6
* Change maxio to reflect variable hardware configurations.sbruno2013-04-271-1/+17
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-271-2/+2
* Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to makemav2013-04-271-0/+4
* Add reset support to the Wii.rpaulo2013-04-272-8/+55
* Remove references to MK_IDEA.ed2013-04-273-21/+1
* Partially revert my last change.ed2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.ed2013-04-272-11/+21
* Unbreak <stdatomic.h> on ARM + Clang.ed2013-04-2717-17/+34
* Add a comma to satisfy Igor.eadler2013-04-272-2/+2
* Fix the frambuffer issues by calling pmap_mapdev() in the attach routine. Thisrpaulo2013-04-271-1/+5
* Remove IDEA from OptionalObsoleteFiles.inceadler2013-04-272-4/+4
* Remove the WITH_IDEA option and build it unconditionally.eadler2013-04-263-11/+1
* Conditionally compile this only if ATH_DEBUG is defined.adrian2013-04-261-0/+4
* Dump the entire TXQ descriptor contents during a reset, rather than onlyadrian2013-04-261-0/+29
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-262-1/+3
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-262-3/+3
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* Add two more 'static' qualifierseadler2013-04-261-2/+2
* Take some improvements from DragonFlyBSD:eadler2013-04-261-17/+17
* Add -x option to avoid crossing mount points when removing a hierarchy.eadler2013-04-262-6/+13
* Adjust the min comparison to look at the adjust value after subtraction, don'tsbruno2013-04-261-1/+1
* Move pinmux configuration to board-specific config. It will varygonzo2013-04-262-79/+82
* Bump FreeBSD_version after glebius' changes.adrian2013-04-261-1/+1
* Added automatic detection of non-rotating media which disables thesmh2013-04-263-8/+111
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-264-9/+93
* Added available delete methods discovery during device probe, including thesmh2013-04-261-76/+566
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-263-21/+36
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-262-0/+118
* Added Dataset Management defines to be used by TRIM in cam ata and scsi tosmh2013-04-261-0/+6
OpenPOWER on IntegriCloud