Re: FreeBSD Mail Archives

2007-08-19 Thread Dmitry Pryanishnikov
Hello! Date: Sat, 4 Aug 2007 20:35:42 + (UTC) From: Christian S.J. Peron [EMAIL PROTECTED] To:[EMAIL PROTECTED], [EMAIL PROTECTED], cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 Message-ID: [EMAIL PROTECTED] csjp2007-08-04

Re: cvs commit: src/sys/net if_spppsubr.c src/sys/netinet ip_fw2.c tcp_hostcache.c tcp_input.c src/sys/netinet6 frag6.c icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute

2006-12-17 Thread Dmitry Pryanishnikov
Hello! On Thu, 14 Dec 2006, Bjoern A. Zeeb wrote: It seems that it should be #ifdef INET6 instead of #if INET6? Yes, should be fixed. Thanks for reporting. Thank you! BTW, grep against the HEAD reveals a couple of similar mistakes: [EMAIL PROTECTED] grep -RE '#if[[:space:]]+INET' src

Re: Chatty config files in /etc

2006-08-31 Thread Dmitry Pryanishnikov
Hello! On Thu, 31 Aug 2006, Helge Oldach wrote: 127.0.0.1 localhost ::1 localhost Noting the RFC 1918 addresses in the default /etc/hosts is *very* useful. If we (part of the Inetnet community) wants to encourage proper IP use, we shouldn't hide this information in an

Re: cvs commit: src ObsoleteFiles.inc

2006-08-14 Thread Dmitry Pryanishnikov
Hello! On Mon, 14 Aug 2006, Dag-Erling Sm?rgrav wrote: BTW, if you just need to ensure that a file exists, a safe alternative to 'touch ${FILE}' is ':${FILE}'. Makefiles in src/sys/modules which use touch should probably be updated to use this instead. It doesn't change the file's last

Re: cvs commit: src/gnu/usr.bin/groff/tmac Makefile

2006-08-14 Thread Dmitry Pryanishnikov
Hello! On Mon, 14 Aug 2006, Andrey Chernov wrote: - Touch /usr/share/tmac/man.local if it already exists. It is definitely bad habbit touching the files to marking them not obsoleted. Many developers including me use 'INSTALL = install -C' which not touch files when not needed, so we have

Re: cvs commit: src ObsoleteFiles.inc

2006-08-11 Thread Dmitry Pryanishnikov
Hello! On Thu, 10 Aug 2006, Alexander Leidinger wrote: netchild2006-08-10 19:42:24 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: Add some more files... List provided by: kris Revision ChangesPath 1.44 +201 -0

Re: cvs commit: src/sys/dev/drm drmP.h

2006-04-18 Thread Dmitry Pryanishnikov
Hello! On Tue, 18 Apr 2006, Eric Anholt wrote: anholt 2006-04-18 06:14:43 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h Log: Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing i915 attachment. Thank you very much. It has

Re: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

2006-04-13 Thread Dmitry Pryanishnikov
Hello! On Thu, 13 Apr 2006, Brooks Davis wrote: Modified files: etc network.subr etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Commit the various network interface configutation updates I've been working on. 1) Make it possible to configure

Re: cvs commit: src/sys/netinet6 in6.c

2006-02-08 Thread Dmitry Pryanishnikov
Hello! Date: Wed, 8 Feb 2006 07:16:46 + (UTC) From: George V. Neville-Neil [EMAIL PROTECTED] gnn 2006-02-08 07:16:46 UTC FreeBSD src repository Modified files: sys/netinet6 in6.c Log: Fix for an inappropriate bzero of the ICMPv6 stats. The code was