summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* posix_spawn(): Do not fail when trying to close an fd that is not open.jilles2011-05-301-5/+2
* Clean up the unneeded cpp macro INLINE_REM_PIO2L.kargl2011-05-305-11/+2
* - Move some internal functions to the private namespacegabor2011-05-271-9/+12
* [mdoc] Fixed .Dt call.ru2011-05-251-1/+1
* On amd64, change clang's default triple to 'x86_64-unknown-freebsd9.0',dim2011-05-221-1/+1
* Release allocated memory in procstat_close().pluknet2011-05-181-0/+1
* mq_setattr(2): Add missing const to man page.jilles2011-05-171-2/+2
* Ok, so we use different comment conventions in Symbol.map and Version.defphk2011-05-171-3/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-1715-3285/+0
* Bump shlib versionphk2011-05-173-3/+38
* - Whitespace fix.stas2011-05-151-1/+1
* - Add symbol versioning to libprocstat.stas2011-05-143-0/+24
* Disconnect sun4v architecture from the three.attilio2011-05-145-19/+0
* Update sticky(7) cross references.pluknet2011-05-132-4/+4
* Mark all socket and file descriptors close-on-exec.des2011-05-132-0/+4
* - Don't try to build NWFS support module if NCP/IPX is disabled in the build.stas2011-05-122-3/+9
* Builds cleanly at the default WARNS level (WARNS=6).des2011-05-121-1/+0
* Increase WARNS to 4.des2011-05-123-3/+3
* Mechanical whitespace cleanup.des2011-05-121-100/+100
* Increase WARNS to 3.des2011-05-122-2/+2
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-1221-2/+2853
* Document the behavior of `elf_getdata()` and `elf_rawdata()` withkaiw2011-05-071-4/+5
* For zero-sized sections, set the `d_buf` field of the `Elf_Data`kaiw2011-05-071-1/+2
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-077-1/+280
* * Update copyright notice.tuexen2011-05-051-78/+63
* Don't duplicate define the stdint types.obrien2011-05-051-10/+1
* libarchive is mixing libmd and libcrypto -- correct to use one or the other.obrien2011-05-053-10/+24
* s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.obrien2011-05-054-14/+14
* Fix prototype for ffsll(3) and fls(3).delphij2011-05-031-2/+2
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withrodrigc2011-05-031-5/+5
* - Comment out unused variable.rodrigc2011-05-031-2/+2
* Add #include <netinet/in_pcb.h> for missing forward declation ofrodrigc2011-05-032-0/+2
* Switch to ANSI function prototypes in a few places.rodrigc2011-05-036-43/+22
*-. Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-0225-36/+81
|\ \
| | * Vendor import of clang trunk r130700:dim2011-05-02306-15140/+29868
| * | Vendor import of llvm trunk r130700:dim2011-05-02541-14884/+30343
| * | Vendor import of llvm trunk r126547:dim2011-02-2696-1496/+2250
* | | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-295-98/+321
* | | Protect the reachover built symbols after the SHA256/512 crypt(3) addition.obrien2011-04-271-1/+3
* | | - Clarification on kld_file_stat.sizegjb2011-04-231-4/+4
* | | r179417 introduced a bug into pthread_once(). Previously pthread_once()rstone2011-04-201-0/+2
* | | Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-183-1/+148
* | | getfh(2): Add xrefs for fhopen(2), open(2), stat(2).jilles2011-04-141-1/+5
* | | Add $FreeBSD$'s.obrien2011-04-142-0/+4
* | | Remove vestiges of disklabel(5).pluknet2011-04-141-1/+0
* | | Add support for IEE/IEC (and now also SI) power of two notions ofdelphij2011-04-123-27/+89
* | | Fix a bug in the userland rpc library, where it would use armacklem2011-04-101-1/+2
* | | Document SHA256/512 modes.markm2011-04-091-2/+8
* | | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tmarkm2011-04-096-1/+1009
* | | Add SHA512 (Actually, this is Colin Percival's code for SHA256, withmarkm2011-04-097-165/+707
OpenPOWER on IntegriCloud