summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - This code was intially obtained from NetBSD, but it's missing licencedanger2008-07-061-1/+29
* - Add description about a missing return valuedanger2008-07-061-2/+6
* - remove superfluous worddanger2008-07-061-3/+3
* - AI_ALL and AI_V4MAPPED flags are currently not supporteddanger2008-07-011-1/+18
* - Forgot to bump a date after last changedanger2008-06-301-1/+1
* Fix a bogon in the previous commit and add some missing error checks.das2008-06-291-9/+12
* Correctly handle malloc() failure. While here, reduce the code size adas2008-06-294-103/+162
* Factor out the code that builds the argument table. We don't need separatedas2008-06-291-130/+47
* Reduce the level of duplication between vfprintf() and vfwprintf()das2008-06-295-975/+888
* Begin de-spaghettifying the code that handles positional arguments.das2008-06-292-188/+306
* Make it clearer that it is possible to disable the generation ofdas2008-06-291-4/+4
* We should also save and restore the MXCSR as on amd64, but detectingdas2008-06-282-2/+0
* Two FP-related setjmp/longjmp changes:das2008-06-282-2/+20
* - add description of the MLINK errordanger2008-06-261-0/+3
* Mark the section describing return values with an appropriate section flag.danger2008-06-261-1/+1
* Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work onmtm2008-06-261-5/+5
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
* Turn execvpe() into an internal libc routine.ed2008-06-236-19/+12
* Add Xr to getsockname(2)phk2008-06-201-0/+1
* Process spawn attributes in POSIX document order.davidxu2008-06-191-21/+22
* Don't export the unused __use_pts() routine.ed2008-06-172-2/+1
* Style fix.davidxu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.ed2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-175-14/+532
* Make it clearer that privilege is needed to reduce as well asfanf2008-06-161-1/+1
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITwkoszek2008-06-121-2/+29
* In the error path through base_alloc(), release base_mtx [1].jasone2008-06-101-3/+7
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-092-4/+0
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-302-2/+3
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
* Clarify that "ante meridiem" and "post meridiem" mean the same thinggrog2008-05-161-2/+2
* Clean up cpp logic and comments.jasone2008-05-141-8/+21
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessantoine2008-05-101-4/+0
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* setfib.2 got left out of the last commitjulian2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-0/+8
* Keep versions on a dependency chain to exclude even remote possiblitykan2008-05-071-1/+1
* Add a comment stating not to bump the FBSDprivate version.deischen2008-05-061-1/+3
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-053-30/+0
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-0510-140/+23
* Do not read away the target directory entry when encountering deletedkib2008-05-053-8/+9
* Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the privatemarcel2008-05-042-0/+9
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-0/+7
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-031-0/+14
* Fix a comment.jasone2008-05-031-1/+1
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-0212-112/+200
* Include libc_private.h for the declaration of __isthreaded instead ofjhb2008-05-021-0/+1
* Add a separate tree to track arena chunks that contain dirty pages.jasone2008-05-011-157/+133
* Add rb_wrap(), which creates C function wrappers for most rb_*()jasone2008-05-011-36/+194
OpenPOWER on IntegriCloud