| Age | Commit message (Expand) | Author |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-03-27 | libc: Use secure_getenv(3) where appropriate | Mark Johnston |
| 2020-02-05 | Improve validation of the sockaddr length in iruserok_sa(). | Mark Johnston |
| 2018-01-06 | The source strings are from the password database which guarantees | Warner Losh |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-04-10 | libc: replace 0 with NULL for pointers. | Pedro F. Giffuni |
| 2015-09-20 | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | Craig Rodrigues |
| 2015-08-29 | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov |
| 2013-08-23 | libc: Make various internal file descriptors from fopen() close-on-exec. | Jilles Tjoelker |
| 2007-01-09 | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh |
| 2005-05-13 | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO |
| 2005-02-14 | - Use socklen_t. | Stefan Farfeleder |
| 2004-11-13 | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | Bjoern A. Zeeb |
| 2003-02-18 | Whack 28 unused variables. | Jacques Vidrine |
| 2002-08-24 | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | John Polstra |
| 2002-03-22 | Fix the style of the SCM ID's. | David E. O'Brien |
| 2002-03-22 | Remove multi-line __P() usage. | David E. O'Brien |
| 2002-03-21 | Remove __P() usage. | David E. O'Brien |
| 2002-03-21 | Remove 'register' keyword. | David E. O'Brien |
| 2001-10-23 | Allow users to specify a command to use as remote command instead of | Warner Losh |
| 2001-01-24 | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen |
| 2000-12-04 | - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd | Hajimu UMEMOTO |
| 2000-08-10 | Don't retry connecting via the same medium. | Hajimu UMEMOTO |
| 2000-07-20 | Copy canonname for *ahost, into static buffer. | Hajimu UMEMOTO |
| 2000-07-20 | Alocate rcmd{,_af}()'s *ahost argument using malloc() (well | Brian Somers |
| 2000-07-11 | Try and fix the worst of some highly bogus malloc/free resource | Peter Wemm |
| 2000-03-16 | Back out that last commit, it may be insecure (pointed out by Warner | Brian S. Dean |
| 2000-03-16 | Slight adjustment to __ivaliduser() - don't ignore the last line in | Brian S. Dean |
| 2000-02-10 | Add more dual stack consideration. | Yoshinobu Inoue |
| 2000-02-01 | sync iruserok() extension API with other BSDs | Yoshinobu Inoue |
| 2000-01-27 | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans |
| 2000-01-26 | Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been | Yoshinobu Inoue |
| 2000-01-26 | bindresvport related changes | Yoshinobu Inoue |
| 2000-01-25 | several tcp apps IPv6 update | Yoshinobu Inoue |
| 2000-01-13 | libc rcmd update for IPv6. | Yoshinobu Inoue |
| 2000-01-12 | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans |
| 1999-11-04 | Add unsigned char cast to is[x]digit | Andrey A. Chernov |
| 1999-11-04 | unsigned char cast to ctype macros | Andrey A. Chernov |
| 1998-10-05 | 64bit portability fixes. | Doug Rabson |
| 1997-02-26 | Buffer overflow from DNS name information which could cause root access | Warner Losh |
| 1997-02-09 | Fix PR2579: potential security hole in rcmd.c | Warner Losh |
| 1996-08-12 | clear sockaddr_in's on stack before use | Peter Wemm |
| 1996-07-12 | General -Wall warning cleanup, part I. | Jordan K. Hubbard |
| 1996-05-31 | Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate a | Peter Wemm |
| 1995-08-14 | Submitted by: Bill Fenner <fenner@parc.xerox.com> | Bill Paul |
| 1995-08-07 | Just when you thought it was safe... | Bill Paul |
| 1995-07-16 | Slight adjustment to previous fix for __ivaliduser(). It was checking for | Peter Wemm |