| Age | Commit message (Expand) | Author |
| 2025-08-08 | inetd: don't assume that initgroups(3) will set the egid | Kyle Evans |
| 2024-04-11 | inetd: Fix typos | Elyes Haouas |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2019-12-31 | inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFC | Kyle Evans |
| 2019-12-31 | inetd: knock out some clang analyze warnings | Kyle Evans |
| 2017-11-27 | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-27 | Don't assign rs as we will assign it later. | Xin LI |
| 2016-12-31 | - Add static for symbols which need not to be exported. | Hiroki Sato |
| 2016-05-10 | Rename getline with get_line to avoid collision with getline(3) | Baptiste Daroussin |
| 2012-09-01 | Rework all non-contributed files that use `struct timezone'. | Ed Schouten |
| 2011-12-30 | Spelling fixes for usr.sbin/ | Ulrich Spörlein |
| 2006-04-17 | Update a couple of comments relating to RFCs. | David Malone |
| 2006-04-17 | Port 37 (RFC 738) style times are supposed to be a 32 bit time since | David Malone |
| 2002-07-22 | Fix typo: corrisponds -> corresponds | Tony Finch |
| 2002-06-21 | __FBSDID() strategic insertion. | Juli Mallett |
| 2002-06-21 | Kill __P, yuck. | Juli Mallett |
| 2002-06-21 | Mark unused variables __unused. | Juli Mallett |
| 2002-06-21 | Kill bad whitespace and do some style cleanups as a result of the protoize. | Juli Mallett |
| 2002-06-21 | ANSI prototypes via protoize(1). | Juli Mallett |
| 2002-02-27 | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman |
| 2001-07-17 | o Remove old setproctitle. | David Malone |
| 2001-06-24 | Fix most of the warnings given by WARNS=2. | David Malone |
| 2001-06-04 | Correct a comment - the time service returns seconds since 1900 not 1970. | David Malone |
| 2001-06-04 | This patch cleans up the ident stuff in inetd. The code which has | David Malone |
| 2001-05-26 | Make dg_echo return up to the first 65536 bytes of a datagram. | David Malone |
| 2001-03-28 | Allow ident requests with trailing junk following the terminating "\n". | David Malone |
| 2001-02-18 | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman |
| 2000-12-05 | Add a -F option to the builtin ident service, which allows .fakeid files | David Malone |
| 2000-12-03 | Tidy up some prototypes: | David Malone |
| 2000-12-02 | Make some style changes to the ident_stream() code. | Brian Feldman |
| 2000-11-25 | Security fix: correctly set groups according to the user. Previously, | Brian Feldman |
| 2000-10-02 | Stop internal ident service spinning until the timeout if the | David Malone |
| 2000-07-12 | Make builtin ident service work if the request arrives in more than | David Malone |
| 2000-05-30 | Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in the | Brian Feldman |
| 2000-05-30 | Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes | John Baldwin |
| 2000-03-28 | Optimize those services that send only one block of data: use send(2) | Sheldon Hearn |
| 2000-03-28 | Allow using "-d username" without "-r". Example: | Brian Feldman |
| 2000-03-11 | Make inetd compilable without INET6. | Yoshinobu Inoue |
| 2000-03-09 | Fix addr length argument value passed to sendto(). | Yoshinobu Inoue |
| 2000-01-25 | several tcp apps IPv6 update | Yoshinobu Inoue |
| 2000-01-20 | I like base-36 better. | Brian Feldman |
| 2000-01-19 | Implement -g and -d options in my ident code. The -g flag uses a random | Brian Feldman |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-07-26 | Here goes, the "clear up any possible confusion" commit. | Brian Feldman |
| 1999-07-25 | More cleanups to ident_stream. Variables moved around, changed. | Brian Feldman |
| 1999-07-24 | More cleanups, asprintf() usage (proper, as opposed to using snprintf()), | Brian Feldman |
| 1999-07-24 | Clean up to match style(9) more closely. This should fix the problem of | Brian Feldman |
| 1999-07-24 | Use comments to group functions by service more clearly. I've used the | Sheldon Hearn |
| 1999-07-24 | Style nits: | Sheldon Hearn |