summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2007-10-28Set up the tail of the instruction address queue so thatskrll
2007-10-26make _FORTIFY_SOURCE play nicely with lintchristos
2007-10-24Add HISTORY: The strtof() and strtold() functions appeared in NetBSDreed
2007-10-23remove invalid range check.tnozaki
2007-10-22Add a reference to RFC 2783. Requested by joerg@simonb
2007-10-22Revert the CSE parts of the previous change. "run" is calculated withsimonb
2007-10-19- do some CSE.christos
2007-10-16use mremap for huge -> huge realloc.yamt
2007-10-15Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). Thesead
2007-10-15we don't have reallocf.yamt
2007-10-15make lint happy.yamt
2007-10-15malloc_print_stats: print huge_allocated correctly. it's already in bytes.yamt
2007-10-15use MAP_ALIGNED.yamt
2007-10-09Add cancellation stubs in libpthread for POSIX messages queues andrmind
2007-10-09Add defs for hppa. From he@.ad
2007-10-08In handwritten asm use -fPIC code instead of -fpic, our libc has grownuwe
2007-10-07On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinitionhe
2007-10-06Update for jemalloc.ad
2007-10-06Use jemalloc as the default allocator unless USE_JEMALLOC=no.ad
2007-10-05Port to NetBSD. Note: posix_memalign() is here, but it's not exportedad
2007-10-05Pull in jemalloc from FreeBSD:ad
2007-09-29s/__attribute__((__packed__))/__packed/g;tnozaki
2007-09-291. add workaround for ctype.h is* funcs problem.tnozaki
2007-09-27make this compilable from rtld.christos
2007-09-25remove extraneous "has"tnn
2007-09-18lib/36938 mbtowc misbehaving after invalid char sequencetnozaki
2007-09-07Implementation of POSIX message queues.rmind
2007-09-06PR/36933 - Robert Elz -- ARPA IPv6 -> IPv6jnemeth
2007-09-03clean up some definitions around rune_t which are not needed anymoredrochner
2007-08-20Never use "utilize". It means exactly the same thing as "use", but itperry
2007-08-09Add a new socket option for unix domain sockets: LOCAL_PEEREID, to makehe
2007-08-08Keep track of atexit functions that are added while processingkristerw
2007-08-08Ensure that the struct atexit_handler has been removed from the listkristerw
2007-08-07Change the signature of _lwp_park() to accept an lwpid_t and secondad
2007-08-04Update includes so that this builds for USE_FORT=no too.kristerw
2007-08-02Explicitly talk about file pointers (to avoid confusion with general C pointe...wiz
2007-08-02Add xref to shquote(3), suggested by joerg. Bump date.wiz
2007-07-31Make sure that %r honors the LC_TIME t_fmt_ampm. This restoresginsbach
2007-07-20add a comment.yamt
2007-07-19forgot include namespace.hchristos
2007-07-18Uppercase logical OR operator.wiz
2007-07-18Fix the return value so the MNT_GETARGS returns 0, not the buffer length.dsl
2007-07-17kill MFSNAMELENchristos
2007-07-17Add native mremap system call based on the UVM implementation forjoerg
2007-07-14Document the new 'data_len' argument.dsl
2007-07-14Change beacuse of extra parameter to mount(2).dsl
2007-07-14Change libc system callstub from 'mount' to '__mount50', add compat call.dsl
2007-07-05Fix several end cases:ginsbach
2007-07-03Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.nakayama