Timeline
09/30/97:
- 15:17 Changeset [10454] by
- Fix libXext symlink. Add missing libucb symlink.
- 15:16 Changeset [10453] by
- krb_get_krbhst() never fails in CNS; use krb_get_admhst() instead.
- 15:10 Changeset [10452] by
- Know about fs.andrew.cmu.edu and srv.cs.cmu.edu.
- 11:20 Changeset [10451] by
- Always print the status of encryption before letting the user type anything.
09/29/97:
- 17:00 Changeset [10450] by
- Use new NETDEV rc.conf variable instead of hardcoding le0.
- 16:59 Changeset [10449] by
- Use ifconfig -au to determine network device; don't just assume le0. Sub in network device as NETDEV in rc.conf file.
- 16:58 Changeset [10448] by
- Add NETDEV environment variable a la SGI, since we may want to deal with hme0 as well as le0 now.
- 16:57 Changeset [10447]
- This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
- 16:57 Changeset [10446] by
- Update script for 8.1.12
- 04:57 Changeset [10445] by
- Don't use the Athena config.site file to build krb5, or it looks for an existing krb4 installation. Specify install paths manually.
- 04:56 Changeset [10444] by
- Garbage collect.
- 04:55 Changeset [10443] by
- Switch to third/ispell from athena/bin/ispell. Add third/rx for the SGI, which doesn't (as of 5.3) ship with POSIX regexp support.
- 04:53 Changeset [10442] by
- ispell info file, automatically generated from ispell.texinfo.
- 04:53 Changeset [10441] by
- Platform-specific ispell configuration header.
- 04:52 Changeset [10440] by
- How to build ispell.
- 04:52 Changeset [10439] by
- Treat ispell.info as a source file, like everyone else. (I would have left things the way they were, but the emacs command for generating the info file doesn't work with 19.34b.)
- 04:50 Changeset [10438] by
- Support destdir; install header as regex.h for POSIX compatibility.
- 04:49 Changeset [10437] by
- The new world order is to assume POSIX regexps.
- 04:48 Changeset [10436] by
- Put LIBS in right order on command line; use ATHENA_REGEXP for zwgc regexps.
- 04:47 Changeset [10435] by
- Update from master version.
09/28/97:
- 13:51 Changeset [10434] by
- Mention not to give the loopback address as an argument to zhm.
09/27/97:
- 18:08 Changeset [10433] by
- Eliminate bogus artificial copy file limit.
09/26/97:
- 21:52 Changeset [10432] by
- jhawk noted that /usr/ucb was in $athena_path before /usr/ccs/bin which caused users to get a version of ld that tried to use libucb. Moving it all of the way to the end of the path seems to make the most sense. It will only affect where two other programs are found first: lpc and shutdown, both of which are generally only used by root anyway.
09/24/97:
- 21:40 Changeset [10431]
- This commit was manufactured by cvs2svn to create tag 'rx-1_5'.
- 21:40 Changeset [10430] by
- This commit was generated by cvs2svn to compensate for changes in r10429, which included commits to RCS files with non-trunk default branches.
- 21:40 Changeset [10429] by
- Import of rx 1.5
- 20:15 Changeset [10428] by
- Stop generating zephyr.h from configure; it's always the same now.
- 18:22 Changeset [10427] by
- Garbage collect.
- 18:21 Changeset [10426] by
- Fix comment near top. Replace athena/bin/traceroute with third/traceroute, the LBL version.
- 18:20 Changeset [10425] by
- Install the man page when we do "make install".
- 13:09 Changeset [10424] by
- Oops, lbl.gov, not lbl.edu.
- 10:39 Changeset [10423] by
- clarify meaning of various ACLs
- 03:34 Changeset [10422] by
- Get DESTDIR support right.
- 03:23 Changeset [10421] by
- Support ATHTOOLROOT.
- 03:20 Changeset [10420] by
- Oops, support DESTDIR.
- 03:15 Changeset [10419] by
- Generate whatis database and cat files by hand, guaranteeing that we never look in the installed /usr/athena if we're doing a self- consistent build. Also avoid regenerating files if they're up to date. Unfortunately, this code is pretty hard to look at (it's trying to do something pretty complicated with essentially no help from the operating system), and will have to be duplicated with slight changes on multiple platforms. Perhaps a small C program a la fix-owners is in order.
- 03:10 Changeset [10418] by
- Support ATHTOOLROOT.
- 03:07 Changeset [10417] by
- Support ATHTOOLROOT by running sed over MH.$HOSTTYPE and substituting in $ATHTOOLROOT for @TOOLROOT@.
- 03:02 Changeset [10416] by
- Pass ATHTOOLROOT to olc imake templates.
- 03:02 Changeset [10415] by
- Support ATHTOOLROOT. Suboptimal, because a "do -c prepare" isn't enough to make it stick (you must also give the -c option during the "do all" step), but much easier.
- 02:59 Changeset [10414] by
- Reconcile directory modes with /os as well as ownerships.
- 02:58 Changeset [10413] by
- Support the TOOLROOT define.
- 02:57 Changeset [10412] by
- Don't include -I$(INCROOT) or -L$(USRLIBDIR) in the compiler or linker flags. site.def will find the native X include files and libraries; they aren't in /usr/athena. This change was motivated by self-contained builds where we don't want to be looking at the installed /usr/athena, but the fact is that we don't need to look at /usr/athena at all to build X programs, so we don't have to worry about ATHTOOLROOT or anything.
- 02:54 Changeset [10411] by
- Assume that people using the build script want a self-contained build.
- 02:53 Changeset [10410] by
- If the -c option is given, assume that we are doing a self-contained build. That means setting an environment variable or imake define or make variable named ATHTOOLROOT (the imake define is TOOLROOT) to $srvd. The appropriate build tools will recognize ATHTOOLROOT and look for stuff there rather than in the installed filesystem.
- 02:51 Changeset [10409] by
- Document the locations of ispell and traceroute. Also document ATHTOOLROOT, which will be supported soon.
- 02:50 Changeset [10408] by
- We set the locations of a bunch more items now, but we also have a standard aclocal.m4 file so you don't have to copy chunks of code into your configure.in.
- 02:39 Changeset [10407] by
- Garbage collect Solaris 2.4 AFS stuff.
- 02:24 Changeset [10406]
- This commit was manufactured by cvs2svn to create tag 'traceroute-1_4a5'.
- 02:24 Changeset [10405] by
- This commit was generated by cvs2svn to compensate for changes in r10404, which included commits to RCS files with non-trunk default branches.
- 02:24 Changeset [10404] by
- Import of LBL traceroute 1.4a5
09/23/97:
- 15:53 Changeset [10403] by
- Correcet an oops. (I thought I'd tested this.)
- 15:37 Changeset [10402] by
- confdir became sysconfdir. We moved up a directory level. Rip out support for in-tree com_err.
- 15:37 Changeset [10401] by
- Declare new stylestrip function.
- 15:36 Changeset [10400] by
- confdir became sysconfdir. Rip out support for in-tree com_err.
- 15:28 Changeset [10399] by
- confdir became sysconfdir.
- 15:28 Changeset [10398] by
- Declare server-specific zephyr library interfaces here.
- 15:27 Changeset [10397] by
- Correct a typo.
- 15:27 Changeset [10396] by
- Remove an unneeded ampersand which was generating compiler type warnings.
- 15:26 Changeset [10395] by
- confdir became sysconfdir. Rip out in-tree com_err support.
- 15:25 Changeset [10394] by
- confdir became sysconfdir. We moved up a directory level.
- 15:25 Changeset [10393] by
- We need __Zephyr_realm in the non-Kerberos case, since we no longer have a macro for it.
- 15:24 Changeset [10392] by
- Initialize __Zephyr_realm in the non-Kerberos case, since we no longer put a macro in the header file for that.>
- 15:24 Changeset [10391] by
- We moved up a level in the directory hierarchy. confdir became sysconfdir. Rip out in-tree com_err support.
- 15:23 Changeset [10390] by
- Remove Kerberos-dependent pieces so that we can be a fixed header file (which will soon move to just zephyr.h). The Kerberos-dependent pieces are only used by the server and can be in server/zserver.h.
- 15:21 Changeset [10389] by
- Translate HAVE_KRB4 and HAVE_HESIOD to the currently-used symbols, for now.
- 15:21 Changeset [10388] by
- Regenerate.
- 15:17 Changeset [10387] by
- Use aclocal.m4 for Hesiod and Zephyr. Rely on config.site for Athena paths. Remove regexp check; we need to bundle a regexp library, probably. Return to old directory structure.
- 15:08 Changeset [10386] by
- confdir became sysconfdir. lib/dyn moved to libdyn and zwgc moved back to the top level.
- 15:02 Changeset [10385] by
- confdir became sysconfdir. Rip out support for in-tree com_err and ss.
- 14:58 Changeset [10384] by
- zwgc moved back to the top level.
- 14:54 Changeset [10383] by
- Specify locations of all needed external libraries. Also introduce preliminary support for self-contained builds by adding $ATHTOOLROOT before /usr/athena.
- 14:53 Changeset [10382] by
- An aclocal.m4 file intended to be copied into package directories for packages that use certain external libraries.
- 14:40 Changeset [10381] by
- If any part of a MUL attach fails, stop there and return an error.
- 02:05 Changeset [10380] by
- Put \r before \n, not after. (Adjust comment to match.)
- 02:04 Changeset [10379] by
- From mhpower: avoid possible buffer overflows.
09/22/97:
- 18:43 Changeset [10378] by
- only send the useful part of the kerberos authenticator. (cuts packet size down by an order of magnitude)
- 17:19 Changeset [10377] by
- ufsboot file is no more on / but in /platfrom/$platform
09/20/97:
- 02:58 Changeset [10376] by
- From mhpower: avoid potential buffer overflows.
- 02:53 Changeset [10375] by
- From mhpower: add checks on malloc return values.
- 02:52 Changeset [10374] by
- From mhpower: avoid potential buffer overlow.
- 02:50 Changeset [10373] by
- From mhpower: avoid potential buffer overflow.
- 02:48 Changeset [10372] by
- From mhpower: make sure that remotehost is NUL-terminated before passing to syslog().
- 02:47 Changeset [10371] by
- Check the length of the name argument to hesiod_resolve() so that the caller can't cause a buffer overrun by providing a long string.
09/15/97:
- 13:31 Changeset [10370] by
- Pull up change from rev 1.4 to Athena 8.1 release branch.
- 13:29 Changeset [10369] by
- Fix a logic error in the last commit which made '-o filename' break.
- 13:23 Changeset [10368] by
- Pull up change from rev 1.27 to Athena 8.1 release branch.
- 13:22 Changeset [10367] by
- Fix test for zip drive device.
- 13:22 Changeset [10366] by
- Pull up change from rev 1.5 to Athena 8.1 release branch.
09/14/97:
- 19:43 Changeset [10365] by
- Pull in sources from zephyr locker. See /mit/zephyr/repository for detailed change information.
- 18:15 Changeset [10364] by
- Pull in sources from zephyr locker. See /mit/zephyr/repository for detailed change information.
- 17:56 Changeset [10363] by
- Pull in sources from zephyr locker. See /mit/zephyr/repository for detailed change information.
09/13/97:
- 18:00 Changeset [10362] by
- Pull up change from rev 1.82 to Athena 8.1 release branch.
- 17:57 Changeset [10361] by
- Pull up change from rev 1.95 to Athena 8.1 release branch.
- 17:48 Changeset [10360] by
- Only set KRBTKFILE if we got v4 tickets (the old test was bogus).
09/11/97:
- 16:33 Changeset [10359] by
- Create on Athena 8.1 release branch.
- 16:32 Changeset [10358]
- This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
- 16:32 Changeset [10357] by
- Update script for 8.1.11
- 14:32 Changeset [10356] by
- Sync with removal of format.input.SUN0207
- 13:16 Changeset [10355] by
- Don't dump core if user gives a bad explicit filesys (-e) description
09/09/97:
- 21:43 Changeset [10354] by
- Use a string equality test to compare "$1" to start.
- 21:15 Changeset [10353] by
- Pull up change from rev 1.96 to Athena 8.1 release branch.
- 21:15 Changeset [10352] by
- Recognize and ignore -d option.
09/08/97:
- 17:01 Changeset [10351] by
- Create on Athena 8.1 release branch.
- 17:00 Changeset [10350] by
- Pull up change from rev 1.10 to Athena 8.1 release branch.
- 17:00 Changeset [10349] by
- Pull up change from rev 1.23 to Athena 8.1 release branch.
- 16:59 Changeset [10348] by
- Pull up change from rev 2.20 to Athena 8.1 release branch.
- 16:58 Changeset [10347] by
- Pull up change from rev 1.26 to Athena 8.1 release branch.
- 16:57 Changeset [10346] by
- Pull up change from rev 1.7 to Athena 8.1 release branch.
- 16:56 Changeset [10345] by
- Pull up change from rev 1.4 to Athena 8.1 release branch.
- 16:55 Changeset [10344] by
- Pull up changes from revs 1.45 and 1.46 to Athena 8.1 release branch.
- 16:53 Changeset [10343] by
- From bert: run rpd as well as olcd.
- 16:50 Changeset [10342]
- This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
- 16:50 Changeset [10341] by
- Set variables for OS changes.
- 16:47 Changeset [10340] by
- Use $SHELL instead of csh for subshell in setup_tty.
- 16:46 Changeset [10339] by
- Use correct equality test for testing if $1 is start.
- 16:45 Changeset [10338] by
- Set mustreboot if either the hostname or IP address changed, not just if the hostname changed.
09/07/97:
- 23:58 Changeset [10337] by
- On systems with utmpx, clean up based on that instead of utmp. (Gets around the fact that ftpd only writes to utmpx on Solaris.) Yet another temporary hack until we have the new login library.
09/04/97:
- 09:50 Changeset [10336] by
- From jhawk: sync path with root.cshrc version.
09/03/97:
- 17:08 Changeset [10335]
- This commit was manufactured by cvs2svn to create tag 'ispell-3_1_20'.
- 17:08 Changeset [10334] by
- This commit was generated by cvs2svn to compensate for changes in r10333, which included commits to RCS files with non-trunk default branches.
- 17:08 Changeset [10333] by
- Import of ispell 3.1.20
09/02/97:
- 18:30 Changeset [10332] by
- from jhawk: correctly name do-update (not do_update) in comment, to reduce confusion
Note: See TracTimeline
for information about the timeline view.