CVS commit: src/lib/libc/gen

2013-11-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Nov 21 14:14:13 UTC 2013 Modified Files: src/lib/libc/gen: fpclassifyl_ieee754.c isinfl_ieee754.c isnanl_ieee754.c Log Message: Make ext_fraclm and ext_frachm parts of the long double mantissa optional in generic

CVS commit: src/lib/libc/gen

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 23:56:17 UTC 2013 Modified Files: src/lib/libc/gen: arc4random.c Log Message: remove always inline because new gcc bitches. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/lib/libc/gen

2013-09-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 5 17:35:11 UTC 2013 Modified Files: src/lib/libc/gen: utmpx.c Log Message: Avoid strict-alias problem flagged by certain compilers (e.g. Centos one): libc/gen/utmpx.c:89: error: dereferencing pointer 'otv' does break

CVS commit: src/lib/libc/gen

2013-08-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 23 16:01:35 UTC 2013 Added Files: src/lib/libc/gen: floatunsidf_ieee754.c floatunsisf_ieee754.c Log Message: Add __floatunsi{sd}f for IEEE754. Unlike the quad versions, these don't use floating point. To generate a diff

CVS commit: src/lib/libc/gen

2013-06-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jun 30 07:50:54 UTC 2013 Modified Files: src/lib/libc/gen: getttyent.c Log Message: When opening a ttys files, try path.machine first. This helps machine archs which have multiple ttys files (arm, mips, powerpc, m68k, sh3)

CVS commit: src/lib/libc/gen

2013-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 30 10:07:43 UTC 2013 Modified Files: src/lib/libc/gen: getttyent.c Log Message: Rearrange to make lint deal with it (to unbreak the build). Someone please (1) fix lint and then (2) back this out ;-) To generate a diff

CVS commit: src/lib/libc/gen

2013-06-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 30 19:19:12 UTC 2013 Modified Files: src/lib/libc/gen: fts.3 Log Message: Strings are NUL-terminated, not NULL-terminated. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gen/fts.3 Please note

CVS commit: src/lib/libc/gen

2013-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 24 09:35:11 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: More markup. Merge two error entries for the same error. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/gen

2013-05-23 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Fri May 24 03:20:18 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: Update ERRORS section: - Remove some system calls from the list of functions which may set errno during the execution of realpath(3) since

CVS commit: src/lib/libc/gen

2013-04-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Apr 30 01:44:07 UTC 2013 Modified Files: src/lib/libc/gen: fixunsdfsi_ieee754.c fixunssfsi_ieee754.c Log Message: Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gen

2013-04-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 13 10:16:27 UTC 2013 Modified Files: src/lib/libc/gen: tolower_.c toupper_.c Log Message: Use more consistent naming for tolower/toupper translation table for the C locale. From Takehiko Nozaki with changes to use

CVS commit: src/lib/libc/gen

2013-03-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Mar 20 23:44:47 UTC 2013 Modified Files: src/lib/libc/gen: glob.c Log Message: Use unsigned FOO instead of less-portable u_FOO. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/gen/glob.c Please

CVS commit: src/lib/libc/gen

2013-03-06 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Mar 6 11:27:28 UTC 2013 Modified Files: src/lib/libc/gen: telldir.c Log Message: remove unnecessary casts To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/telldir.c Please note that diffs are

CVS commit: src/lib/libc/gen

2013-03-06 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Mar 6 11:27:46 UTC 2013 Modified Files: src/lib/libc/gen: seekdir.c Log Message: wrap a long line To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/gen/seekdir.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2013-03-04 Thread Noriyuki Soda
Module Name:src Committed By: soda Date: Tue Mar 5 02:46:33 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: a sequel to getcwd.c revision 1.52 and realpath.3 revision 1.13 by christos: explicitly mention that NULL is allowed as second argument in the

CVS commit: src/lib/libc/gen

2013-03-04 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Mar 5 03:11:27 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: - Refer the argument with correct name. - Mark up the function as a function like rest of this paragraph does. To generate a diff of this

CVS commit: src/lib/libc/gen

