summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: Simplify find_command() slightly.jilles2014-05-311-7/+5
* Grammar cleanup; sort SEE ALSO.brueffer2014-05-311-5/+6
* convert to using the _daddr_t types like newfs was...jmg2014-05-311-8/+4
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-314-4/+34
* Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIMEdchagin2014-05-311-31/+40
* Ignore IIC_ENOADDR from iicbus_reset() as it only means we have aloos2014-05-311-0/+6
* Add a bounds verification to the SCL and SDA pin values.loos2014-05-311-9/+16
* Add #NO_UNIVERSE to RADXA and RADXA-LITE kernel configsganbold2014-05-312-0/+4
* - Added myself and mentor/mentee relationship to the src committerspkelsey2014-05-312-0/+4
* MFV 266913+266914:delphij2014-05-311-5/+12
* Fix m2 regression test.pfg2014-05-311-0/+1
* If VMX isn't enabled so long as the lock bit isn't set yet in MSRtychon2014-05-301-1/+10
* cxgbe(4): Fix a NULL dereference when the very first call tonp2014-05-301-2/+6
* While PAWS is disabled, there are no consumers for the tcp optionsbz2014-05-301-1/+1
* Rework the notion of CPU used in top. In particular, for subsequentjhb2014-05-301-13/+97
* Remove bogus check for kmem_malloc() failure even though M_WAITOK is set.neel2014-05-301-7/+0
* Bump FreeBSD_version due to changed header for strcasecmp(3) family.pfg2014-05-301-1/+1
* Update default callchain depth to 16 to match kernelemaste2014-05-301-1/+1
* Add missing libexec/bsdconfig subdirectoriesemaste2014-05-301-0/+4
* Allocate a zeroed LDT.neel2014-05-301-1/+1
* Enable a login console on ttyu0 by default if it is a serial console. Thisnwhitehorn2014-05-302-2/+2
* Use own memory pool of 128K until further, hence that works the best.hselasky2014-05-302-2/+3
* Add optional support for USB to BERI loader. Fix the linker script sohselasky2014-05-303-4/+27
* It appears the ISP/SAF1761 sometimes is busy when reading the statushselasky2014-05-301-19/+21
* Use callout_*() rather than timeout()/untimeout().jhb2014-05-301-8/+6
* Resolve issue with resolving malloc() and free() functions at linking time.hselasky2014-05-302-10/+13
* Export structure(s) properly.hselasky2014-05-301-0/+4
* Fix delay() function in the BERI loader code.hselasky2014-05-301-5/+17
* Make driver detach code in USB mass storage test optional.hselasky2014-05-303-1/+6
* Add ISP/SAF1761 bootloader bus interface file.hselasky2014-05-301-0/+146
* USB boot library improvements:hselasky2014-05-304-29/+131
* Add support for USB mass storage to libusbboot.hselasky2014-05-303-0/+321
* Use g_conf_printf_escaped() to escape symbols, which can breakae2014-05-303-8/+16
* style(9) requires an empty line when function have no local variables.hselasky2014-05-301-0/+2
* Add support for snprintf() to libstand.hselasky2014-05-302-6/+54
* Whitespace only.glebius2014-05-301-25/+24
* Reset HSIC hub during EHCI initialization. This makes devices connectedbr2014-05-302-0/+43
* Fix off-by-one error that makes 0-th pins of each bank unreachable.br2014-05-301-1/+1
* Add support for basic read, write and read capacity disk operations tohselasky2014-05-302-2/+113
* o Make keyboard-related properties to be compatible with vendor standardbr2014-05-304-113/+222
* Add common kernel config file for Rockchip RK3188 systems by splittingganbold2014-05-304-95/+213
* Cleanup the RADXA kernel config file a bit and enable modules.rpaulo2014-05-301-5/+2
* Minor mdoc fixbjk2014-05-301-1/+1
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.pfg2014-05-305-5/+55
* Create /var/unbound/conf.d for additional configuration files.des2014-05-292-2/+13
* Correct vt(4) border calculations on font switchemaste2014-05-291-12/+17
* Update size in vt_grow if we don't have to reallocateemaste2014-05-291-0/+3
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-2910-47/+92
* Change examples to have master skew above 0 to have ability to overwrite thismarck2014-05-291-9/+10
* In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale.cognet2014-05-291-5/+3
OpenPOWER on IntegriCloud