summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the error handling in thekientzle2004-11-059-133/+213
* archive.h gets built in ${.OBJDIR}kientzle2004-11-051-1/+1
* Update a comment.kientzle2004-11-051-0/+1
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),delphij2004-11-042-21/+79
* Fixed "make clean".ru2004-11-041-0/+1
* Save cancelflags in signal frame, this fixes a problem thatdavidxu2004-11-014-0/+6
* Make pthread_mutex_trylock(3) return EBUSY on failure, as all softwaregreen2004-10-312-16/+2
* Don't barf when we encounter an UUID for GPT partitions. Instead, addmarcel2004-10-312-2/+3
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
* Add necessary whitespace to correct cross references.ceri2004-10-271-2/+2
* Allow tar format to read and accept an empty (or non-existent)kientzle2004-10-271-3/+9
* Reword the last change a bit, add mdoc(7) markup.yar2004-10-252-2/+6
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-2427-32/+32
* -O2 compile isn't quite ready for WARNS=2 yet.ru2004-10-241-1/+1
* Check unhandled signals before thread marks itself as DEAD,davidxu2004-10-232-2/+28
* 1. Move thread list flags into new separate member, and atomicallydavidxu2004-10-2310-48/+90
* Modify libugidfw(3) to use MBI_* permission flags from mac_bsdextended.hrwatson2004-10-211-13/+12
* Decrease reference count if we won't use the thread, this avoids memorydavidxu2004-10-212-0/+8
* libsmb is now WARNS 2 clean on 64-bit platforms.obrien2004-10-191-0/+1
* style.Makefile(5)obrien2004-10-191-5/+4
* uniq(1) is not an install tool, and using it was causingru2004-10-181-2/+2
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.obrien2004-10-182-0/+8
* Replaced afterinstall: with FILES.ru2004-10-182-12/+4
* Since sendfile(2) works on regular files only,yar2004-10-181-1/+1
* Revert 1.18: It broke Athlon64 builds, whichkientzle2004-10-181-1/+2
* Use STDERR_FILENO instead of 2, as POSIX intended.kientzle2004-10-181-1/+1
* Remove setrunelocale()ache2004-10-181-23/+0
* Correctly report write errors from the lowest-levelkientzle2004-10-173-6/+21
* Refine the error-checking and reporting in thekientzle2004-10-171-6/+11
* Correct the return type of archive_write_datakientzle2004-10-171-1/+1
* Don't rely on stdio here.kientzle2004-10-171-11/+20
* Document EMSGSIZE return from recvmsg due to insufficient free filesalfred2004-10-171-1/+10
* Remove the obsolete <rune.h> interface.tjr2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.tjr2004-10-179-317/+3
* Bump the libc major version number to 6.tjr2004-10-171-1/+1
* Document that the length modifier l is ignored for floating pointstefanf2004-10-161-1/+3
* Explain it is a negative offset that EINVAL may indicate.yar2004-10-162-4/+4
* Improve mdoc(7) markup.yar2004-10-161-3/+9
* Give details on what will happen if the `offset' argumentyar2004-10-161-2/+6
* Enable building with LIBC_SCCS defined.obrien2004-10-1610-13/+10
* Try to bring some sanity to the SCM ID's.obrien2004-10-1644-71/+67
* Remove extra closing parenthesis added in revision 1.4.stefanf2004-10-141-1/+1
* 1. Now that it's a thread's state is changed from within the kernel, wheremtm2004-10-132-4/+10
* Correctly document the return value of strerror() and strerror_r() andkeramida2004-10-121-11/+10
* Build as a shared lib again.obrien2004-10-111-4/+0
* Belatedly catch up with the dev_t/cdev changes from a few months back.peter2004-10-111-1/+11
* More updates for math(3):das2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().stefanf2004-10-114-4/+65
OpenPOWER on IntegriCloud