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