summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Don't assume that there is readable data on the stream after thedfr2008-03-301-0/+6
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-292-2/+159
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-292-1/+227
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+2
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-263-3/+9
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Compile libthr with warnings.ru2008-03-251-0/+3
* Compile libthr with warnings.ru2008-03-251-0/+3
* Don't allocate the constant array "props" on the stack in wctype.antoine2008-03-171-1/+1
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Fix bugs in previous revision (missing comma, misspelled syscall name).ru2008-03-131-3/+2
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* - Remove kse syscall symbols and man pages.jeff2008-03-122-21/+1
* Add missing comma.davidxu2008-03-121-1/+1
* Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* Add reference to kldunloadf system call, which was previously notrwatson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+37
OpenPOWER on IntegriCloud