2013-02-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 21 16:21:20 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: No ctassert in tool build To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/gen/vis.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2013-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 21 18:17:43 UTC 2013 Modified Files: src/lib/libc/gen: glob.c Log Message: remove code that did special handling for . and .. at the end of the path. From mouse@ To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/lib/libc/gen

2013-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 20 17:15:09 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Fix whitespace To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/gen/vis.c Please note that diffs are not public

CVS commit: src/lib/libc/gen

2013-02-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Feb 20 18:09:13 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Initialize 'clen' to 0, to avoid may be used uninitialized warning. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/lib/libc/gen

2013-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 20 18:40:50 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Make the masks 64 bit wide so that they fit 6 character wide conversions. Explain what's wrong with MB_LEN_MAX currently. To generate a diff of

CVS commit: src/lib/libc/gen

2013-02-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 20 19:49:26 UTC 2013 Modified Files: src/lib/libc/gen: vis.3 Log Message: Sort SEE ALSO. XXX: multibyte(3) is dangling. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/vis.3 Please note that

CVS commit: src/lib/libc/gen

2013-02-20 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Feb 20 19:59:34 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Don't declare a variable inside a for construct because it breaks the tool build which doesn't use C99. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/gen

2013-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 20 20:05:26 UTC 2013 Modified Files: src/lib/libc/gen: vis.3 Log Message: we don't have multibyte.3 (yet) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/vis.3 Please note that diffs

CVS commit: src/lib/libc/gen

2013-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 20 20:27:42 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Minor nits, and make it compile in FreeBSD (NBBY needs sys/params.h) To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/lib/libc/gen

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 13:57:53 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: off by one. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/gen/vis.c Please note that diffs are not public domain;

