summaryrefslogtreecommitdiff
path: root/lib/libc_r
AgeCommit message (Expand)Author
2001-06-01missing wordjasoni
2001-05-31missing wordjasoni
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
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
2000-10-12refix breakage in previous commit, d@ forgot to remove his change whileBrad Smith
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
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
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
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
2000-03-07Typo in synopsis: sont --> constAlex Feldman
2000-03-04Use .Va for errno.Aaron Campbell
2000-02-28need string.hTheo de Raadt