summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[das2012-04-301-44/+9
* pread(2) might fail with EBUSY, so document iteadler2012-04-291-0/+2
* Allow users of gprof to get per run output files (using the pid)eadler2012-04-292-1/+12
* Previously, vfscanf()'s wide character processing functions weredas2012-04-293-150/+83
* Fix small documentation mistakes.jlh2012-04-281-1/+1
* Import stdbuf(1) and the shared library it relies on.jlh2012-04-281-0/+4
* Fix several memory and lock leaks on the out of memory condition.kib2012-04-282-2/+22
* Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested bytuexen2012-04-261-2/+5
* Export symbols for sctp_sendv() and sctp_recvv().tuexen2012-04-261-0/+2
* Use the .Bx macro instead of BSDeadler2012-04-261-1/+3
* A new jail(8) with a configuration file, ultimately to replace the workjamie2012-04-261-39/+1
|\
| * Remove a section that went to jail(8), and fix a small grammar error.jamie2010-10-201-39/+1
| * Import section 2 man files so I can update jail(2).jamie2010-10-20192-0/+34710
| |\
| * | A new jail(8) with a configuration file, to replace the work currently donejamie2010-10-191949-350043/+0
* | | Document the standardization status of err* and warn*eadler2012-04-261-1/+11
* | | Take the spinlock around clearing of the fp->_flags in fclose(3), whichkib2012-04-243-9/+34
* | | Bugfix: Include whitespace characters in the count of the number ofdas2012-04-221-1/+1
* | | Bugfix: Correctly count the number of characters read for %l[ conversions.das2012-04-221-7/+4
* | | Bugfix: %n doesn't count as a conversion, sodas2012-04-222-2/+0
* | | Refactor scanf to improve modularity. Conversions are now performeddas2012-04-222-668/+843
* | | Fix some incorrect symbol versions.theraven2012-04-221-4/+4
* | | Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,jasone2012-04-221-12/+12
* | | - Use quote when tab is used;delphij2012-04-221-2/+3
* | | As noted by Peter Jeremy, r234528 only partially fixed the infinitedas2012-04-211-1/+1
* | | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1das2012-04-215-6/+29
* | | - Fix the claim that the output is always null-terminated. This isn'tdas2012-04-211-17/+29
* | | Ensure that the {,v}swprintf functions always null-terminate thedas2012-04-211-0/+3
* | | Fix a bug introduced in r187302 that was causing fputws() to enter andas2012-04-211-1/+1
* | | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-1713-8250/+182
* | | Replace the C implementation of __aeabi_read_tp with an assembly version.andrew2012-04-162-14/+9
* | | When searching for uninitialized memory usage add ensure that the entireeadler2012-04-151-0/+3
* | | Additional manual page updates for r234103.jh2012-04-131-8/+12
* | | Return EBADF instead of EMFILE from dup2 when the second argument iseadler2012-04-112-7/+12
* | | Do not restore the register holding the TLS pointer when doing variousnwhitehorn2012-04-116-6/+0
* | | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGSjh2012-04-101-3/+2
* | | sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphorejilles2012-04-091-4/+10
* | | Unlike other functions __aeabi_read_tp function must preserve r1-r3. Theandrew2012-04-081-2/+5
* | | - Revert part of r234005, which I did not intend to commit.stas2012-04-071-1/+1
* | | - Add kernel config file for QEMU-emulated gumstix board.stas2012-04-071-1/+1
* | | Properly resolve the _ctx_start function descriptor (the symbol _ctx_startnwhitehorn2012-04-071-1/+1
* | | mdoc: fix function type.joel2012-04-071-1/+1
* | | mdoc: fix column names, indentation, column separation within each row, andjoel2012-04-0711-96/+97
* | | In sem_post, the field _has_waiters is no longer used, because somedavidxu2012-04-051-16/+8
* | | Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-022-4/+0
* | | Remove unnecessary Xo/Xc.joel2012-03-291-10/+5
* | | mdoc: Ud takes no argument.joel2012-03-291-1/+1
* | | mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-296-50/+50
* | | Remove trailing whitespace per mdoc lint warningeadler2012-03-2939-112/+112
* | | Fix comment to specify correct struct name.jimharris2012-03-281-2/+2
* | | Fix Fo arguments.joel2012-03-281-1/+1
OpenPOWER on IntegriCloud