Re: CVS commit: src/lib/libc/stdlib

2015-08-16 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09.08.2015 15:29, Joerg Sonnenberger wrote: On Tue, Jul 28, 2015 at 05:13:34PM +, Kamil Rytarowski wrote: Module Name: src Committed By: kamil Date: Tue Jul 28 17:13:34 UTC 2015 Modified Files: src/lib/libc/stdlib

CVS commit: src/lib/libc/stdlib

2015-08-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 20 22:27:49 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.c Log Message: Minor alterations to reallocarr(3) Add comment about division. Mark error branches with __predict_false(). Reduce one branch with the OR

CVS commit: src/lib/libc/stdlib

2015-08-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 20 22:27:49 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.c Log Message: Minor alterations to reallocarr(3) Add comment about division. Mark error branches with __predict_false(). Reduce one branch with the OR

CVS commit: src

2015-07-31 Thread Kamil Rytarowski
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * @(#)time.h 8.5 (Berkeley) 5/4/95 + * + * Extracted by Kamil Rytarowski from: + * NetBSD: src/sys/sys/time.h,v 1.69 2015/05/19 23:35:11

CVS commit: src

2015-07-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Jul 31 12:51:32 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/include: signal.h src/sys/sys: Makefile time.h Added Files: src/sys/sys: timespec.h Log Message: Do as POSIX says, define the

CVS commit: src/sys/sys

2015-07-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 30 21:31:15 UTC 2015 Modified Files: src/sys/sys: types.h Log Message: Deduplicate stdbool.h definitions Reviewed by christos To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/sys/types.h Please

CVS commit: src/sys/sys

2015-07-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 30 21:31:15 UTC 2015 Modified Files: src/sys/sys: types.h Log Message: Deduplicate stdbool.h definitions Reviewed by christos To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/sys/types.h Please

CVS commit: src/sys/sys

2015-07-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 30 21:38:53 UTC 2015 Modified Files: src/sys/sys: types.h Log Message: Remove unneeded comment about stdbool.h in the user-land Suggested by christos To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/sys

2015-07-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 30 21:38:53 UTC 2015 Modified Files: src/sys/sys: types.h Log Message: Remove unneeded comment about stdbool.h in the user-land Suggested by christos To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/lib/libc/stdlib

2015-07-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jul 28 17:13:34 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.3 reallocarr.c Log Message: Compatibility fixes in reallocarr(3) Make this work on !NetBSD platforms: - replace __CTASSERT() with platform agnostic

CVS commit: src/lib/libc/stdlib

2015-07-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jul 28 17:13:34 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.3 reallocarr.c Log Message: Compatibility fixes in reallocarr(3) Make this work on !NetBSD platforms: - replace __CTASSERT() with platform agnostic

Re: libutil shlib_version lossage

2015-08-15 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14.08.2015 08:53, Christos Zoulas wrote: In article 20150814032236.1da9260...@jupiter.mumble.net, Taylor R Campbell campbell+netbsd-source-change...@mumble.net wrote: Whisky tango foxtrot? Did someone botch a cvs admin? Looks that way,

CVS commit: src/tools/compat

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 14:01:53 UTC 2015 Modified Files: src/tools/compat: Makefile compat_defs.h configure configure.ac nbtool_config.h.in Log Message: Add reallocarr(3) to tools/compat This should unbreak libutil(3) creation on

CVS commit: src/tools/compat

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 14:01:53 UTC 2015 Modified Files: src/tools/compat: Makefile compat_defs.h configure configure.ac nbtool_config.h.in Log Message: Add reallocarr(3) to tools/compat This should unbreak libutil(3) creation on

Re: CVS commit: src

2015-07-26 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 26.07.2015 09:45, matthew green wrote: matthew green writes: Kamil Rytarowski writes: Module Name:src Committed By: kamil Date: Sun Jul 26 02:20:30 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src

CVS commit: src/lib/libc/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:00:37 UTC 2015 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: mandoc lint To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/stdlib/malloc.3 Please note that diffs are not

CVS commit: src/lib/libc/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:09:29 UTC 2015 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Add history of allocators Idea accepted by christos No objctions from riastradh To generate a diff of this commit: cvs rdiff -u -r1.42

CVS commit: src/lib/libc/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:09:29 UTC 2015 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Add history of allocators Idea accepted by christos No objctions from riastradh To generate a diff of this commit: cvs rdiff -u -r1.42

CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:36:38 UTC 2015 Modified Files: src/lib/libutil: efun.3 Log Message: Sync parameter name with efun.c This change is non-functional. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:37:38 UTC 2015 Modified Files: src/lib/libutil: efun.3 Log Message: Bump date for recent changes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libutil/efun.3 Please note that diffs are not

CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:36:38 UTC 2015 Modified Files: src/lib/libutil: efun.3 Log Message: Sync parameter name with efun.c This change is non-functional. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 15:15:31 UTC 2015 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libutil: shlib_version Log Message: Bump shalib minor for new function: ereallocarr(3)

CVS commit: src

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 15:15:31 UTC 2015 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libutil: shlib_version Log Message: Bump shalib minor for new function: ereallocarr(3)

CVS commit: src/lib/libc/stdlib

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:00:37 UTC 2015 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: mandoc lint To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/stdlib/malloc.3 Please note that diffs are not

CVS commit: src/lib/libutil

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 17:37:38 UTC 2015 Modified Files: src/lib/libutil: efun.3 Log Message: Bump date for recent changes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libutil/efun.3 Please note that diffs are not

CVS commit: src/doc

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 19:31:19 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: Update the ACPICA entry Version: 20150410 Current Vers: 20150717 To generate a diff of this commit: cvs rdiff -u -r1.1237 -r1.1238

CVS commit: src/doc

2015-07-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 19:31:19 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: Update the ACPICA entry Version: 20150410 Current Vers: 20150717 To generate a diff of this commit: cvs rdiff -u -r1.1237 -r1.1238

CVS commit: src

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:20:30 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/include: util.h src/lib/libutil: Makefile efun.3 efun.c Log Message: Add ereallocarr(3) to libutil ereallocarr(3) wraps

CVS commit: src

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:20:30 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/include: util.h src/lib/libutil: Makefile efun.3 efun.c Log Message: Add ereallocarr(3) to libutil ereallocarr(3) wraps

CVS commit: src/lib/libc/stdlib

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:22:33 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarray.c Log Message: reallocarray(3) cleanup Add missing NetBSD CVS Id Don't define twice _OPENBSD_SOURCE To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdlib

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:22:33 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarray.c Log Message: reallocarray(3) cleanup Add missing NetBSD CVS Id Don't define twice _OPENBSD_SOURCE To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdlib

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:29:44 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarray.3 Log Message: Add license header (the NetBSD 2-clause version) with (C) TNF To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/stdlib

2015-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jul 26 02:29:44 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarray.3 Log Message: Add license header (the NetBSD 2-clause version) with (C) TNF To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

Re: CVS commit: src/lib/libc/stdlib

2015-07-16 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 16.07.2015 10:25, Pierre Pronchery wrote: Hi, On 07/16/15 02:04, Kamil Rytarowski wrote: Module Name: src Committed By: kamil Date: Thu Jul 16 00:04:00 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.c Log

CVS commit: src/lib/libc/stdlib

2015-07-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 16 00:04:00 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.c Log Message: Reorder memcpy(3) and save errno This chang is for safety as memcpy(3) might change it. Approved by riastradh To generate a diff of

CVS commit: src/lib/libc/stdlib

2015-07-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 16 00:04:00 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.c Log Message: Reorder memcpy(3) and save errno This chang is for safety as memcpy(3) might change it. Approved by riastradh To generate a diff of

Re: CVS commit: src/lib/libc/stdlib

2015-07-19 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 19.07.2015 20:56, Joerg Sonnenberger wrote: On Thu, Jul 16, 2015 at 12:12:27PM +0200, Kamil Rytarowski wrote: The C standard permits memcpy(3) to affect errno(2). More like it hasn't explicitly ruled it out. That might or might not be seen

CVS commit: src/lib/libutil

2015-10-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 29 20:29:24 UTC 2015 Modified Files: src/lib/libutil: login_cap.c Log Message: Correct typos in comments Pointed out by Edgar Fuss and J. Lewis Muir. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/lib/libutil

2015-10-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 29 20:29:24 UTC 2015 Modified Files: src/lib/libutil: login_cap.c Log Message: Correct typos in comments Pointed out by Edgar Fuss and J. Lewis Muir. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

Re: CVS commit: src/lib/libpanel

2015-11-15 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27.10.2015 00:09, Valeriy E. Ushakov wrote: > Module Name: src Committed By: uwe Date: Mon Oct 26 > 23:09:50 UTC > 2015 > > Added Files: src/lib/libpanel: Makefile _deck.c above.c below.c > bottom.c del.c getuser.c hidden.c

CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 2 02:45:25 UTC 2015 Modified Files: src/lib/libpanel: above.c bottom.c del.c hidden.c new.c replace.c show.c top.c window.c Log Message: Readd empty line - it's a part of style To generate a diff of this

CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 2 02:45:25 UTC 2015 Modified Files: src/lib/libpanel: above.c bottom.c del.c hidden.c new.c replace.c show.c top.c window.c Log Message: Readd empty line - it's a part of style To generate a diff of this

CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 2 01:06:15 UTC 2015 Modified Files: src/lib/libpanel: above.c bottom.c del.c hidden.c new.c panel.h panel_impl.h replace.c show.c top.c window.c Log Message: No functional changes Make this code nicer for C++

CVS commit: src/lib/libpanel

2015-11-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 2 01:06:15 UTC 2015 Modified Files: src/lib/libpanel: above.c bottom.c del.c hidden.c new.c panel.h panel_impl.h replace.c show.c top.c window.c Log Message: No functional changes Make this code nicer for C++

CVS commit: src/distrib/notes/common

2015-07-08 Thread Kamil Rytarowski
, and would like to .It Ta Steve Rumble Ta Mt rum...@netbsd.org .It Ta Rumko Ta Mt ru...@netbsd.org .It Ta Jukka Ruohonen Ta Mt jru...@netbsd.org +.It Ta Kamil Rytarowski Ta Mt ka...@netbsd.org .It Ta Blair J. Sadewitz Ta Mt b...@netbsd.org .It Ta David Sainty Ta Mt dsai...@netbsd.org .It Ta

CVS commit: src/distrib/notes/common

2015-07-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jul 8 08:48:19 UTC 2015 Modified Files: src/distrib/notes/common: main Log Message: Add myself To generate a diff of this commit: cvs rdiff -u -r1.522 -r1.523 src/distrib/notes/common/main Please note that diffs are not

CVS commit: src/sys

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 10:32:46 UTC 2015 Modified Files: src/sys/arch/bebox/stand/boot: wdc.c src/sys/arch/cobalt/stand/boot: pciide.c src/sys/arch/ews4800mips/sbd: if_le_sbdio.c src/sys/arch/hpc/stand/hpcboot/menu:

CVS commit: src/sys

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 10:32:46 UTC 2015 Modified Files: src/sys/arch/bebox/stand/boot: wdc.c src/sys/arch/cobalt/stand/boot: pciide.c src/sys/arch/ews4800mips/sbd: if_le_sbdio.c src/sys/arch/hpc/stand/hpcboot/menu:

CVS commit: src/sys

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 10:15:33 UTC 2015 Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/dev/pci/n8/common: n8_rn_common.h nsp2000_regs.h Log Message: Improve spelling: regsister - register This change is

CVS commit: src/sys

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 10:15:33 UTC 2015 Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/dev/pci/n8/common: n8_rn_common.h nsp2000_regs.h Log Message: Improve spelling: regsister - register This change is

CVS commit: src

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 09:21:23 UTC 2015 Modified Files: src/lib/libutil: login_cap.c src/share/doc/psd/05.sysman: 1.6.t src/share/man/man5: login.conf.5 src/share/man/man7: sysctl.7 Log Message: Clean-up resources

CVS commit: src

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 09:21:23 UTC 2015 Modified Files: src/lib/libutil: login_cap.c src/share/doc/psd/05.sysman: 1.6.t src/share/man/man5: login.conf.5 src/share/man/man7: sysctl.7 Log Message: Clean-up resources

CVS commit: src/share/man/man5

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 14:18:08 UTC 2015 Modified Files: src/share/man/man5: login.conf.5 Log Message: Clean-up documentation of login.conf(5) Remove redundant word limit from sentences Maximum Note that vmemoryuse might specify both

CVS commit: src/share/man/man5

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 14:18:08 UTC 2015 Modified Files: src/share/man/man5: login.conf.5 Log Message: Clean-up documentation of login.conf(5) Remove redundant word limit from sentences Maximum Note that vmemoryuse might specify both

CVS commit: src/share/man/man7

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 16:47:49 UTC 2015 Modified Files: src/share/man/man7: sysctl.7 Log Message: Correct mandoc warnings and errors This change should be no visible to users. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/share/man/man7

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 16:47:49 UTC 2015 Modified Files: src/share/man/man7: sysctl.7 Log Message: Correct mandoc warnings and errors This change should be no visible to users. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/share/man/man7

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 17:24:13 UTC 2015 Modified Files: src/share/man/man7: sysctl.7 Log Message: Use more macros for symbolic constants This change was suggested by riastradh in PR xsrc/49912 The change idea was approved by wiz To

CVS commit: src/share/man/man7

2015-07-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Jul 11 17:24:13 UTC 2015 Modified Files: src/share/man/man7: sysctl.7 Log Message: Use more macros for symbolic constants This change was suggested by riastradh in PR xsrc/49912 The change idea was approved by wiz To

CVS commit: src/share/man/man9

2015-07-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 9 10:23:51 UTC 2015 Modified Files: src/share/man/man9: splraiseipl.9 Log Message: Set proper include file: sys/intr.h The sys/param.h header has nothing to do (directly or indirectly) with splraiseipl(9). This issue

CVS commit: src/share/man/man9

2015-07-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 9 10:23:51 UTC 2015 Modified Files: src/share/man/man9: splraiseipl.9 Log Message: Set proper include file: sys/intr.h The sys/param.h header has nothing to do (directly or indirectly) with splraiseipl(9). This issue

CVS commit: src/lib/libc/stdlib

2015-08-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 01:28:17 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: Constness correction for the getopt(3) function under REPLACE_GETOPT Use the __UNCONST() macro, which is used in the other parts for the

CVS commit: src/lib/libc/stdlib

2015-08-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 01:28:17 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: Constness correction for the getopt(3) function under REPLACE_GETOPT Use the __UNCONST() macro, which is used in the other parts for the

CVS commit: src/lib/libc/stdlib

2015-09-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 19:39:57 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) For the reference, this version still passes the current set

