summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Export a list of VM objects in the system via a sysctl. The list can bejhb2015-05-274-2/+174
* Add <sys/user.h> to the SYNOPSIS of the kinfo_get*() functions since thesejhb2015-05-274-4/+8
* Update to ELF Tool Chain r3223emaste2015-05-271-1/+1
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-262-11/+17
* Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-256-13/+16
* Remove SUBDIR_DEPEND for non-existent libreadline directoryngie2015-05-241-1/+0
* When only 2 bytes can be read from a 4 byte UTF-16 character in a base64tijl2015-05-241-24/+19
* Fix decoding of UTF-7 when a base64 encoded chunk appears at the end oftijl2015-05-241-5/+1
* Remove the stray DEBUG_FLAGS=-g line that snuck in with theimp2015-05-211-1/+0
* Drop libmandoc and incorporate it into the main mandoc Makefilebapt2015-05-212-45/+0
* Remove clause 3 and 4 from the licensebapt2015-05-211-2/+0
* Create links to the libprocstat man pages for all of the libprocstat function...allanjude2015-05-212-26/+57
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-5/+0
* Fix underlinkingbapt2015-05-191-0/+2
* All FreeBSD platforms are elf: move i386-elf to i386emaste2015-05-196-3/+2
* Use fixed enum values for PMC_CLASSES().jhb2015-05-191-5/+12
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-0/+77
* Synchronize libedit with NetBSDbapt2015-05-188-72/+116
* Drop some unnecessary casts.pfg2015-05-181-4/+3
* In r279493, the functions pzero[f](), qzero[f], pone[f](),kargl2015-05-174-4/+4
* Some third-party malloc(3) implementations use pthread_setspecific(3)kib2015-05-151-110/+91
* Update to ELF Tool Chain r3197emaste2015-05-141-1/+1
* 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
OpenPOWER on IntegriCloud