aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Try not to lint(1) contrib'ed sources. This Is Very Messy.Mark Murray2002-09-252-0/+4
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-252-3/+5
* Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround ofAndrey A. Chernov2002-09-242-2/+2
* Warn when setinvalidrune() is referenced for consistency with the restTim J. Robbins2002-09-241-0/+1
* Add cross-references between wide character and single-byte characterTim J. Robbins2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversionTim J. Robbins2002-09-241-6/+0
* Use the new va_copy macro to copy variable argument lists instead ofTim J. Robbins2002-09-242-2/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-239-6/+1530
* Implement the %lc, %ls and %[ conversions, which read sequences of wideTim J. Robbins2002-09-232-16/+137
* The character argument for __ungetwc() should be wint_t instead of wchar_t.Tim J. Robbins2002-09-231-1/+1
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-226-16/+550
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()Tim J. Robbins2002-09-222-9/+22
* Style cleanup:Jonathan Mini2002-09-211-14/+11
* Delete stray reference to vsnprintf().Tim J. Robbins2002-09-211-3/+2
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-2110-4/+2434
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.Garrett Wollman2002-09-211-105/+351
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-214-34/+184
* Remove unnecessary #include <assert.h>; it was used to bring in theTim J. Robbins2002-09-2120-20/+0
* Remove a prototype for a function that is no longer called.Mark Murray2002-09-201-1/+0
* Fix an infinite loop when _fetch_read() can return 0 (if theAlfred Perlstein2002-09-201-1/+5
* Revert previous commit to unbreak world until we figure out theArchie Cobbs2002-09-206-10/+7
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.Tim J. Robbins2002-09-202-9/+20
* Lock and unlock the file once per call and use the unlocked version ofTim J. Robbins2002-09-201-7/+11
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()Tim J. Robbins2002-09-203-18/+44
* Add restrict type-qualifier.Mike Barcroft2002-09-202-2/+3
* Don't peek into MD structures from MI code. The getcontext(3) andJonathan Mini2002-09-201-9/+1
* Expose the new kernel data structures to libdevinfo:Warner Losh2002-09-204-6/+41
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-196-7/+10
* Implement the %ls and %lc conversions for printing wide character stringsTim J. Robbins2002-09-192-14/+110
* Add forgotten newlines in debug messages.Jacques Vidrine2002-09-191-2/+2
* reconnect libc_rJulian Elischer2002-09-191-1/+1
* Part of a bandaid to get libc_r on air again.Julian Elischer2002-09-191-0/+4
* Return the correct environment name for 64-bit platforms in theGarrett Wollman2002-09-191-1/+2
* Welcome the sem_ API to libc!Alfred Perlstein2002-09-193-1/+709
* add a stub for pthread_cond_destroy.Alfred Perlstein2002-09-191-0/+7
* Add a missing file into the CLEANFILES variable.Maxime Henrion2002-09-182-2/+2
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"Tim J. Robbins2002-09-182-8/+48
* Logic error in previous: don't exit the loop when an incomplete multibyteTim J. Robbins2002-09-181-1/+1
* Deprecate the rest of the rune interface.Tim J. Robbins2002-09-182-0/+22
* Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want toTim J. Robbins2002-09-182-0/+19
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-185-25/+61
* Fixed editing error in previous commit (*blush*).Bruce Evans2002-09-172-2/+2
* Fixed unsorting of SRCS.Bruce Evans2002-09-172-4/+4
* Fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov2002-09-171-0/+6
* Add i386 to the list of architectures that libc_r is broken on. ThisPeter Wemm2002-09-171-1/+1
* Bandaid to stop failing on non-i386 platforms.Peter Wemm2002-09-171-0/+5
* Make _fetch_connect() always set the error code.Bill Fenner2002-09-172-4/+5
* Use a weak symbol for signalcontext().Jonathan Mini2002-09-171-1/+3
* Add signalcontext(), which adds a signal frame to a ucontext_t.Jonathan Mini2002-09-171-0/+80