CVS commit: src/lib/libc/gen

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 00:28:10 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: More fixes from: J.R. Oldroyd - The input loop control that I changed yesterday to: while (mbslength = 0) { There are circumstances

CVS commit: src/lib/libc/gen

2013-02-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 13 12:15:09 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Match prototype with reality to fix tool build on platforms where wint_t != int. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/lib/libc/gen

2013-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 15:22:09 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Handle invalid character sequences. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/vis.c Please note that

CVS commit: src/lib/libc/gen

2013-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 22:15:44 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Fix from J.R. Oldroyd for wide chars 2 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/gen/vis.c Please note that

CVS commit: src/lib/libc/gen

2013-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 22:17:13 UTC 2013 Modified Files: src/lib/libc/gen: vis.3 Log Message: multi-byte doc from J.R. Oldroyd To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/gen/vis.3 Please note that diffs

CVS commit: src/lib/libc/gen

2013-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 22:19:18 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: remove patch botches. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/gen/vis.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2013-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 13 22:19:48 UTC 2013 Modified Files: src/lib/libc/gen: vis.3 Log Message: Mark up LC_CTYPE as environment variable. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/vis.3 Please note that

CVS commit: src/lib/libc/gen

2013-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 04:49:59 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: Wide char support from J.R. Oldroyd To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/gen/vis.c Please note that

CVS commit: src/lib/libc/gen

2013-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 04:58:18 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: explain we we want wide character support here. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/gen/vis.c Please

CVS commit: src/lib/libc/gen

2012-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 27 21:17:47 UTC 2012 Modified Files: src/lib/libc/gen: glob.3 glob.c Log Message: Instead of changing the code to match the documentation, change the documentation to match the code. NOCHECK is used only by csh(1) and

CVS commit: src/lib/libc/gen

2012-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 18 01:39:56 UTC 2012 Modified Files: src/lib/libc/gen: glob.c Log Message: Do as the man page says, and for GLOB_NOCHECK return the original pattern, not a modified version with the backslash characters removed. To

CVS commit: src/lib/libc/gen

2012-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 21:31:01 UTC 2012 Modified Files: src/lib/libc/gen: unvis.c Log Message: Reduce the number of relative relocation by allocating space in the structure directly (Jilles Tjoelker @ FreeBSD) To generate a diff of this

CVS commit: src/lib/libc/gen

2012-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 21:38:18 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 vis.c Log Message: Add VIS_GLOB (Brooks Davies) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/vis.3 cvs rdiff -u -r1.44

CVS commit: src/lib/libc/gen

2012-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 22:56:00 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: fix pasto (Brooks Davies) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/vis.3 Please note that diffs are not

CVS commit: src/lib/libc/gen

2012-12-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 15 00:48:19 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: Fix pasto: VIS_MIMESTYLE produces =XX, not %XX To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/vis.3 Please note

CVS commit: src/lib/libc/gen

2012-12-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 15 01:02:26 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: Typos: fix - fit; length size - size. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/gen/vis.3 Please note that diffs

CVS commit: src/lib/libc/gen

2012-12-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 15 01:04:02 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: Misc formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/gen/vis.3 Please note that diffs are not public

CVS commit: src/lib/libc/gen

2012-12-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 15 01:19:32 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: Add RFC 2045 (for VIS_MIMESTYLE) to SEE ALSO. Use space between RFC and the number. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/lib/libc/gen

2012-12-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 15 01:50:06 UTC 2012 Modified Files: src/lib/libc/gen: unvis.3 Log Message: Minor markup fixes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/unvis.3 Please note that diffs are not public

CVS commit: src/lib/libc/gen

2012-12-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Dec 15 04:29:53 UTC 2012 Modified Files: src/lib/libc/gen: unvis.c Log Message: Since the struct is const, no reason for the name member to be const. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/lib/libc/gen

2012-12-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 15 07:34:24 UTC 2012 Modified Files: src/lib/libc/gen: vis.3 Log Message: Add article. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/vis.3 Please note that diffs are not public domain;

CVS commit: src/lib/libc/gen

2012-12-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 15 07:34:36 UTC 2012 Modified Files: src/lib/libc/gen: unvis.3 Log Message: Add article. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/unvis.3 Please note that

CVS commit: src/lib/libc/gen

2012-11-22 Thread David Brownlee
Module Name:src Committed By: abs Date: Thu Nov 22 16:19:49 UTC 2012 Modified Files: src/lib/libc/gen: exec.3 Log Message: - Correct macro usage; - sort section order. From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/lib/libc/gen

2012-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 2 21:43:07 UTC 2012 Modified Files: src/lib/libc/gen: sysconf.c Log Message: Add _SC_PHYS_PAGES To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/gen/sysconf.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2012-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 2 21:44:52 UTC 2012 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: Add _SC_PHYS_PAGES To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/gen/sysconf.3 Please note that diffs are not

CVS commit: src/lib/libc/gen

2012-11-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Nov 3 00:52:41 UTC 2012 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/sysconf.3 Please note that diffs are

CVS commit: src/lib/libc/gen

2012-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 22:50:51 UTC 2012 Modified Files: src/lib/libc/gen: syslog.c Log Message: PR/47055: David Holland: Remove static hostname and store the hostname in syslog_data. Initialize hostname before it is used. While here, add

CVS commit: src/lib/libc/gen

2012-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 23:53:43 UTC 2012 Modified Files: src/lib/libc/gen: syslog.c Log Message: add more locking (when we read and write fields) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/gen/syslog.c

CVS commit: src/lib/libc/gen

2012-10-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 3 19:28:44 UTC 2012 Modified Files: src/lib/libc/gen: isspace.3 Log Message: Improve wording. From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/gen/isspace.3 Please note that

CVS commit: src/lib/libc/gen

2012-09-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 26 15:33:43 UTC 2012 Modified Files: src/lib/libc/gen: fts.c Log Message: Fix in comment. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/gen/fts.c Please note that diffs are not public

CVS commit: src/lib/libc/gen

2012-09-15 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Sep 15 19:31:12 UTC 2012 Modified Files: src/lib/libc/gen: fts.c Log Message: remove dubious cast To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/gen/fts.c Please note that diffs are not public

CVS commit: src/lib/libc/gen

2012-09-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 8 15:15:06 UTC 2012 Modified Files: src/lib/libc/gen: getpwent.c Log Message: Revert previous temporary measure and fix the assertion properly instead. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/lib/libc/gen

2012-09-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Sep 7 04:50:35 UTC 2012 Modified Files: src/lib/libc/gen: getpwent.c Log Message: Disable bogus _DIAGASSERT. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/lib/libc/gen/getpwent.c Please note that

CVS commit: src/lib/libc/gen

2012-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 29 18:50:36 UTC 2012 Modified Files: src/lib/libc/gen: getgrent.c Log Message: Check for NULL *before* using ALIGN(). I don't remember what prompted this, but it's obviously a desirable fix and I've been carrying it on

CVS commit: src/lib/libc/gen

2012-08-20 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Aug 20 20:27:47 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Since 'rs' is statically initialised (not bss) its s[] might as well be compile-time initialised as well. arc4_init) is the same as

