summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftello: return 1 when seeking offset on an append stream.pfg2014-07-221-0/+2
* rewind: always clear error indicator.pfg2014-07-221-3/+2
* Don't pass null kmdp to preload_search_infoemaste2014-07-221-2/+2
* Remove #ifdef-s to reduce difference to upstream.ray2014-07-221-31/+0
* Correct typo introduced with r268855.delphij2014-07-221-1/+1
* Don't save entropy inside jails.delphij2014-07-221-0/+2
* copyin/copyout should return 0 if they are truly emulating copyin/copyout beh...sbruno2014-07-221-2/+5
* Enable Freescale i.MX I2C driver for i.MX6.br2014-07-224-6/+33
* Remove boot1.efi during clean target.sbruno2014-07-221-1/+1
* Supress clang warning for FreeBSD printf %b and %D formatssbruno2014-07-222-0/+7
* Rename i.MX I2C driver file.br2014-07-225-4/+4
* Simplify r267600, there's no need to distinguish between allocated andnp2014-07-222-10/+8
* bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automaticallysjg2014-07-222-2/+11
* Merge serf-1.3.6peter2014-07-214-18/+20
* Run mtree for BSD.tests.dist during make xdev-install, if the tests aredim2014-07-211-0/+4
* Merge change from upstream linux kernel submitted by OpenBSD:sbruno2014-07-212-22/+5
* Remove redundant return statement after errxemaste2014-07-211-20/+7
* Use the standard way of printing the usage stringemaste2014-07-211-1/+1
* Hide syscons-specific workaround under DEV_SCemaste2014-07-212-3/+5
* Fix hdestroy() compliance issue.pfg2014-07-212-2/+1
* Update license.pfg2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-215-43/+171
* Fixed fallout from previous change.pluknet2014-07-211-1/+1
* [mdoc] cleanuppluknet2014-07-211-13/+20
* Add the PCBGROUPS manpage.adrian2014-07-212-0/+229
* Correct spelling errors in ctld.8. While here, correct similar errorswblock2014-07-202-10/+10
* Adjust errno on failed prepwrite.pfg2014-07-203-3/+10
* Add new device ID.hselasky2014-07-202-0/+2
* Const-ify a character string.pfg2014-07-201-1/+1
* sh: Allow arbitrarily large numbers in break and continue.jilles2014-07-203-1/+18
* Use a correct errno in freopen.pfg2014-07-201-1/+1
* In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extrarwatson2014-07-202-3/+3
* Update fflush(3) to return success on a read-only stream.pfg2014-07-201-9/+16
* Fix the build when DTrace isn't enabled.markj2014-07-201-0/+2
* Fix build without INVARIANTS defined by getting rid of unused variable 'exc'.neel2014-07-201-2/+1
* Older versions of flex (like the one used in FreeBSD <= 9) expect thedes2014-07-201-1/+1
* sh: Remove prefix() function. Use strncmp() instead.jilles2014-07-204-18/+5
* Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver.adrian2014-07-201-6/+9
* Teach ixgbe(4) about rss_gethashconfig().adrian2014-07-201-0/+30
* Disable the ixgbe(4) UDP 4-tuple hashing for the time being.adrian2014-07-201-1/+11
* When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a knownadrian2014-07-201-0/+2
* Make the PCBGROUPS code aware of IPv4 UDP 4-tuple.adrian2014-07-201-0/+2
* Add hash awareness of the IPv4 and IPv6 UDP 4-tuple.adrian2014-07-201-0/+4
* Implement rss_gethashconfig() - return the currently supported hash methodsadrian2014-07-202-0/+54
* Update the comment to be more concise.adrian2014-07-201-3/+2
* Correctly program the RSS redirection table entries.adrian2014-07-201-3/+9
* Fix allocation of 128MB extended memory region, broken since some carelessnwhitehorn2014-07-201-8/+5
* Enable X11 via xf86-video-scfb on the Playstation 3. This commit made fromnwhitehorn2014-07-191-0/+3
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionian2014-07-195-1/+118
* Add support for the "account" facility.des2014-07-192-5/+25
OpenPOWER on IntegriCloud