summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-11-06Provide assembly version of sqrtl(3).Mark Kettenis
2009-11-05Provide assembly version of sqrtl(3).Mark Kettenis
2009-11-03in block size calculations, use SIO_BPS(precision) instead ofAlexandre Ratchov
2009-11-02permit -DMALLOC_STATS to compile againTodd T. Fries
2009-11-01Use a local numeric label to branch to the start of the function, instead ofMiod Vallat
2009-11-01Two minor bug fixes rotting in my tree:Ingo Schwarze
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-30stop using kqueue.Theo de Raadt
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-10-28skip the \' formatting flag, grouping is not implemented; ok deraadt@Christian Weisgerber
2009-10-28more fallout from jasper's commit.Jonathan Gray
2009-10-28Remove mutext from list of held mutexes in _mutex_reinit(). CorrectsKurt Miller
2009-10-28more rcsid/sccs cleanupTheo de Raadt
2009-10-28Do not need -DLIBC_SCCS anymoreTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27- bump the majors of libpthread and librthread, as they used to return anJasper Lievisse Adriaanse
2009-10-27define ENOTSUP EOPNOTSUPP is no longer neededTheo de Raadt
2009-10-27reorder the log functions slightly; from thomas pfaffJason McIntyre
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removeNicholas Marriott
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-10-26Add man pages for the fdim/fmin/fmax family of functions and make sure fdimlMark Kettenis
2009-10-26reader state cannot be IDLE, terminate the stream if so ratherAlexandre Ratchov
2009-10-24document log2() and log2f(); from thomas pfaffJason McIntyre