Timeline
08/14/94:
- 19:28 Changeset [7564] by
- Changed Solaris OS version from 5.0 to... 5.1??? 7.7 checkin; changes by vrt
- 18:21 Changeset [7563] by
- include /usr/ucbinclude/sysexits.h if SYSV index to strchr extern int regerrno --- why??? It's not used! 7.7 checkin; changes by vrt
- 14:05 Changeset [7562] by
- Strings tweaks for Solaris. 7.7 checkin; changes by vrt
- 13:12 Changeset [7561] by
- I'm not sure what this mess is. It'll have to be looked at. 7.7 checkin; changes by vrt
- 13:00 Changeset [7560] by
- Don't install postit. [Why?] 7.7 checkin; changes by vrt
- 12:56 Changeset [7559] by
- Apply some SOLARIS posix changes to RS6K's as well. 7.7 checkin; changes by vrt
- 12:54 Changeset [7558] by
- Should not have DESTDIR here. Change symbols to work like the rest of dash.
- 12:49 Changeset [7557] by
- Supply xdr routines for Solaris. Get netinet/in.h for Solaris. Don't declare index for Solaris. 7.7 checkin; changes by vrt
- 12:39 Changeset [7556] by
- Include sys/ioccom.h for Solaris. 7.7 checkin; changes by vrt
- 12:38 Changeset [7555] by
- A stripped Imakefile from athena/bin to build dent. 7.7 checkin; changes by vrt
- 12:35 Changeset [7554] by
- A stripped Imakefile from athena/bin to build access_off. 7.7 checkin; changes by vrt
- 12:32 Changeset [7553] by
- Define "Posix 1" Change libraries Add -DSOLARIS 7.7 checkin; changes by vrt
- 12:30 Changeset [7552] by
- Define VOID_SIGRET for Ultrix. 7.7 checkin; changes by vanharen (from olcdev)
- 12:26 Changeset [7551] by
- Link with usr/athena/lib/libbsd.a for Solaris 7.7 checkin; changes by vrt
- 12:23 Changeset [7550] by
- include fcntl.h posixize signals for Solaris get termios.h for Solaris 7.7 checkin; changes by vrt
- 12:22 Changeset [7549] by
- include fcntl.h 7.7 checkin; changes by vrt
- 12:07 Changeset [7548] by
- Include dirent insetad of dir for SYSV. 7.7 checkin; changes by vrt
- 11:55 Changeset [7547] by
- Directory header hacking for Solaris. 7.7 checkin; changes by vrt
- 11:51 Changeset [7546] by
- Make lseek standard for SOLARIS. Should have done it for all platforms, probably. 7.7 checkin; changes by vrt
- 11:41 Changeset [7545] by
- include netdb.h under Solaris.
- 11:16 Changeset [7544] by
- 4.3 style syslog changes for Ultrix Link with bsd libs for Solaris. (?) 7.7 checkin; changes by vrt
- 11:10 Changeset [7543] by
- Send debugging output to stderr instead of stdout. Various changes for Solaris. 7.7 checkin; changes by vrt
08/07/94:
- 19:59 Changeset [7542] by
- Update inetd.conf on DECstation.
- 19:47 Changeset [7541] by
- Initial revision
- 19:38 Changeset [7540] by
- A change to 7.6 that never made it into the source tree.
- 18:48 Changeset [7539] by
- Someone hard-coded /usr/bin/X11 in this thing. Idiot. Another observation: the BSD/SYSV guessing code is fairly broken, and in fact would fail on under vanilla Solaris I think. But we're not vanilla, though the code just _happens_ to work in our environment.
08/01/94:
- 11:46 Changeset [7538] by
- Include building against the syslog object file.
- 09:45 Changeset [7537] by
- Initial revision
- 08:58 Changeset [7536] by
- Initial revision
- 05:01 Changeset [7535] by
- Since we use our own syslogging, we need to make sure to reference our own syslog header files.
- 04:43 Changeset [7534]
- This commit was manufactured by cvs2svn to create tag 'ATH_77'.
- 04:43 Changeset [7533] by
- Don't do signal blocking; simply set a semaphore flag indicating it is in critical code, and let the main loop deal with the flag being set. This saves on context switches into the kernel for this rare condition.
- 04:38 Changeset [7532] by
- Increased hash bucket table size
07/31/94:
- 00:00 Changeset [7531]
- This commit was manufactured by cvs2svn to create tag 'ATH7_7P2'.
- 00:00 Changeset [7530] by
- Version 2.
07/30/94:
- 23:59 Changeset [7529] by
- Version 1...
- 23:58 Changeset [7528] by
- Initial revision
- 23:03 Changeset [7527]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.44.2'.
- 23:03 Changeset [7526]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.44.1'.
- 23:03 Changeset [7525] by
- Athena operations does not want to know when the workstation fails to reactivate properly. Athena Hotline does. Separated the owl animation from the I/S logo animation; they now animate independently. Removed a bug that would have struck the day after the last full moon of 1999. Non-hooting birds of prey have to take finals.
07/28/94:
- 06:45 Changeset [7524] by
- Added hosttype for decmips so other shells won't lose.
07/27/94:
- 23:46 Changeset [7523] by
- Copy in environment.h as well as verify.c.
- 23:26 Changeset [7522] by
- Moved HOSTTYPE defs to environment.h since they also need to be used in xlogin.c. (These also contained an ifdef sparc which I changed to SOLARIS for consistency and truth.) Added /srvd/patch to defaultpath, as it really ought to be there. There may be other problems with defaultpath, I don't know. Changed LD_LIBRARY_PATH to just pass out of xlogin the value that is passed in by dm. Added OPENWINHOME to do the same thing. Added a macro to make this convenient to do, and changed TZ to use it as well. Added comments explaining xlogin's general environment setup scheme.
- 23:19 Changeset [7521] by
- Initial revision
- 23:15 Changeset [7520] by
- hosttype was being set for sun, but not rs6k here. It was being set for both in verify.c. I suspect either it needs to be set for both in both places, or both in verify.c. But not like this. So I fixed it so both sun and rs6k set hosttype here, and made it difficult for this mistake to be made again in the future. Even if not, consistency is desirable. Added comments explaining xlogin's general environment setup scheme.
- 19:52 Changeset [7519] by
- Added explanatory comments on the setting of environment variables.
07/26/94:
- 15:08 Changeset [7518] by
- Affects *.lock, clusterinfo*, minor_perm, mail, aliases, inted.conf 7.7 checkin; changes by vrt
- 11:39 Changeset [7517] by
- Would like a real log. World checkin 94.Changes by brlewis
- 11:14 Changeset [7516] by
- cp from srvd minor_perm , if public
- 11:10 Changeset [7515] by
- added a copy of minor_perm from srvd (it is not tracked)
- 10:49 Changeset [7514] by
- Would like a real log. World checkin 94.
07/25/94:
- 10:32 Changeset [7513] by
- few more changes for release 7.7
- 00:43 Changeset [7512] by
- I think this change was intended to go *everywhere*.
07/24/94:
- 22:43 Changeset [7511] by
- Added tn3270 and gcore for the DECstation.
07/21/94:
- 22:33 Changeset [7510] by
- Install X man pages. (Sane if site.def has InstallLibManPages NO.) Install mandesc in /usr/athena/man.
- 21:49 Changeset [7509] by
- Don't install library manual pages. There are four man pages installed by the man directory we want, and setting this allows us to drop in there and do install.man without getting lots of stuff we don't want.
07/20/94:
- 08:03 Changeset [7508] by
- Initialize r_krealm as null
07/18/94:
- 18:02 Changeset [7507] by
- Would like a real log. World checkin 94. Changes by miki
- 17:02 Changeset [7506] by
- Changed signal to sigset. Errrr... World checkin 94 Changes by miki
Note: See TracTimeline
for information about the timeline view.