summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-305-5/+10
* Eliminate global mutex by using pthread_once's state field asdavidxu2008-05-301-33/+29
* - Reduce function call overhead for uncontended case.davidxu2008-05-293-217/+104
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
* Minor code hardening: Verify the final bytes of the stringkientzle2008-05-271-1/+1
* Until the old archive.h.in gets renamed to archive.h in the repository,kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-2649-938/+3609
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-2/+1
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-259-1564/+0
* Relax the strict type check because gcc as distributed doesn't createjb2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.jb2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.jb2008-05-231-0/+2
* Check that lseek(2) succeeds and puts us where we expect. [1]cperciva2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thancperciva2008-05-231-2/+1
* Hook libdwarf and libproc into the build.jb2008-05-221-2/+2
* Add a BSD licensed DWARF library for use by the DTrace clients.jb2008-05-2217-0/+4083
* Add the Makefile for the process library which was missed in the previousjb2008-05-221-0/+20
* Add a process library with some stubs that the DTrace client needs.jb2008-05-225-0/+473
* Use 'dowrite' as an argument name instead of too general 'write'.pjd2008-05-202-7/+7
* Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andcperciva2008-05-191-0/+1
* Clarify that "ante meridiem" and "post meridiem" mean the same thinggrog2008-05-161-2/+2
* Add new heimdal-1.1 library.dfr2008-05-151-2/+2
* Clean up cpp logic and comments.jasone2008-05-141-8/+21
* Commit missing mips libthr support that I thought I'd committed earlierimp2008-05-112-0/+141
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessantoine2008-05-101-4/+0
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* setfib.2 got left out of the last commitjulian2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-0/+8
* - Update for ncurses 5.6-20080509rafan2008-05-091-1/+1
* Don't set the _file member of the FILE when opening a FTP connection.jhb2008-05-081-1/+0
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hcokane2008-05-082-6/+12
* Keep versions on a dependency chain to exclude even remote possiblitykan2008-05-071-1/+1
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-0755-334/+1932
* Remove libc_r's remnant code.davidxu2008-05-061-16/+0
* Add a comment stating not to bump the FBSDprivate version.deischen2008-05-061-1/+3
* Revert back to accessing FILE internals directly.jhb2008-05-051-11/+19
* 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 MIPS support to libdiskgonzo2008-05-043-1/+52
* 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
* Symbol.map is handled by cpp, so use C-style commentsgonzo2008-05-031-1/+3
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-032-19/+25
* Fix a comment.jasone2008-05-031-1/+1
* Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.gonzo2008-05-034-0/+191
* 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
OpenPOWER on IntegriCloud