summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* mdoc: add missing El macro.joel2012-03-271-0/+2
* Minor indentation and paragraph nits.joel2012-03-271-4/+4
* Minor mdoc nit.joel2012-03-271-1/+1
* mdoc: correct .Bd/.Bl arguments.joel2012-03-262-7/+7
* mdoc: sort prologue macros.joel2012-03-263-3/+3
* mdoc: remove unknown macro.joel2012-03-262-2/+0
* mdoc: remove empty lines.joel2012-03-262-2/+0
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
* Fix date.joel2012-03-261-1/+1
* mdoc: document title should be all caps.joel2012-03-251-1/+1
* Make sure sections are sorted into conventional order.joel2012-03-253-29/+29
* Remove superfluous paragraph macro.joel2012-03-2520-20/+0
* Make utmpx(3) thread safe if we support TLS.ed2012-03-232-0/+9
* Fix style. Somehow I managed to lost a space when copy&paste.pluknet2012-03-221-1/+1
* Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5pluknet2012-03-221-1/+1
* Revert previous change. It is an incomplete change from old branch. :-(davidxu2012-03-211-60/+39
* Use version 2 of semaphore provided by kernel umtx code, now if there isdavidxu2012-03-211-39/+60
* Make __get_locale() static inline, not just inline, so when compiling libc intheraven2012-03-191-1/+1
* Remove trailing whitespace.bjk2012-03-191-2/+2
* Expound a bit more about the system maximum number of FIBs,bjk2012-03-191-2/+20
* draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007eadler2012-03-191-1/+1
* fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedjilles2012-03-181-2/+5
OpenPOWER on IntegriCloud