summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-15build crt{begin,end}S.o with -fpic.Miod Vallat
2013-01-15Don't pull <math.h> just because it can return HUGE_VAL in theMartynas Venckus
2013-01-14No longer need the "miniproc" glue, as we only have kinfo_proc now.Philip Guenther
2013-01-13Remove machine-dependent glue for strtorQ, since hppa64 quad-precisionMartynas Venckus
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,Martynas Venckus
2013-01-11Add END() directives to the various functions.Miod Vallat
2013-01-11Add a bunch of macros to help writing PIC code for libc .S routines. HandlesMiod Vallat
2013-01-10editline.3: editrc only read from $HOME; from LEVAI DanielJason McIntyre
2013-01-08fix __cerror non-weak symbol nameMiod Vallat
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
2013-01-07use a size_t instead of an int to avoid signed compareTheo de Raadt
2013-01-05Fix verbiage to make it clear that on success the return value ofKenneth R Westerback
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-03sysctl.3: remove some confusing text about NFS_NIOTHREADSJason McIntyre
2013-01-03some small cleanup;Jason McIntyre
2013-01-01Add an implementation based on tedu@'s design of fmemopen(3) andMartin Pieuchot
2012-12-31Spell `calculation' correctly.Miod Vallat
2012-12-30Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code.Miod Vallat
2012-12-26Actually invoke the system call in libc's sigreturn() wrapper; went unnoticedMiod Vallat
2012-12-24Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-24Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment.Mark Kettenis
2012-12-23Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-23Explicitly align the stack on a 16-byte boundary such that constructors canMark Kettenis
2012-12-22Make sure the stack is 16-byte aligned otherwise the use of certain SSEMark Kettenis
2012-12-22Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-12-22some fixes, based on a diff from Martin Toft;Jason McIntyre
2012-12-22Fix bug in random offset introduced in rev 1.143; random range wasOtto Moerbeek
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyMarc Espie
2012-12-20include machine/cpu.h now that is isn't any longer pulled in indirectlyChristian Weisgerber
2012-12-19crtbeginS.o needs to be built with -fPIC, otherwise bloated shared librariesMark Kettenis
2012-12-19Fix a purely theoretical NULL-pointer dereference in the case that weReyk Floeter
2012-12-17Allow gethostbyname() to accept a numeric IP string.Eric Faurot
2012-12-12document RES_USE_DNSSEC; text tweaked by sthenJason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-12-05no need for .Pp before lists;Jason McIntyre
2012-12-04Rewritten posix_openpt manual that doesn't include any of the POSIXTodd C. Miller
2012-12-04Use "path name" not "pathname".Todd C. Miller
2012-12-03Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. AtMark Kettenis
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),Todd C. Miller
2012-12-03New CA root certificates, ok beck@.Stuart Henderson
2012-12-01Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte.Stuart Henderson
2012-11-30Regenerate the text information for all certificates with recent opensslStuart Henderson
2012-11-30Remove retired Thawte/Verisign certificates.Stuart Henderson
2012-11-30Document a known bug in the DES crypt cipher implementation which we'reStefan Sperling
2012-11-29- put the various options into the same order as those in resolv.hJason McIntyre
2012-11-29deal with vendor branch sillyness: those files are goneMarc Espie
2012-11-29bump major (new functions), regen relevant filesMarc Espie
2012-11-29lemon.c fixed differently upstream, solve conflictMarc Espie
2012-11-29minor update to 3.7.14.1Marc Espie