aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of `isolevel` cd9660 optionEnji Cooper2015-11-021-1/+1
* Bump .Dd for r290259 and r290260Enji Cooper2015-11-021-1/+1
* Document undocumented long options for -t cd9660Enji Cooper2015-11-021-6/+20
* Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53Enji Cooper2015-11-021-18/+21
* mips: rate limit the trap handler output; add pid/tid/program name.Adrian Chadd2015-11-021-3/+27
* Define `fhard` in pps_event(..) only when PPS_SYNC is defined to muteEnji Cooper2015-11-021-1/+8
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to muteEnji Cooper2015-11-021-0/+2
* Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper2015-11-024-38/+69
* Remove unused variable (SRCDIR)Enji Cooper2015-11-021-2/+0
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-0210-49/+25
* Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptimeEnji Cooper2015-11-025-7/+8
* Use nitems(x) instead of sizeof(x)/sizeof(x[0])Enji Cooper2015-11-021-2/+2
* Conditionally install (if_)?(otus|rsu).4, otusfw.4, rsufw.4, and urtwn.4 ifEnji Cooper2015-11-022-7/+13
* Add mailbox tag/structure for touchscreen buffer address propertyOleksandr Tymoshenko2015-11-011-0/+15
* Synchronize with latest upstream VCHI code:Oleksandr Tymoshenko2015-11-0121-313/+881
* sh: Avoid copying argv for simple commands.Jilles Tjoelker2015-11-013-11/+11
* Treat synchronous VFP exception just like aynchronous: as an FP exception,Oleksandr Tymoshenko2015-11-012-2/+3
* Fix lladdr change propagation for on vlans on top of it.Alexander V. Chernikov2015-11-013-52/+89
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-011-43/+44
* pfctl: Fix uninitialised veriableKristof Provost2015-11-011-0/+1
* Install myself as src committer.Michal Meloun2015-11-011-0/+2
* Microoptimize.Andrey A. Chernov2015-11-011-4/+3
* Addition to prev. commit.Andrey A. Chernov2015-11-011-4/+6
* Don't seek to the end if write buffer is empty (in append modes).Andrey A. Chernov2015-11-011-11/+12
* ioat: Handle channel-fatal HW errors safelyConrad Meyer2015-10-316-56/+283
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-313-86/+89
* We have long double on arm64, and the tests pass so enable them.Andrew Turner2015-10-311-1/+3
* newsyslog: treat 'c' flag in the config as 'C'Baptiste Daroussin2015-10-311-14/+0
* The error classification from lower layers is a poor indicator ofWarner Losh2015-10-311-5/+3
* Rather than using the #define for path names, indirect through a char *Warner Losh2015-10-313-9/+24
* Move all the paths into a new path.h to centralize them.Warner Losh2015-10-315-33/+67
* Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.Justin Hibbits2015-10-311-4/+4
* Don't hide stderr when checking ${CC} --version.Bryan Drewery2015-10-311-1/+1
* mips: do mips_sync() on sync operations to uncachable memory.Adrian Chadd2015-10-311-4/+5
* mips74k: use cache-writeback for memory, not writethrough.Adrian Chadd2015-10-311-1/+1
* arge_mdio: fix barriers; correctly check MII indicator register.Adrian Chadd2015-10-301-21/+29
* arge: fix barrier macro.Adrian Chadd2015-10-301-1/+1
* arge: attempt to close a transmit race by only enabling the descriptor at the...Adrian Chadd2015-10-301-1/+22
* arge: just use 1U since it's a 32 bit unsigned destination value.Adrian Chadd2015-10-301-1/+1
* arge: do an explicit flush between updating the TX ring and starting transmit.Adrian Chadd2015-10-301-0/+3
* arge_mdio: add explicit read barriers for MDIO_READs.Adrian Chadd2015-10-301-2/+7
* arge: ensure there's enough space in the TX ring before attempting toAdrian Chadd2015-10-301-1/+1
* arge: do a read-after-write on all arge register writes, not just MDIO writes.Adrian Chadd2015-10-301-4/+2
* Remove unneeded _RECURSING_PROGS check.Bryan Drewery2015-10-301-2/+0
* Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-30909-24426/+129905
|\
| * Import OpenSSL 1.0.2d.vendor/openssl/1.0.2dJung-uk Kim2015-10-23490-13108/+94297
* | Minor (and incomplete) style cleanup.Konstantin Belousov2015-10-301-5/+8
* | Update ls -l tests to use mtime, not birthtimeEd Maste2015-10-301-6/+6
* | Also mark compat32 umtx op table as constant.Konstantin Belousov2015-10-301-1/+1
* | Use C99 array initialization, which also makes the codeKonstantin Belousov2015-10-302-59/+61