CVS commit: src/lib/libc/gen

2024-04-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 22 21:25:29 UTC 2024 Modified Files: src/lib/libc/gen: usleep.3 Log Message: it's nanosleep(2), not nanosleep(3) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/usleep.3 Please note

CVS commit: src/lib/libc/gen

2024-04-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 22 21:25:29 UTC 2024 Modified Files: src/lib/libc/gen: usleep.3 Log Message: it's nanosleep(2), not nanosleep(3) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/usleep.3 Please note

CVS commit: src/lib/libc/gen

2024-04-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 22 21:02:18 UTC 2024 Modified Files: src/lib/libc/gen: usleep.3 usleep.c Log Message: allow usleep(3) with useconds >= 100 update manpage to mention this interface is obsolete, remove EINVAL from the ERRORS and

CVS commit: src/lib/libc/gen

2024-04-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 22 21:02:18 UTC 2024 Modified Files: src/lib/libc/gen: usleep.3 usleep.c Log Message: allow usleep(3) with useconds >= 100 update manpage to mention this interface is obsolete, remove EINVAL from the ERRORS and

CVS commit: src/lib/libc/arch/hppa

2024-04-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 20 14:09:40 UTC 2024 Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/gen: __setjmp14.S Log Message: Remove some magic numbers by using genassym.cf To generate a diff of this commit: cvs

CVS commit: src/lib/libc/arch/hppa

2024-04-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 20 14:09:40 UTC 2024 Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/gen: __setjmp14.S Log Message: Remove some magic numbers by using genassym.cf To generate a diff of this commit: cvs

CVS commit: src/lib/libc/rpc

2024-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 11 18:41:03 UTC 2024 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: avoid lint warning on the vax To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/rpc/xdr_float.c Please note

CVS commit: src/lib/libc/rpc

2024-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 11 18:41:03 UTC 2024 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: avoid lint warning on the vax To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/rpc/xdr_float.c Please note

CVS commit: src/lib/libc/arch/sparc/gen

2024-04-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 2 20:42:13 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: fpsetround.c Log Message: sparc/fpsetround: fix the nearby signed integer overflow as well Same as for sparc64 a few days ago. To generate a diff of

CVS commit: src/lib/libc/arch/sparc/gen

2024-04-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Apr 2 20:42:13 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: fpsetround.c Log Message: sparc/fpsetround: fix the nearby signed integer overflow as well Same as for sparc64 a few days ago. To generate a diff of

CVS commit: src/lib/libc/arch/sparc/gen

2024-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 20:27:44 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/sparc/gen/fpsetround.c Please note

CVS commit: src/lib/libc/arch/sparc/gen

2024-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 20:27:44 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/sparc/gen/fpsetround.c Please note

CVS commit: src/lib/libc/stdio

2024-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 22:39:41 UTC 2024 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: >From enh at google dot com in tech-userlevel. Don't limit writes to BUFSIZ, change the limit to INT_MAX; improves performance

CVS commit: src/lib/libc/stdio

2024-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 22:39:41 UTC 2024 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: >From enh at google dot com in tech-userlevel. Don't limit writes to BUFSIZ, change the limit to INT_MAX; improves performance

CVS commit: src/lib/libc/rpc

2024-03-22 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Mar 22 19:45:22 UTC 2024 Modified Files: src/lib/libc/rpc: xdr_rec.c Log Message: Fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/xdr_rec.c Please note that diffs

CVS commit: src/lib/libc/rpc

2024-03-22 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Mar 22 19:45:22 UTC 2024 Modified Files: src/lib/libc/rpc: xdr_rec.c Log Message: Fix few typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/xdr_rec.c Please note that diffs

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:27:55 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): a few more markup fixes To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libc/gen/sysconf.3 Please note that

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:27:55 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): a few more markup fixes To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libc/gen/sysconf.3 Please note that

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:21:40 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): the _SC constants are .Dv To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/lib/libc/gen/sysconf.3 Please note that

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:21:40 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): the _SC constants are .Dv To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/lib/libc/gen/sysconf.3 Please note that

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:17:27 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): NUL is not a defined variable To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/gen/sysconf.3 Please note

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:17:27 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): NUL is not a defined variable To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/gen/sysconf.3 Please note

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:14:29 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): POSIX text doesn't capitalize "option". To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libc/gen/sysconf.3

CVS commit: src/lib/libc/gen

