CVS commit: src/lib/libc/string

2020-11-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Nov 26 23:13:55 UTC 2020 Modified Files: src/lib/libc/string: strchr.3 Log Message: fix typo in manual page for strchrnul(3) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/strchr.3 Please

CVS commit: src/lib/libc/string

2021-04-14 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 14 08:07:49 UTC 2021 Modified Files: src/lib/libc/string: Makefile.inc Log Message: for GCC, built memset.c with -fno-builtin. this avoids GCC 10 compiling memset() and emitting calls to memset() where it seems code that loo

CVS commit: src/lib/libc/string

2010-07-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 5 00:45:19 UTC 2010 Modified Files: src/lib/libc/string: Lint_swab.c Log Message: consistency with c source To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string/Lint_swab.c Please note that

CVS commit: src/lib/libc/string

2009-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 10 23:13:38 UTC 2009 Modified Files: src/lib/libc/string: Makefile.inc memchr.3 Added Files: src/lib/libc/string: memrchr.c Log Message: add memrchr To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/lib/libc/string

2009-04-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 10 23:24:35 UTC 2009 Modified Files: src/lib/libc/string: memchr.3 Log Message: Split Nm over two lines. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/string/memchr.3 Please note that diffs are

CVS commit: src/lib/libc/string

2009-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 11 21:42:16 UTC 2009 Modified Files: src/lib/libc/string: memrchr.c Log Message: make this work properly, by moving to the end of the buffer before starting the search. remove clauses 3 + 4. To generate a diff of this

CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:31:01 UTC 2009 Modified Files: src/lib/libc/string: wmemchr.3 Log Message: Remove duplicate entry. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/wmemchr.3 Please note that diffs ar

CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:31:08 UTC 2009 Modified Files: src/lib/libc/string: strcpy.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/string/strcpy.3 Please note that diffs are not publi

CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:37:33 UTC 2009 Modified Files: src/lib/libc/string: strcpy.3 Log Message: Improve formatting and punctuation for "NUL-terminate". To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/string/strcp

CVS commit: src/lib/libc/string

2009-07-18 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Jul 18 09:41:23 UTC 2009 Modified Files: src/lib/libc/string: Makefile.inc Log Message: Remove index() and rindex() from the list (in comment) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libc/string/Ma

CVS commit: src/lib/libc/string

2009-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 21 13:21:42 UTC 2009 Modified Files: src/lib/libc/string: popcount.3 Log Message: Fix typo, add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/popcount.3 Please note t

CVS commit: src/lib/libc/string

2009-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 21 13:22:15 UTC 2009 Modified Files: src/lib/libc/string: ffs.3 Log Message: Xref popcount(3). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/string/ffs.3 Please note that diffs are not public d

CVS commit: src/lib/libc/string

2009-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 22 07:07:27 UTC 2009 Modified Files: src/lib/libc/string: popcount.3 Log Message: Add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/popcount.3 Please note that diffs

CVS commit: src/lib/libc/string

2009-07-30 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Jul 30 21:42:06 UTC 2009 Modified Files: src/lib/libc/string: strcspn.c strspn.c Log Message: Use a 'register only' str[c]spn() on 64 bit systems. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/strin

CVS commit: src/lib/libc/string

2009-08-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 5 16:08:00 UTC 2009 Modified Files: src/lib/libc/string: Lint_ffs.c Log Message: ffs(3) lives in strings.h, so include the correct header. ANSIfy. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/

CVS commit: src/lib/libc/string

2010-04-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 14 11:07:20 UTC 2010 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: Add the USENIX paper of Miller and de Raadt to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/

CVS commit: src/lib/libc/string

2010-04-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 14 13:07:51 UTC 2010 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: Join URL. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/strlcpy.3 Please note that diffs are not public d

CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 17:50:13 UTC 2010 Modified Files: src/lib/libc/string: swab.3 Log Message: add restrict To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/string/swab.3 Please note that diffs are not public

CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 17:57:39 UTC 2010 Modified Files: src/lib/libc/string: swab.3 swab.c Log Message: Change and document for POSIX compliance. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/string/swab.3 cv

