summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for FreeBSD/i386 guests under bhyve.jhb2014-02-052-2/+167
* libc/net: fix a portability issueeadler2014-02-051-1/+1
* libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):eadler2014-02-041-4/+1
* Fix a typo.brueffer2014-02-031-1/+1
* Assert input arguments to buf_send() and buf_recv().pjd2014-02-021-0/+7
* Fix sending empty nvlist.pjd2014-02-021-2/+2
* In _pthread_kill(), if passed pthread is current thread, do not sendkib2014-02-011-5/+8
* Merge mdocml v1.12.3 into headuqs2014-02-011-1/+1
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-10/+32
* Merge from CheriBSD:brooks2014-01-301-2/+7
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-304-8/+20
* Bump copyright datesdes2014-01-303-3/+3
* Import libc++ 3.4 release. This contains a lot of bugfixes, and somedim2014-01-301-1/+12
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-292-0/+8
* r261230 broke the cases where the amount of data to be read is notdes2014-01-292-17/+16
* mdoc: fix several uses of the Fx macro to point to actual releases.uqs2014-01-285-5/+5
* MFH@261240.kaiw2014-01-287-139/+75
|\
| * Solve http buffering issues and hangs once and for all (hopefully!) bydes2014-01-283-121/+57
| * Comply to the official LibUSB v1.0 API:hselasky2014-01-281-7/+3
| * Add new sendmail 8.14.8 filegshapiro2014-01-261-1/+1
| * * Mark static inline functions with __fenv_static.andrew2014-01-251-7/+11
| * Use __fenv_static for all static inline functions.andrew2014-01-251-3/+3
* | MFH@261151.kaiw2014-01-255-18/+37
|\ \ | |/
| * Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.bdrewery2014-01-241-1/+2
| * The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+2
| * Update EINVAL description.pluknet2014-01-231-2/+2
| * Update jemalloc to version 3.5.0.jasone2014-01-233-13/+31
* | Bump SHLIB_MAJOR for libelf.kaiw2014-01-211-1/+1
* | Bump SHLIB_MAJOR for libdwarf as ABI/API has changed.kaiw2014-01-211-1/+1
* | Reapply revisions r237528, r237531 and r238741 which make libelfkaiw2014-01-212-0/+26
* | Remove INCSDIR variable which is only used in elftoolchain's own buildkaiw2014-01-212-2/+0
* | MFH@260917.kaiw2014-01-204-5/+40
|\ \ | |/
| * Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if thenwhitehorn2014-01-201-0/+35
| * Fix format string.des2014-01-201-1/+1
| * Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-3/+3
| * Handle truncation of the size returned by _kvm_kvatop(). Cores can havemarcel2014-01-161-1/+1
* | Remove the old libdwarf and bring in the new libdwarf in contrib/.kaiw2014-01-1618-4342/+311
* | Set CFLAGS in just one line.kaiw2014-01-151-4/+1
* | Removed source code for the old libelf and build the new libelf fromkaiw2014-01-15109-15254/+23
|/
* libc/resolv: Use poll() instead of kqueue().jilles2014-01-142-3/+3
* ANSI-fy prototype.delphij2014-01-141-3/+1
* We don't have to worry about page sizes when working on virtualmarcel2014-01-131-1/+1
* Re-apply the part of r260022 that was reverted by r260030 withmarcel2014-01-131-5/+18
* Generate and install pkg-config files for atf.jmmv2014-01-123-0/+45
* fts(3): Remove stray mentions of the obsolete fts_bignum.jilles2014-01-121-9/+1
* fts: Stat things relative to the directory fd, if possible.jilles2014-01-121-12/+19
* Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-113-3/+6
* use a real uint64_t instead of writing code to emulate one..jmg2014-01-112-11/+8
* Add missing C++11 typeinfos to the libcxxrt version script.theraven2014-01-111-0/+26
* Fix path to the process_helpers for the libatf-c++ tests.jmmv2014-01-101-0/+1
OpenPOWER on IntegriCloud