summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2007-06-23Since we are going to be looking for ports many times, use a centralizedchristos
2007-06-18Follow the example of other nbtool compat functions, like dirname, andginsbach
2007-06-10Note ZFS returning the number of entries instead of the size of the directory.christos
2007-06-09PR/36464: scandir(3) corrupts heap when run on ZFS directories because ZFSchristos
2007-06-09bring in many changes from FreeBSDchristos
2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos
2007-06-03- add read and readlink since they are used internallychristos
2007-06-03We can USE_FORT now.christos
2007-06-03provide a weak symbol for readlink since it is used internally.christos
2007-06-03#undef the fortified functions we use, otherwise we end up calling ourselveschristos
2007-05-31this is not needed.christos
2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls
2007-05-30Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"tls
2007-05-29Try to make select(2) man page more insightful, by providing an example.manu
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-26s/approprate/appropriate/tnozaki
2007-05-21s/preposturously/preposterously/tnozaki
2007-05-21s/conform/conforms/tnozaki
2007-05-21s/wcttype/wctype/tnozaki
2007-05-10use syslog_r, from OpenBSDchristos
2007-05-10The sl_delete function needs namespace protection added here as well.he
2007-05-09PR/36299: Greg Woods: Add namespace protection for sl_delete.christos
2007-05-01- Create sysctl nodes for AIO.rmind
2007-04-29fix typosmsaitoh
2007-04-24fix typo.tnozaki
2007-04-12Don't clobber callee save registers r12 & r13 in swapcontext. Theypooka
2007-04-12Use IEC 60027-2 prefixes for 2^n based prefixes.lukem
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-04-04Coverity CID/4454: Avoid double fclose.christos
2007-04-01bring in FreeBSD's vfscanf() to gain multi-byte/collation support.christos
2007-04-01add new encoding support to iconv(3):tnozaki
2007-04-01oops, fix miss-increment fp->_p.tnozaki
2007-04-01mbrtowc(3) never return correct multibyte length of L'\0'.tnozaki
2007-04-01don't use __sgetc() to avoid overwriting fwide(3) orientationtnozaki
2007-03-30Re-add missing file (removed by cvs import because it was added manually byghen
2007-03-30Resolve conflicts.ghen
2007-03-30Import bind 9.4.0.ghen
2007-03-28Add support for LC_TIME, from Joachim Kuebart, through PR lib/10877manu
2007-03-21return NULL instead of core-dumping when we could not open the services file/dbchristos
2007-03-19revert to rev1.127 for iconv(3).tnozaki
2007-03-18don't use CPPPICFLAGS but CPICFLAGS.tnozaki
2007-03-15Don't modify CSHPICFLAGS. (this causes .so file to be made when they shouldn't)matt
2007-03-13Fix a bug that humanize_number() produces "1000" where it should be "1.0G"enami
2007-03-12Correct the struct name for PT_LWPINFOskrll
2007-03-10 - Remove unused ctype.h headerhubertf
2007-03-10Remove a bunch of unneeded #include <ctype.h>shubertf
2007-03-09If I686_LIBC is defined, make syscalls using the 'sysenter' instruction.ad
2007-03-08modify the previous fix so that no pointless realloc()s are done indrochner
2007-03-08Remove an obsolete comment.ad
2007-03-07-fix a condition so that fparseln() doesn't report spurious empty linesdrochner