summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2010-09-03Pullup fixes from matt-nb5-mips64.matt
2010-08-29dprintf is claimed by posix.christos
2010-08-28Replace the current usage of Elf64_Half with Elf64_Word and renamejoerg
2010-08-27add psiginfo.christos
2010-08-18Add a couple more possible return values.pgoyette
2010-08-06weakasm for kevent so it can be a cancelation point.christos
2010-07-31initialize fake FILE, not fp.tnozaki
2010-07-31undo unrelated diff.christos
2010-07-31fix coredump vfwprintf(stderr) reported in current-user@tnozaki
2010-07-31Define a new __c99inline macro for compilers known to implement the C99joerg
2010-07-26Improve _PC_NO_TRUNC description. From Matthew Mondor onnjoly
2010-07-22Bump date for _PC_NO_TRUNC description fix.wiz
2010-07-22Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.njoly
2010-07-08Explicitly cast argument of ffs(3) to fix lint error.tron
2010-07-08svc_getreq[set]: use unsigned when assigning to fds_bits.rmind
2010-07-06Apply more limits to GLOB_LIMIT, number of stat(2) calls from me and numberchristos
2010-07-06these were only relevant for a.out builds; time to sleep forever...mrg
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-07-05consistency with c sourcechristos
2010-07-02Avoid DoS attacks for patterns that have braces. Noted by Maksymilianchristos
2010-06-30Use .Fn instead of .Fa for functions. Also rearrange slightly.jruoho
2010-06-29- remove extra len check as per discussion on tech-net.seanb
2010-06-28Ensure that initfini.c is referenced by exit.c. The start up code has tojoerg
2010-06-20fix cross build breakage mklocale(1).tnozaki
2010-06-19null terminatetnozaki
2010-06-191. refactoring new locale-db(RuneCT10) loading method with mmap(2).tnozaki
2010-06-131. split runetype_local.h -> runetype_file.htnozaki
2010-06-12s/_CTYPE_NUM_CHARS/_CTYPE_CACHE_SIZE/tnozaki
2010-06-12stop to renaming _CTYPE_* -> _RUNETYPE_*.tnozaki
2010-06-071. MB_LEN_MAX switch MD to MI.tnozaki
2010-06-05remove unused magic.tnozaki
2010-06-04Fix .Xr; dirent(5) -> dirent(3).jruoho
2010-06-03Use MAP_FILE|MAP_SHARED instead of MAP_FILE for the flags parameter of mmap(2).veego
2010-06-02uint8_t -> unsigned char, int16_t -> short.tnozaki
2010-06-02remove duplicated towctrans internal function.tnozaki
2010-06-01refactoring old locale-db(BSDCTYPE) loading method with mmap(2).tnozaki
2010-06-01more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.htnozaki
2010-05-31Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAXnjoly
2010-05-31another POSIX compliance fix: sigwait(3) should not use errno butdrochner
2010-05-30-fix internal use of sigwaitinfo(2) by sigwait(3): The former returnsdrochner
2010-05-30remove redundant guard.tnozaki
2010-05-301. fix build problem CITRUS=notnozaki
2010-05-30New sentence, new line.wiz
2010-05-29Note briefly how to avoid the problem where 0 can be a valid successfuldholland
2010-05-22rework bulid breakage problem on linux.tnozaki
2010-05-22fix cross build breakage under linux box, reported by Andreas Gustafsson, tha...tnozaki
2010-05-22move __mb_len_max_runtime from rune_local.h -> setlocale_local.h.tnozaki
2010-05-22make _locale_impl_t.cache as pointer to maintain easily binary compatibility ...tnozaki
2010-05-22rune.h is not public, so merge with rune_local.h.tnozaki
2010-05-22rune.h is not public, so merge with rune_local.htnozaki