CVS commit: src/lib/libc/gen

2012-08-20 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Aug 20 20:32:09 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: arc4 is a random number sequence, there is no point using its own output values to determine a number of output values to skip. Skipping values

CVS commit: src/lib/libc/gen

2012-08-18 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 18 14:42:46 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Use an inline function to check for initialisation, and an non-inlined one to do the actual initialise. Fixes lib/46751 by removing all the

CVS commit: src/lib/libc/gen

2012-08-18 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 18 15:04:53 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Change the logic used for thread locking to make the code more readable. The effect on the object code is to replace a function call with a

CVS commit: src/lib/libc/gen

2012-08-18 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 18 15:55:07 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: cache rs.i and rs.j in arc4random_buf() since the compiler can't be told that buf[] dosn't alias them. Reduces the number of instructions

CVS commit: src/lib/libc/gen

2012-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 13:31:42 UTC 2012 Modified Files: src/lib/libc/gen: glob.3 Log Message: more markup, sort options To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/gen/glob.3 Please note that diffs are

CVS commit: src/lib/libc/gen

2012-07-29 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Jul 29 14:44:14 UTC 2012 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Make this compile with the compiler I'm using. Move variable defs to top of function. Don't use const static mib[] - run time initialisation

CVS commit: src/lib/libc/gen

2012-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 21 21:13:07 UTC 2012 Modified Files: src/lib/libc/gen: getcwd.c realpath.3 Log Message: PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL

CVS commit: src/lib/libc/gen

2012-06-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 21 21:35:25 UTC 2012 Modified Files: src/lib/libc/gen: realpath.3 Log Message: Drop trailing whitespace and avoid xr to itself. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/realpath.3

CVS commit: src/lib/libc/gen

2012-06-21 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Jun 21 23:29:23 UTC 2012 Modified Files: src/lib/libc/gen: getcwd.c Log Message: All error path must go through the free function call after an allocation of resolved path might succeeded. To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2012-06-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 12 18:17:04 UTC 2012 Modified Files: src/lib/libc/gen: ttyname.c Log Message: Prefix devname's buffer with /dev/ as ttyname is supposed to return the full path. Reported by Dave Huang. To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2012-06-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 4 20:56:40 UTC 2012 Modified Files: src/lib/libc/gen: getcap.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/gen/getcap.c Please note that diffs are not public domain;

CVS commit: src/lib/libc/gen

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 23:11:35 UTC 2012 Modified Files: src/lib/libc/gen: ttyname.3 Log Message: Add void for ttyslot prototype. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/ttyname.3 Please note that

CVS commit: src/lib/libc/gen

2012-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 26 19:34:16 UTC 2012 Modified Files: src/lib/libc/gen: getpass.c Log Message: make getpass and getpass_r print a newline like they did before. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/lib/libc/gen

2012-05-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 4 12:28:03 UTC 2012 Modified Files: src/lib/libc/gen: makecontext.3 Log Message: Drop obsolete pthread restriction. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/makecontext.3 Please

CVS commit: src/lib/libc/gen

2012-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 14:36:07 UTC 2012 Modified Files: src/lib/libc/gen: getpass.c Log Message: test for both NUL and _POSIX_VDISABLE, because _POSIX_VDISABLE propagation between different daemons and OS's does not seem reliable. To

CVS commit: src/lib/libc/gen

2012-04-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 22 10:13:52 UTC 2012 Modified Files: src/lib/libc/gen: cgetcap.3 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/gen/cgetcap.3 Please note that diffs are not public

CVS commit: src/lib/libc/gen

2012-04-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 22 10:14:19 UTC 2012 Modified Files: src/lib/libc/gen: getttyent.3 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/getttyent.3 Please note that diffs are not

