| Commit message (Expand) | Author | Age | Files | Lines |
* | Create links to the libprocstat man pages for all of the libprocstat function... | Allan Jude | 2015-05-21 | 2 | -26/+57 |
* | Remove the write-only variable phent. We currently do not check the | Konstantin Belousov | 2015-05-20 | 1 | -5/+0 |
* | Fix underlinking | Baptiste Daroussin | 2015-05-19 | 1 | -0/+2 |
* | All FreeBSD platforms are elf: move i386-elf to i386 | Ed Maste | 2015-05-19 | 6 | -3/+2 |
* | Use fixed enum values for PMC_CLASSES(). | John Baldwin | 2015-05-19 | 1 | -5/+12 |
* | Add Performance Monitoring Counters support for AArch64. | Ruslan Bukin | 2015-05-19 | 1 | -0/+77 |
* | Synchronize libedit with NetBSD | Baptiste Daroussin | 2015-05-18 | 8 | -72/+116 |
* | Drop some unnecessary casts. | Pedro F. Giffuni | 2015-05-18 | 1 | -4/+3 |
* | In r279493, the functions pzero[f](), qzero[f], pone[f](), | Steve Kargl | 2015-05-17 | 4 | -4/+4 |
* | Some third-party malloc(3) implementations use pthread_setspecific(3) | Konstantin Belousov | 2015-05-15 | 1 | -110/+91 |
* | Update to ELF Tool Chain r3197 | Ed Maste | 2015-05-14 | 1 | -1/+1 |
* | Add fabs() to arm64 libc | Ed Maste | 2015-05-14 | 3 | -1/+36 |
* | Remove redundant csu subdir logic | Ed Maste | 2015-05-12 | 1 | -11/+1 |
* | Teach bits of libc about Thumb. This adds the if-then instructions needed | Andrew Turner | 2015-05-12 | 5 | -4/+48 |
* | Revert r282775 for now. The added dependency would cause problems for | Xin LI | 2015-05-12 | 3 | -5/+12 |
* | Use the GOT_* macros to help simplify the code, these work with both pic | Andrew Turner | 2015-05-11 | 2 | -26/+9 |
* | Revert r281372, it's no longer needed after r282726 (fix for PR 199119) as the | Xin LI | 2015-05-11 | 3 | -12/+5 |
* | Unbreak MIPS build following rev. 282726 | Thomas Quinot | 2015-05-11 | 8 | -6/+49 |
* | Unbreak build following rev. 282726 | Thomas Quinot | 2015-05-10 | 6 | -0/+130 |
* | recv(),send(): Directly call interposing entry instead of going through PLT. | Jilles Tjoelker | 2015-05-10 | 2 | -2/+10 |
* | Ensure libmd symbols do not clash with libcrypto | Thomas Quinot | 2015-05-10 | 14 | -1/+195 |
* | Tweak the comment here some more. In particular, the previous opening | John Baldwin | 2015-05-06 | 1 | -7/+7 |
* | Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup(). | Neel Natu | 2015-05-06 | 2 | -26/+19 |
* | Remove the note about seekdir() removing telldir() cookies. That was | John Baldwin | 2015-05-06 | 1 | -7/+1 |
* | A few style fixes and expand the comment a bit on what _fixtelldir() is | John Baldwin | 2015-05-06 | 1 | -6/+10 |
* | Tweak seekdir, telldir and readdir so that when htere are deletes going on, | Julian Elischer | 2015-05-05 | 5 | -1/+65 |
* | Fix major copy/paste and other style errors. | Sergey Kandaurov | 2015-05-05 | 1 | -5/+10 |
* | Rework PRIVATELIB | Baptiste Daroussin | 2015-05-04 | 2 | -2/+3 |
* | Various updates to the ftruncate(2) documentation: | John Baldwin | 2015-05-04 | 1 | -7/+19 |
* | Partially revert r255486, the first argument to socketpair() is a socket | John Baldwin | 2015-05-04 | 1 | -4/+4 |
* | Add test case for unpack with diffrent flags. | Mariusz Zaborski | 2015-05-02 | 1 | -0/+35 |
* | Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to store | Mariusz Zaborski | 2015-05-02 | 1 | -0/+2 |
* | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno. | Mariusz Zaborski | 2015-05-02 | 13 | -39/+87 |
* | fork(2): Add a note to the effect that kqueue descriptors, unlike other | Mark Johnston | 2015-05-02 | 1 | -2/+5 |
* | Apply the copyright the the same owners as the original malloc(3) where most of | Baptiste Daroussin | 2015-05-01 | 1 | -2/+3 |
* | libc now has reallocarray | Baptiste Daroussin | 2015-05-01 | 1 | -2/+0 |
* | Import reallocarray(3) from OpenBSD | Baptiste Daroussin | 2015-05-01 | 4 | -2/+182 |
* | Add nvlist_flags() function, which returns nvlist's public flags. | Mariusz Zaborski | 2015-05-01 | 2 | -1/+11 |
* | Sort MLINKS alphabetically. | Mariusz Zaborski | 2015-05-01 | 1 | -46/+46 |
* | Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252 | Bjoern A. Zeeb | 2015-05-01 | 1 | -1/+1 |
* | Remove the nvlist_.*[fv] functions. | Mariusz Zaborski | 2015-04-29 | 1 | -82/+0 |
* | Remove the use of nvlist_.*[fv] functions from tests. | Mariusz Zaborski | 2015-04-29 | 2 | -48/+24 |
* | Remove the use of nvlist_.*[vf] functions from libcapsicum and replace | Mariusz Zaborski | 2015-04-29 | 3 | -20/+59 |
* | The presence/absence of CPU features should be tested with | Warner Losh | 2015-04-28 | 1 | -1/+3 |
* | Remove per-architecture checks for enabling HAVE_FENV_H | Enji Cooper | 2015-04-27 | 1 | -4/+1 |
* | Upgrade libxo to 0.3.2. | Marcel Moolenaar | 2015-04-27 | 1 | -0/+2 |
* | Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64. | Andrew Turner | 2015-04-27 | 1 | -1/+1 |
* | Disable the tests that use makecontext on arm64, it still needs to be | Andrew Turner | 2015-04-27 | 2 | -0/+4 |
* | Build/install libc, librt, libthr, and msun NetBSD test suites on all | Enji Cooper | 2015-04-27 | 12 | -52/+12 |
* | mdoc: fix function declaration | Baptiste Daroussin | 2015-04-26 | 1 | -2/+2 |