CVS commit: src/lib/libc/string

2010-04-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 17 20:29:20 UTC 2010 Modified Files: src/lib/libc/string: swab.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/swab.3 Please note that diffs are

CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 17 21:42:43 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/swab.c Please note that diffs are not public dom

CVS commit: src/lib/libc/string

2010-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 18 04:54:34 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: simplify To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/swab.c Please note that diffs are not public dom

CVS commit: src/lib/libc/string

2010-04-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 18 10:51:34 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: Bitwise operations on signed types are well-defined if the values happen to be positive, and indeed the values here were guaranteed to be positive,

CVS commit: src/lib/libc/string

2010-04-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 18 11:39:39 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: The number of byte pairs to swap is len/2, not len/2+1. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/swab.c

CVS commit: src/lib/libc/string

2010-04-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 28 07:44:05 UTC 2010 Modified Files: src/lib/libc/string: ffs.3 Log Message: Reference ffs32(3). Also note POSIX compliance and the movement of the header from to . To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/lib/libc/string

2010-04-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 28 07:47:09 UTC 2010 Modified Files: src/lib/libc/string: ffs.3 Log Message: Only put the actual header for the .In line. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/ffs.3 Please no

CVS commit: src/lib/libc/string

2010-04-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Apr 29 05:42:04 UTC 2010 Modified Files: src/lib/libc/string: swab.3 Log Message: Note the recent changes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/swab.3 Please note that diffs are

CVS commit: src/lib/libc/string

2010-04-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 29 07:27:30 UTC 2010 Modified Files: src/lib/libc/string: bcopy.3 Log Message: Add punctuation. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/bcopy.3 Please note that diffs are not publi

CVS commit: src/lib/libc/string

2010-04-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Apr 29 17:17:18 UTC 2010 Modified Files: src/lib/libc/string: swab.3 Log Message: Fix markup. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/swab.3 Please note that diffs are not public do

CVS commit: src/lib/libc/string

2010-04-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Apr 30 03:52:13 UTC 2010 Modified Files: src/lib/libc/string: swab.3 Log Message: .Nm -> .Fn. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/swab.3 Please note that diffs are not public do

CVS commit: src/lib/libc/string

2010-10-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 24 23:10:51 UTC 2010 Modified Files: src/lib/libc/string: strerror.3 Log Message: Mention err/warn. Note that they're generally preferred to perror(). Might want to strengthen the wording. To generate a diff of this co

CVS commit: src/lib/libc/string

2010-10-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 25 07:37:11 UTC 2010 Modified Files: src/lib/libc/string: strerror.3 Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/strerror.3 Please note that diffs are not publi

CVS commit: src/lib/libc/string

2011-01-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 4 17:14:07 UTC 2011 Modified Files: src/lib/libc/string: swab.c Log Message: Special-case the (unlikely in practice) call with len = 2 - previously the code would not have swapped anything. Problem pointed out by sparc64

CVS commit: src/lib/libc/string

2012-12-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 28 13:53:12 UTC 2012 Modified Files: src/lib/libc/string: wcsdup.3 Log Message: Add "wide" to description. From OpenBSD via Ingo Schwarze. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/wcsd

CVS commit: src/lib/libc/string

2011-08-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 22 01:36:04 UTC 2011 Modified Files: src/lib/libc/string: popcount.3 Log Message: Add patch from Klaus Klein in PR 45258 to note that popcount32/64 require . To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/string

2012-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 21 00:35:50 UTC 2012 Modified Files: src/lib/libc/string: strcspn.c strspn.c Log Message: size_t -> uint8_t To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/string/strcspn.c \ src/lib/libc

CVS commit: src/lib/libc/string

2012-05-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 5 21:14:55 UTC 2012 Modified Files: src/lib/libc/string: index.3 rindex.3 Log Message: Describe these as obsolete. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/index.3 cvs rdiff -u

CVS commit: src/lib/libc/string

2012-05-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 5 21:18:43 UTC 2012 Modified Files: src/lib/libc/string: index.3 rindex.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/index.3 cvs rdiff -u -r1

CVS commit: src/lib/libc/string

