summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Collapse)Author
2001-06-01missing wordjasoni
"function will non-zero" -> "function will return non-zero"
2001-05-31missing wordjasoni
"the temporarily lacks the resources" -> "the system temporarily lacks...."
2001-05-31more typosTheo de Raadt
2001-05-31typos; first few spotted by heko@saitti.netTheo de Raadt
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time.
2001-03-13stronger testDavid Leonard
2001-03-13typo in commentDavid Leonard
2001-03-13recursive mutex testDavid Leonard
2001-03-09m{,un}lockallArtur Grabowski
2001-03-04Forgot commit, oops.Marc Espie
2001-02-21Define struct _machdep_state again for libc_r to compile on mvme88k.Miod Vallat
2001-02-21replace comment with something not so misleading.Brad Smith
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-27Stubs for vax. (build at least)Hugh Graham
2001-01-16typo in comment, change -> chanceBrad Smith
2001-01-16switch stacks even when restoring a preempted thread. (credit to pefo@)David Leonard
2000-12-31-lpthread -> -pthreadBrad Smith
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-21crank minor numberTodd C. Miller
2000-11-17crank minorNiels Provos
2000-10-12- RCS id police!Brad Smith
- remove unnecessary CPPFLAGS and hardcoded optimization level in CFLAGS - fix execution of the benchmarks, ensure using nice from /usr/bin instead of the built-in which will fail, always use sh and try to run the binaries from the obj dir if it's used.
2000-10-12refix breakage in previous commit, d@ forgot to remove his change whileBrad Smith
testing libpthread on sparc (which is not built by default ... yet).
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
or optimize out any of the assembly statements.
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵David Leonard
fixes sparc threads.
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-08-20Crank minor to correspond to login.conf changes in libcTodd C. Miller
2000-08-07quiet warningBrad Smith
2000-08-07remove test_pw until we get getpwnam_r() backBrad Smith
2000-08-07this obviously wasn't tested, fix check. We don't even build libpthread byBrad Smith
default on i386 yet.
2000-06-27forward declaration of struct timespec to avoid warningArtur Grabowski
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-28fix Xr; glam0006@tc.umn.eduTheo de Raadt
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23test re-entrant getpwnam_rDavid Leonard
2000-03-22MACHINE_STACK_GROWS_UPDavid Leonard
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-07Typo in synopsis: sont --> constAlex Feldman
2000-03-04Use .Va for errno.Aaron Campbell
2000-02-28need string.hTheo de Raadt