From owner-cvs-lib Sun Jan 4 14:34:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA02629 for cvs-lib-outgoing; Sun, 4 Jan 1998 14:34:42 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA02552; Sun, 4 Jan 1998 14:34:05 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA06739; Sun, 4 Jan 1998 14:28:49 -0800 (PST) Date: Sun, 4 Jan 1998 14:28:49 -0800 (PST) Message-Id: <199801042228.OAA06739@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/01/04 14:28:49 PST Modified files: lib/libc/stdio vfprintf.c Log: size_t -> unsigned in arguments length INT_MAX overflow check Suggested-by: bde Revision Changes Path 1.17 +3 -3 src/lib/libc/stdio/vfprintf.c From owner-cvs-lib Sun Jan 4 15:58:58 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA08135 for cvs-lib-outgoing; Sun, 4 Jan 1998 15:58:58 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA08072; Sun, 4 Jan 1998 15:58:30 -0800 (PST) (envelope-from jraynard@FreeBSD.org) From: James Raynard Received: (from jraynard@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA07181; Sun, 4 Jan 1998 15:53:14 -0800 (PST) Date: Sun, 4 Jan 1998 15:53:14 -0800 (PST) Message-Id: <199801042353.PAA07181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libvgl vgl.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 1998/01/04 15:53:14 PST Modified files: (Branch: RELENG_2_2) lib/libvgl vgl.3 Log: Merge in typo fixes from version 1.3 of current. Revision Changes Path 1.1.2.2 +33 -32 src/lib/libvgl/vgl.3 From owner-cvs-lib Sun Jan 4 16:17:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA09770 for cvs-lib-outgoing; Sun, 4 Jan 1998 16:17:28 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA09649; Sun, 4 Jan 1998 16:16:47 -0800 (PST) (envelope-from jraynard@FreeBSD.org) From: James Raynard Received: (from jraynard@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA07514; Sun, 4 Jan 1998 16:11:31 -0800 (PST) Date: Sun, 4 Jan 1998 16:11:31 -0800 (PST) Message-Id: <199801050011.QAA07514@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sigsetops.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 1998/01/04 16:11:31 PST Modified files: (Branch: RELENG_2_2) lib/libc/gen sigsetops.c Log: Merge from version 1.5 of current. Fix bit-twiddling in sigismember(3). Note this ONLY affects the function version - the macro version is always used unless for some reason you put #undef sigismember in your code before calling it. PR: 3615 Submitted by: Nanbor Wang (slightly amended patch) Revision Changes Path 1.2.2.1 +1 -1 src/lib/libc/gen/sigsetops.c From owner-cvs-lib Sun Jan 4 23:23:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA11492 for cvs-lib-outgoing; Sun, 4 Jan 1998 23:23:13 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA10992; Sun, 4 Jan 1998 23:17:35 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA10483; Sun, 4 Jan 1998 23:12:17 -0800 (PST) Date: Sun, 4 Jan 1998 23:12:17 -0800 (PST) Message-Id: <199801050712.XAA10483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc rpc_secure.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/01/04 23:12:17 PST Modified files: lib/libc/rpc rpc_secure.3 Log: Convert to mdoc format. Revision Changes Path 1.2 +146 -248 src/lib/libc/rpc/rpc_secure.3 From owner-cvs-lib Tue Jan 6 16:37:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12644 for cvs-lib-outgoing; Tue, 6 Jan 1998 16:37:42 -0800 (PST) (envelope-from owner-cvs-lib) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA12628; Tue, 6 Jan 1998 16:37:21 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xpjUl-0001KE-00; Tue, 6 Jan 1998 17:37:19 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id RAA08314; Tue, 6 Jan 1998 17:37:42 -0700 (MST) Message-Id: <199801070037.RAA08314@harmony.village.org> Subject: Re: cvs commit: src/lib/libc/net getnetbydns.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org In-reply-to: Your message of "Tue, 06 Jan 1998 16:28:41 PST." <199801070028.QAA05295@freefall.freebsd.org> References: <199801070028.QAA05295@freefall.freebsd.org> Date: Tue, 06 Jan 1998 17:37:42 -0700 From: Warner Losh Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199801070028.QAA05295@freefall.freebsd.org> Warner Losh writes: : lib/libc/net getnetbydns.c : handle long usernames more carefully Ummm, that should read "long network names..." Warner From owner-cvs-lib Tue Jan 6 16:38:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12702 for cvs-lib-outgoing; Tue, 6 Jan 1998 16:38:07 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA12524; Tue, 6 Jan 1998 16:36:06 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA05377; Tue, 6 Jan 1998 16:30:33 -0800 (PST) Date: Tue, 6 Jan 1998 16:30:33 -0800 (PST) Message-Id: <199801070030.QAA05377@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net getnetbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/01/06 16:30:32 PST Modified files: (Branch: RELENG_2_2) lib/libc/net getnetbydns.c Log: MFC: handle long dns names. Revision Changes Path 1.7.2.2 +8 -5 src/lib/libc/net/getnetbydns.c From owner-cvs-lib Tue Jan 6 16:41:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA13063 for cvs-lib-outgoing; Tue, 6 Jan 1998 16:41:14 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA12362; Tue, 6 Jan 1998 16:34:18 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA05295; Tue, 6 Jan 1998 16:28:41 -0800 (PST) Date: Tue, 6 Jan 1998 16:28:41 -0800 (PST) Message-Id: <199801070028.QAA05295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net getnetbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/01/06 16:28:40 PST Modified files: lib/libc/net getnetbydns.c Log: handle long usernames more carefully Reviewed by: guido Obtained from: OpenBSD (Theo de Raadt) Revision Changes Path 1.12 +8 -5 src/lib/libc/net/getnetbydns.c From owner-cvs-lib Thu Jan 8 16:25:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA23165 for cvs-lib-outgoing; Thu, 8 Jan 1998 16:25:49 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA22839; Thu, 8 Jan 1998 16:23:06 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA03991; Thu, 8 Jan 1998 16:22:50 -0800 (PST) Date: Thu, 8 Jan 1998 16:22:50 -0800 (PST) Message-Id: <199801090022.QAA03991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_detach.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/08 16:22:49 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_detach.c Log: MFC (revs 1.3 and 1.4): change the prototype and return values to conform with POSIX. Revision Changes Path 1.1.2.2 +4 -13 src/lib/libc_r/uthread/uthread_detach.c From owner-cvs-lib Thu Jan 8 21:47:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15338 for cvs-lib-outgoing; Thu, 8 Jan 1998 21:47:15 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14570; Thu, 8 Jan 1998 21:39:59 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06821; Thu, 8 Jan 1998 21:37:43 -0800 (PST) Date: Thu, 8 Jan 1998 21:37:43 -0800 (PST) Message-Id: <199801090537.VAA06821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/08 21:37:43 PST Modified files: lib Makefile Log: Build lib/csu/${MACHINE} only if it exists so that when porting FreeBSD to another architecture (in this case the Alpha) we can continue to use the host csu objects (from NetBSD). This should be a non-function change to FreeBSD/i386. Revision Changes Path 1.59 +1 -1 src/lib/Makefile From owner-cvs-lib Fri Jan 9 11:49:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA05116 for cvs-lib-outgoing; Fri, 9 Jan 1998 11:49:50 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA04873; Fri, 9 Jan 1998 11:46:52 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA02634; Fri, 9 Jan 1998 11:46:31 -0800 (PST) Date: Fri, 9 Jan 1998 11:46:31 -0800 (PST) Message-Id: <199801091946.LAA02634@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/09 11:46:31 PST Modified files: lib Makefile Log: Don't build libc, libc_r or libm on Alpha yet. We'll do the other libraries first and use NetBSD's libc/libm for now. Revision Changes Path 1.60 +7 -3 src/lib/Makefile From owner-cvs-lib Fri Jan 9 13:15:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA13730 for cvs-lib-outgoing; Fri, 9 Jan 1998 13:15:13 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA13627; Fri, 9 Jan 1998 13:13:59 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02847; Fri, 9 Jan 1998 13:13:36 -0800 (PST) Date: Fri, 9 Jan 1998 13:13:36 -0800 (PST) Message-Id: <199801092113.NAA02847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias HISTORY Makefile alias.c alias.h alias_db.c alias_ftp.c alias_irc.c alias_local.h libalias.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/01/09 13:13:36 PST Modified files: lib/libalias HISTORY Makefile alias.c alias.h alias_db.c alias_ftp.c alias_irc.c alias_local.h libalias.3 Log: Teach libalias to work with IPFW firewalls (controlled by a flag). Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) Revision Changes Path 1.4 +4 -0 src/lib/libalias/HISTORY 1.5 +1 -1 src/lib/libalias/Makefile 1.4 +28 -10 src/lib/libalias/alias.c 1.4 +14 -3 src/lib/libalias/alias.h 1.4 +357 -66 src/lib/libalias/alias_db.c 1.2 +6 -1 src/lib/libalias/alias_ftp.c 1.2 +3 -0 src/lib/libalias/alias_irc.c 1.3 +10 -4 src/lib/libalias/alias_local.h 1.4 +52 -8 src/lib/libalias/libalias.3 From owner-cvs-lib Fri Jan 9 16:00:39 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28603 for cvs-lib-outgoing; Fri, 9 Jan 1998 16:00:39 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27903; Fri, 9 Jan 1998 15:51:32 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA03428; Fri, 9 Jan 1998 15:51:06 -0800 (PST) Date: Fri, 9 Jan 1998 15:51:06 -0800 (PST) Message-Id: <199801092351.PAA03428@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libss ss_internal.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/09 15:51:06 PST Modified files: lib/libss ss_internal.h Log: Allow this to compile with NetBSD tools. Revision Changes Path 1.3 +1 -1 src/lib/libss/ss_internal.h From owner-cvs-lib Fri Jan 9 18:13:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09257 for cvs-lib-outgoing; Fri, 9 Jan 1998 18:13:32 -0800 (PST) (envelope-from owner-cvs-lib) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09233; Fri, 9 Jan 1998 18:13:11 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id CAA08096; Sat, 10 Jan 1998 02:13:10 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801100213.CAA08096@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Eivind Eklund cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libalias HISTORY Makefile alias.c alias.h alias_db.c alias_ftp.c alias_irc.c alias_local.h libalias.3 In-reply-to: Your message of "Fri, 09 Jan 1998 13:13:36 PST." <199801092113.NAA02847@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 10 Jan 1998 02:13:10 +0000 From: Brian Somers Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > eivind 1998/01/09 13:13:36 PST > > Modified files: > lib/libalias HISTORY Makefile alias.c alias.h > alias_db.c alias_ftp.c alias_irc.c > alias_local.h libalias.3 > Log: > Teach libalias to work with IPFW firewalls (controlled by a flag). > > Obtained from: Yes development tree (+ 10 lines of patches from > Charles Mott, original libalias author) > > Revision Changes Path > 1.4 +4 -0 src/lib/libalias/HISTORY > 1.5 +1 -1 src/lib/libalias/Makefile > 1.4 +28 -10 src/lib/libalias/alias.c > 1.4 +14 -3 src/lib/libalias/alias.h > 1.4 +357 -66 src/lib/libalias/alias_db.c > 1.2 +6 -1 src/lib/libalias/alias_ftp.c > 1.2 +3 -0 src/lib/libalias/alias_irc.c > 1.3 +10 -4 src/lib/libalias/alias_local.h > 1.4 +52 -8 src/lib/libalias/libalias.3 I thought it was agreed a while ago that osreldate.h was only to be used for ports - and not stuff under /usr/src. Besides, it doesn't actually work on freefall (built July 4). If you create ~/public_html/index.html.template and run ~brian/bin/mkppp, you'll see the error. Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-lib Sat Jan 10 01:11:49 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA10695 for cvs-lib-outgoing; Sat, 10 Jan 1998 01:11:49 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA10554; Sat, 10 Jan 1998 01:09:50 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA05179; Sat, 10 Jan 1998 01:09:24 -0800 (PST) Date: Sat, 10 Jan 1998 01:09:24 -0800 (PST) Message-Id: <199801100909.BAA05179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 01:09:24 PST Modified files: lib Makefile Log: Bruce says that ${.CURDIR}/csu/${MACHINE} will prevent finding a stale obj directory and we wouldn't want to do that! I trust he knows what he's talking about. 8-) Also avoid building libm at all until the NetBSD asm code is imported. I wrongly commented this out last time. Oops. Revision Changes Path 1.61 +6 -2 src/lib/Makefile From owner-cvs-lib Sat Jan 10 07:07:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA08646 for cvs-lib-outgoing; Sat, 10 Jan 1998 07:07:18 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA08256; Sat, 10 Jan 1998 07:04:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA07874; Sat, 10 Jan 1998 07:04:11 -0800 (PST) Date: Sat, 10 Jan 1998 07:04:11 -0800 (PST) Message-Id: <199801101504.HAA07874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias_db.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/10 07:04:10 PST Modified files: lib/libalias alias_db.c Log: include and restore this to sanity. Revision Changes Path 1.5 +1 -0 src/lib/libalias/alias_db.c From owner-cvs-lib Sat Jan 10 08:17:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA14050 for cvs-lib-outgoing; Sat, 10 Jan 1998 08:17:30 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA13804; Sat, 10 Jan 1998 08:14:49 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA00707; Sat, 10 Jan 1998 08:14:21 -0800 (PST) Date: Sat, 10 Jan 1998 08:14:21 -0800 (PST) Message-Id: <199801101614.IAA00707@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias_db.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/10 08:14:21 PST Modified files: lib/libalias alias_db.c Log: Sync with ipfw interface change: fw_pts is now part of a union (a necessary evil due to the 108 byte setsockopt() limit). Revision Changes Path 1.6 +5 -5 src/lib/libalias/alias_db.c From owner-cvs-lib Sat Jan 10 08:26:26 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA14560 for cvs-lib-outgoing; Sat, 10 Jan 1998 08:26:26 -0800 (PST) (envelope-from owner-cvs-lib) Received: from nash.pr.mcs.net (nash.pr.mcs.net [204.95.47.72]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA14530; Sat, 10 Jan 1998 08:25:59 -0800 (PST) (envelope-from alex@nash.pr.mcs.net) Received: (from alex@localhost) by nash.pr.mcs.net (8.8.8/8.8.7) id KAA07217; Sat, 10 Jan 1998 10:25:25 -0600 (CST) (envelope-from alex) Message-Id: <199801101625.KAA07217@nash.pr.mcs.net> Date: Sat, 10 Jan 1998 10:25:24 -0600 (CST) From: Alex Nash Subject: Re: cvs commit: src/lib/libalias alias_db.c To: cvs-committers@freebsd.org cc: cvs-all@freebsd.org, cvs-lib@freebsd.org In-Reply-To: <199801101614.IAA00707@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 10 Jan, Alex Nash wrote: > alex 1998/01/10 08:14:21 PST > > Modified files: > lib/libalias alias_db.c > Log: > Sync with ipfw interface change: fw_pts is now part of a union (a > necessary evil due to the 108 byte setsockopt() limit). > > Revision Changes Path > 1.6 +5 -5 src/lib/libalias/alias_db.c Submitted by: Simon Shapiro From owner-cvs-lib Sat Jan 10 11:40:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA06050 for cvs-lib-outgoing; Sat, 10 Jan 1998 11:40:45 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA05589; Sat, 10 Jan 1998 11:37:52 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA01934; Sat, 10 Jan 1998 11:37:22 -0800 (PST) Date: Sat, 10 Jan 1998 11:37:22 -0800 (PST) Message-Id: <199801101937.LAA01934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/10 11:37:22 PST Modified files: lib/libalias alias.h Log: Put back __libalias_version so ppp(8) build again. Revision Changes Path 1.5 +3 -0 src/lib/libalias/alias.h From owner-cvs-lib Sat Jan 10 11:44:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA06426 for cvs-lib-outgoing; Sat, 10 Jan 1998 11:44:20 -0800 (PST) (envelope-from owner-cvs-lib) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA06395; Sat, 10 Jan 1998 11:44:08 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id TAA25554; Sat, 10 Jan 1998 19:44:05 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id UAA26721; Sat, 10 Jan 1998 20:44:04 +0100 (MET) To: Brian Somers Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libalias HISTORY Makefile alias.c alias.h alias_db.c alias_ftp.c alias_irc.c alias_local.h libalias.3 References: <199801100213.CAA08096@awfulhak.demon.co.uk> From: Eivind Eklund Date: 10 Jan 1998 20:44:02 +0100 In-Reply-To: Brian Somers's message of Sat, 10 Jan 1998 02:13:10 +0000 Message-ID: <86hg7ccdx8.fsf@bitbox.follo.net> Lines: 35 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers writes: > > eivind 1998/01/09 13:13:36 PST > > > > Modified files: > > lib/libalias HISTORY Makefile alias.c alias.h > > alias_db.c alias_ftp.c alias_irc.c > > alias_local.h libalias.3 > > Log: > > Teach libalias to work with IPFW firewalls (controlled by a flag). > > > > Obtained from: Yes development tree (+ 10 lines of patches from > > Charles Mott, original libalias author) > > I thought it was agreed a while ago that osreldate.h was only to be > used for ports - and not stuff under /usr/src. Whoops - that wasn't my intention. That came from our tree, where I had it to be able to both use it (based on 2.2.2) and compile it on my box during development (3.0). I'll fix it. > Besides, it doesn't actually work on freefall (built July 4). If you > create ~/public_html/index.html.template and run ~brian/bin/mkppp, > you'll see the error. It works on 2.2.2, but not on 2.2-STABLE, due to the extremely volatile interface to IPFW. I'll see if I can come up with a scheme to make it possible to update that interface without updating everything that use it - it seems like one of our greatest weaknesses :-( Eivind, with toothache (and subsequent sleepless night) and a bad conscience for not testing well enough :-( From owner-cvs-lib Sat Jan 10 12:43:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10897 for cvs-lib-outgoing; Sat, 10 Jan 1998 12:43:41 -0800 (PST) (envelope-from owner-cvs-lib) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10788; Sat, 10 Jan 1998 12:41:11 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id UAA25937; Sat, 10 Jan 1998 20:41:04 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id VAA27496; Sat, 10 Jan 1998 21:41:03 +0100 (MET) To: Steve Price Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cmott@srv.net Subject: Re: cvs commit: src/lib/libalias alias.h References: <199801101937.LAA01934@freefall.freebsd.org> From: Eivind Eklund Date: 10 Jan 1998 21:41:02 +0100 In-Reply-To: Steve Price's message of Sat, 10 Jan 1998 11:37:22 -0800 (PST) Message-ID: <86btxkcba9.fsf@bitbox.follo.net> Lines: 15 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Price writes: > steve 1998/01/10 11:37:22 PST > > Modified files: > lib/libalias alias.h > Log: > Put back __libalias_version so ppp(8) build again. Charles: Why did you remove this? (For everybody but Charles: This came as a patch from the author of libalias; I just applied it and checked that this compiled :-(). Eivind. From owner-cvs-lib Sat Jan 10 19:31:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03546 for cvs-lib-outgoing; Sat, 10 Jan 1998 19:31:41 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA03487; Sat, 10 Jan 1998 19:31:13 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA04889; Sat, 10 Jan 1998 19:30:40 -0800 (PST) Date: Sat, 10 Jan 1998 19:30:40 -0800 (PST) Message-Id: <199801110330.TAA04889@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/csu/alpha Makefile crt0.c crtbegin.c crtend.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 19:30:40 PST Added files: lib/csu/alpha Makefile crt0.c crtbegin.c crtend.c Log: CSU source for Alpha obtained from NetBSD. The makefile will require more work when we get a half-way usable libc (which is next). From owner-cvs-lib Sat Jan 10 20:01:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA06965 for cvs-lib-outgoing; Sat, 10 Jan 1998 20:01:08 -0800 (PST) (envelope-from owner-cvs-lib) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA06903; Sat, 10 Jan 1998 20:00:45 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id VAA19333; Sat, 10 Jan 1998 21:50:01 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801102150.VAA19333@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Eivind Eklund cc: Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libalias HISTORY Makefile alias.c alias.h alias_db.c alias_ftp.c alias_irc.c alias_local.h libalias.3 In-reply-to: Your message of "10 Jan 1998 20:44:02 +0100." <86hg7ccdx8.fsf@bitbox.follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 10 Jan 1998 21:50:01 +0000 From: Brian Somers Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Brian Somers writes: > > > > eivind 1998/01/09 13:13:36 PST > > > > > > Modified files: > > > lib/libalias HISTORY Makefile alias.c alias.h > > > alias_db.c alias_ftp.c alias_irc.c > > > alias_local.h libalias.3 > > > Log: > > > Teach libalias to work with IPFW firewalls (controlled by a flag). > > > > > > Obtained from: Yes development tree (+ 10 lines of patches from > > > Charles Mott, original libalias author) > > > > I thought it was agreed a while ago that osreldate.h was only to be > > used for ports - and not stuff under /usr/src. > > Whoops - that wasn't my intention. That came from our tree, where I > had it to be able to both use it (based on 2.2.2) and compile it on my > box during development (3.0). > > I'll fix it. Thanks. I'll add a `sed' to my mkppp script that osreldate's it. > > Besides, it doesn't actually work on freefall (built July 4). If you > > create ~/public_html/index.html.template and run ~brian/bin/mkppp, > > you'll see the error. > > It works on 2.2.2, but not on 2.2-STABLE, due to the extremely > volatile interface to IPFW. I'll see if I can come up with a scheme > to make it possible to update that interface without updating > everything that use it - it seems like one of our greatest weaknesses > :-( I wouldn't worry about this. If it's not going into 2.2, there's nothing to fix (I can just add another sed to my mkppp to get it to back-port), and if it is going into 2.2, the code can be changed to whatever bit of the #ifdef is appropriate :-) > Eivind, with toothache (and subsequent sleepless night) and a bad > conscience for not testing well enough :-( Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-lib Sat Jan 10 20:02:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05754 for cvs-lib-outgoing; Sat, 10 Jan 1998 19:46:46 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA05403; Sat, 10 Jan 1998 19:44:09 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA02863; Sat, 10 Jan 1998 14:17:25 -0800 (PST) Date: Sat, 10 Jan 1998 14:17:25 -0800 (PST) Message-Id: <199801102217.OAA02863@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/msun/alpha s_copysign.S s_copysignf.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 14:17:25 PST Added files: lib/msun/alpha s_copysign.S s_copysignf.S Log: This is the only alpha math source that NetBSD has. From owner-cvs-lib Sat Jan 10 20:04:26 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05745 for cvs-lib-outgoing; Sat, 10 Jan 1998 19:46:41 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA05320; Sat, 10 Jan 1998 19:43:50 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA03165; Sat, 10 Jan 1998 14:51:53 -0800 (PST) Date: Sat, 10 Jan 1998 14:51:53 -0800 (PST) Message-Id: <199801102251.OAA03165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 14:51:53 PST Modified files: lib Makefile Log: We can now build libm on Alpha. There is very little MD alpha code. Revision Changes Path 1.62 +0 -3 src/lib/Makefile