CVS commit: src/lib/libc/gen

2012-04-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 14 10:34:29 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 Log Message: Wording. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/getpass.3 Please note that

CVS commit: src/lib/libc/gen

2012-04-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 13 06:38:19 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/getpass.3 Please note that diffs are

CVS commit: src/lib/libc/gen

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 13 14:16:27 UTC 2012 Modified Files: src/lib/libc/gen: getpass.c Log Message: - don't update the length of the buffer until the allocation succeeds - print only printable characters otherwise print '?' To generate a

CVS commit: src/lib/libc/gen

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 13 14:39:34 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 getpass.c Log Message: add timeout. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/getpass.3 cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libc/gen

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 13 14:42:18 UTC 2012 Modified Files: src/lib/libc/gen: getpass.c Log Message: prefer ETIMEDOUT. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/getpass.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 14 01:33:44 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 getpass.c Log Message: - If fd == NULL, do the dance with opening /dev/tty - Add a flag to enter a newline when we are done. To generate a diff of this

CVS commit: src/lib/libc/gen

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 14 02:01:13 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 Log Message: a clarification, an a formatting nit. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/getpass.3 Please note

CVS commit: src/lib/libc/gen

2012-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 20:08:01 UTC 2012 Modified Files: src/lib/libc/gen: getpass.c Log Message: raise signals for the tty characters that do. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/getpass.c

CVS commit: src/lib/libc/gen

2012-04-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 12 20:15:37 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/gen/getpass.3 Please note that diffs are

CVS commit: src/lib/libc/gen

2012-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 22:07:44 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 getpass.c Log Message: add getpassfd() that gives us even more fine grain control on how to get the password. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/gen

2012-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 22:08:32 UTC 2012 Modified Files: src/lib/libc/gen: Makefile.inc Log Message: man page for getpassfd To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/lib/libc/gen/Makefile.inc Please note that

CVS commit: src/lib/libc/gen

2012-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 23:16:38 UTC 2012 Modified Files: src/lib/libc/gen: getpass.3 getpass.c Log Message: add GETPASS_ECHO_STAR To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gen/getpass.3 cvs rdiff -u

CVS commit: src/lib/libc/gen

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 03:47:31 UTC 2012 Modified Files: src/lib/libc/gen: getfsent.3 Log Message: cross reference getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/getfsent.3 Please note that

CVS commit: src/lib/libc/gen

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 13:05:10 UTC 2012 Modified Files: src/lib/libc/gen: getgrent.c getpwent.c Log Message: PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users and groups. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/gen

2012-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 25 16:31:23 UTC 2012 Modified Files: src/lib/libc/gen: fnmatch.c Log Message: PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead of a backslash if FNM_NOESCAPE is not set. According to TOG: a

CVS commit: src/lib/libc/gen

2012-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 25 19:53:42 UTC 2012 Modified Files: src/lib/libc/gen: fixunsgen_ieee754.c Log Message: cast RHS of = operation to unsigned int To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:25:45 UTC 2012 Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:42:36 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: Make this lint-free (only built for real for the __sh__ ports): * Mark some code after goto as /* NOTREACHED */ * Add a cast for file size

CVS commit: src/lib/libc/gen

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 14:18:34 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: get rid of the cheesy BAD macros To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/nlist_coff.c Please

CVS commit: src/lib/libc/gen

2012-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 21 14:28:32 UTC 2012 Modified Files: src/lib/libc/gen: setmode.c Log Message: fix argument order. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/setmode.c Please note that diffs are

CVS commit: src/lib/libc/gen

2012-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 21 15:32:26 UTC 2012 Modified Files: src/lib/libc/gen: nlist.c nlist_aout.c nlist_coff.c Log Message: c89 definitions To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/nlist.c cvs rdiff -u

CVS commit: src/lib/libc/gen

2012-03-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 20 16:36:05 UTC 2012 Modified Files: src/lib/libc/gen: _sysconf.c disklabel.c fmtmsg.c ftok.c getmntinfo.c getnetgrent.c nlist.c nlist_elf32.c nlist_private.h pthread_atfork.c pw_private.h setmode.c

<    1   2   3   4   5   >