summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dup(2): Remove incorrect sentence about getdtablesize().jilles2013-04-211-4/+1
* Embed revision id in the library.trociny2013-04-211-2/+3
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-213-286/+164
* Add example.joel2013-04-211-1/+42
* Remove cross-references to nonexistent CPU_SET(3) manpage.joel2013-04-212-4/+2
* mdoc: end function context properly.joel2013-04-201-1/+1
* Enable libcompiler-rt on MIPS.ed2013-04-201-5/+3
* Bump date.trociny2013-04-201-1/+1
* Add procstat_getkstack function to dump kernel stacks of a process.trociny2013-04-204-0/+106
* Add procstat_getauxv function to retrieve a process auxiliary vector.trociny2013-04-206-0/+200
* Extend libprocstat with functions to retrieve process command linetrociny2013-04-207-0/+413
* Add procstat_getosrel function to retrieve a process osrel info.trociny2013-04-206-0/+74
* Add procstat_getpathname function to retrieve a process executable.trociny2013-04-204-2/+90
* Add procstat_getrlimit function to retrieve a process resource limits info.trociny2013-04-206-0/+94
* Add procstat_getumask function to retrieve a process umask.trociny2013-04-206-0/+80
* Add procstat_getgroups function to retrieve process groups.trociny2013-04-206-0/+104
* Add procstat_getvmmap function to get VM layout of a process.trociny2013-04-204-1/+118
* Make libprocstat(3) extract procstat notes from a process core file.trociny2013-04-208-17/+453
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* An even more refined version of r249484, until we can come up withkientzle2013-04-191-1/+1
* Fix the symlink creation from r249484 so that repeatedkientzle2013-04-191-1/+1
* Remove debug code.davidxu2013-04-181-1/+0
* Avoid copying memory if SIGCANCEL is not masked.davidxu2013-04-181-4/+14
* Revert revision 249323, the PR/177624 is confusing, that bug is causeddavidxu2013-04-181-1/+10
* pututxline: Don't set errno=0 in subfunctions.jilles2013-04-171-4/+8
* - Correct mispellings of the word occurrencegabor2013-04-175-7/+7
* mdoc: remove superfluous paragraph macro.joel2013-04-161-1/+0
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-1/+9
* Use a suitable code generation when building libstand for MIPS.rwatson2013-04-161-0/+3
* Adapt libstand's setjmp/longjmp MIPS support to be portable across 32-bitrwatson2013-04-161-56/+27
* Install a symlinkkientzle2013-04-141-0/+3
* Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but doesdes2013-04-141-3/+1
* libc: Fix typo in French translation.jilles2013-04-141-1/+1
* Clean up.des2013-04-141-39/+12
* Include ldns's b{32,64}_{ntop,pton}().des2013-04-131-1/+6
* Use the CONNECT method to proxy HTTPS connections through HTTP proxies.des2013-04-121-8/+13
* libthr: Remove _thr_rtld_fini(), unused since r245630.jilles2013-04-122-12/+0
*-. Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-1260-139/+247
|\ \
| | * Vendor import of clang trunk r178860:dim2013-04-08468-30139/+56083
| | * Vendor import of clang tags/RELEASE_32/final r170710 (effectively, 3.2dim2012-12-225-13/+13
| * | Vendor import of llvm trunk r178860:dim2013-04-081330-73958/+136718
| * | Vendor import of llvm tags/RELEASE_32/final r170710 (effectively, 3.2dim2012-12-2218-269/+214
* | | Spelling correctionemaste2013-04-112-2/+2
* | | Add sbuf_start_section and sbuf_end_section to the libsbuf symbol map.trociny2013-04-112-0/+8
* | | Remove EOL whitespace.joel2013-04-111-1/+1
* | | Remove unused atomic headeremaste2013-04-111-1/+0
* | | Fix typo.glebius2013-04-111-1/+1
* | | Include types.h for C99 uintXX_t types.glebius2013-04-111-1/+1
* | | o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.glebius2013-04-104-7/+89
* | | Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
OpenPOWER on IntegriCloud