CVS commit: src/lib/libc/stdlib

2015-09-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 1 19:39:57 UTC 2015 Modified Files: src/lib/libc/stdlib: getopt_long.c Log Message: ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) For the reference, this version still passes the current set

Re: CVS commit: src/sys/kern

2015-09-11 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11.09.2015 03:23, Christos Zoulas wrote: > Module Name: src Committed By: christos Date: Fri Sep 11 > 01:23:37 > UTC 2015 > > Modified Files: src/sys/kern: kern_exec.c > > Log Message: On non absolute exec pathnames, prepend

CVS commit: src/distrib/sets/lists/xbase

2015-09-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Sep 11 10:35:44 UTC 2015 Modified Files: src/distrib/sets/lists/xbase: mi Log Message: Fix build with MKCATPAGES=yes ctwm.0 is a part of X11R7 (xorg), not X11R6 (x11). To generate a diff of this commit: cvs rdiff -u -r1.128

CVS commit: src/distrib/sets/lists/xbase

2015-09-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Sep 11 10:35:44 UTC 2015 Modified Files: src/distrib/sets/lists/xbase: mi Log Message: Fix build with MKCATPAGES=yes ctwm.0 is a part of X11R7 (xorg), not X11R6 (x11). To generate a diff of this commit: cvs rdiff -u -r1.128

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:57:13 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_cout.c rpc_main.c rpc_util.c Log Message: Prefer error messages resolved from errno over handwritten ones. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:39:04 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_main.c Log Message: Correct #ifdef/#endif header file guards generator for files with names other than alphanumerical. For example, for a file named

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:52:11 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Correct newstyle code generation For newstyle we used to generate oldstyle code. This bug has been fixed in FreeBSD on 13 Dec 1995 by

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:52:11 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Correct newstyle code generation For newstyle we used to generate oldstyle code. This bug has been fixed in FreeBSD on 13 Dec 1995 by

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:45:07 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_hout.c Log Message: Fix NULL pointer dereference After the last function improvements there is invalid plist dereference at the beginning of the second for ()

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:45:07 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_hout.c Log Message: Fix NULL pointer dereference After the last function improvements there is invalid plist dereference at the beginning of the second for ()

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:39:04 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_main.c Log Message: Correct #ifdef/#endif header file guards generator for files with names other than alphanumerical. For example, for a file named

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:57:13 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_cout.c rpc_main.c rpc_util.c Log Message: Prefer error messages resolved from errno over handwritten ones. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/httpd

