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