2012-05-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 5 21:24:19 UTC 2012 Modified Files: src/lib/libc/string: bcmp.3 bcopy.3 Log Message: Mark these obsolete as well. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/bcmp.3 \ src/lib/

CVS commit: src/lib/libc/string

2011-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 21 15:02:48 UTC 2011 Modified Files: src/lib/libc/string: wcscspn.c wcspbrk.c wcsspn.c Log Message: Clean up a bit in preparation for more serious changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/li

CVS commit: src/lib/libc/string

2011-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Nov 22 00:37:10 UTC 2011 Modified Files: src/lib/libc/string: strpbrk.c Log Message: Handle simple cases (strlen(charset) <= 1) more efficiently. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stri

CVS commit: src/lib/libc/string

2011-11-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 24 18:44:25 UTC 2011 Modified Files: src/lib/libc/string: wcscspn.c wcspbrk.c Added Files: src/lib/libc/string: wcscspn_bloom.h Log Message: In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. For larger

CVS commit: src/lib/libc/string

2011-11-25 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 25 09:00:51 UTC 2011 Modified Files: src/lib/libc/string: wcscspn_bloom.h Log Message: Add explicit casts to make lint happy and fix the NetBSD/i386 build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/li

CVS commit: src/lib/libc/string

2011-11-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Nov 25 16:46:56 UTC 2011 Modified Files: src/lib/libc/string: wcscspn_bloom.h Log Message: Use CHAR_BIT; don't hardwire 8. Fix logic slightly to work with arbitrary CHAR_BIT. Compiler output unchanged (on amd64). To genera

CVS commit: src/lib/libc/string

2011-11-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 25 17:48:23 UTC 2011 Modified Files: src/lib/libc/string: wcscspn_bloom.h Log Message: If we have to cast, do it properly. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/wcscspn_bloom.h P

CVS commit: src/lib/libc/string

2015-03-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Mar 23 07:41:16 UTC 2015 Modified Files: src/lib/libc/string: consttime_memequal.3 Log Message: Explain why there is no consttime_memcmp(). Inspired by a patch from Kamil Rytarowski. To generate a diff of this commit: cvs rdif

CVS commit: src/lib/libc/string

2015-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 1 15:20:58 UTC 2015 Modified Files: src/lib/libc/string: strcpy.3 Log Message: clarify what happens when strings overlap. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/string/strcpy.3 Ple

CVS commit: src/lib/libc/string

2015-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 1 15:45:00 UTC 2015 Modified Files: src/lib/libc/string: strcpy.3 Log Message: grammar. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/string/strcpy.3 Please note that diffs are not public

CVS commit: src/lib/libc/string

2015-04-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Apr 1 20:18:17 UTC 2015 Modified Files: src/lib/libc/string: strcpy.3 Log Message: Strengthen prohibition against overlapping in strcpy(3). To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/strin

CVS commit: src/lib/libc/string

2016-07-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jul 12 15:45:24 UTC 2016 Modified Files: src/lib/libc/string: strcasecmp.3 Log Message: Add STANDARDS section. It is part of IEEE Std 1003.1-2001 and 2008, both, but there doesn't seem to be any difference between the two ver

CVS commit: src/lib/libc/string

2016-07-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jul 12 16:43:53 UTC 2016 Modified Files: src/lib/libc/string: strcasecmp.3 Log Message: Fix sentence To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/string/strcasecmp.3 Please note that diffs are

CVS commit: src/lib/libc/string

2016-07-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jul 12 21:45:42 UTC 2016 Modified Files: src/lib/libc/string: strcasecmp.3 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/string/strcasecmp.3 Please note that diffs ar

CVS commit: src/lib/libc/string

2016-07-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jul 13 06:50:02 UTC 2016 Modified Files: src/lib/libc/string: wcscasecmp.3 Log Message: Add STANDARDS section, referencing IEEE std 1003.1-2008 ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/lib

CVS commit: src/lib/libc/string