2015-12-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 7 03:11:48 UTC 2015 Modified Files: src/libexec/httpd: printenv.lua Log Message: Improve the httpd(8) printenv.lua Lua example Stop using Lua builtin print function and replace them with http.* ones. httpd.print and

CVS commit: src/libexec/httpd

2015-12-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Dec 7 03:11:48 UTC 2015 Modified Files: src/libexec/httpd: printenv.lua Log Message: Improve the httpd(8) printenv.lua Lua example Stop using Lua builtin print function and replace them with http.* ones. httpd.print and

CVS commit: src/share/examples/lua

2015-12-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 8 23:04:40 UTC 2015 Modified Files: src/share/examples/lua: sqlite.lua Log Message: Correct mistakes in the sqlite.lua example Changes: - The open flag: sqlite.OPEN_CREATE will open the DB for reading and writing,

CVS commit: src/share/examples/lua

2015-12-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Dec 8 23:04:40 UTC 2015 Modified Files: src/share/examples/lua: sqlite.lua Log Message: Correct mistakes in the sqlite.lua example Changes: - The open flag: sqlite.OPEN_CREATE will open the DB for reading and writing,

CVS commit: src/usr.bin/jot

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:32:45 UTC 2016 Modified Files: src/usr.bin/jot: jot.1 Log Message: Add HISTORY and AUTHORS to jot John A. Kunze requested to add himself as the author of jot on the FreeBSD bugzilla with the following text:

CVS commit: src/usr.bin/jot

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:32:45 UTC 2016 Modified Files: src/usr.bin/jot: jot.1 Log Message: Add HISTORY and AUTHORS to jot John A. Kunze requested to add himself as the author of jot on the FreeBSD bugzilla with the following text:

CVS commit: src/usr.bin/rs

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:55:36 UTC 2016 Modified Files: src/usr.bin/rs: rs.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/rs/rs.1 Please note that diffs are not public

CVS commit: src/usr.bin/rs

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:55:36 UTC 2016 Modified Files: src/usr.bin/rs: rs.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/rs/rs.1 Please note that diffs are not public

CVS commit: src/usr.bin/rs

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:30:57 UTC 2016 Modified Files: src/usr.bin/rs: rs.1 Log Message: Add HISTORY and AUTHORS to rs John A. Kunze requested to add himself as the authord of rs on the FreeBSD bugzilla with the following text: Please

CVS commit: src/usr.bin/rs

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:30:57 UTC 2016 Modified Files: src/usr.bin/rs: rs.1 Log Message: Add HISTORY and AUTHORS to rs John A. Kunze requested to add himself as the authord of rs on the FreeBSD bugzilla with the following text: Please

CVS commit: src/usr.bin/lam

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:57:23 UTC 2016 Modified Files: src/usr.bin/lam: lam.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/lam/lam.1 Please note that diffs are not public

