aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Commit missing mips libthr support that I thought I'd committed earlierWarner Losh2008-05-112-0/+141
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessAntoine Brodin2008-05-101-4/+0
* Misc mdoc improvements and a typo fix.Christian Brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addJulian Elischer2008-05-091-1/+1
* setfib.2 got left out of the last commitJulian Elischer2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-092-0/+8
* - Update for ncurses 5.6-20080509Rong-En Fan2008-05-091-1/+1
* Don't set the _file member of the FILE when opening a FTP connection.John Baldwin2008-05-081-1/+0
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hColeman Kane2008-05-082-6/+12
* Keep versions on a dependency chain to exclude even remote possiblityAlexander Kabaev2008-05-071-1/+1
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-0755-334/+1932
* Remove libc_r's remnant code.David Xu2008-05-061-16/+0
* Add a comment stating not to bump the FBSDprivate version.Daniel Eischen2008-05-061-1/+3
* Revert back to accessing FILE internals directly.John Baldwin2008-05-051-11/+19
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin2008-05-053-30/+0
* Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-0510-140/+23
* Do not read away the target directory entry when encountering deletedKonstantin Belousov2008-05-053-8/+9
* Add MIPS support to libdiskOleksandr Tymoshenko2008-05-043-1/+52
* Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the privateMarcel Moolenaar2008-05-042-0/+9
* Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar2008-05-031-0/+7
* Symbol.map is handled by cpp, so use C-style commentsOleksandr Tymoshenko2008-05-031-1/+3
* Unbreak build: libftpio gropes inside struct __sFILE. ImplementMarcel Moolenaar2008-05-032-19/+25
* Fix a comment.Jason Evans2008-05-031-1/+1
* Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.Oleksandr Tymoshenko2008-05-034-0/+191
* Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin2008-05-0212-112/+200
* Include libc_private.h for the declaration of __isthreaded instead ofJohn Baldwin2008-05-021-0/+1
* Add a separate tree to track arena chunks that contain dirty pages.Jason Evans2008-05-011-157/+133
* Add rb_wrap(), which creates C function wrappers for most rb_*()Jason Evans2008-05-011-36/+194
* When receiving delegated credentials, initialise our cred's linked list.Doug Rabson2008-04-301-1/+5
* Use global implementation of _gss_oid_equal.Doug Rabson2008-04-301-9/+1
* Allow null oids in _gss_oid_equal().Doug Rabson2008-04-301-0/+5
* o Add MIPS to the list of architectures with defined TLS_TCB_ALIGNOleksandr Tymoshenko2008-04-291-2/+2
* Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPSOleksandr Tymoshenko2008-04-291-0/+5
* _setjmp.o was missing a dependency on "machine".Ruslan Ermilov2008-04-291-3/+1
* Don't forget to clean the "machine" symlink on amd64, otherwise badRuslan Ermilov2008-04-291-0/+3
* Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to saveDavid Xu2008-04-299-19/+20
* Check for integer overflow before calling sbrk(2), since it uses aJason Evans2008-04-291-0/+7
* Correct minor typos in SCTP man pages.Robert Watson2008-04-282-2/+1
* Add support files for compiling with soft-float. This has beenMarcel Moolenaar2008-04-273-0/+448
* Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after furtherKris Kennaway2008-04-261-1/+1
* Add mips support to libm, from mips2-jnpr perforce branch.Warner Losh2008-04-264-0/+259
* Bring in mips threads support from perforce mips2-jnpr branch.Warner Losh2008-04-261-0/+5
* Add mips support libc from the mips2-jnpr branch of perforce.Warner Losh2008-04-2660-0/+3908
* Have the man page catch up with the namespace pollution cleanup thatSean Farley2008-04-261-1/+0
* Stricter check for integer overflow.Ruslan Ermilov2008-04-241-0/+2
* Add support for gpart:Marcel Moolenaar2008-04-241-6/+10
* Avoid various shadowed variables. libthr is now almost WARNS=4 clean exceptXin LI2008-04-234-25/+25
* Implement red-black trees without using parent pointers, and store theJason Evans2008-04-232-116/+947
* 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