| Commit message (Expand) | Author | Age | Files | Lines |
* | memmem(3): empty little string matches the beginning of the big string | emaste | 2015-05-26 | 2 | -11/+17 |
* | Remove clause 3 and 4 from the license | bapt | 2015-05-21 | 1 | -2/+0 |
* | Remove the write-only variable phent. We currently do not check the | kib | 2015-05-20 | 1 | -5/+0 |
* | Drop some unnecessary casts. | pfg | 2015-05-18 | 1 | -4/+3 |
* | Add fabs() to arm64 libc | emaste | 2015-05-14 | 3 | -1/+36 |
* | Teach bits of libc about Thumb. This adds the if-then instructions needed | andrew | 2015-05-12 | 5 | -4/+48 |
* | Use the GOT_* macros to help simplify the code, these work with both pic | andrew | 2015-05-11 | 2 | -26/+9 |
* | recv(),send(): Directly call interposing entry instead of going through PLT. | jilles | 2015-05-10 | 2 | -2/+10 |
* | Tweak the comment here some more. In particular, the previous opening | jhb | 2015-05-06 | 1 | -7/+7 |
* | Remove the note about seekdir() removing telldir() cookies. That was | jhb | 2015-05-06 | 1 | -7/+1 |
* | A few style fixes and expand the comment a bit on what _fixtelldir() is | jhb | 2015-05-06 | 1 | -6/+10 |
* | Tweak seekdir, telldir and readdir so that when htere are deletes going on, | julian | 2015-05-05 | 5 | -1/+65 |
* | Fix major copy/paste and other style errors. | pluknet | 2015-05-05 | 1 | -5/+10 |
* | Various updates to the ftruncate(2) documentation: | jhb | 2015-05-04 | 1 | -7/+19 |
* | Partially revert r255486, the first argument to socketpair() is a socket | jhb | 2015-05-04 | 1 | -4/+4 |
* | fork(2): Add a note to the effect that kqueue descriptors, unlike other | markj | 2015-05-02 | 1 | -2/+5 |
* | Apply the copyright the the same owners as the original malloc(3) where most of | bapt | 2015-05-01 | 1 | -2/+3 |
* | Import reallocarray(3) from OpenBSD | bapt | 2015-05-01 | 4 | -2/+182 |
* | Disable the tests that use makecontext on arm64, it still needs to be | andrew | 2015-04-27 | 1 | -0/+2 |
* | Build/install libc, librt, libthr, and msun NetBSD test suites on all | ngie | 2015-04-27 | 3 | -13/+3 |
* | mdoc: remove end of line whitespace | bapt | 2015-04-26 | 1 | -1/+1 |
* | mdoc: rendering fixes | bapt | 2015-04-26 | 2 | -4/+8 |
* | Use mdoc(7) macros to handle parenthesis | bapt | 2015-04-26 | 1 | -1/+1 |
* | mdoc: fix functions declarations | bapt | 2015-04-26 | 1 | -1/+1 |
* | Escape "Ed" | bapt | 2015-04-26 | 11 | -11/+11 |
* | Escape "Ed" | bapt | 2015-04-26 | 1 | -1/+1 |
* | Assuming a system has /bin/csh on it is a bad idea (especially it being | ngie | 2015-04-25 | 1 | -0/+1 |
* | __xlocale_C_ctype should not be const. It contains a reference count that is... | theraven | 2015-04-24 | 1 | -1/+1 |
* | Small changes to locale-related man pages. | theraven | 2015-04-24 | 5 | -5/+5 |
* | Reassign copyright statements on several files from Advanced | jhb | 2015-04-23 | 7 | -7/+7 |
* | A complete user message is signalled with the MSG_EOR flag, not the MSG_EOF | tuexen | 2015-04-23 | 1 | -3/+3 |
* | computematchjumps(): fix allocator sizeof operand mismatch. | pfg | 2015-04-22 | 1 | -2/+2 |
* | Support file verification in MAC. | rodrigc | 2015-04-22 | 1 | -0/+4 |
* | Fix improbable memory leak in _citrus_prop_read_str(). | pfg | 2015-04-20 | 1 | -1/+3 |
* | Remove code to support the top of the stack layout for FreeBSD 1.x/2.x | kib | 2015-04-20 | 1 | -37/+36 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 19 | -443/+9 |
* | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | kib | 2015-04-18 | 6 | -1/+119 |
* | Remove the const qualifier from iconv(3) to comply with POSIX: | tijl | 2015-04-15 | 14 | -25/+23 |
* | Remove obsolete bits about maximum number of file systems. | pluknet | 2015-04-12 | 1 | -6/+1 |
* | Fix powerpc setjmp FPR saving/restoring. | jhibbits | 2015-04-08 | 3 | -108/+108 |
* | Add the start of libc and libstand for arm64. Not all of the machine | andrew | 2015-04-07 | 24 | -4/+1019 |
* | vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the | jhb | 2015-04-06 | 1 | -2/+2 |
* | Stop including if_var.h from userland. | glebius | 2015-04-06 | 2 | -2/+0 |
* | Make strlcpy/strlcat slightly easier to read. | pfg | 2015-04-06 | 2 | -43/+42 |
* | fts: Don't return FTS_SLNONE if it's not a symlink (if race). | jilles | 2015-04-04 | 1 | -5/+6 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | emaste | 2015-04-02 | 10 | -197/+5 |
* | Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT | trasz | 2015-04-02 | 1 | -3/+3 |
* | Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case. | kib | 2015-04-01 | 2 | -3/+9 |
* | wordexp: Explicitly pass along IFS. | jilles | 2015-03-31 | 1 | -1/+4 |
* | Make kevent(2) a cancellation point. | kib | 2015-03-29 | 5 | -2/+82 |