CVS commit: src/usr.bin/lam

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:31:44 UTC 2016 Modified Files: src/usr.bin/lam: lam.1 Log Message: Add HISTORY and AUTHORS to lam John A. Kunze requested to add himself as the authord of rs on the FreeBSD bugzilla with the following text:

CVS commit: src/usr.bin/lam

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:31:44 UTC 2016 Modified Files: src/usr.bin/lam: lam.1 Log Message: Add HISTORY and AUTHORS to lam John A. Kunze requested to add himself as the authord of rs on the FreeBSD bugzilla with the following text:

CVS commit: src/usr.bin/jot

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:56:22 UTC 2016 Modified Files: src/usr.bin/jot: jot.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/jot/jot.1 Please note that diffs are not public

CVS commit: src/usr.bin/jot

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:56:22 UTC 2016 Modified Files: src/usr.bin/jot: jot.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/jot/jot.1 Please note that diffs are not public

CVS commit: src/usr.bin/lam

2016-01-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 4 23:57:23 UTC 2016 Modified Files: src/usr.bin/lam: lam.1 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/lam/lam.1 Please note that diffs are not public

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:16:20 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Automated Testing Framework (ATF) 0.21 is out To generate a diff of this commit: cvs rdiff -u -r1.1271 -r1.1272 src/doc/3RDPARTY Please note that diffs

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:16:20 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Automated Testing Framework (ATF) 0.21 is out To generate a diff of this commit: cvs rdiff -u -r1.1271 -r1.1272 src/doc/3RDPARTY Please note that diffs

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:34:03 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Lutok has moved to GitHub To generate a diff of this commit: cvs rdiff -u -r1.1278 -r1.1279 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:34:03 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Lutok has moved to GitHub To generate a diff of this commit: cvs rdiff -u -r1.1278 -r1.1279 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:40:07 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: mpc 1.0.3 is out To generate a diff of this commit: cvs rdiff -u -r1.1279 -r1.1280 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:40:07 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: mpc 1.0.3 is out To generate a diff of this commit: cvs rdiff -u -r1.1279 -r1.1280 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:18:21 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: binutils 2.25.1 are out To generate a diff of this commit: cvs rdiff -u -r1.1272 -r1.1273 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:18:21 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: binutils 2.25.1 are out To generate a diff of this commit: cvs rdiff -u -r1.1272 -r1.1273 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2016-01-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 6 04:27:33 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: gcc 5.3 is out To generate a diff of this commit: cvs rdiff -u -r1.1274 -r1.1275 src/doc/3RDPARTY Please note that diffs are not public domain; they

  1   2   3   4   5   6   7   8   9   10   >