Timeline


and

01/11/97:

14:27 Changeset [9524] by ghudson
For manual updates, reboot automatically to run finish-update, but give the system administrator a shell at the end of finish-update to look around before the machine boots multi-user under the new version.
14:24 Changeset [9523] by ghudson
Conform to the Athena codnig standards.
14:23 Changeset [9522] by ghudson
Convert from imake to an autoconf-based build system
14:21 Changeset [9521] by ghudson
Conform to the Athena coding standards. kill() does not return ESRCH; it returns -1 and sets errno to ESRCH.
14:20 Changeset [9520] by ghudson
Rename access_on.1 to access_off.1 for consistency with C source file. Make access_on.1 a .so link to access_off.1. In access_off.1, perform stylistic corrections and add an MIT copyright notice and RCS ID.
14:16 Changeset [9519] by ghudson
Convert from imake to an autoconf build system.
14:15 Changeset [9518] by ghudson
Add support for a numeric AFSCLIENT value being the -daemons argument.
14:13 Changeset [9517] by ghudson
Follow the Athena coding standards. Don't use system(); use fork() and exec() instead, to avoid passing characters through the shell quoting mechanism twice.
14:12 Changeset [9516] by ghudson
Add and MIT copyright and RCS ID. Stylistic corrections. Say what the default interval is.
14:11 Changeset [9515] by ghudson
Switch from imake to an autoconf build system.
14:09 Changeset [9514] by ghudson
Honor configure-time environment variables CPPFLAGS, CFLAGS, LDFLAGS, and LIBS properly.
14:08 Changeset [9513] by ghudson
Implement "make distclean" properly.

01/09/97:

15:07 Changeset [9512] by jweiss
Don't set the timezone (especially incorrectly) let it be grabbed from the machine's default.

01/05/97:

13:33 Changeset [9511] by ghudson
Add a note about how to get a list of CTAN mirrors.
09:18 Changeset [9510] by ghudson
Solaris 2.5 moves the boot blocks to /usr/platform/`uname -i`. Since we don't plan to install any Solaris 2.4 machines as 8.1, make this change for Solaris 2.5 now.
09:16 Changeset [9509] by ghudson
/srvd/bin, /srvd/etc, and /srvd/usr/bin are not very useful path components; change them to /os/usr/bin, /os/etc, and /os/usr/sbin.

01/04/97:

01:07 Changeset [9508] by ghudson
Obey the environment variables CPPFLAGS, CFLAGS, LDFLAGS, and LIBS from the configure-time environment. Implement "make distclean".

01/03/97:

16:06 Changeset [9507] by ghudson
Bump version to 3.0.2.
16:03 Changeset [9506]
This commit was manufactured by cvs2svn to create tag 'hesiod-3_0_2'.
16:03 Changeset [9505] by ghudson
Pull up changes from revision 1.3 to Hesiod 3.0 release branch.
16:02 Changeset [9504] by ghudson
Pull up changes from revision 1.5 to Hesiod 3.0 release branch.
16:02 Changeset [9503] by ghudson
Pull up changes from revision 1.10 to Hesiod 3.0 release branch.
15:48 Changeset [9502] by ghudson
Pull up changes from revs 1.19 and 1.20 to Hesiod 3.0 release branch.
15:47 Changeset [9501] by ghudson
Bump version to 3.0.2.
15:44 Changeset [9500] by ghudson
Describe recent fixes for the 3.0.2 release.
15:43 Changeset [9499] by ghudson
Add length-checking in hesiod_to_bind().
15:42 Changeset [9498] by ghudson
Obey autoconf environment variables CPPFLAGS, CFLAGS (which should contain debugging/optimization flags only), LDFLAGS, and LIBS. "make distclean" didn't clean config.h.

01/02/97:

04:54 Changeset [9497] by ghudson
Add services. Sort.
04:54 Changeset [9496] by ghudson
Add services. Remove a spurious double quote. Sort.
04:54 Changeset [9495] by ghudson
Remove handling of services.add; we will treat services as a regular config file.
04:52 Changeset [9494] by ghudson
Add services as a regular configfile, uncommenting the demo services.
04:52 Changeset [9493] by ghudson
Since we're going to treat services as a regular config file, remove this file.

01/01/97:

14:16 Changeset [9492] by ghudson
Solaris 2.5 puts bcopy back in libc, but not sigvec or sigsetmask, so we still need -lucb for AFS libraries on Solaris 2.5. Therefore, test for sigvec instead of bcopy. Put the tests for system libraries required by AFS libraries inside the $afs test.
14:06 Changeset [9491] by ghudson
Test for sigvec instead of bcopy, since bcopy is in libc on Solaris 2.5 but sigvec and sigsetmask are not.
13:49 Changeset [9490] by ghudson
AFS libraries need -lucb on Solaris (systems that don't have bcopy in libc) and -lcompat on NetBSD (systems that don't have insque in libc).
05:24 Changeset [9489] by ghudson
On Irix, AFS requires a final -lsys after -llwp due to a bogus circular dependency.

12/31/96:

