summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add <uchar.h>.ed2013-05-219-52/+410
* Add a makefle that recurses into the right architecture-specificmarcel2013-05-211-0/+10
* Update the setfib man page to reflect recent changes.julian2013-05-201-3/+6
* popen(): Add 'e' mode character to set close-on-exec on the new fd.jilles2013-05-202-10/+27
* Return one-based key so that user can check if the key is ever allocateddavidxu2013-05-161-4/+7
* Fix a typo: It should be "strtoll" and not "stroll".hiren2013-05-141-3/+3
* Use an ugly hack to get around bootstrapping problems when buildingdim2013-05-131-0/+5
* mdoc sweep.joel2013-05-124-6/+12
* Fix several typoseadler2013-05-121-1/+1
* Typo.pluknet2013-05-121-1/+1
* posix_spawn_file_actions_adddup2(3): Document difference with dup2().jilles2013-05-091-2/+23
* posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.jilles2013-05-091-2/+2
* wordexp(): Simplify code by deferring work to sh.jilles2013-05-091-13/+3
* Fix return value for setcontext and swapcontext.davidxu2013-05-091-4/+8
* Make errbuf optional, so if a caller is not interested in an errortrociny2013-05-081-14/+30
* Add libusb_get_port_path wrapperemaste2013-05-083-1/+18
* Constify libusb_get_pollfds returnemaste2013-05-072-3/+3
* MFV: Update zlib to 1.2.8.delphij2013-05-0525-139/+328
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.pluknet2013-05-043-1/+11
* Document that the return type is different from 1003.1-2008.pluknet2013-05-041-2/+9
* mdoc: missing comma in .Dd macro.pluknet2013-05-045-5/+5
* Add entry for errno ECAPMODE.pluknet2013-05-041-0/+2
* Bump date.pluknet2013-05-041-1/+1
* libkvm: Make second /dev/null file descriptor close-on-exec as well.jilles2013-05-041-1/+1
* libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call.jilles2013-05-041-15/+4
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-032-5/+4
* Similar to 233760 and 236717, export some more useful info about thejhb2013-05-034-1/+110
* Allow building clang on older FreeBSD releases, where log2() does notdim2013-05-031-0/+5
* Also, add a missing period.pluknet2013-05-033-3/+3
* Remove an extra comma.pluknet2013-05-033-3/+3
* Remove the STANDARDS section.pluknet2013-05-031-4/+1
* Always install pmc.foo(3) manpages.uqs2013-05-031-12/+8
* Add new USB API to get the port path of a USB device.hselasky2013-05-036-1/+45
* 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
OpenPOWER on IntegriCloud