| Age | Commit message (Expand) | Author |
| 2025-12-10 | get*ent: be consistant about _ALIGN(p) - p | Brooks Davis |
| 2024-01-29 | libc: Annotate a couple of local functions as such | Mark Johnston |
| 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 |
| 2021-11-29 | libc/net/getservent.c: Mark write-only variables as unused | Konstantin Belousov |
| 2020-04-15 | Fix -Wvoid-pointer-to-enum-cast warnings. | Brooks Davis |
| 2019-08-12 | Increase YPMAXRECORD to 16M to be compatible with Linux. | Konstantin Belousov |
| 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-18 | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk |
| 2016-04-11 | libc: cleanup unnecessary semicolons. | Pedro F. Giffuni |
| 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 |
| 2013-08-23 | libc: Make various internal file descriptors from fopen() close-on-exec. | Jilles Tjoelker |
| 2010-04-06 | Use the stored length value instead of calculating it by strlen(). | Hajimu UMEMOTO |
| 2010-04-04 | Add capability to use a db version of services. It is enabled by | Hajimu UMEMOTO |
| 2010-04-04 | Reduce duplicate code. | Hajimu UMEMOTO |
| 2010-04-04 | Treat '+' as special only when in compat mode, and simplify | Hajimu UMEMOTO |
| 2010-04-04 | Stop adding trailing '\n'. The servent_unpack() doesn't expect | Hajimu UMEMOTO |
| 2007-01-09 | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh |
| 2006-04-28 | - Extend the nsswitch to support Services, Protocols and Rpc | Hajimu UMEMOTO |
| 2006-04-15 | - make reentrant version of netdb functions glibc style API, and | Hajimu UMEMOTO |
| 2005-08-20 | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder |
| 2005-04-28 | make getnetby*() thread-safe. | Hajimu UMEMOTO |
| 2005-04-18 | rename the NIS related fields to have yp_ prefix. | Hajimu UMEMOTO |
| 2005-04-18 | Do not check whether a pointer is NULL, since free(3) already takes care of | Xin LI |
| 2005-04-17 | Fix build for !YP case. | Xin LI |
| 2005-04-17 | libc-internal interfaces should have two underscores in front | Hajimu UMEMOTO |
| 2005-04-15 | - add getserv{byname,byport,ent}_r for internal use within libc. | Hajimu UMEMOTO |
| 2005-01-03 | Don't ignore the last line of config file (/etc/hosts, /etc/services, etc) | Maxim Sobolev |
| 2003-02-27 | Eliminate 19 warnings in libc (at level WARNS=2) of the | Jacques Vidrine |
| 2002-03-21 | Remove __P() usage. | David E. O'Brien |
| 2002-03-21 | Remove 'register' keyword. | David E. O'Brien |
| 2002-03-15 | Remove trailing characters from #endif. | David E. O'Brien |
| 2002-02-18 | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft |
| 1996-12-27 | Small yet significant tweaks/cleanups: | Bill Paul |
| 1996-12-05 | Eliminate 3 more examples of gratutiously passing arrays by address. | Jordan K. Hubbard |
| 1996-07-12 | General -Wall warning cleanup, part I. | Jordan K. Hubbard |
| 1996-06-01 | Improve NIS performace of getservbyname() and getservbyport(). Both these | Bill Paul |
| 1996-01-29 | Getpwent() and getservent() can wind up calling free() with | Mike Pritchard |
| 1995-11-04 | Add NIS support to getservent(3) functions (getservbyport() and getservbyname() | Bill Paul |
| 1994-05-27 | BSD 4.4 Lite Lib Sources | Rodney W. Grimes |