| Age | Commit message (Expand) | Author |
| 1998-09-15 | Remove the public declaration of gtime(), which is shipped with tzcode but is | kleink |
| 1998-09-14 | __RENAME() the libcompat regexp routines so they will not be used by | tv |
| 1998-09-14 | Fix typo in previous, and also don't version _setjmp/_longjmp; after | thorpej |
| 1998-09-14 | Version setjmp(), longjmp(), _setjmp(), _longjmp(), sigsetjmp(), and | thorpej |
| 1998-09-13 | __LIBCxx_SOURCE__ refers to the library major number, not the NetBSD release | thorpej |
| 1998-09-12 | Minor KNFing. | mycroft |
| 1998-09-12 | Do the syscall versioning. | mycroft |
| 1998-09-10 | Declare asctime_r(), ctime_r(), gmtime_r() and localtime_r(), and rearrange | kleink |
| 1998-09-07 | Oops, isinf() was never included in any X/Open interface specification. | kleink |
| 1998-09-05 | Assign my copyright to the TNF. | pk |
| 1998-09-05 | Assign my copyrights to TNF. | pk |
| 1998-08-28 | Use __format__, __printf__ for consistency | tv |
| 1998-08-28 | add asprintf and vasprintf, originally written by Todd Miller for OpenBSD | perry |
| 1998-08-03 | Per XSH5, define _XOPEN_IOV_MAX. | kleink |
| 1998-07-30 | Merge in recent changes from the private version of this header distributed | kleink |
| 1998-07-30 | __Namespace__ __protection__. | mycroft |
| 1998-07-28 | Add gid_from_group() and uid_from_user(). | mycroft |
| 1998-07-28 | Sprinkle in some __attribute__((noreturn))s. | mycroft |
| 1998-07-27 | Actually, FreeBSD calls this mkdtemp(). No point in creating a new name. | mycroft |
| 1998-07-27 | Add a mktempdir(), like mkstemp(), but it creates a directory. | mycroft |
| 1998-07-27 | Nuke tmpnam() as well. | mycroft |
| 1998-07-27 | YP status codes are all unsigned. | mycroft |
| 1998-07-27 | Slight rearrangement. | mycroft |
| 1998-07-27 | Need cdefs.h. | mycroft |
| 1998-07-27 | If __AUDIT__ is defined, remove some traditional interfaces: gets, sprintf, | mycroft |
| 1998-07-27 | Mark more functions returning internal buffers for const auditing. | mycroft |
| 1998-07-27 | Make many of the new consts dependent on a new `__AUDIT__' flag, to avoid | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | KNF nit. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | Oops; that wasn't quite right. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-14 | Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a | tv |
| 1998-07-08 | For the sake of XPG3 and later, provide TMP_MAX; consistent with the defintion | kleink |
| 1998-07-02 | Addendum to previous change: since pread()'s and pwrite()'s first official | kleink |
| 1998-06-30 | Prototype pread(2) and pwrite(2) if !defined(_POSIX_C_SOURCE). | thorpej |
| 1998-06-22 | pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)). | msaitoh |
| 1998-06-22 | Typo: POSXI -> POSIX. | tv |
| 1998-06-19 | * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of | kleink |
| 1998-06-08 | move pw_scan from util.h to pwd.h, add _PASSWORD_{OLDFMT,NOWARN} flags | lukem |