18:20 Changeset [9488] by ghudson
Simplify the --with-motif and --with-afs instructions a bit, and produce a better error message if someone tries to configure a package with requires Motif or AFS using --without-motif or --without-afs.
18:16 Changeset [9487] by ghudson
Revise the section on using --with-motif (it may still need more work), and add a section on using --with-afs.
18:15 Changeset [9486] by ghudson
Add with_afs to set location of AFS includes and libraries, for those programs which use them.

12/30/96:

13:39 Changeset [9485] by ghudson
For names of the form foo@bar.baz, point rhs at bar.baz in the read-only string, not in the read-write array we're going to munge. Also a slight cosmetic change.

12/29/96:

13:47 Changeset [9484] by ghudson
I've changed my mind about noting who reviewed changes in commit messages, so don't specify that. Explain how to apply patches under "Reviewing changes" (mainly so that people know to use the -E flag).

12/28/96:

14:22 Changeset [9483] by ghudson
Add a note about the stuff in packs/config and packs/maint which are modified OS configuration files.
13:52 Changeset [9482] by ghudson
Make sure /etc/init.d, /etc/rc0.d, and /etc/rc2.d exist before putting things there.
13:51 Changeset [9481] by ghudson
Make sure /etc/init.d, /etc/rc0.d, and /etc/rc2.d exist before installing things there.

12/27/96:

17:19 Changeset [9480] by ghudson
At least for now, get rid of the "reviewed by" commit template; it just gets in the way. There's no really good reason to record the reviewer in commit messages, since we have the source-reviewers discuss archive.
17:16 Changeset [9479] by ghudson
Nuke all the old version scripts and add an 8.1.0 script taking care of some of the things we'll need to do for the 8.1 update.
17:14 Changeset [9478] by ghudson
Add a "configfiles" specifying the configuration files for this platform, installed in /usr/athena/lib/update/configfiles.
17:12 Changeset [9477] by ghudson
Stylistic normalization. Track in /var/sadm so we don't have to do the old NEWSADM hack in the update script.
17:12 Changeset [9476] by ghudson
Stylistic normalization.
17:10 Changeset [9475] by ghudson
Simplify and make conformant with the Athena coding standards. Version numbers are supposed to be dotted triplets now, so recognize that instead of the <digit>.<digit><letter> format.
17:09 Changeset [9474] by ghudson
Use the path for some things instead of figuring out absolute paths. Eliminate $ROOT and some version-specific hacks which aren't needed any more. Version numbers are supposed to be dotted triplets now. 7.7 and 8.0 versions are converted to 7.7.0 and 8.0.0 so we don't have to recognize the old format. Some simplification and stylistic normalization.
17:03 Changeset [9473] by ghudson
A new script to finish the update after a reboot. Right now all we do is run mkserv.
17:01 Changeset [9472] by ghudson
Rename do_update to do-update. Eliminate AIX and Ultrix support. Eliminate AFS configuration (it's handled at boot time). Eliminate fiddling with /etc/athena/rc.conf for now. Eliminate ${ROOT} (a relic of an unfinished attempt to combine the install and update into a single script). Eliminate hard-linking files to /.deleted; if we don't reboot with the -q flag, it shouldn't be necessary to prevent fscking. Always echo complete lines of text to avoid ugly BSD vs. SysV hacks. Handle the Solaris root crontab file consistently with other configuration files. Introduce a file /usr/athena/lib/update/configfiles which contains a list of configuration files for the current platform. Currently only this script uses it, but the install system and the public workstation cleanup can use it too. (Note that there are some other "special" files like sendmail.cf and the Solaris /etc/{name_to_major,driver_aliases}.) Version numbers are now dotted triplets. Hack 7.7 and 8.0 revisions to look like 7.7.0 and 8.8.0 so we can run a 7.7.1 and 8.0.1 update script to take care of anything that might be unfinished on such a machine. Move the mkserv portion of the update out of this script into a script which runs after a reboot. Document (in comments) what variables a version script can set. Add a file named $DEADFILES which contains a list of files to delete after doing the track. Useful for updating OS versions. (This may become vestigial if we reintroduce the nonstd mechanism.) Tracking the OS is now conditional on $TRACKOS on both systems. (Previously it was conditional on TRACKNEWOS on the SGI and wasn't conditional at all on the Sun). Running /install/install/update on the SGI is now conditional on NEWUNIX, as it ought to be. Previously, it was important to do every time you tracked the OS, but the stat files and scripts have been updated avoid that problem. Use the output of machtype for the platform name in /etc/athena/version, instead of uppercasing it.
16:51 Changeset [9471] by ghudson
Oops, one more change: we want to install things unstripped these days.
16:50 Changeset [9470] by ghudson
In the new world, CFLAGS is supposed to be just optimization/debugging flags, so get rid of this imake-style CDEBUGFLAGS thing. do_update has been renamed to do-update. Install the new finish-update script. Version scripts are named *.*.* now, instead of ?.??.
16:48 Changeset [9469] by ghudson
Add an init.d script finish-update to take care of finishing partially completed updates.
16:46 Changeset [9468] by ghudson
AFS startup is taken care of by a separate script in /etc/init.d now.
16:43 Changeset [9467] by ghudson
Add a variable suppress-network-daemons which the update can use to prevent network daemons from starting up when the network is configured. Remove a stranded comment.
16:42 Changeset [9466] by ghudson
Add a finish-update script to finish updates after the reboot phase.
16:38 Changeset [9465] by ghudson
Implement "make clean". Just use the hosttype in /etc/athena/version; don't bother to uppercase it.
16:35 Changeset [9464] by ghudson
Add an afs.rc script based on Transarc's, with a few Athena additions.
16:35 Changeset [9463] by ghudson
Add an afs.rc script based on the Transarc one, with a few local changes.
16:32 Changeset [9462] by ghudson
Add cacheadjust.