2016-07-13 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Jul 13 09:05:16 UTC 2016 Modified Files: src/lib/libc/string: strcasecmp.3 Log Message: Fix grammar and be consistent between using zero and 0. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stri

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 07:19:11 UTC 2016 Modified Files: src/lib/libc/string: wcscasecmp.3 Log Message: Fix grammar and be consistent between using 0 and zero. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/string

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 16:09:56 UTC 2016 Modified Files: src/lib/libc/string: wcscasecmp.3 Log Message: Fix sentence. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/string/wcscasecmp.3 Please note that diffs are

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 17:09:03 UTC 2016 Modified Files: src/lib/libc/string: strcmp.3 Log Message: Add missing words and fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/strcmp.3 Please note

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 17:17:58 UTC 2016 Modified Files: src/lib/libc/string: wmemchr.3 Log Message: Add comma to separate the Nm entries. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/string/wmemchr.3 Please

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 17:43:48 UTC 2016 Modified Files: src/lib/libc/string: strings.3 Log Message: Use .In for header file. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/strings.3 Please note that diffs

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 18:21:31 UTC 2016 Modified Files: src/lib/libc/string: popcount.3 Log Message: Fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/string/popcount.3 Please note that diffs are not p

CVS commit: src/lib/libc/string

2016-07-14 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Jul 14 18:36:57 UTC 2016 Modified Files: src/lib/libc/string: string.3 Log Message: Fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/string.3 Please note that diffs are not pub

CVS commit: src/lib/libc/string

2016-08-04 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 4 16:36:46 UTC 2016 Modified Files: src/lib/libc/string: memset.3 Log Message: Grammar To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/memset.3 Please note that diffs are not public dom

CVS commit: src/lib/libc/string

2015-05-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 9 19:01:53 UTC 2015 Modified Files: src/lib/libc/string: strerror.3 Log Message: Update HISTORY from OpenBSD: strerror from 4.3 Reno, perror from v4. (this page was claiming both were from 4.4, which is clearly rubbish)

CVS commit: src/lib/libc/string

2015-06-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 20 04:18:00 UTC 2015 Modified Files: src/lib/libc/string: bcopy.3 Log Message: PR 49988 Kamil Rytarowski: fix pasto To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/bcopy.3 Please note

CVS commit: src/lib/libc/string

2016-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 12 20:01:12 UTC 2016 Modified Files: src/lib/libc/string: Makefile.inc strchr.3 Log Message: add strchrnul To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/lib/libc/string/Makefile.inc cvs rdiff -u -r1

CVS commit: src/lib/libc/string

2016-10-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Oct 15 14:30:36 UTC 2016 Modified Files: src/lib/libc/string: wcsnlen.c Log Message: Add NetBSD CVS Id on top of the wcsnlen.c file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/wcsnlen.c Pl

CVS commit: src/lib/libc/string

2016-10-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Oct 16 05:28:33 UTC 2016 Modified Files: src/lib/libc/string: strchr.3 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/strchr.3 Please note that diffs are not pu

CVS commit: src/lib/libc/string

2014-11-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 14 16:43:57 UTC 2014 Modified Files: src/lib/libc/string: consttime_memequal.3 Log Message: Commit to returning 1, not any nonzero value. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string

CVS commit: src/lib/libc/string

2014-11-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 14 22:46:34 UTC 2014 Modified Files: src/lib/libc/string: consttime_memequal.3 Log Message: bump year To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/consttime_memequal.3 Please note that di

CVS commit: src/lib/libc/string

2014-09-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Sep 24 18:43:21 UTC 2014 Modified Files: src/lib/libc/string: strstr.3 Log Message: NUL byte instead of null byte. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/strstr.3 Please note that dif

CVS commit: src/lib/libc/string

2014-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 24 22:21:33 UTC 2014 Added Files: src/lib/libc/string: strnstr.c Log Message: add strnstr.c from FreeBSD To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc/string/strnstr.c Please note that diffs a

CVS commit: src/lib/libc/string

2013-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 27 20:25:11 UTC 2013 Removed Files: src/lib/libc/string: strncat.c Log Message: moved to common To generate a diff of this commit: cvs rdiff -u -r1.12 -r0 src/lib/libc/string/strncat.c Please note that diffs are not p

CVS commit: src/lib/libc/string

