summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.peter2005-04-145-0/+149
* Add a machine-specific, optimized implementation of strcat.alc2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+4
* Add a machine-specific, optimized implementation of strcpy.alc2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.alc2005-04-092-1/+75
* unbreak build without YP defined.ume2005-04-091-0/+4
* Remove unused variables and assignments.stefanf2005-04-084-9/+3
* Use prototypes in the function definitions.stefanf2005-04-082-34/+14
* Remove unused variable.stefanf2005-04-081-3/+2
* Add machine-specific, optimized implementations of bcmp and memcmp.alc2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalalc2005-04-081-10/+4
* Eliminate an unneeded instruction that is a vestige of mechanicalalc2005-04-071-7/+5
* Fix strict-alias warnings by removing excessive (and wrong) casts.peter2005-04-072-2/+2
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,alc2005-04-076-0/+212
* - we are no longer shareing any resources to be locked betweenume2005-04-062-27/+12
* MUTEX_INITIALIZER should be used instead ofume2005-04-061-1/+1
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-063-28/+62
* make yp stuff re-entrant.ume2005-04-051-26/+15
* protect _yp_domain with mutex lock.ume2005-04-051-3/+24
* add missing mutex unlock.ume2005-04-051-0/+1
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-022-67/+79
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-0/+5
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedume2005-04-021-301/+47
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.das2005-03-211-1/+1
* Add byteorder(9) to SEE ALSO.simon2005-03-201-2/+3
* Use the correct values for softfloat, in both the little endian and the bigcognet2005-03-202-8/+13
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-159-162/+5
* Use socklen_t where appropriate.stefanf2005-03-111-2/+2
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
* Remove an superfluous assignment.stefanf2005-03-101-1/+0
* Use socklen_t where appropriate.stefanf2005-03-102-2/+3
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-5/+9
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.phk2005-03-081-3/+5
* Add korean NLS message catalogs for libcphantom2005-03-072-0/+498
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* - Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-2/+10
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-076-3/+9
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
* Do not require the pty(4) majors to be anything in particular.green2005-03-041-3/+0
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Add polish version of libc NLS catalog.pjd2005-03-011-0/+249
* Backout NLS catalog handling, until all edge cases are resolvedphantom2005-02-271-11/+0
* Unbreak !NLS casephantom2005-02-272-2/+2
* Make the format of LC_COLLATE files architecture independent.ru2005-02-272-3/+14
* Revert accidiental removal of string.h inclusion.phantom2005-02-271-0/+1
OpenPOWER on IntegriCloud