summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add fabs() to arm64 libcemaste2015-05-143-1/+36
* Remove redundant csu subdir logicemaste2015-05-121-11/+1
* Teach bits of libc about Thumb. This adds the if-then instructions neededandrew2015-05-125-4/+48
* Revert r282775 for now. The added dependency would cause problems fordelphij2015-05-123-5/+12
* Use the GOT_* macros to help simplify the code, these work with both picandrew2015-05-112-26/+9
* Revert r281372, it's no longer needed after r282726 (fix for PR 199119) as thedelphij2015-05-113-12/+5
* Unbreak MIPS build following rev. 282726thomas2015-05-118-6/+49
* Unbreak build following rev. 282726thomas2015-05-106-0/+130
* recv(),send(): Directly call interposing entry instead of going through PLT.jilles2015-05-102-2/+10
* Ensure libmd symbols do not clash with libcryptothomas2015-05-1014-1/+195
* Tweak the comment here some more. In particular, the previous openingjhb2015-05-061-7/+7
* Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().neel2015-05-062-26/+19
* Remove the note about seekdir() removing telldir() cookies. That wasjhb2015-05-061-7/+1
* A few style fixes and expand the comment a bit on what _fixtelldir() isjhb2015-05-061-6/+10
* Tweak seekdir, telldir and readdir so that when htere are deletes going on,julian2015-05-055-1/+65
* Fix major copy/paste and other style errors.pluknet2015-05-051-5/+10
* Rework PRIVATELIBbapt2015-05-042-2/+3
* Various updates to the ftruncate(2) documentation:jhb2015-05-041-7/+19
* Partially revert r255486, the first argument to socketpair() is a socketjhb2015-05-041-4/+4
* Add test case for unpack with diffrent flags.oshogbo2015-05-021-0/+35
* Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeoshogbo2015-05-021-0/+2
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-0213-39/+87
* fork(2): Add a note to the effect that kqueue descriptors, unlike othermarkj2015-05-021-2/+5
* Apply the copyright the the same owners as the original malloc(3) where most ofbapt2015-05-011-2/+3
* libc now has reallocarraybapt2015-05-011-2/+0
* Import reallocarray(3) from OpenBSDbapt2015-05-014-2/+182
* Add nvlist_flags() function, which returns nvlist's public flags.oshogbo2015-05-012-1/+11
* Sort MLINKS alphabetically.oshogbo2015-05-011-46/+46
* Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252bz2015-05-011-1/+1
* Remove the nvlist_.*[fv] functions.oshogbo2015-04-291-82/+0
* Remove the use of nvlist_.*[fv] functions from tests.oshogbo2015-04-292-48/+24
* Remove the use of nvlist_.*[vf] functions from libcapsicum and replaceoshogbo2015-04-293-20/+59
* The presence/absence of CPU features should be tested withimp2015-04-281-1/+3
* Remove per-architecture checks for enabling HAVE_FENV_Hngie2015-04-271-4/+1
* Upgrade libxo to 0.3.2.marcel2015-04-271-0/+2
* Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.andrew2015-04-271-1/+1
* Disable the tests that use makecontext on arm64, it still needs to beandrew2015-04-272-0/+4
* Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-2712-52/+12
* mdoc: fix function declarationbapt2015-04-261-2/+2
* mdoc: remove empty linebapt2015-04-261-1/+0
* Remove end of line whitespacebapt2015-04-261-3/+3
* mdoc: remove end of line whitespacebapt2015-04-261-1/+1
* mdoc: rendering fixesbapt2015-04-262-4/+8
* Use mdoc(7) macros to handle parenthesisbapt2015-04-261-1/+1
* mdoc: fix functions declarationsbapt2015-04-261-1/+1
* Escape "Ed"bapt2015-04-2611-11/+11
* Escape "Ed"bapt2015-04-261-1/+1
* Do not modify localesbapt2015-04-261-1/+1
* libarchive: Allow setting nanosecond timestamps.jilles2015-04-251-0/+7
* Assuming a system has /bin/csh on it is a bad idea (especially it beingngie2015-04-251-0/+1
OpenPOWER on IntegriCloud