summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The controller does not zero this data structure, ever.sbruno2013-04-281-0/+1
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-284-165/+137
* Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode'kib2013-04-282-3/+15
* Assert that the object type for the vnode' non-NULL v_object, passedkib2013-04-281-0/+6
* Eliminate the layering violation in the kern_sendfile(). When queringkib2013-04-281-14/+16
* Convert panic() into KASSERT().kib2013-04-281-2/+1
* Add some cam_freeze_devq()'s missed at r249466.mav2013-04-281-0/+3
* When the world is built WITHOUT_OPENSSH also don'teadler2013-04-282-4/+7
* Enable building string functions as part of libstand on mips; the Makefilerwatson2013-04-281-3/+1
* Let's align correctly by setting to 17.sbruno2013-04-281-1/+1
* Its time to retire COMPAQ. I don't think that its coming back. :-)sbruno2013-04-281-1/+1
* Merge @228176 from Perforce to fix a bug introduced in r249553:rwatson2013-04-281-2/+0
* Fix EXIT STATUS. biff reports its status when it was invoked.joel2013-04-281-3/+3
* Eliminate an unneeded call to vm_radix_trimkey() from vm_radix_lookup_le().alc2013-04-281-1/+0
* Bring copyright changes with the agreement of Thomas Skibo.wkoszek2013-04-2810-166/+176
* mdoc improvementsjoel2013-04-281-8/+16
* Remove extra code for SA_RESETHAND, it is not needed because kernel hasdavidxu2013-04-281-7/+0
* Add an alternate version of beastie to the examples directory.eadler2013-04-282-0/+2474
* Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because weneel2013-04-281-20/+0
* 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
OpenPOWER on IntegriCloud