aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reword the last change a bit, add mdoc(7) markup.Yaroslav Tykhiy2004-10-252-2/+6
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-2427-32/+32
* -O2 compile isn't quite ready for WARNS=2 yet.Ruslan Ermilov2004-10-241-1/+1
* Check unhandled signals before thread marks itself as DEAD,David Xu2004-10-232-2/+28
* 1. Move thread list flags into new separate member, and atomicallyDavid Xu2004-10-2310-48/+90
* Modify libugidfw(3) to use MBI_* permission flags from mac_bsdextended.hRobert Watson2004-10-211-13/+12
* Decrease reference count if we won't use the thread, this avoids memoryDavid Xu2004-10-212-0/+8
* libsmb is now WARNS 2 clean on 64-bit platforms.David E. O'Brien2004-10-191-0/+1
* style.Makefile(5)David E. O'Brien2004-10-191-5/+4
* uniq(1) is not an install tool, and using it was causingRuslan Ermilov2004-10-181-2/+2
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.David E. O'Brien2004-10-182-0/+8
* Replaced afterinstall: with FILES.Ruslan Ermilov2004-10-182-12/+4
* Since sendfile(2) works on regular files only,Yaroslav Tykhiy2004-10-181-1/+1
* Revert 1.18: It broke Athlon64 builds, whichTim Kientzle2004-10-181-1/+2
* Use STDERR_FILENO instead of 2, as POSIX intended.Tim Kientzle2004-10-181-1/+1
* Remove setrunelocale()Andrey A. Chernov2004-10-181-23/+0
* Correctly report write errors from the lowest-levelTim Kientzle2004-10-173-6/+21
* Refine the error-checking and reporting in theTim Kientzle2004-10-171-6/+11
* Correct the return type of archive_write_dataTim Kientzle2004-10-171-1/+1
* Don't rely on stdio here.Tim Kientzle2004-10-171-11/+20
* Document EMSGSIZE return from recvmsg due to insufficient free filesAlfred Perlstein2004-10-171-1/+10
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.Tim J. Robbins2004-10-179-317/+3
* Bump the libc major version number to 6.Tim J. Robbins2004-10-171-1/+1
* Document that the length modifier l is ignored for floating pointStefan Farfeleder2004-10-161-1/+3
* Explain it is a negative offset that EINVAL may indicate.Yaroslav Tykhiy2004-10-162-4/+4
* Improve mdoc(7) markup.Yaroslav Tykhiy2004-10-161-3/+9
* Give details on what will happen if the `offset' argumentYaroslav Tykhiy2004-10-161-2/+6
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-1610-13/+10
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-1644-71/+67
* Remove extra closing parenthesis added in revision 1.4.Stefan Farfeleder2004-10-141-1/+1
* 1. Now that it's a thread's state is changed from within the kernel, whereMike Makonnen2004-10-132-4/+10
* Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas2004-10-121-11/+10
* Build as a shared lib again.David E. O'Brien2004-10-111-4/+0
* Belatedly catch up with the dev_t/cdev changes from a few months back.Peter Wemm2004-10-111-1/+11
* More updates for math(3):David Schultz2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().Stefan Farfeleder2004-10-114-4/+65
* Use the FP_ILOG macros from <math.h> rather than hardcoded return values.Stefan Farfeleder2004-10-092-6/+13
* o Backout rev. 1.16, see 1.3 commit log for more info.Maxim Konovalov2004-10-091-6/+4
* Delete a .Fn that had no argument andGiorgos Keramidas2004-10-091-1/+1
* if system scope thread didn't set timeout, don't call clock_gettime syscallDavid Xu2004-10-082-16/+18
* When send()ing to syslogd return ENOBUFS keep trying until success.Gleb Smirnoff2004-10-081-8/+18
* Make less wrong for desciptions of signal handlingJulian Elischer2004-10-081-41/+53
* Remove a reference to a non-existent syscall: _thr_exit(). TheMike Makonnen2004-10-081-4/+1
* Use PTHREAD_SCOPE_SYSTEM to decide what should be done.David Xu2004-10-072-6/+4
* Follow kernel change, restore signal mask correctly by using a commandDavid Xu2004-10-072-42/+34
* - Fix the compile to chase the p_rux changes.John Baldwin2004-10-061-1/+7
* Close a race between a thread exiting and the freeing of it's stack.Mike Makonnen2004-10-061-3/+2
* Allocate red zone and stack space together and then split red zone fromDavid Xu2004-10-062-14/+34