| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove dead gettimeofday calls and timevals. |  cheloha | 2018-01-06 | 2 | -6/+2 |
* | some grammar fixes; from dholland@netbsd, -r1.68 |  jmc | 2018-01-02 | 1 | -6/+6 |
* | Only init chunk_info once, plus some moving of code to group related functions. |  otto | 2018-01-01 | 1 | -273/+267 |
* | step one in avoiding unneccesary init of chunk_info; |  otto | 2017-12-27 | 1 | -65/+81 |
* | Add ARM EABI runtime aliases to the GCC runtime functions that we include |  kettenis | 2017-12-26 | 10 | -9/+86 |
* | memcpy from the right place. at this point, the used variable is not |  tedu | 2017-12-25 | 1 | -2/+2 |
* | Fix one possible buffer overflow and one underflow. Also some minor |  millert | 2017-12-24 | 1 | -20/+36 |
* | let's not try to document the number of items in a list... |  jmc | 2017-12-18 | 1 | -3/+3 |
* | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) |  cheloha | 2017-12-18 | 1 | -3/+16 |
* | Move __cxa_thread_atexit* to its own .c file to avoid pulling the code |  guenther | 2017-12-16 | 4 | -39/+64 |
* | Don't use _libc_ prefix when referencing "builtin" symbols with clang. |  kettenis | 2017-12-16 | 2 | -3/+8 |
* | Simplify and unify timespec variables used in those event loops |  jca | 2017-12-14 | 3 | -18/+14 |
* | Use CLOCK_MONOTONIC for the rpc event loops |  jca | 2017-12-14 | 3 | -40/+40 |
* | Consistently use .Va for "errno"; |  schwarze | 2017-12-12 | 1 | -3/+3 |
* | space required between macro arg and punctuation; |  jmc | 2017-12-12 | 1 | -2/+2 |
* | pledge()'s 2nd argument becomes char *execpromises, which becomes the |  deraadt | 2017-12-12 | 2 | -44/+48 |
* | Fix the return value of fwscanf(3) when encountering an early matching |  kevlo | 2017-12-08 | 1 | -2/+2 |
* | Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted |  kettenis | 2017-12-05 | 1 | -2/+1 |
* | Implement __cxa_thread_atexit to support C++11 thread_local scope. The |  kettenis | 2017-12-05 | 6 | -5/+63 |
* | Redo the calculation of the alignment and placement of static TLS data to |  guenther | 2017-12-01 | 3 | -45/+105 |
* | Consistently .Xr the corresponding wide char functions from char- and |  schwarze | 2017-12-01 | 11 | -26/+37 |
* | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; |  schwarze | 2017-12-01 | 1 | -8/+32 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 2017-11-29 | 31 | -86/+148 |
* | Add the missing STANDARDS section (kettenis@ noticed that these are |  schwarze | 2017-11-28 | 1 | -6/+14 |
* | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 2017-11-28 | 15 | -31/+31 |
* | Delete fktrace(2). The consequences of it were not thought through |  guenther | 2017-11-28 | 2 | -40/+7 |
* | Avoid .align 0 here as well. Also fix a .word that should be a .quad. |  kettenis | 2017-11-22 | 3 | -10/+7 |
* | Avoid .align 0. Clang's integrated assembler actually honors this directive |  kettenis | 2017-11-21 | 3 | -9/+6 |
* | Use a simple forward search to find '%' in the format string instead of |  tb | 2017-11-21 | 1 | -35/+12 |
* | Add error checking to some calls to __find_arguments(). Matches similar |  tb | 2017-11-16 | 1 | -6/+16 |
* | Fix spelling: bet -> net from Scott Bennett, thanks |  tb | 2017-11-07 | 1 | -3/+3 |
* | Revert recent changes to unbreak ports/net/samba |  jca | 2017-11-04 | 8 | -110/+21 |
* | 's' should include 'f'; from Jacqueline Jolicoeur |  otto | 2017-11-02 | 1 | -2/+2 |
* | Argh: put back some linker-supplied symbols to avoid triggering a bug |  guenther | 2017-10-31 | 2 | -1/+12 |
* | fix oob read; form llvm via Vlad Tsyrklevich; ok millert@ |  otto | 2017-10-30 | 1 | -3/+3 |
* | Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove |  guenther | 2017-10-29 | 5 | -9/+10 |
* | Remove __builtin_saveregs: gcc hasn't used it for years. |  guenther | 2017-10-28 | 3 | -63/+2 |
* | Typo: 'end' should have been '_end', which is already exported/imported. |  guenther | 2017-10-28 | 2 | -5/+2 |
* | Eliminate some more linker generated symbols that aren't needed. |  guenther | 2017-10-28 | 1 | -5/+1 |
* | If the init_routine used with pthread_once() is canceled, then we need to |  guenther | 2017-10-28 | 1 | -1/+11 |
* | Change pthread_cleanup_{push,pop} to macros that store the cleanup info |  guenther | 2017-10-28 | 7 | -19/+98 |
* | Stop exporting some symbols internal to the softfloat implementation, |  kettenis | 2017-10-28 | 1 | -27/+0 |
* | No need to include <sys/param.h> before <sys/sysctl.h>. |  mpi | 2017-10-28 | 1 | -3/+3 |
* | consistently use .Vt for variable types and use ".Fa path" where appropriate; |  schwarze | 2017-10-28 | 1 | -16/+18 |
* | Use <elf.h> instead of <elf_abi.h> |  mpi | 2017-10-27 | 1 | -2/+2 |
* | Don't let close(2) clobber errno. Some calls were already protected |  millert | 2017-10-23 | 1 | -1/+5 |
* | Removed duplicated line. |  tobias | 2017-10-22 | 1 | -3/+2 |
* | Restore a return that was inadvertently removed from freezero() in r1.234, |  jsing | 2017-10-19 | 1 | -1/+2 |
* | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 2017-10-17 | 4 | -12/+32 |
* | draft-ietf-tcpm-initcwnd was published as rfc 6928 |  mikeb | 2017-10-16 | 1 | -3/+3 |