2024-03-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 22:14:29 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: sysconf(3): POSIX text doesn't capitalize "option". To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libc/gen/sysconf.3

CVS commit: src/lib/libc/gen

2024-03-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 21 14:48:01 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: Fix NUL/NULL confusion. One of these was reported by Mouse in PR 58058. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/lib/libc/gen

2024-03-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 21 14:48:01 UTC 2024 Modified Files: src/lib/libc/gen: sysconf.3 Log Message: Fix NUL/NULL confusion. One of these was reported by Mouse in PR 58058. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 20 06:15:40 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: sparc64/fpsetround: avoid shifting into the sign bit Lint had warned about the constant expression '0x03 << 30' but not about

CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Mar 20 06:15:40 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: sparc64/fpsetround: avoid shifting into the sign bit Lint had warned about the constant expression '0x03 << 30' but not about

CVS commit: src/lib/libc/time

2024-03-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 18 16:15:24 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Declare digit d as time_t. This doesn't make a semantic difference -- d can only take on the ten values

CVS commit: src/lib/libc/time

2024-03-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 18 16:15:24 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Declare digit d as time_t. This doesn't make a semantic difference -- d can only take on the ten values

CVS commit: src/lib/libc/time

2024-03-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 16 00:16:21 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Reduce unnecessary indentation. Post-fix tidying. No functional change intended. PR lib/58041 To generate a diff of this

CVS commit: src/lib/libc/time

2024-03-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 16 00:16:21 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Reduce unnecessary indentation. Post-fix tidying. No functional change intended. PR lib/58041 To generate a diff of this

CVS commit: src/lib/libc/time

2024-03-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 16 00:06:46 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Avoid arithmetic overflow. PR lib/58041 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/lib/libc/time

2024-03-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 16 00:06:46 UTC 2024 Modified Files: src/lib/libc/time: strptime.c Log Message: strptime(3): Avoid arithmetic overflow. PR lib/58041 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:05:35 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sparc64/gen/fpsetround.c Please

CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:05:35 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sparc64/gen/fpsetround.c Please

CVS commit: src/lib/libc/time

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:03:35 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: add casts for compat code where time_t is 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/lib/libc/time

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:03:35 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: add casts for compat code where time_t is 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/lib/libc/compiler_rt

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 18:00:13 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: compiler_rt: allow signed bit shifts for __negv Standard C defines '1 << 31' as undefined behavior, but

CVS commit: src/lib/libc/compiler_rt

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 18:00:13 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: compiler_rt: allow signed bit shifts for __negv Standard C defines '1 << 31' as undefined behavior, but

CVS commit: src/lib/libc/time

2024-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 7 20:42:04 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: pass lint on sparc64 where int_fast32_t is long. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

CVS commit: src/lib/libc/time

2024-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 7 20:42:04 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: pass lint on sparc64 where int_fast32_t is long. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

CVS commit: src/lib/libc/softfloat/bits64

2024-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 27 15:14:15 UTC 2024 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: appease lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/softfloat/bits64/softfloat.c Please

CVS commit: src/lib/libc/softfloat/bits64

2024-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 27 15:14:15 UTC 2024 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: appease lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/softfloat/bits64/softfloat.c Please

CVS commit: src/lib/libc/arch/sparc/gen

2024-02-19 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 00:09:31 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: longjmp.c Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sparc/gen/longjmp.c Please note

CVS commit: src/lib/libc/arch/sparc/gen

2024-02-19 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 00:09:31 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: longjmp.c Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sparc/gen/longjmp.c Please note

CVS commit: src/lib/libc/time

2024-02-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 18 12:47:08 UTC 2024 Modified Files: src/lib/libc/time: strftime.c Log Message: Revert this part: strftime %s now uses tm_gmtoff if available. (Problem and draft patch reported by Dag-Erling Smørgrav.) of

CVS commit: src/lib/libc/time

2024-02-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 18 12:47:08 UTC 2024 Modified Files: src/lib/libc/time: strftime.c Log Message: Revert this part: strftime %s now uses tm_gmtoff if available. (Problem and draft patch reported by Dag-Erling Smørgrav.) of

CVS commit: src/lib/libc/net

2024-02-16 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 16 22:50:33 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: getnameinfo(3): fix/prettify markup To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/net/getnameinfo.3 Please

CVS commit: src/lib/libc/net

2024-02-16 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 16 22:50:33 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: getnameinfo(3): fix/prettify markup To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/net/getnameinfo.3 Please

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/gen

2024-02-09 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 9 17:24:45 UTC 2024 Modified Files: src/lib/libc/gen: signal.3 Log Message: signal(3): mention old signal(2) syscall in HISTORY To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/signal.3

CVS commit: src/lib/libc/gen

2024-02-09 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 9 17:24:45 UTC 2024 Modified Files: src/lib/libc/gen: signal.3 Log Message: signal(3): mention old signal(2) syscall in HISTORY To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/signal.3

CVS commit: src/lib/libc/locale

2024-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 3 10:55:38 UTC 2024 Modified Files: src/lib/libc/locale: mblen.3 Log Message: mblen.3: clean up wording and grammar To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mblen.3 Please note

CVS commit: src/lib/libc/locale

2024-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 3 10:55:38 UTC 2024 Modified Files: src/lib/libc/locale: mblen.3 Log Message: mblen.3: clean up wording and grammar To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mblen.3 Please note

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. -

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. -

CVS commit: src/lib/libc/stdlib

2024-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 27 17:58:36 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: fix i386 lint To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libc/stdlib/Makefile.inc Please note that diffs

CVS commit: src/lib/libc/stdlib

2024-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 27 17:58:36 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: fix i386 lint To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libc/stdlib/Makefile.inc Please note that diffs

CVS commit: src/lib/libc/hash/md2

2024-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 26 21:34:02 UTC 2024 Modified Files: src/lib/libc/hash/md2: md2.c Log Message: move MD2Transform first. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/hash/md2/md2.c Please note that diffs

CVS commit: src/lib/libc/hash/md2

2024-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 26 21:34:02 UTC 2024 Modified Files: src/lib/libc/hash/md2: md2.c Log Message: move MD2Transform first. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/hash/md2/md2.c Please note that diffs

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 17:24:38 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/resolv: res_data.c res_private.h src/lib/libc/rpc: __rpc_getxid.c auth_unix.c clnt_bcast.c clnt_dg.c clnt_raw.c

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 17:24:38 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/resolv: res_data.c res_private.h src/lib/libc/rpc: __rpc_getxid.c auth_unix.c clnt_bcast.c clnt_dg.c clnt_raw.c

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:54 UTC 2024 Modified Files: src/lib/libc/regex: engine.c regsub.c src/lib/libc/stdio: open_memstream.c open_wmemstream.c Log Message: handle sizeof(off_t) > sizeof(size_t) To generate a diff of this

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:54 UTC 2024 Modified Files: src/lib/libc/regex: engine.c regsub.c src/lib/libc/stdio: open_memstream.c open_wmemstream.c Log Message: handle sizeof(off_t) > sizeof(size_t) To generate a diff of this

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:18 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Add vax To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/compiler_rt/Makefile.inc Please note that

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:18 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Add vax To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/compiler_rt/Makefile.inc Please note that

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 12:23:34 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: more annotation for powerpc To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 12:23:34 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: more annotation for powerpc To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/lib/libc/compiler_rt

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:43:35 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix more alpha To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/compiler_rt/Makefile.inc Please note

CVS commit: src/lib/libc/compiler_rt

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:43:35 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix more alpha To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/compiler_rt/Makefile.inc Please note

CVS commit: src/lib/libc/sys

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:35:57 UTC 2024 Modified Files: src/lib/libc/sys: Lint_ptrace.c Log Message: fix alpha, grr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/Lint_ptrace.c Please note that diffs are

CVS commit: src/lib/libc/sys

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:35:57 UTC 2024 Modified Files: src/lib/libc/sys: Lint_ptrace.c Log Message: fix alpha, grr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/Lint_ptrace.c Please note that diffs are

CVS commit: src/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:45:07 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc strtoi.3 Removed Files: src/lib/libc/stdlib: strtou.3 Log Message: generate strtou.3 from strtoi.3, grammar police To generate a diff of

CVS commit: src/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:45:07 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc strtoi.3 Removed Files: src/lib/libc/stdlib: strtou.3 Log Message: generate strtou.3 from strtoi.3, grammar police To generate a diff of

CVS commit: src/lib/libc/net

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:18:56 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Make the first argument of ip6_str2scopeid const, instead of __UNCONST. Thanks kre@. While here s/u_int32_t/uint32_t/ To generate a

