Home | History | Annotate | Download | only in altqstat
History log of /src/usr.sbin/altq/altqstat/quip_client.c
RevisionDateAuthorComments
 1.16  04-Oct-2024  rillig altq: fix lint warnings about "effectively discards 'const'"

No binary change.
 1.15  07-May-2023  andvar branches: 1.15.2;
s/inferface/interface/
 1.14  07-Feb-2020  fox usr.sbin/altq: Revert the strlcpy(3) change since this changes expected behavior from strncpy(3).

Reviewed by: kamil@
 1.13  07-Feb-2020  fox usr.sbin/altq: Fix -Wstringop-truncation warning.

Looks like the original intention was to truncate the string at len.

Replace strncpy(3) with strlcpy(3).

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@
 1.12  17-Feb-2016  christos PR/50824: David Binderman: Limit scanf width
 1.11  16-Jun-2015  christos improve error messages (remove \n, use __func__, etc)
 1.10  19-Oct-2013  christos fix unused variable warnings.
 1.9  12-Oct-2006  peter branches: 1.9.40; 1.9.46;
Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.8  20-May-2005  kleink branches: 1.8.2;
Include <sys/time.h> for struct timeval.
 1.7  17-May-2003  itojun sscanf overrun
 1.6  05-Mar-2002  itojun bring in latest ALTQ from kjc.
 1.5  27-Dec-2001  wiz client, not clinet.
 1.4  22-Aug-2001  itojun sync with latest kame tree. snprintf() return value audit, log() cleanup,
and such.
 1.3  16-Aug-2001  itojun $NetBSD$
 1.2  16-Aug-2001  itojun string length audit (use strlcpy). sync with latest kame ALTQ.
 1.1  16-Dec-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1  16-Dec-2000  thorpej Import the altq status program.
 1.8.2.1  18-Mar-2006  peter Sync with KAME.
 1.9.46.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.40.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.15.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed