| Commit message (Expand) | Author | Files | Lines |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. |  nicm | 2 | -5/+4 |
2016-05-27 | No need to show the messages if we skip in case of /usr/lib on nfs. |  rpe | 1 | -7/+4 |
2016-05-27 | Add function comments. |  rpe | 1 | -1/+4 |
2016-05-27 | rename(2) operation requires "rpath cpath" at the underlying operation |  deraadt | 1 | -2/+2 |
2016-05-27 | Remove the non ELF macros |  deraadt | 9 | -142/+13 |
2016-05-27 | When resampling, use the exact resampling factor instead of the ratio |  ratchov | 2 | -4/+32 |
2016-05-27 | Flush rec buffer if there's less than one block space left and refill |  ratchov | 1 | -2/+4 |
2016-05-27 | Simplify slot_fill() and slot_flush(). No behaviour change |  ratchov | 1 | -12/+8 |
2016-05-27 | Make resamp_do() get the exact number input and output samples and |  ratchov | 3 | -54/+119 |
2016-05-27 | Per the libtls man page, tls_init() must be called prior to any other |  jsing | 2 | -6/+4 |
2016-05-27 | Rename some of the internal error setting functions to more closely follow |  jsing | 3 | -14/+48 |
2016-05-27 | Avoid leaking ca_mem when freeing a tls_config. |  jsing | 1 | -1/+2 |
2016-05-27 | Fix function parameters that do not have an underscore prefix. |  jsing | 1 | -10/+10 |
2016-05-27 | typo fixes; Anthony Coulter |  sthen | 2 | -5/+5 |
2016-05-27 | Return "400 Bad Request" instead of "500 Server Internal Error" for |  krw | 1 | -3/+5 |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. |  martijn | 50 | -284/+292 |
2016-05-27 | sync |  sthen | 1 | -7/+1 |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add |  beck | 2 | -2/+17 |
2016-05-26 | The destination string is declared as "s" but referred to as "dst" |  millert | 1 | -5/+5 |
2016-05-26 | Use "cc -E" instead of "cpp". OK deraadt@ natano@ |  millert | 2 | -5/+5 |
2016-05-26 | mklocale(1) can handle C-style and shell-style comments natively, |  millert | 1 | -3/+2 |
2016-05-26 | Zap the 'l' from ARFLAGS, totally useless these days. |  zhuk | 1 | -2/+2 |
2016-05-26 | test the new utf8 module |  schwarze | 3 | -2/+77 |
2016-05-26 | Re-introduce vnode-to-filename mapping |  stefan | 2 | -6/+74 |
2016-05-26 | for textrels (sthen ran into one...): |  deraadt | 1 | -2/+2 |
2016-05-26 | Copy ELF headers into guest VM memory |  stefan | 1 | -12/+10 |
2016-05-26 | whitespace found during review |  deraadt | 4 | -10/+10 |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem |  natano | 2 | -10/+3 |
2016-05-26 | Use S_ISDIR instead of doing it by hand. No binary change. |  millert | 1 | -3/+2 |
2016-05-26 | Rename variables to a less ambiguous name better matching their purpose. |  rpe | 1 | -11/+11 |
2016-05-26 | - rename rebuildlibs() to reorder_libs() |  rpe | 1 | -7/+32 |
2016-05-26 | Extend 0x1234 keys form to more bits so that Unicode keys work. |  nicm | 1 | -4/+5 |
2016-05-26 | tests for the two segfaults in backref() that were just fixed |  schwarze | 1 | -1/+4 |
2016-05-26 | Fix an oversight that caused the test program to segfault: |  schwarze | 1 | -2/+2 |
2016-05-26 | systematically test all combinations of REG_STARTEND, REG_NEWLINE, |  schwarze | 1 | -9/+85 |
2016-05-26 | Make amaps use less kernel memory (2nd try) |  stefan | 3 | -195/+513 |
2016-05-26 | support for testing REG_STARTEND together with REG_NOTBOL |  schwarze | 1 | -1/+4 |
2016-05-26 | fputs(3) now returns a non-negative number (as opposed to 0) on successful |  millert | 1 | -10/+8 |
2016-05-26 | Just nuke environ instead of trying to unsetenv everything because that |  nicm | 1 | -12/+4 |
2016-05-26 | Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmc |  mikeb | 1 | -12/+13 |
2016-05-26 | Calculate elapsed time in poll() and subtract that from the remaining time |  jmatthew | 1 | -4/+19 |
2016-05-26 | Make format conversion routines return the number of frames |  ratchov | 3 | -54/+57 |
2016-05-26 | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. |  martijn | 2 | -20/+62 |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we |  mglocker | 1 | -6/+4 |
2016-05-26 | Use a fat16 partition starting at sector 2048/1MB everywhere to simplify |  jsg | 4 | -37/+3 |
2016-05-25 | To prevent screwing up terminal settings when printing to the |  schwarze | 7 | -67/+370 |
2016-05-25 | KNF with respect to indentation; no code change |  schwarze | 1 | -28/+27 |
2016-05-25 | use a consistent naming for chipsets; |  jmc | 1 | -5/+5 |
2016-05-25 | Fix another one-byte buffer underflow (read access only). |  schwarze | 1 | -7/+4 |
2016-05-25 | Must extract uvm_vnode from uvm_object first before reading the vnode |  stefan | 1 | -3/+11 |