summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNgonzo2008-04-291-2/+2
* Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPSgonzo2008-04-291-0/+5
* Check for integer overflow before calling sbrk(2), since it uses ajasone2008-04-291-0/+7
* Correct minor typos in SCTP man pages.rwatson2008-04-282-2/+1
* Add support files for compiling with soft-float. This has beenmarcel2008-04-273-0/+448
* Add mips support libc from the mips2-jnpr branch of perforce.imp2008-04-2660-0/+3908
* Have the man page catch up with the namespace pollution cleanup thatscf2008-04-261-1/+0
* Stricter check for integer overflow.ru2008-04-241-0/+2
* Implement red-black trees without using parent pointers, and store thejasone2008-04-232-116/+947
* Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In thejhb2008-04-221-0/+1
* Document that you must include <sys/param.h> before <sys/cpuset.h>.antoine2008-04-202-0/+2
* Don't forget to free() currency_symbol and asciivalue when multipleru2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.ru2008-04-191-1/+8
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-1726-143/+72
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-164-6/+71
* Style fixes to opendir.c:delphij2008-04-161-6/+3
* Sort MAN and MLINKS.ru2008-04-161-25/+26
* Connect newly added manpages to the build.ru2008-04-161-5/+15
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-1615-40/+1098
* Doh! Extra mips in the path. Remove these and wait until tomorrowimp2008-04-1611-600/+0
* Turns out the machine/asm.h isn't needed here, since SYS.h alreadyimp2008-04-1610-12/+1
* FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch.imp2008-04-1611-0/+611
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-154-1/+84
* Use calloc() instaed of zeroing memory ourselves.delphij2008-04-131-2/+1
* Unbreak the build for arm and powerpc.das2008-04-122-0/+3
* Updates for changes in the way printf() handles hex floating pointdas2008-04-121-4/+5
* Make several changes to the way printf handles hex floating point (%a):das2008-04-123-207/+206
* Fix some bugs that caused sparc64's quad precision sqrt to getdas2008-04-121-5/+5
* Make the software emulator for long doubles set the FPU exceptiondas2008-04-121-0/+15
* Add memrchr(3).delphij2008-04-104-4/+74
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addeddeischen2008-04-071-5/+5
* Add some compatibility code so that software which is built to use the newdfr2008-04-043-1/+92
* Minor style(9) nit: move to using ANSI definition of functions.imp2008-04-031-19/+5
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchru2008-04-031-11/+11
* style(9) cleanupkevlo2008-04-032-2/+2
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-022-0/+4
* Normally, we are often reading local time rather than setting time zone,davidxu2008-04-011-22/+63
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+18
OpenPOWER on IntegriCloud