| Commit message (Expand) | Author | Age | Files | Lines |
| * | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit. | Konstantin Belousov | 2017-01-07 | 5 | -106/+164 |
| * | __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmap | Konstantin Belousov | 2017-01-04 | 1 | -19/+35 |
| * | Cleanup inelegant calloc(3) introduced in r310984. | Pedro F. Giffuni | 2017-01-02 | 1 | -1/+1 |
| * | Use calloc instead of malloc + memset(.., 0, ..) | Enji Cooper | 2016-12-31 | 1 | -8/+4 |
| * | Move __hidden attribute towards the end of the declaration. | Pedro F. Giffuni | 2016-12-31 | 1 | -12/+12 |
| * | Rename the 'flags' argument to getfsstat() to 'mode' and validate it. | John Baldwin | 2016-12-27 | 3 | -10/+16 |
| * | Revert r310138 | Enji Cooper | 2016-12-22 | 1 | -31/+0 |
| * | hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSC | Sepherosa Ziehau | 2016-12-19 | 1 | -0/+73 |
| * | vfprintf(3): Add support for kernel %b format | Conrad Meyer | 2016-12-16 | 1 | -0/+31 |
| * | Address regressions in SA-16:37.libc. | Gleb Smirnoff | 2016-12-07 | 1 | -6/+5 |
| * | Fix a bug in sctp_sendmsgx(), where the sid provided by the user | Michael Tuexen | 2016-12-07 | 1 | -1/+1 |
| * | Support spaces in group names. | Bryan Drewery | 2016-12-06 | 1 | -5/+10 |
| * | Properly sign extend the result of jrand48() and mrand48(). | Ed Schouten | 2016-12-06 | 2 | -2/+9 |
| * | Fix possible buffer overflow(s) in link_ntoa(3). | Gleb Smirnoff | 2016-12-06 | 1 | -17/+34 |
| * | thr_set_name(): silently truncate the given name as needed | Eric van Gyzen | 2016-12-03 | 1 | -14/+11 |
| * | Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired. | Bryan Drewery | 2016-12-01 | 2 | -0/+117 |
| * | Launder VPO_NOSYNC pages upon vnode deactivation. | Mark Johnston | 2016-11-26 | 1 | -1/+3 |
| * | open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW. | Jilles Tjoelker | 2016-11-22 | 1 | -1/+17 |
| * | remove unnecessary vm includes from setproctitle | Ed Maste | 2016-11-22 | 1 | -4/+0 |
| * | Fix error reporting from wcstof() | Eric van Gyzen | 2016-11-20 | 3 | -15/+31 |
| * | Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won't | Gleb Smirnoff | 2016-11-17 | 1 | -11/+33 |
| * | Add full softfloat and hardfloat support for RISC-V. | Ruslan Bukin | 2016-11-16 | 10 | -79/+547 |
| * | Update jemalloc to 4.3.1. | Jason Evans | 2016-11-09 | 1 | -2/+2 |
| * | Document that getfsstat(2) called with MNT_NOWAIT skips file systems | Edward Tomasz Napierala | 2016-11-06 | 1 | -1/+3 |
| * | Replace basename(3) by a thread-safe implementation. | Ed Schouten | 2016-11-03 | 5 | -119/+143 |
| * | Locale fix for endian big (EB) machines. | Ruslan Bukin | 2016-11-01 | 3 | -48/+103 |
| * | Detect integer overflow and limit the number of positional | Ruslan Bukin | 2016-10-31 | 1 | -12/+33 |
| * | Add full softfloat and hardfloat support for MIPS. | Ruslan Bukin | 2016-10-31 | 5 | -6/+24 |
| * | Fix a copy&paste-o causing a segfault with sigsetjmp. | Justin Hibbits | 2016-10-29 | 2 | -46/+46 |
| * | Fix formatting of tables. | John Baldwin | 2016-10-28 | 1 | -121/+121 |
| * | Fix a typo which broke the build for powerpc. | Justin Hibbits | 2016-10-25 | 1 | -1/+1 |
| * | Remove the powerpcspe Symbol.map, it's identical to powerpc's. | Justin Hibbits | 2016-10-23 | 2 | -60/+1 |
| * | Reduce code duplication between powerpc and powerpcspe | Justin Hibbits | 2016-10-22 | 21 | -936/+17 |
| * | ptrace.S is not needed, libc/sys/ptrace.c exists already. | Justin Hibbits | 2016-10-22 | 2 | -62/+1 |
| * | Create a new MACHINE_ARCH for Freescale PowerPC e500v2 | Justin Hibbits | 2016-10-22 | 34 | -0/+2267 |
| * | Only build lib/libc/tests/iconv if MK_ICONV != no | Enji Cooper | 2016-10-21 | 1 | -1/+4 |
| * | Use 'cmd' rather than 'command' to match the function prototype. | John Baldwin | 2016-10-17 | 1 | -4/+4 |
| * | Improve phrasing of the STANDARDS section. | Ed Schouten | 2016-10-15 | 1 | -2/+2 |
| * | Improve typing of POSIX search tree functions. | Ed Schouten | 2016-10-13 | 6 | -54/+56 |
| * | Fix typos: use correct string format and value to compare. | Ruslan Bukin | 2016-10-13 | 1 | -2/+2 |
| * | Fix strchr, strrchr implementation: convert c to char | Ruslan Bukin | 2016-10-13 | 2 | -0/+10 |
| * | Add comment on use of abort() in libc | Ed Maste | 2016-10-12 | 2 | -3/+17 |
| * | Add different libc ldscript: the one without libssp -- | Ruslan Bukin | 2016-10-12 | 2 | -0/+6 |
| * | Correct indent. | Konstantin Belousov | 2016-10-11 | 1 | -4/+3 |
| * | Fill msg_len for the initial element of msgvec. | Konstantin Belousov | 2016-10-11 | 1 | -0/+2 |
| * | Improve grammar. | Bryan Drewery | 2016-10-06 | 1 | -1/+1 |
| * | abort in srandomdev if kern.arandom sysctl fails | Ed Maste | 2016-10-05 | 1 | -4/+5 |
| * | Remove setkey(), encrypt(), des_setkey() and des_cipher(). | Ed Schouten | 2016-10-03 | 2 | -20/+10 |
| * | libc arc4_stir: use only kern.arandom sysctl | Ed Maste | 2016-10-03 | 1 | -23/+5 |
| * | open.2: Document Capsicum behavior | Conrad Meyer | 2016-09-30 | 1 | -1/+33 |