CVS commit: src/lib/libc/net

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:18:56 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Make the first argument of ip6_str2scopeid const, instead of __UNCONST. Thanks kre@. While here s/u_int32_t/uint32_t/ To generate a

CVS commit: src/lib/libc

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:52:49 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/citrus: citrus_stdenc.h src/lib/libc/compat/gen: compat_errlist.c compat_frexp_ieee754.c compat_modf_ieee754.c

CVS commit: src/lib/libc

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:52:49 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/citrus: citrus_stdenc.h src/lib/libc/compat/gen: compat_errlist.c compat_frexp_ieee754.c compat_modf_ieee754.c

CVS commit: src/lib/libc/include

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 19:31:41 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: more extern decls To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/include/extern.h Please note that diffs

CVS commit: src/lib/libc/include

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 19:31:41 UTC 2024 Modified Files: src/lib/libc/include: extern.h Log Message: more extern decls To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/include/extern.h Please note that diffs

CVS commit: src/lib/libc/compiler_rt

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:45:01 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: add lint flags for compiler_rt To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/compiler_rt

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:45:01 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: add lint flags for compiler_rt To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/stdlib

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:41:38 UTC 2024 Modified Files: src/lib/libc/stdlib: getopt.c getopt_long.c Log Message: add some const To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdlib/getopt.c cvs rdiff -u

CVS commit: src/lib/libc/stdlib

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:41:30 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: Add lint flags for jemalloc To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/lib/libc/stdlib/Makefile.inc Please

CVS commit: src/lib/libc/stdlib

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:41:38 UTC 2024 Modified Files: src/lib/libc/stdlib: getopt.c getopt_long.c Log Message: add some const To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdlib/getopt.c cvs rdiff -u

CVS commit: src/lib/libc/stdlib

2024-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 19 18:41:30 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: Add lint flags for jemalloc To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/lib/libc/stdlib/Makefile.inc Please

CVS commit: src/lib/libc/gen

2024-01-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 5 09:41:58 UTC 2024 Modified Files: src/lib/libc/gen: fixunstfdi_ieee754.c fixunstfsi_ieee754.c Log Message: fixunstf[sd]i_ieee754: Explicitly include stddef.h for size_t Fix build for mips{,n}64. Note that stddef.h has

CVS commit: src/lib/libc/gen

2024-01-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jan 5 09:41:58 UTC 2024 Modified Files: src/lib/libc/gen: fixunstfdi_ieee754.c fixunstfsi_ieee754.c Log Message: fixunstf[sd]i_ieee754: Explicitly include stddef.h for size_t Fix build for mips{,n}64. Note that stddef.h has

CVS commit: src/lib/libc

2024-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 3 18:41:53 UTC 2024 Modified Files: src/lib/libc/gen: siginterrupt.c signal.c src/lib/libc/include: extern.h src/lib/libc/yp: local.h yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c

CVS commit: src/lib/libc

2024-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 3 18:41:53 UTC 2024 Modified Files: src/lib/libc/gen: siginterrupt.c signal.c src/lib/libc/include: extern.h src/lib/libc/yp: local.h yp_all.c yp_first.c yp_maplist.c yp_master.c yp_match.c

CVS commit: src/lib/libc

2024-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 2 19:27:27 UTC 2024 Modified Files: src/lib/libc/gdtoa: gdtoa.c src/lib/libc/gen: signal.c src/lib/libc/stdlib: _env.c Log Message: pass lint. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/lib/libc

2024-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 2 19:27:27 UTC 2024 Modified Files: src/lib/libc/gdtoa: gdtoa.c src/lib/libc/gen: signal.c src/lib/libc/stdlib: _env.c Log Message: pass lint. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/lib/libc/time

2023-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 23 20:48:38 UTC 2023 Modified Files: src/lib/libc/time: Makefile NEWS README localtime.c private.h tz-art.html tz-link.html Log Message: Import tzcode 2023d: localtime.c no longer mishandles TZif files

CVS commit: src/lib/libc/time

2023-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 23 20:48:38 UTC 2023 Modified Files: src/lib/libc/time: Makefile NEWS README localtime.c private.h tz-art.html tz-link.html Log Message: Import tzcode 2023d: localtime.c no longer mishandles TZif files

  1   2   3   4   5   6   7   8   9   10   >