summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* accept(2), pipe(2): Fix .Dd.jilles2013-05-012-2/+2
* Add pipe2() system call.jilles2013-05-013-2/+46
* Add accept4() system call.jilles2013-05-015-3/+73
* procstat_getpathname: for kvm method, instead of returning the errortrociny2013-05-011-2/+4
* KVM method support for procstat_getgroups, procstat_getumask,trociny2013-05-011-8/+121
* Wrap the creation of the ../include link in /usr/lib inbrooks2013-04-301-1/+3
* Enable building string functions as part of libstand on mips; the Makefilerwatson2013-04-281-3/+1
* Merge @228176 from Perforce to fix a bug introduced in r249553:rwatson2013-04-281-2/+0
* Remove extra code for SA_RESETHAND, it is not needed because kernel hasdavidxu2013-04-281-7/+0
* libthr: Fix a parameter name in an internal header file.jilles2013-04-271-1/+1
* intro(2): Fix some errors in ENFILE and EMFILE descriptions.jilles2013-04-271-5/+6
* Unbreak <stdatomic.h> on ARM + Clang.ed2013-04-2717-17/+34
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-252-26/+0
* getdtablesize(2): Describe what this function actually does.jilles2013-04-241-9/+11
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-2334-151/+53
* Renumber clauses to reduce diffs to other versionsemaste2013-04-2370-70/+70
* - sl_find does not modify 'name'eadler2013-04-232-2/+2
* Switch from K&R prototypes to modern Ceadler2013-04-231-10/+4
* Keep up with negative addrlen check removal in r249649.pluknet2013-04-221-5/+1
* 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
OpenPOWER on IntegriCloud