From owner-cvs-usrbin Sun May 10 09:08:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04760 for cvs-usrbin-outgoing; Sun, 10 May 1998 09:08:15 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04222; Sun, 10 May 1998 09:04:50 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA18616; Sun, 10 May 1998 09:01:36 -0700 (PDT) Date: Sun, 10 May 1998 09:01:36 -0700 (PDT) Message-Id: <199805101601.JAA18616@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/libexec/ypxfr Makefile src/usr.bin/passwd Makefile src/usr.sbin/yppush Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/10 09:01:36 PDT Modified files: libexec/ypxfr Makefile usr.bin/passwd Makefile usr.sbin/yppush Makefile Log: Fixed missing dependencies on headers generated by rpcgen, as usual. Removed bogus dependencies of generated .c files on generated headers. Sorted sources lists. Revision Changes Path 1.7 +10 -8 src/libexec/ypxfr/Makefile 1.28 +9 -11 src/usr.bin/passwd/Makefile 1.5 +7 -6 src/usr.sbin/yppush/Makefile From owner-cvs-usrbin Tue May 12 04:58:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19939 for cvs-usrbin-outgoing; Tue, 12 May 1998 04:58:02 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19843; Tue, 12 May 1998 04:57:44 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA29866; Tue, 12 May 1998 04:54:16 -0700 (PDT) Date: Tue, 12 May 1998 04:54:16 -0700 (PDT) Message-Id: <199805121154.EAA29866@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make compat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/05/12 04:54:15 PDT Modified files: usr.bin/make compat.c Log: Some commands are shell builtins. Execute the builtins by the shell and not directly by make(1). PR: bin/6550 Submitted by: Theo de Raadt Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17651 for cvs-usrbin-outgoing; Tue, 12 May 1998 22:54:43 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17548; Tue, 12 May 1998 22:54:18 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA00372; Tue, 12 May 1998 22:50:44 -0700 (PDT) Date: Tue, 12 May 1998 22:50:44 -0700 (PDT) Message-Id: <199805130550.WAA00372@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make compat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/12 22:50:43 PDT Modified files: usr.bin/make compat.c Log: Fix broken (at least on alpha, but probably on i386 too) code which is supposed to walk an arry of character pointers, not an array of characters. Revision Changes Path 1.10 +4 -4 src/usr.bin/make/compat.c From owner-cvs-usrbin Wed May 13 01:02:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05713 for cvs-usrbin-outgoing; Wed, 13 May 1998 01:02:21 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05375; Wed, 13 May 1998 01:01:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA02516; Wed, 13 May 1998 00:57:51 -0700 (PDT) Date: Wed, 13 May 1998 00:57:51 -0700 (PDT) Message-Id: <199805130757.AAA02516@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/bin/date date.1 src/bin/df df.1 src/bin/ls ls.1 src/contrib/awk/doc awk.1 src/contrib/bc/doc bc.1 src/contrib/cvs/man cvs.1 src/usr.bin/apply apply.1 src/usr.bin/du du.1 src/usr.sbin/pppctl pppctl.8 src/usr.sbin/quot quot.8 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/05/13 00:57:50 PDT Modified files: bin/date date.1 bin/df df.1 bin/ls ls.1 contrib/awk/doc awk.1 contrib/bc/doc bc.1 contrib/cvs/man cvs.1 usr.bin/apply apply.1 usr.bin/du du.1 usr.sbin/pppctl pppctl.8 usr.sbin/quot quot.8 Log: .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam Revision Changes Path 1.25 +2 -2 src/bin/date/date.1 1.13 +2 -2 src/bin/df/df.1 1.22 +2 -2 src/bin/ls/ls.1 1.2 +1 -1 src/contrib/awk/doc/awk.1 1.2 +1 -1 src/contrib/bc/doc/bc.1 1.9 +1 -1 src/contrib/cvs/man/cvs.1 1.4 +1 -1 src/usr.bin/apply/apply.1 1.11 +2 -2 src/usr.bin/du/du.1 1.10 +2 -2 src/usr.sbin/pppctl/pppctl.8 1.9 +2 -2 src/usr.sbin/quot/quot.8 From owner-cvs-usrbin Wed May 13 17:41:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27465 for cvs-usrbin-outgoing; Wed, 13 May 1998 17:41:54 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27356; Wed, 13 May 1998 17:41:11 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04329; Wed, 13 May 1998 17:37:31 -0700 (PDT) Date: Wed, 13 May 1998 17:37:31 -0700 (PDT) Message-Id: <199805140037.RAA04329@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/shar shar.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/05/13 17:37:31 PDT Modified files: (Branch: RELENG_2_2) usr.bin/shar shar.sh Log: Tree repair: This file was not on the RELENG_2_2 branch because RELENG_2_2 was a REVISION tag and not a branch tag. This happenned at 1.3 consequently, 2.2.5 and 2.2.6 were both released with shar.sh stuck at 1.3 from the mainline. 1.3 was the HEAD so that was ok I guess. I've made a RELENG_2_2 branch again and done a merge from current on it, so nothing should change, except that cvs update -rRELENG_2_2 -D"May 1" should now produce the right result again. This was teh only thing stopping cvs update -rRELENG_2_2 -D"May 1" from checking out a whole historical freebsd 2.2.x tree as of some specific date. Revision Changes Path 1.1.1.1.8.1 +11 -3 src/usr.bin/shar/shar.sh From owner-cvs-usrbin Thu May 14 03:17:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25849 for cvs-usrbin-outgoing; Thu, 14 May 1998 03:17:32 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25767; Thu, 14 May 1998 03:17:08 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA11685; Thu, 14 May 1998 03:13:25 -0700 (PDT) Date: Thu, 14 May 1998 03:13:25 -0700 (PDT) Message-Id: <199805141013.DAA11685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/14 03:13:25 PDT Modified files: usr.bin/w w.c Log: Allow `w' to treat a corrupted "utmp" as a non fatal error. PR: bin/2832 Revision Changes Path 1.26 +7 -4 src/usr.bin/w/w.c From owner-cvs-usrbin Fri May 15 02:30:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16569 for cvs-usrbin-outgoing; Fri, 15 May 1998 02:30:49 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16457; Fri, 15 May 1998 02:30:19 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12199; Fri, 15 May 1998 02:26:28 -0700 (PDT) Date: Fri, 15 May 1998 02:26:28 -0700 (PDT) Message-Id: <199805150926.CAA12199@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/vgrind extern.h regexp.c vfontedpr.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/15 02:26:28 PDT Modified files: usr.bin/vgrind extern.h regexp.c vfontedpr.c Log: Change the name of a variable from _start to s_start. On alpha there must be a library function called _start. Revision Changes Path 1.2 +1 -1 src/usr.bin/vgrind/extern.h 1.5 +3 -3 src/usr.bin/vgrind/regexp.c 1.11 +4 -4 src/usr.bin/vgrind/vfontedpr.c From owner-cvs-usrbin Fri May 15 04:27:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04903 for cvs-usrbin-outgoing; Fri, 15 May 1998 04:27:09 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04799; Fri, 15 May 1998 04:26:36 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA14419; Fri, 15 May 1998 04:22:44 -0700 (PDT) Date: Fri, 15 May 1998 04:22:44 -0700 (PDT) Message-Id: <199805151122.EAA14419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find find.1 src/usr.bin/locate/locate locate.1 src/usr.bin/whereis whereis.1 src/usr.bin/which which.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/15 04:22:44 PDT Modified files: usr.bin/find find.1 usr.bin/locate/locate locate.1 usr.bin/whereis whereis.1 usr.bin/which which.1 Log: Add cross references for find(1), locate(1), whereis(1) and which(1). Submitted by: Josh Gillam PR: docs/6642 Revision Changes Path 1.15 +3 -1 src/usr.bin/find/find.1 1.11 +3 -1 src/usr.bin/locate/locate/locate.1 1.5 +3 -1 src/usr.bin/whereis/whereis.1 1.11 +4 -1 src/usr.bin/which/which.1 From owner-cvs-usrbin Fri May 15 05:33:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13234 for cvs-usrbin-outgoing; Fri, 15 May 1998 05:33:03 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13153; Fri, 15 May 1998 05:32:36 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA14997; Fri, 15 May 1998 05:28:44 -0700 (PDT) Date: Fri, 15 May 1998 05:28:44 -0700 (PDT) Message-Id: <199805151228.FAA14997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/last last.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/15 05:28:44 PDT Modified files: usr.bin/last last.c Log: Change variable from long to time_t where they are passed by reference to time(). Revision Changes Path 1.9 +3 -2 src/usr.bin/last/last.c From owner-cvs-usrbin Fri May 15 05:38:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14400 for cvs-usrbin-outgoing; Fri, 15 May 1998 05:38:14 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14120; Fri, 15 May 1998 05:37:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA15116; Fri, 15 May 1998 05:33:58 -0700 (PDT) Date: Fri, 15 May 1998 05:33:58 -0700 (PDT) Message-Id: <199805151233.FAA15116@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/15 05:33:57 PDT Modified files: usr.bin Makefile Log: More programs are now broken on alpha due to the libbind changes that prevent the programs from being linked static (duplicated symbols). Other programs depend on kernel internals. These will have to wait for a custom alpha kernel. For now, let's just make the build safe. Revision Changes Path 1.99 +13 -12 src/usr.bin/Makefile From owner-cvs-usrbin Fri May 15 13:23:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27970 for cvs-usrbin-outgoing; Fri, 15 May 1998 13:23:26 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27899; Fri, 15 May 1998 13:23:17 -0700 (PDT) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12336; Fri, 15 May 1998 13:19:23 -0700 (PDT) Date: Fri, 15 May 1998 13:19:23 -0700 (PDT) Message-Id: <199805152019.NAA12336@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat inet.c main.c mbuf.c netstat.h unix.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1998/05/15 13:19:22 PDT Modified files: usr.bin/netstat inet.c main.c mbuf.c netstat.h unix.c Log: mbuf, inet, and unix modules no longer read kvm. Revision Changes Path 1.27 +115 -62 src/usr.bin/netstat/inet.c 1.20 +74 -82 src/usr.bin/netstat/main.c 1.11 +2 -3 src/usr.bin/netstat/mbuf.c 1.9 +2 -2 src/usr.bin/netstat/netstat.h 1.6 +73 -51 src/usr.bin/netstat/unix.c From owner-cvs-usrbin Sat May 16 01:36:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15865 for cvs-usrbin-outgoing; Sat, 16 May 1998 01:36:10 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15763; Sat, 16 May 1998 01:35:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16957; Sat, 16 May 1998 01:31:51 -0700 (PDT) Date: Sat, 16 May 1998 01:31:51 -0700 (PDT) Message-Id: <199805160831.BAA16957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat unix.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/05/16 01:31:51 PDT Modified files: usr.bin/netstat unix.c Log: Fix broken sun_len usage: it is not sun_path length but bigger Revision Changes Path 1.7 +5 -2 src/usr.bin/netstat/unix.c From owner-cvs-usrbin Sat May 16 11:08:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14764 for cvs-usrbin-outgoing; Sat, 16 May 1998 11:08:26 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14687; Sat, 16 May 1998 11:08:02 -0700 (PDT) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA16502; Sat, 16 May 1998 11:04:01 -0700 (PDT) Date: Sat, 16 May 1998 11:04:01 -0700 (PDT) Message-Id: <199805161804.LAA16502@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat unix.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1998/05/16 11:04:01 PDT Modified files: usr.bin/netstat unix.c Log: Fix rev. 1.7: get offsetof from the correct header file. Revision Changes Path 1.8 +2 -2 src/usr.bin/netstat/unix.c From owner-cvs-usrbin Sat May 16 14:40:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12035 for cvs-usrbin-outgoing; Sat, 16 May 1998 14:40:06 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11888; Sat, 16 May 1998 14:39:43 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA17525; Sat, 16 May 1998 14:35:40 -0700 (PDT) Date: Sat, 16 May 1998 14:35:40 -0700 (PDT) Message-Id: <199805162135.OAA17525@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fstat fstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/05/16 14:35:40 PDT Modified files: usr.bin/fstat fstat.c Log: Include correct header to get definition of struct sockaddr_un. Revision Changes Path 1.15 +2 -1 src/usr.bin/fstat/fstat.c From owner-cvs-usrbin Sat May 16 16:06:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23668 for cvs-usrbin-outgoing; Sat, 16 May 1998 16:06:51 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23649; Sat, 16 May 1998 16:06:36 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id AAA16245; Sun, 17 May 1998 00:08:31 +0100 (BST) Date: Sun, 17 May 1998 00:08:31 +0100 (BST) From: Doug Rabson To: John Birrell cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrbin@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <199805151233.FAA15116@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 15 May 1998, John Birrell wrote: > jb 1998/05/15 05:33:57 PDT > > Modified files: > usr.bin Makefile > Log: > More programs are now broken on alpha due to the libbind changes > that prevent the programs from being linked static (duplicated > symbols). > > Other programs depend on kernel internals. These will have to wait > for a custom alpha kernel. For now, let's just make the build safe. I have an alpha kernel linked (with 90% of the arch specific bits stubbed out) and I have (only just) managed to get the SimOS CPU simulator to execute the first few instructions :-). Next job is pmap :-(. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-usrbin Sat May 16 16:19:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25344 for cvs-usrbin-outgoing; Sat, 16 May 1998 16:19:46 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25171; Sat, 16 May 1998 16:18:29 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id JAA27803; Sun, 17 May 1998 09:21:56 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805162321.JAA27803@cimlogic.com.au> Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: from Doug Rabson at "May 17, 98 00:08:31 am" To: dfr@nlsystems.com (Doug Rabson) Date: Sun, 17 May 1998 09:21:56 +1000 (EST) Cc: jb@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrbin@freebsd.org X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > I have an alpha kernel linked (with 90% of the arch specific bits stubbed > out) and I have (only just) managed to get the SimOS CPU simulator to > execute the first few instructions :-). > > Next job is pmap :-(. I am _soooo_ glad to hear you say that. Still using a NetBSD kernel with the version "modified" to report as FreeBSD and the same for the boot blocks, I have FreeBSD/Alpha running and able to build (most) of itself. It can build ports like ssh and correctly run the GNU configure and know that it is alpha-unknown-freebsd3.0. I'm going to work on a setup that can netboot from an i386 using bootp. That's probably the easiest way to run newborn kernels. It is also the way people will need to install for the time being. Installing NetBSD and munging it into FreeBSD is a pain because of all the crap that NetBSD has in different places. Like the tools in /usr/local. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-usrbin Sat May 16 16:30:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26534 for cvs-usrbin-outgoing; Sat, 16 May 1998 16:30:14 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26457; Sat, 16 May 1998 16:29:52 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id AAA16344; Sun, 17 May 1998 00:31:27 +0100 (BST) Date: Sun, 17 May 1998 00:31:26 +0100 (BST) From: Doug Rabson To: John Birrell cc: jb@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrbin@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <199805162321.JAA27803@cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 17 May 1998, John Birrell wrote: > Doug Rabson wrote: > > I have an alpha kernel linked (with 90% of the arch specific bits stubbed > > out) and I have (only just) managed to get the SimOS CPU simulator to > > execute the first few instructions :-). > > > > Next job is pmap :-(. > > I am _soooo_ glad to hear you say that. > > Still using a NetBSD kernel with the version "modified" to report as > FreeBSD and the same for the boot blocks, I have FreeBSD/Alpha running > and able to build (most) of itself. It can build ports like ssh and > correctly run the GNU configure and know that it is alpha-unknown-freebsd3.0. > > I'm going to work on a setup that can netboot from an i386 using bootp. > That's probably the easiest way to run newborn kernels. It is also the > way people will need to install for the time being. Installing NetBSD > and munging it into FreeBSD is a pain because of all the crap that > NetBSD has in different places. Like the tools in /usr/local. It is going to be a while until I have a kernel which works well enough to boot on a real machine. For instance, my 'kernel' (snigger) has no devices or bus code in it at all :-). I plan to use SimOS for early kernel bootstrapping and think about booting it on a physical machine much later. SimOS is very nice; it simulates the alpha accurately enough to boot Digital Unix and has a tcl interface for instrumenting and debugging. Unfortunately, it would be hard (if not impossible) to host SimOS on an i386. I am running it under Linux/alpha for now. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039