summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The ia32_get_mcontext() does not need to set PCB_FULL_IRET. Thekib2013-05-271-1/+0
* When reporting the fault details, also print %rsp.kib2013-05-271-2/+2
* When handling an exception from the attempt from loading the faultingkib2013-05-272-0/+25
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-2721-59/+78
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-272-0/+32
* Fix ONFI chip detection.gber2013-05-272-2/+2
* Add DTS for AM335x EVM with properly muxed PWM and LCD pins, andgonzo2013-05-271-0/+180
* Add PWM and LCDC nodes to base DTS for AM335x-based devicesgonzo2013-05-271-0/+23
* AM335x LCD controller driver with syscons supportgonzo2013-05-274-0/+1518
* Add PWM module driver for AM335x. Only eCAS subsystem is supportedgonzo2013-05-273-0/+319
* Add SCM registers definitions for AM335x platformgonzo2013-05-271-0/+38
* Add clock definitions for LCD controller and PWM modulegonzo2013-05-272-3/+99
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-264-219/+243
* Unbreak ia64 tinderbox: 64-bit support was made conditional uponmarcel2013-05-261-13/+4
* s/recieve/receiveschweikh2013-05-261-1/+1
* Remove backwards compat layer which was added in r71419 (in 2001).eadler2013-05-261-11/+0
* Pull in r182656 from upstream llvm trunk:dim2013-05-261-1/+4
* Move libmd.so.5 to the proper place and add missing lib32 entry.antoine2013-05-261-1/+2
* Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced.jlh2013-05-251-9/+14
* Make the malloc(3) family of functions weak and make their non-weakmarcel2013-05-253-0/+64
* Add C11 macros CMPLX(), CMPLXF() and CMPLXL().ed2013-05-251-0/+12
* Add missing #includes, to keep Clang silent.ed2013-05-253-0/+3
* Fix some statical clang analyzer warnings.hselasky2013-05-253-5/+1
* Fix <uchar.h> in for C++11.ed2013-05-252-3/+15
* Prevent shadowing.ed2013-05-256-10/+10
* sigreturn(2): Remove ancient compatibility warning about 4.2BSD.jilles2013-05-251-4/+0
* Make some tiny improvements to iconv_open().ed2013-05-251-21/+15
* Only call free() on something we allocated.ed2013-05-251-2/+2
* Revert r250972 to fix build.gjb2013-05-252-4/+4
* Fix net80211 fragment creation.adrian2013-05-251-4/+15
* The error handling for writes to the target file could lead to the finalse2013-05-242-4/+4
* Fix building on slightly older -current and stable systems aftermarcel2013-05-241-0/+5
* Mention the "nojailvnet" keyword.jamie2013-05-241-1/+3
* Enforce validation on the selected delete method via sysctl.smh2013-05-241-1/+2
* Fix the data corruption on the swap-backed md.kib2013-05-241-1/+7
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-2421-0/+8493
* Withdraw http://svnweb.freebsd.org/changeset/base/250809tuexen2013-05-241-2/+0
* The fasttrap provider cleans up probes asynchronously when a process withmarkj2013-05-241-64/+49
* Initialising the new fibnum field to a known value turns out tojulian2013-05-241-0/+3
* Ensure alq's shutdown_pre_sync event handler is deregistered on module unload tolstewart2013-05-241-2/+5
* While waiting for the bpf hold buffer to become idle, checkghelmer2013-05-231-2/+7
* Use proper malloc type for ioctls white-list.pjd2013-05-231-5/+7
* Fix target selection logic, which did not comply with the man page.se2013-05-231-2/+8
* Add support for netgroup, based on patch in the PR but made consistentghelmer2013-05-231-0/+43
* Include descriptions of the flags and fields printed when dumping themarkj2013-05-231-0/+30
* Change the copyright notice to a standard BSD 2-clause license and assignmarcel2013-05-231-0/+22
* Correct the description of the -a option: rtsol(d) -a will in fact send outmarkj2013-05-231-7/+2
* Let iconv build on -HEAD properly.ed2013-05-236-2/+8
* Fix typo in the definition of the TWS_DATA_CCB.kib2013-05-231-1/+1
* Rework and organize pmap_enter_locked() function.gber2013-05-231-86/+72
OpenPOWER on IntegriCloud