summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* various formating fixes, use NUL for NUL bytes..jmg2014-03-091-29/+37
* Remove all dregs of a per-thread undefined-exception-mode stack. This isian2014-03-096-36/+2
* Rework the VFP code that handles demand-based save and restore of state.ian2014-03-095-164/+102
* Remove bogus define that causes compile errors. Most of the definesimp2014-03-091-1/+0
* Fix panic "_mtx_lock_sleep: recursed on non-recursive mutex ttymtx" caused whenneel2014-03-091-2/+1
* Update board definition for WANDBOARD-QUAD to match crochet.gjb2014-03-091-1/+1
* Follow r262916 with one more config file that references a renamed common.cian2014-03-091-1/+1
* install: Use posix_spawnp() for starting strip and improve error messages.jilles2014-03-081-20/+29
* Back out r262921. I don't know what I was thinking, but it is lame.imp2014-03-081-1/+1
* sh: Successfully do nothing when killing a terminated job.jilles2014-03-084-2/+19
* Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().rpaulo2014-03-081-3/+4
* Fix another bug in multicast filtering. i.MX uses 6 bits from MSB inhrs2014-03-081-2/+3
* Move AIC related stuff to own file.imp2014-03-088-66/+203
* Properly round on unmapping.imp2014-03-081-1/+5
* Make at91_soc_id() public.imp2014-03-082-1/+2
* Set the baud rate if it isn't 0 (meaning it has been specified) notimp2014-03-081-1/+1
* Make clock optional on uart nodes. It is a FreeBSD-specific extention,imp2014-03-081-1/+4
* Add commented out dts for sam9260ek as well as early printf support.imp2014-03-081-0/+10
* Initial cut for DTS on the hl201 board.imp2014-03-081-0/+44
* - Make runq_steal_from more aggressive. Previously it would examine onlyjeff2014-03-081-16/+11
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-0820-16/+16
* Partial revert of change 262914. I screwed up subversion syntax withasomers2014-03-073-40/+43
* sbin/devd/devd.8asomers2014-03-075-56/+59
* cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.casomers2014-03-071-0/+1
* Take a group name on the command-line if available.dteske2014-03-071-0/+8
* Fix copy/paste error in a comment.dteske2014-03-071-1/+1
* Change dipatch words from group* to *Group to backward compatible withdteske2014-03-071-3/+3
* Strip arm/conf/DEFAULTS down to just items that are mandatory for runningian2014-03-0747-5/+139
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchdteske2014-03-0711-440/+827
* Fix the arm sys_sigreturn(): its argument is a struct ucontext, not aian2014-03-073-7/+8
* Comment -- to go with NL global introduced (but not mentioned) by r262901dteske2014-03-071-0/+3
* s/__number/__num/ for code clarify but more to prevent localization ofdteske2014-03-071-11/+19
* Centralize function name. Update a comment while here.dteske2014-03-071-4/+5
* Make f_show_err non-fatal.dteske2014-03-071-4/+1
* Fix incorrect return status if var_to_set and var_to_get are the same.dteske2014-03-071-1/+1
* Fix a typo in a comment.dteske2014-03-071-1/+1
* Add missing local declaration.dteske2014-03-071-2/+2
* Allow dispatched reswords to carry arguments. Fix a comment while here.dteske2014-03-072-9/+8
* kern/Makefileasomers2014-03-072-34/+31
* wlanstats: Add some logic to translate from a vap to its parent device.eadler2014-03-071-0/+18
* - Export panel info to DTSbr2014-03-072-13/+166
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-073-8/+0
* Fix support for increased logical sector size (4K-native drives).mav2014-03-072-7/+12
* Add driver for Port control and interrupts (PORT).br2014-03-075-35/+306
* Open the uart emulation's backing tty in non-blocking mode.grehan2014-03-071-1/+1
* wlanstats: add helpeadler2014-03-071-2/+11
* Slight if reordering to make error branch last.imp2014-03-071-3/+3
* Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configsian2014-03-0711-10/+3
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* When calculating the MPU freq, make sure not to overflow by using a uint64_t.cognet2014-03-061-1/+1
OpenPOWER on IntegriCloud