aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct an off-by-1 for GPART. The literal partition type (i.e.Marcel Moolenaar2008-04-231-2/+8
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-233-1/+242
* Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In theJohn Baldwin2008-04-221-0/+1
* Use native rwlock.David Xu2008-04-221-54/+20
* Document that you must include <sys/param.h> before <sys/cpuset.h>.Antoine Brodin2008-04-202-0/+2
* Don't forget to free() currency_symbol and asciivalue when multipleRuslan Ermilov2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.Ruslan Ermilov2008-04-191-1/+8
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-1726-143/+72
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-164-6/+71
* Style fixes to opendir.c:Xin LI2008-04-161-6/+3
* Sort MAN and MLINKS.Ruslan Ermilov2008-04-161-25/+26
* Connect newly added manpages to the build.Ruslan Ermilov2008-04-161-5/+15
* Man pages for the openat(2), fexecve(2) and related syscalls.Konstantin Belousov2008-04-1615-40/+1098
* Doh! Extra mips in the path. Remove these and wait until tomorrowWarner Losh2008-04-1611-600/+0
* Turns out the machine/asm.h isn't needed here, since SYS.h alreadyWarner Losh2008-04-1610-12/+1
* FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch.Warner Losh2008-04-1611-0/+611
* _vfork is not in libthr, remove the reference.David Xu2008-04-161-1/+0
* Fix one-byte buffer overflow: NUL gets written to the buffer, but isn'tColin Percival2008-04-151-1/+1
* Implement POSIX function tcgetsid() which returns session id.David Xu2008-04-154-1/+84
* don't include pthread_np.h, it is not used.David Xu2008-04-141-1/+0
* Use calloc() instaed of zeroing memory ourselves.Xin LI2008-04-131-2/+1
* Unbreak the build for arm and powerpc.David Schultz2008-04-122-0/+3
* Updates for changes in the way printf() handles hex floating pointDavid Schultz2008-04-121-4/+5
* Make several changes to the way printf handles hex floating point (%a):David Schultz2008-04-123-207/+206
* Fix some bugs that caused sparc64's quad precision sqrt to getDavid Schultz2008-04-121-5/+5
* Make the software emulator for long doubles set the FPU exceptionDavid Schultz2008-04-121-0/+15
* Add memrchr(3).Xin LI2008-04-104-4/+74
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addedDaniel Eischen2008-04-071-5/+5
* On i386, don't try to do network-type stuff if the device name is'nt pxeN.Doug Rabson2008-04-051-0/+7
* Add some compatibility code so that software which is built to use the newDoug Rabson2008-04-043-1/+92
* Minor style(9) nit: move to using ANSI definition of functions.Warner Losh2008-04-031-19/+5
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchRuslan Ermilov2008-04-031-11/+11
* Fix some corner cases:David Schultz2008-04-032-10/+20
* put THR_CRITICAL_LEAVE into do .. while statement.David Xu2008-04-031-2/+4
* style(9) cleanupKevin Lo2008-04-032-2/+2
* add __hidden suffix to _umtx_op_err, this eliminates PLT.David Xu2008-04-031-1/+1
* Non-portable functions are in pthread_np.h, fix compiling problem.David Xu2008-04-021-1/+1
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.David Xu2008-04-023-2/+4
* Remove unused functions.David Xu2008-04-022-55/+0
* Replace function _umtx_op with _umtx_op_err, the later function directlyDavid Xu2008-04-029-51/+112
* Replace userland rwlock with a pure kernel based rwlock, the newDavid Xu2008-04-024-223/+199
* Normally, we are often reading local time rather than setting time zone,David Xu2008-04-011-22/+63
* Restore normal pthread_cond_signal path to avoid some obscure races.David Xu2008-04-011-2/+3
* return EAGAIN early rather than running bunch of code later, micro optimizeDavid Xu2008-04-011-1/+3
* Remove a (bogus) remnant of debugging this on sparc64.David Schultz2008-03-311-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+18
* Include an extra byte for the trailing NUL. <sigh>Tim Kientzle2008-03-311-1/+1
* Rewrite rwlock to user atomic operations to change rwlock state, thisDavid Xu2008-03-313-141/+281
* Add assembly versions of remquol() and remainderl().David Schultz2008-03-306-4/+228
* Hook remquol() and remainderl() up to the build.David Schultz2008-03-304-12/+33