summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* __wcsconv(): free(convbuf) before returning NULLache2003-04-071-2/+4
* Today just isn't my day. Remove some old commented out code that snuckdas2003-04-071-1/+1
* MF NetBSD:mdodd2003-04-074-13/+24
* - %e conversions with precision 0 should not cause a decimal point todas2003-04-071-18/+22
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.peter2003-04-061-47/+115
* Rework the floating point code in printf(). Significant changes:das2003-04-052-151/+191
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-058-1/+135
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-053-23/+42
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-052-8/+0
* MFp4: Link strtof.3 and strtold.3 to strtod.3.tjr2003-04-051-0/+1
* Zero out the struct tm supplied by the caller. Otherwise,mtm2003-04-051-0/+1
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-049-9/+0
* Fix braino in definition of isfinite().das2003-04-041-1/+1
* No need to have ifdef < FreeBSD 4.0-current in here. Remove it toimp2003-04-042-12/+0
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-035-11/+18
* - Don't overrun the ldt buffer.jeff2003-04-021-2/+2
* Implement _get_curthread and _set_curthread. This is especially easy.jake2003-04-022-0/+58
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-0220-96/+21
* Add MD makefile.jake2003-04-011-0/+3
* Implement makecontext.jake2003-04-013-3/+129
* - Don't drop and reacquire giant in thread_suspend(). Change callers to dojeff2003-04-013-38/+8
* - Reenable setschedparam and the prioceiling code now that the mutex codejeff2003-04-012-19/+10
* - Restore old mutex code from libc_r. It is more standards compliant.jeff2003-04-012-205/+1364
* [1] - Document EHOSTUNREACH as a possible errorceri2003-04-011-1/+3
* - Adjust the makefiles so we have a per architecture makefile.jeff2003-04-013-1/+7
* - Spell SIGSETOR correctly.jeff2003-04-011-1/+1
* - Commit the forgotten libthr/sys bits.jeff2003-04-012-0/+64
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-0149-0/+7686
* - Catch up with kernel signal changes.jeff2003-03-311-1/+2
* Add a facility allowing processes to inform the VM subsystem they arewes2003-03-311-0/+9
* Experimental pam_chroot module (not connected to the build)des2003-03-303-0/+193
* MFp4: Fix copy&paste English error.jmallett2003-03-301-1/+1
* BDE'ifyfjoe2003-03-291-79/+89
* fix truncation check and buffer overflow checkfjoe2003-03-291-11/+11
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* Don't dereference flags if NULL (see http.c rev 1.87)des2003-03-291-1/+1
* Fill in the rest of the fields in the resulting struct tmmtm2003-03-291-2/+3
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)fjoe2003-03-281-17/+17
* Close the disk file descriptor that is RO before trying to open thejmallett2003-03-281-4/+1
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.fjoe2003-03-272-111/+128
* Run a revision on the OAM api.phk2003-03-272-93/+136
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-265-1/+31
* Back off WARNS until I've had a chance to deal with the problems onmdodd2003-03-251-1/+1
* Fix warnings.mdodd2003-03-256-18/+24
* The .Fn functioncharnier2003-03-244-7/+11
* The .Fn function. Use .Xr where appropriate.charnier2003-03-2436-89/+166
OpenPOWER on IntegriCloud