summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-04-19change copyright notice from 3-clause TNF -> 4-clause TNF.itojun
2000-04-18Fix alignment of __nanf and __infinity. Fixes PR9925.mark
2000-04-17implement lchflags(2), which does the chflags(2) dance without followingmrg
2000-04-16make scandir(3)'s 3rd argument take a function that takes a *const*mrg
2000-04-15Death to nfsiod!tsarna
2000-04-12We return EIDRM if the msg queue is removed, not EINVAL.simonb
2000-04-07Fix the bug introduced in rev 1.28 and actually caused failure on alpha;enami
2000-04-07Backout the previous backing out.enami
2000-04-07small fixes; not yet completewiz
2000-04-04Clarify that page alignment only happens for the internal, kernel notionfvdl
2000-04-03Clean up.mycroft
2000-04-03Clean up.mycroft
2000-04-03Repair syscall stubs that were not updated when the cerror interface wasmycroft
2000-04-03in yphostent, initialize res0 when getaddrinfo fails.itojun
2000-04-02Add "namespace.h" and include <getopt.h> since we moved the stuff outchristos
2000-04-02Try to silence some of the lint warnings. Unfortunately we cannot fixchristos
2000-04-02Delint:christos
2000-04-02protect getopt_long.christos
2000-04-02bump minor for getopt_longchristos
2000-04-02Remove sections relevant to getopt, and add implementation differences.christos
2000-04-02New getopt_long from Thomas Klausner and Dieter Baronchristos
2000-04-02Bump minor version (dlfcn change).minoura
2000-04-02Move dl* function definitions to libc on ELF.minoura
2000-04-01Make mbstowcs and wcstombs work correctly when handed NULL pointers.erh
2000-03-29kill reference to getvfsbyname(3) - it's no longer present on NetBSDjdolecek
2000-03-28In mmap(), bail out with EOVERFLOW when mapping a regular file and the filekleink
2000-03-27fill delay slots (from Klaus Klein)msaitoh
2000-03-23Do a little rearrangement here. No functional change, but it's a littlemycroft
2000-03-17make this compile on non 4.4BSD systemschristos
2000-03-16visit all requests even if we get errors from name server.itojun
2000-03-16Add missing comma.enami
2000-03-15Need to quote excessively long Nd argument.kleink
2000-03-14Note EILSEQ.kleink
2000-03-14Sync the description of errno with reality; fixes PR lib/9496.kleink
2000-03-14Listing generated files nslexer.c nsparser.c in SRCS breaks make dependsjg
2000-03-13Fix doubled 'the's.soren
2000-03-10add EILSEQ entryjdolecek
2000-03-10Add an EILSEQ code (C99, first appeared in C90/AMD1), and update messagekleink
2000-03-10Note that this system call now creates kernel thread.enami
2000-03-08No longer need internal names for strtoq() and strtouq().kleink
2000-03-08Replace internal use of strto{,u}q() with strto{,u}ll().kleink
2000-03-07Make lint happy about long long integers. (C99 mode for lint, anyone?)kleink
2000-03-06Bump minor: ISO C99 long long integer general utility interfaces.kleink
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-03-06Document some recently added user visible mount option. Addresses PR#6577.enami
2000-03-05fix fatal typo, which misused luser/ruser (PR 9543).itojun
2000-03-05remove unused files (MIPS SOFTFLOAT).shin
2000-03-05remove MIPS SOFTFLOAT.shin
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
2000-02-29fix alignment constraint in IPv6 routing header manipulation (ancillary data).itojun