]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoUpdated to final 1.1.5 version (revision 1.56).
bde [Thu, 25 Aug 1994 10:15:28 +0000 (10:15 +0000)]
Updated to final 1.1.5 version (revision 1.56).

Merged changes from 2.0 version (revisions 1.46-1.50) by hand.

Finished conversion to clists: removed flush of tty output buffer
in comflush() (most writes were truncated to 256 bytes) and restored
bypass of ttyinput() in siopoll().

Finished conversion to 2.0 types - more void *'s, less caddr_t's,
less casts, no Dev_t's.

Only these things are seriously broken now compared with 1.1.5:
waiting for output complete is impossible so ttywait() can deadlock;
sioclose() isn't called enough so sioopen() sometimes returns EBUSY
unnecessarily; input flow control is not implemented.

30 years agoSupport speeds 57600 and 115200.
bde [Thu, 25 Aug 1994 10:01:00 +0000 (10:01 +0000)]
Support speeds 57600 and 115200.
Privatize functions.

30 years agoFixed Makefile for make depend some more. The .depend target was not
bde [Thu, 25 Aug 1994 08:36:26 +0000 (08:36 +0000)]
Fixed Makefile for make depend some more.  The .depend target was not
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked.  The "depend"
target was not created either so "make depend" always found work to do.

30 years agoReviewed by:
ats [Wed, 24 Aug 1994 22:37:56 +0000 (22:37 +0000)]
Reviewed by:
Submitted by:
Add the elink.c file to the necessary modules for the ie and ep driver.

30 years agoReviewed by:
ats [Wed, 24 Aug 1994 22:32:44 +0000 (22:32 +0000)]
Reviewed by:
Submitted by:
Add the 3com 3C507 card to the if_ie.c driver. The files elink.c and
elink.h are helding routines that are shared between the 3C507 and the
3C509/3C579. if_ie507.h are constant declarations unique to the 3C507.
The code is based on the NetBSD driver if_ie.c donated to NetBSD by
Rafal Boni and then modified by Charles Hannum.

30 years agoChanged cc26 to cc
paul [Wed, 24 Aug 1994 21:17:33 +0000 (21:17 +0000)]
Changed cc26 to cc
Reviewed by:
Submitted by:

30 years agoFix a problem with passing quoted strings down to commands.
sef [Wed, 24 Aug 1994 21:14:27 +0000 (21:14 +0000)]
Fix a problem with passing quoted strings down to commands.

Reviewed by: Sean Eric Fagan

30 years agoAlso create a link "view" to nvi, in stead of nview solely.
guido [Wed, 24 Aug 1994 20:09:47 +0000 (20:09 +0000)]
Also create a link "view" to nvi, in stead of nview solely.

Reviewed by:
Submitted by: guido

30 years agoMake it make-able by adding a rule for paper.ps
guido [Wed, 24 Aug 1994 19:01:36 +0000 (19:01 +0000)]
Make it make-able by adding a rule for paper.ps

Reviewed by:
Submitted by: guido

30 years agoMake it make-able by adding a rule for paper.ps.
guido [Wed, 24 Aug 1994 18:57:49 +0000 (18:57 +0000)]
Make it make-able by adding a rule for paper.ps.
Reviewed by:
Submitted by: guido

30 years agoSome cosmetic changes.
jkh [Wed, 24 Aug 1994 14:49:33 +0000 (14:49 +0000)]
Some cosmetic changes.
Add pre-{build,extract,install,...} targets for Torsten, who apparently
needs them.  Can't do effective post-* targets without major work, sorry.

Jordan
Reviewed by:
Submitted by:

30 years agoAdd lex to makefile
csgr [Wed, 24 Aug 1994 13:29:01 +0000 (13:29 +0000)]
Add lex to makefile
Submitted by: Geoff.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2258,
csgr [Wed, 24 Aug 1994 13:10:34 +0000 (13:10 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2258,
which included commits to RCS files with non-trunk default branches.

30 years agoFlex version 2.4.7 from LBL
csgr [Wed, 24 Aug 1994 13:10:34 +0000 (13:10 +0000)]
Flex version 2.4.7 from LBL
Reviewed by: Geoff.

30 years agoChanges preparing for iBCS support
sos [Wed, 24 Aug 1994 11:52:21 +0000 (11:52 +0000)]
Changes preparing for iBCS support
Reviewed by:
Submitted by:

30 years agoChanges preparing for iBCS support
sos [Wed, 24 Aug 1994 11:51:46 +0000 (11:51 +0000)]
Changes preparing for iBCS support

Reviewed by:
Submitted by:

30 years agoNew file declaring the sysent structures
sos [Wed, 24 Aug 1994 11:47:23 +0000 (11:47 +0000)]
New file declaring the sysent structures
Reviewed by:
Submitted by:

30 years agoChanges preparing for iBCS2 support
sos [Wed, 24 Aug 1994 11:45:19 +0000 (11:45 +0000)]
Changes preparing for iBCS2 support

Reviewed by:
Submitted by:

30 years agoAdded iBCS2 files
sos [Wed, 24 Aug 1994 11:44:45 +0000 (11:44 +0000)]
Added iBCS2 files
Reviewed by:
Submitted by:

30 years agoPay attention to *all* errors from copyinstr(). This patch fixes a bug
dg [Wed, 24 Aug 1994 10:53:53 +0000 (10:53 +0000)]
Pay attention to *all* errors from copyinstr(). This patch fixes a bug
that causes a no-panic instant reboot when bogus argv/envvs are fed to
execve().

30 years agoFrom: Tom Pavel <PAVEL@SLAC.Stanford.EDU>
jkh [Wed, 24 Aug 1994 07:26:23 +0000 (07:26 +0000)]
From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>
Subject: man returns 1

In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if
it fails.  Here is a patch for what I believe is a simple oversight:

Submitted by: jkh

30 years agoInitialized v_writecount.
dg [Wed, 24 Aug 1994 04:06:39 +0000 (04:06 +0000)]
Initialized v_writecount.

30 years agoMove fbtab file to share/examples/etc per Garrett's request.
guido [Tue, 23 Aug 1994 20:25:28 +0000 (20:25 +0000)]
Move fbtab file to share/examples/etc per Garrett's request.
Reviewed by:
Submitted by:

30 years agoAdd -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct a
guido [Tue, 23 Aug 1994 20:13:32 +0000 (20:13 +0000)]
Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct a
warning at compil time.
This actually makes uucpd at tcp port 540 work, so slippers can  poll
over tcp.
Reviewed by:
Submitted by: guido

30 years agoFixed up everything so that the version of gcc that we install from the
paul [Tue, 23 Aug 1994 17:18:58 +0000 (17:18 +0000)]
Fixed up everything so that the version of gcc that we install from the
FreeBSD system sources installs itself as the standard cc and c++. I've
fixed c++ to call cc instead of gcc and removed all the symlinks
that get created to g** version of the binaries. This means that
you can install a second version of gcc that does use the g prefix
alongside the "system" version of gcc. The only conflict is libgcc
but since we install it as libcc.so.26 and nothing else is likely
to that should be ok.

Reviewed by:
Submitted by:

30 years agoCorrected some comments regarding ptes/pdes.
dg [Tue, 23 Aug 1994 16:27:15 +0000 (16:27 +0000)]
Corrected some comments regarding ptes/pdes.

30 years agoRe-enabled inlining of inb.
paul [Tue, 23 Aug 1994 13:41:37 +0000 (13:41 +0000)]
Re-enabled inlining of inb.
Changed u_int_inb to just inb and deleted define.

The code generated is identical to that generated with the cast so
the problem was obviously fixed at some point after gcc 1.4

Reviewed by:
Submitted by:

30 years agoI've disabled this piece of code since it's what's
paul [Tue, 23 Aug 1994 11:57:19 +0000 (11:57 +0000)]
I've disabled this piece of code since it's what's
hosing syscons. Doesn anyone know anything about this
or can we just delete it now?

/*
 * This roundabout method of returning a u_char helps stop gcc-1.40 from
 * generating unnecessary movzbl's.
 */
#ifdef disable_for_gcc-2_6_0
#define inb(port)       ((u_char) u_int_inb(port))
#endif

static inline u_int
u_int_inb(u_int port)
{
        u_char  data;
        /*
         * We use %%dx and not %1 here because i/o is done at %dx and
not at
         * %edx, while gcc-2.2.2 generates inferior code (movw instead
of movl)
         * if we tell it to load (u_short) port.
         */
        __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port));
        return data;
}

Reviewed by:
Submitted by:

30 years agoChanges to adapt to 2.0.
jkh [Tue, 23 Aug 1994 11:17:55 +0000 (11:17 +0000)]
Changes to adapt to 2.0.
Submitted by: jkh

30 years agoBring over dbsym from 1.1.5.1
jkh [Tue, 23 Aug 1994 11:15:45 +0000 (11:15 +0000)]
Bring over dbsym from 1.1.5.1
Submitted by: jkh

30 years agoBring symorder over from 1.1.5.1
jkh [Tue, 23 Aug 1994 11:08:08 +0000 (11:08 +0000)]
Bring symorder over from 1.1.5.1
Submitted by: jkh

30 years agoWoops, "8/16 mode" should read "8/16bit mode".
dg [Tue, 23 Aug 1994 10:51:40 +0000 (10:51 +0000)]
Woops, "8/16 mode" should read "8/16bit mode".

30 years agoI was in bourne-shell mode when I wrote this.. *blush*.
jkh [Tue, 23 Aug 1994 09:54:22 +0000 (09:54 +0000)]
I was in bourne-shell mode when I wrote this..  *blush*.
Submitted by: jkh

30 years agoAdded manual page for my ethernet driver - if_ed.c, and removed old
dg [Tue, 23 Aug 1994 09:50:48 +0000 (09:50 +0000)]
Added manual page for my ethernet driver - if_ed.c, and removed old
manual page for the com driver (which is no longer in our source tree).

30 years agoCorrected kernel base address.
dg [Tue, 23 Aug 1994 09:34:10 +0000 (09:34 +0000)]
Corrected kernel base address.

30 years agoOnce again, slattach sources ported from 1.1.5 with fixes.
rich [Tue, 23 Aug 1994 08:28:32 +0000 (08:28 +0000)]
Once again, slattach sources ported from 1.1.5 with fixes.

Reviewed by: davidg, bde
Submitted by: rich

30 years agoSlattach ported from 1.1.5 plus Bruce Evans suggested fix (close
rich [Tue, 23 Aug 1994 08:07:17 +0000 (08:07 +0000)]
Slattach ported from 1.1.5 plus Bruce Evans suggested fix (close
FDs and fork before redialing) to prevent dialer from hanging with
newer sio.c.

Also moved history from the source to the cvs log (here) per
David G's suggestion.

This compiles but needs testing now...  Rich

/*
 * Hacks to support "-a|c|n" flags on the command line which enable VJ
 * header compresion and disable ICMP.
 * If this is good all rights go to B & L Jolitz, otherwise send your
 * comments to Reagan (/dev/null).
 *
 * nerd@percival.rain.com (Michael Galassi) 92.09.03
 *
 * Hacked to change from sgtty to POSIX termio style serial line control
 * and added flag to enable cts/rts style flow control.
 *
 * blymn@awadi.com.au (Brett Lymn) 93.04.04
 *
 * Put slattach in it's own process group so it can't be killed
 * accidentally. Close the connection on SIGHUP and SIGINT. Write a
 * syslog entry upon opening and closing the connection.  Rich Murphey
 * and Brad Huntting.
 *
 * Add '-r command' option: runs 'command' upon recieving SIGHUP
 * resulting from loss of carrier.  Log any errors after forking.
 * Rich 8/13/93
 *
 * This version of slattach includes many changes by David Greenman, Brian
 * Smith, Chris Bradley, and me (Michael Galassi).  None of them are
 * represented as functional anywhere outside of RAINet though they do work
 * for us.  Documentation is limited to the usage message for now.  If you
 * make improovments please pass them back.
 *
 * Added '-u UCMD' which runs 'UCMD <old> <new>' whenever the slip
 * unit number changes where <old> and <new> are the old and new unit
 * numbers, respectively.  Also added the '-z' option which forces
 * invocation of the redial command (-r CMD) upon startup regardless
 * of whether the com driver claims (sometimes mistakenly) that
 * carrier is present. Also added '-e ECMD' which runs ECMD before
 * exiting.
 *
 * marc@escargot.rain.com (Marc Frajola) 93/09/10
 *
 * Minor fixes to allow passive SLIP links to work (connections with
 * modem control that do not have an associated dial command). Added
 * code to re-check for carrier after dial command has been executed.
 * Added SIGTERM handler to properly handle normal kill signals. Fixed
 * bug in logic that caused message about no -u command to be logged
 * even when -u was specified and the sl number changes. Tried to get
 * rid of redundant syslog()'s to minimize console log output. Improved
 * logging of improper command line options or number of command
 * arguments. Removed spurious newline characters from syslog() calls.
 *
 * gjung@gjbsd.franken.de
 *
 * sighup_handler changed to set CLOCAL before running redial_cmd.
 * added flag exiting, so exit_handler is not run twice.  Fork
 * before reopening tty.
 */

30 years agoRan ft.c through ident.
paul [Tue, 23 Aug 1994 07:52:29 +0000 (07:52 +0000)]
Ran ft.c through ident.
Added a missing #ifdef INET wrapper in lpt.c

Main change:
Removed the timeout_func_t casts from timeout calls and
correctly defined the timeout routines to conform to
the new format.
lpt.c doesn't have this change.

Reviewed by:
Submitted by:

30 years agoNuked the 2 second DTR wait; this is handled correctly in the sio driver.
dg [Tue, 23 Aug 1994 04:42:45 +0000 (04:42 +0000)]
Nuked the 2 second DTR wait; this is handled correctly in the sio driver.

30 years agoFix the libkern references to hopefully DTRT. See comments regarding
jkh [Tue, 23 Aug 1994 04:21:21 +0000 (04:21 +0000)]
Fix the libkern references to hopefully DTRT.  See comments regarding
a slight change in how profiled version is selected - may need to adjust
some .mk macros if PROF is foolishly initialized anywhere to a null value.
Submitted by: jkh

30 years agogcpp has ceased to exist - point to the right place.
jkh [Tue, 23 Aug 1994 03:52:40 +0000 (03:52 +0000)]
gcpp has ceased to exist - point to the right place.
Submitted by: jkh

30 years agoAdd back atrun
jkh [Tue, 23 Aug 1994 03:10:47 +0000 (03:10 +0000)]
Add back atrun
Submitted by: jkh

30 years agoAdd back `at'
jkh [Tue, 23 Aug 1994 03:10:12 +0000 (03:10 +0000)]
Add back `at'
Submitted by: jkh

30 years agoPut in crypt.c with NO crypt() call, and all other crypt(3) functions just
csgr [Mon, 22 Aug 1994 20:38:00 +0000 (20:38 +0000)]
Put in crypt.c with NO crypt() call, and all other crypt(3) functions just
as dummies.
(If you do not have libcrypt in your system, you are now HOSED.)
People outside the USA can now freely SUP lib.
(The only bits of the tree with encryption stuff in are now rc/secure and
src/kerberosIV.)
Submitted by: Geoff.

30 years agoadjkerntz added
ache [Mon, 22 Aug 1994 20:21:31 +0000 (20:21 +0000)]
adjkerntz added

30 years agopc3r russian koi8-r syscons console added
ache [Mon, 22 Aug 1994 20:07:56 +0000 (20:07 +0000)]
pc3r russian koi8-r syscons console added

30 years agoAdd sample (empty) fbtab file. Anyone is welcome to add additional
guido [Mon, 22 Aug 1994 20:00:39 +0000 (20:00 +0000)]
Add sample (empty) fbtab file. Anyone is welcome to add additional
lines (like perhaps line for soundblasters etc).
Reviewed by:
Submitted by: guido

30 years agoImplemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
guido [Mon, 22 Aug 1994 19:56:14 +0000 (19:56 +0000)]
Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
Reviewed by:
Submitted by: guido

30 years agoImplement fbtab ala SunSO.
guido [Mon, 22 Aug 1994 19:55:08 +0000 (19:55 +0000)]
Implement fbtab ala SunSO.
Could not compile it (on thud) because ttychar.h was still broken.
Reviewed by:
Submitted by: guido

30 years agoAdd Sun alike fbtab functionality.
guido [Mon, 22 Aug 1994 19:35:49 +0000 (19:35 +0000)]
Add Sun alike fbtab functionality.
Reviewed by:
Submitted by: guido

30 years agoremove unnecessary occurrence of
csgr [Mon, 22 Aug 1994 19:34:03 +0000 (19:34 +0000)]
remove unnecessary occurrence of
#ifndef _SYS_TTYCHARS_H_
#define _SYS_TTYCHARS_H_
...
#endif
Submitted by: Geoff

30 years agoprint "BUSY" instead of error number if filesystem was busy during
dg [Mon, 22 Aug 1994 17:05:00 +0000 (17:05 +0000)]
print "BUSY" instead of error number if filesystem was busy during
vfs_unmountall() - this is the most common case. If it was a different
error, then print the error number.

30 years agoRestore the intr_* array variables that were removed in the previous
bde [Mon, 22 Aug 1994 15:58:40 +0000 (15:58 +0000)]
Restore the intr_* array variables that were removed in the previous
revision.  They caused redundant redeclaration warnings because I
forgot to declare them as extern and gcc-2.6.0 treats "extern int x[];"
slightly different from "int x[];" (this is probably a bug).  The new
versions will cause RR warnings from gcc-2.4.5 because it does not
understand that the second declaration in "extern int x[]; int x[1];"
is not redundant.  The variables don't actually need to be declared
in a header file because they are used in only one C source file and
one assembler source file, but I want all public variables and
comments about them to be findable by grepping *.h.

30 years ago- Make each target depend on its source so that all the targets don't get
bde [Mon, 22 Aug 1994 15:28:17 +0000 (15:28 +0000)]
- Make each target depend on its source so that all the targets don't get
  get built every time.
- Use the standard clean and cleandir targets.

30 years agoRemove dead code. gmon stuff is now done better in libc/gmon an
bde [Mon, 22 Aug 1994 15:13:41 +0000 (15:13 +0000)]
Remove dead code.  gmon stuff is now done better in libc/gmon an
<machine/profile.h>.  The old version was writing an incomplete
header without the profrate field that is necessary to handle the
current faster profiling clock.  The counters that are where the
the profrate should be are usually 0 and gprof converts a profrate
of 0 to hz so the old version gave times too large by a factor of
profhz/hz = 10.24.

30 years agoPad `_cpu_vendor' to finish on a 32-bit boundary so that most of the
bde [Mon, 22 Aug 1994 14:28:57 +0000 (14:28 +0000)]
Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of the
locore globals aren't misaligned.

30 years agomove #include of <sys/errno.h> so that #defining KERNEL actually has an effect,
csgr [Mon, 22 Aug 1994 14:28:54 +0000 (14:28 +0000)]
move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,
and then also add a declaration of ernno as an extern int, because we
lose that due to having KERNEL defined while we include errno.h.
Reviewed by: Geoff.

30 years agoIdempotency #endif was not at end of file or commented.
bde [Mon, 22 Aug 1994 14:16:36 +0000 (14:16 +0000)]
Idempotency #endif was not at end of file or commented.

30 years ago- Fix warnings in df, etc. caused by misplaced declaration of doumount().
bde [Mon, 22 Aug 1994 14:09:51 +0000 (14:09 +0000)]
- Fix warnings in df, etc. caused by misplaced declaration of doumount().
- Fix bogus comments caused by misplaced #endif.

30 years ago- Fix attribute for __pure2.
bde [Mon, 22 Aug 1994 13:44:39 +0000 (13:44 +0000)]
- Fix attribute for __pure2.
- Update name of idempotency identifier in comment to match code.

30 years agoOk, this should work with a centralized package directory now (so you
jkh [Mon, 22 Aug 1994 13:25:33 +0000 (13:25 +0000)]
Ok, this should work with a centralized package directory now (so you
can elect to dump all finished packages in one directory).
Submitted by: jkh

30 years agoMake package target a lot more general.
jkh [Mon, 22 Aug 1994 13:11:32 +0000 (13:11 +0000)]
Make package target a lot more general.
Submitted by: jkh

30 years agoWhoops - left out the package rule!
jkh [Mon, 22 Aug 1994 13:02:16 +0000 (13:02 +0000)]
Whoops - left out the package rule!
Submitted by: jkh

30 years agoUse proper proper package suffix.
jkh [Mon, 22 Aug 1994 12:07:19 +0000 (12:07 +0000)]
Use proper proper package suffix.
Submitted by: jkh

30 years agoWhoops, left out a backslash in my package rule.
jkh [Mon, 22 Aug 1994 12:00:34 +0000 (12:00 +0000)]
Whoops, left out a backslash in my package rule.
Submitted by: jkh

30 years agoOk, now we warn if we're about to recreate the distfile from configured
jkh [Mon, 22 Aug 1994 11:23:17 +0000 (11:23 +0000)]
Ok, now we warn if we're about to recreate the distfile from configured
sources.  Configuring doesn't always _do_ anything, which is why it's
a warning and not an error.
Submitted by: jkh

30 years agoNew bsd.port.subdir.mk file for use by ports. This groks all the
jkh [Mon, 22 Aug 1994 11:20:07 +0000 (11:20 +0000)]
New bsd.port.subdir.mk file for use by ports.  This groks all the
special ports building targets and will recurse properly.  Sorry,
Julian E - no fancy prompts, just recursion! :-)

Added a `bundle' target.  Purpose is as follows:

You want to give someone a complete tree sans distfiles (for
sticking on CDROM perhaps?) but the difficulty there is that
the first time the user types `make clean', all the unpacked
sources are gone again.  Typing `make bundle' recreates the
original distfile if it can, so someone can "back up" their
unpacked tree easily with one command.

Whoops, just thought of something - it should warn if you
configured the working source.
Ok, next commit! :)
Submitted by: jkh

30 years agomodified include stucture to 2.0 style.
sos [Mon, 22 Aug 1994 11:11:05 +0000 (11:11 +0000)]
modified include stucture to 2.0 style.
Reviewed by:
Submitted by:

30 years ago WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu
dg [Mon, 22 Aug 1994 10:49:05 +0000 (10:49 +0000)]
  WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu
<hsu@soda.berkeley.edu>.
   ...Moved over from 1.1.5. Other portions of this commit were done by moving
the RCS files into place directly.

30 years agoI had to bite the bullet: There's now a port.subdir.mk that does the right
jkh [Mon, 22 Aug 1994 10:46:38 +0000 (10:46 +0000)]
I had to bite the bullet:  There's now a port.subdir.mk that does the right
thing with recursive build, configure, bundle or extract targets.
Reviewed by:
Submitted by:

30 years agoThis is weird. I *added this*, but it went away again! Ummm.. Mumble.
jkh [Mon, 22 Aug 1994 09:19:50 +0000 (09:19 +0000)]
This is weird.  I *added this*, but it went away again!  Ummm..  Mumble.
I'm confused..
Submitted by: jkh

30 years agoFixed minor typo in diagnostic message.
dg [Mon, 22 Aug 1994 08:21:51 +0000 (08:21 +0000)]
Fixed minor typo in diagnostic message.

30 years agoAdded (timeout_func_t) casts to timeout/utimeoute calls.
paul [Sun, 21 Aug 1994 20:16:14 +0000 (20:16 +0000)]
Added (timeout_func_t) casts to timeout/utimeoute calls.

Reviewed by:
Submitted by:

30 years agoAdd skey supprot
guido [Sun, 21 Aug 1994 19:26:22 +0000 (19:26 +0000)]
Add skey supprot
Reviewed by:
Submitted by: guido

30 years agoAnother typo by me
paul [Sun, 21 Aug 1994 19:19:39 +0000 (19:19 +0000)]
Another typo by me
Reviewed by:
Submitted by:

30 years agoRemove the idempotency I added -- it was wrong.
paul [Sun, 21 Aug 1994 19:13:08 +0000 (19:13 +0000)]
Remove the idempotency I added -- it was wrong.
Reviewed by:
Submitted by:

30 years agoAdd skey support
guido [Sun, 21 Aug 1994 19:10:43 +0000 (19:10 +0000)]
Add skey support
Reviewed by:
Submitted by: guido

30 years agoPut skey support to ftpd
guido [Sun, 21 Aug 1994 19:09:58 +0000 (19:09 +0000)]
Put skey support to ftpd
Reviewed by:
Submitted by: guido

30 years agoPut skey support in ftpd.
guido [Sun, 21 Aug 1994 19:09:23 +0000 (19:09 +0000)]
Put skey support in ftpd.
Reviewed by:
Submitted by:  guido

30 years agoFix typo (define -> ifndef)
paul [Sun, 21 Aug 1994 19:06:48 +0000 (19:06 +0000)]
Fix typo (define -> ifndef)
Reviewed by:
Submitted by:

30 years agoSigh.. Some of these configs are a little hairy. I need to know the
jkh [Sun, 21 Aug 1994 18:26:10 +0000 (18:26 +0000)]
Sigh..  Some of these configs are a little hairy.  I need to know the
${PORTSDIR} too now - pass it to any and all config scripts.
Submitted by: jkh

30 years agoRemoved disk type from disklabel lines, not needed for installing
paul [Sun, 21 Aug 1994 18:15:45 +0000 (18:15 +0000)]
Removed disk type from disklabel lines, not needed for installing
bootblocks.

Reviewed by:
Submitted by:

30 years agoAdd my desire for XPG-style message catalogs to the TODO list.
jkh [Sun, 21 Aug 1994 17:53:06 +0000 (17:53 +0000)]
Add my desire for XPG-style message catalogs to the TODO list.
Submitted by: jkh

30 years agoFixed bootblocks to work with FreeBSD 2.0
paul [Sun, 21 Aug 1994 17:47:26 +0000 (17:47 +0000)]
Fixed bootblocks to work with FreeBSD 2.0

1) Fixed up some header locations
2) Replaced list of boot files with /kernel
3) Changed disklabel use in Makefile to conform to 4.4
4) Added size command in Makefile to get close estimate of bootblock
   sizes. Total size of text and data must be below 64K, slightly
   overestimated since a.out header subsequently gets stripped.
5) Various buffer sizes are set to 8192 bytes in sys.c. In 4.4 MAXBSIZE
   is set to 64K which is too big for the bootblocks to deal with.

Submitted by: Paul Richards

30 years agoMake things a little more user-friendly
jkh [Sun, 21 Aug 1994 17:42:24 +0000 (17:42 +0000)]
Make things a little more user-friendly
Submitted by: jkh

30 years agoGet the .configure_done stuff working - it wasn't in the right place.
jkh [Sun, 21 Aug 1994 16:55:54 +0000 (16:55 +0000)]
Get the .configure_done stuff working - it wasn't in the right place.
Submitted by: jkh

30 years agoStart really adding some features here. Let's see:
jkh [Sun, 21 Aug 1994 16:37:09 +0000 (16:37 +0000)]
Start really adding some features here.  Let's see:

1. New variable DEPENDS lets you list packages that this depends on,
   relative to the top (lang/tcl, x11/tk, etc).  These packages will
   always get made first.

2. Don't configure again if you've already done so successfully.

3. Add pre-configure and post-configure hooks.  You can now do a pre-configure,
   a local configure, a port-provided configure and finally a post-configure
   if you really really want to.  I can't imagine anything this will leave us
   not being able to do! :) [ Yes, I have actually found a use for at least
   two of these in one port - see x11/tk!].

Submitted by: jkh

30 years agoSimplify the whole configuration script business quite a bit. What
jkh [Sun, 21 Aug 1994 15:04:03 +0000 (15:04 +0000)]
Simplify the whole configuration script business quite a bit.  What
was I thinking before..
Submitted by: jkh

30 years agoWhoops, the check for a missing distfile was slightly bogus. Now it works.
jkh [Sun, 21 Aug 1994 14:32:40 +0000 (14:32 +0000)]
Whoops, the check for a missing distfile was slightly bogus.  Now it works.
Submitted by: jkh

30 years agoMake any local configuration file unconditional. That is, if one exists
jkh [Sun, 21 Aug 1994 14:10:16 +0000 (14:10 +0000)]
Make any local configuration file unconditional. That is, if one exists
then run it even if GNU configure is to be run later.
Submitted by: jkh

30 years agoCommit my new ports make macros. Still not 100% complete yet by any means
jkh [Sun, 21 Aug 1994 13:12:57 +0000 (13:12 +0000)]
Commit my new ports make macros.  Still not 100% complete yet by any means
but fairly usable at this stage.
Submitted by: jkh

30 years agoTouch init.c after making it in case mkinit refused to touch it after not
bde [Sun, 21 Aug 1994 10:44:51 +0000 (10:44 +0000)]
Touch init.c after making it in case mkinit refused to touch it after not
changing it.  mkinit's attempted smartness about timestamps is mismatched
with the makefile.  init.o is compiled _twice_ the first time it is made...

30 years agoBetter support for clean bit: prompt the user to fix it if it's wrong
dg [Sun, 21 Aug 1994 08:47:10 +0000 (08:47 +0000)]
Better support for clean bit: prompt the user to fix it if it's wrong
when not preening, and indicate if it was fixed when preening.

30 years agoChange cc back to cpp for now.
paul [Sun, 21 Aug 1994 07:56:40 +0000 (07:56 +0000)]
Change cc back to cpp for now.
Reviewed by:
Submitted by:

30 years agoMade idempotent
paul [Sun, 21 Aug 1994 07:19:45 +0000 (07:19 +0000)]
Made idempotent
Reviewed by:
Submitted by:

30 years agoMade idempotent
paul [Sun, 21 Aug 1994 07:03:56 +0000 (07:03 +0000)]
Made idempotent
Reviewed by:
Submitted by:

30 years agoMore idempotency....... this is fun :-)
paul [Sun, 21 Aug 1994 06:50:16 +0000 (06:50 +0000)]
More idempotency....... this is fun :-)

30 years agoMade idempotent.
paul [Sun, 21 Aug 1994 06:22:12 +0000 (06:22 +0000)]
Made idempotent.

Submitted by: paul

30 years agoMade idempotent -- made some of them more consistent with rest of tree.
paul [Sun, 21 Aug 1994 06:14:33 +0000 (06:14 +0000)]
Made idempotent -- made some of them more consistent with rest of tree.
Reviewed by:
Submitted by:

30 years agoAdd an ID to this. Be a bit more charitable about giving out 2.0 CDs.. :)
jkh [Sun, 21 Aug 1994 06:12:11 +0000 (06:12 +0000)]
Add an ID to this.  Be a bit more charitable about giving out 2.0 CDs.. :)
Submitted by: jkh