summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-12-11plug a memory leak; found by parfait, ok djmTheo de Raadt
2009-12-11More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingMiod Vallat
2009-12-10getcwd() is posix, not ansi; from Thomas PfaffJason McIntyre
2009-12-10Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)Miod Vallat
2009-12-07Get page size information by reading the kernel image' struct uvmexp, insteadMiod Vallat
2009-12-07Make userland malloc use __LDPGSZ granularity on mips, regardless of theMiod Vallat
2009-12-06Make internal file descriptor handling async-signal safe by eliminatingKurt Miller
2009-12-05missing word;Jason McIntyre
2009-12-02we don't expose overruns/underruns as negative positions anymore,Alexandre Ratchov
2009-11-28This might not be necessary, but Just In Case: since the underlyingPhilip Guenthe
2009-11-27wrap Nd in quotes, since it has >9 args;Jason McIntyre
2009-11-27Correct description of physically vs logically; spotted by NickOtto Moerbeek
2009-11-27Switch the chunk_info lists to doubly-linked lists and use the queueOtto Moerbeek
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Don't forget to fill region from the cache with junk if needed in one case;Otto Moerbeek
2009-11-27No need to clear a mmapped region; from Fabien Romano and JonathanOtto Moerbeek
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe
2009-11-27Convert thrsleep() to an absolute timeout with clockid to eliminate aPhilip Guenthe
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-11-27Bump the libc major for the post-h2k9 string of ABI changes and additionsPhilip Guenthe
2009-11-27sync german translations with recent C.msg changesStefan Sperling
2009-11-25Italian translationsgiovanni
2009-11-24Add `da.msg'.Michael Knudsen
2009-11-24Danish translations.Michael Knudsen
2009-11-24Update the ENOTSUP summary and description.Philip Guenthe
2009-11-24- sync with latest additionsJasper Lievisse Adriaanse
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
2009-11-23Make the code example fit on an 80 char screen without wrapping.Michael Knudsen
2009-11-22Oops, KSEG -> CKSEG.Miod Vallat
2009-11-22Fixed typo in function name.Tobias Stoeckmann
2009-11-22Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide theMiod Vallat
2009-11-21replacing malloc/realloc dance, by only one reallocCharles Longeau
2009-11-21remove unused variableCharles Longeau
2009-11-21remove unused variableCharles Longeau
2009-11-21Ooops, committed an unbaked changePhilip Guenthe
2009-11-21Several stdio functions were failing to set the stream orientationPhilip Guenthe
2009-11-19pthread_rwlock_wrlock() should increment the count of writers justPhilip Guenthe
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-11-12simplify the code looking for + in the password database, after analysisTheo de Raadt
2009-11-12change back to preferring kqueue, now that nicm, tedu and i haveTheo de Raadt
2009-11-11fix leaks in error cases found by parfaitJonathan Gray
2009-11-11memory leaks, found by parfait; ok millertTheo de Raadt
2009-11-11obvious use after free, found by parfaitTheo de Raadt
2009-11-10pull Ben Lauries blind prefix injection fix for CVE-2009-3555 fromMarkus Friedl
2009-11-10ctim -> ctime; from ca (pr #6256)Jason McIntyre
2009-11-09mbrlen returns size_t not int.Nicholas Marriott
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-11-08ansifyStefan Sperling
2009-11-07remove gcc 1 workaround we no longer care about whichJonathan Gray