12/26/96:

14:22 Changeset [9461] by ghudson
What's in here is wrong (on some platforms, nice() doesn't return the value we want), so mark it as such to avoid deluding people.
14:21 Changeset [9460] by ghudson
Make the portability system reflect the current build system a little bit more.
14:13 Changeset [9459] by ghudson
We no longer care about Ultrix. Reword stuff about platform tests not to refer to imake (programs using plain Makefiles are relevant). Use SOLARIS instead of __svr4__ to distinguish SunOS from Solaris, as recommended in standards.
14:01 Changeset [9458] by ghudson
Don't rely on config.site for the compiler used for Makefile and Makefile.athena packages, because the proper way of doing platform tests differs between programs using Autoconf and programs not using it.
13:58 Changeset [9457] by ghudson
Any program using autoconf should use AC_CANONICAL_HOST to do platform checks, and should certainly not rely on a site-specific -DSOLARIS change. This will require do.sh to decide the compiler for plain Makefiles independently of what's chosen here.
13:55 Changeset [9456] by ghudson
Add a note about the change in compilation policy.
13:54 Changeset [9455] by ghudson
By default, compile programs with -g (not -O), and don' strip then when installing. install programs mode 555.

12/24/96:

03:34 Changeset [9454] by ghudson
Set CFLAGS to -g to override autoconf defaults, for ease of maintenance.

12/23/96:

18:17 Changeset [9453] by jweiss
Reviewed by: ghudson look for the global motd in /var/gms/Message, not /site/Message which should have gone away with the vaxen.

12/18/96:

13:18 Changeset [9452] by ghudson
Install inetd.conf.athena with name inetd.conf. Install crontab.root with name root.
13:18 Changeset [9451] by ghudson
Install inetd.conf.athena with name inetd.conf.
12:59 Changeset [9450] by ghudson
Add root dotfiles, from athena/config/files/Irix in the 8.0 source tree.
12:59 Changeset [9449] by ghudson
Add root dotfiles, from athena/config/files/Solaris in the 8.0 source tree.
11:58 Changeset [9448] by ghudson
Fix dumb error: man pages belong under /usr/athena/man, not /usr/athena/lib.
10:00 Changeset [9447] by ghudson
Conditionalize xdr_fhandle() on MOUNTVERS3 not being defined, to avoid defining it on Solaris 2.5.1 where it conflicts with the system's definition. We should get rid of the definition when Solaris 2.4 is no longer a concern.

12/16/96:

03:38 Changeset [9446]
This commit was manufactured by cvs2svn to create tag 'hesiod-3_0_1'.
03:38 Changeset [9445] by ghudson
Pull up changes from revision 1.3 to Hesiod 3.0 release branch.
03:37 Changeset [9444] by ghudson
Pull up changes from revision 1.2 to Hesiod 3.0 release branch.
03:37 Changeset [9443] by ghudson
Pull up changes from revision 1.11 to Hesiod 3.0 release branch.
03:35 Changeset [9442] by ghudson
Describe changes in release 3.0.1.
03:34 Changeset [9441] by ghudson
Bump version to 3.0.1.
03:33 Changeset [9440] by ghudson
Add a hes_init() function prototype for better compatibility. Add an application-visible define so applications can know that the new interfaces are available.
03:32 Changeset [9439] by ghudson
Add a hes_init() function for compatibility with applications that call it (however unnecessarily).
03:31 Changeset [9438] by ghudson
install no longer depends on imake, so build it first, since imake uses install. This change isn't strictly necessary, but it removes the requirement that /usr/ucb/install be first in the build path on Solaris.
03:29 Changeset [9437] by ghudson
Convert to Athena coding standards and build system. Also fix a couple of bugs: the target file was not always properly removed on error, and "strip" was run via system() without regard to quoting problems.
03:28 Changeset [9436] by ghudson
Add a man page based on BSD 4.3 Tahoe.
03:27 Changeset [9435] by ghudson
These are not needed with the new build system.
03:27 Changeset [9434] by ghudson
An autoconf-based build system for install.

12/12/96:

12:15 Changeset [9433] by ghudson
Oops, fix variable expansion and newlines in the if statement.
12:00 Changeset [9432] by ghudson
The AFS libraries use random() and setreuid(), so we need them here if we're on Solaris 2.4. Yay Transarc. Remember to clean up ${BSDOBJS} (as well as random.o and setreid.o) when building libbsd.a.
Note: See TracTimeline for information about the timeline view.