2014-06-23 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Mon Jun 23 10:43:25 UTC 2014 Modified Files: src/lib/libc/string: bm.c Log Message: PR/42032 fixed overrun in bm_exec(), free(3) clean ups To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/bm.c Plea

CVS commit: src/lib/libc/string

2013-06-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 23 16:44:06 UTC 2013 Modified Files: src/lib/libc/string: memcmp.3 memset.3 Added Files: src/lib/libc/string: consttime_bcmp.3 explicit_bzero.3 Log Message: Add man pages and xrefs for consttime_bcmp and explici

CVS commit: src/lib/libc/string

2013-06-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 24 07:56:49 UTC 2013 Modified Files: src/lib/libc/string: memset.3 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/memset.3 Please note that diffs are not public dom

CVS commit: src/lib/libc/string

2013-08-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 19 10:59:39 UTC 2013 Modified Files: src/lib/libc/string: Makefile.inc Removed Files: src/lib/libc/string: _strerror_r.c _strlcat.c _strlcpy.c Log Message: GC __indr_reference wrappers. To generate a diff of this

CVS commit: src/lib/libc/string

2013-09-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Sep 2 07:59:32 UTC 2013 Modified Files: src/lib/libc/string: strerror.c Log Message: Missing alias for strerror_l. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/string/strerror.c Please note tha

CVS commit: src/lib/libc/string

2013-11-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Nov 6 21:05:27 UTC 2013 Modified Files: src/lib/libc/string: stpcpy.c stpncpy.c Log Message: Fix build problems. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/stpcpy.c \ src/lib/libc/stri

CVS commit: src/lib/libc/string

2017-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 23 10:27:41 UTC 2017 Modified Files: src/lib/libc/string: stresep.c Log Message: PR/52499: Justin: stresep uses memmove with of-by-one length To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/str

CVS commit: src/lib/libc/string

2017-06-17 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Jun 17 10:48:09 UTC 2017 Modified Files: src/lib/libc/string: strings.3 Log Message: Remove names from the NAME section which have their own man pages. This is similar to the changes made in string(3) and memory(3) man pages

CVS commit: src/lib/libc/string

2018-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 8 17:53:42 UTC 2018 Removed Files: src/lib/libc/string: memmem.c Log Message: switch to FreeBSD's memmem To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 src/lib/libc/string/memmem.c Please note that diffs a

CVS commit: src/lib/libc/string

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 20:25:48 UTC 2017 Modified Files: src/lib/libc/string: strerror_r.c Log Message: PR/51814: Ngie Cooper: add since sys_nerr is declared there on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 s

CVS commit: src/lib/libc/string

2017-02-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 12 17:19:00 UTC 2017 Modified Files: src/lib/libc/string: stresep.c Log Message: overlapping strcpy is UB. use memmove from asan+ubsan To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/string/stresep

CVS commit: src/lib/libc/string

2020-03-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 25 18:50:47 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Delete the BUGS paragraph about the "missing" const qualifier for the result type of strerror() (and strerror_l()). While that once should re

CVS commit: src/lib/libc/string

2020-03-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 25 16:10:17 UTC 2020 Modified Files: src/lib/libc/string: strerror.c Log Message: Protect against malloc failure corrupting errno, which is not permitted of these functions. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/lib/libc/string

2020-03-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 25 16:15:41 UTC 2020 Modified Files: src/lib/libc/string: strerror_r.c Log Message: Arrange that strerror(-1) prints "Unknown error: -1" and not the unsigned equivalent of -1. While here, guarantee, even when !NLS, that noth

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:20:39 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Minor clarification. And a typo. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/string/strerror.3

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:26:44 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Add missing ERRORS section. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/string/strerror.3 Please note th

CVS commit: src/lib/libc/string

2020-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 4 21:29:54 UTC 2020 Modified Files: src/lib/libc/string: strerror.3 Log Message: Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.

CVS commit: src/lib/libc/string

2019-03-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 18 02:15:21 UTC 2019 Modified Files: src/lib/libc/string: strxfrm.3 Log Message: restore the removed "function does something horrible" description, but leave the real description as well. To generate a diff of this commit: