Timeline
12/28/95:
- 13:05 Changeset [8185] by
- Build transcript for SGI also.
- 12:43 Changeset [8184] by
- Could've sworn I fixed this already. Remove discuss transaction number.
12/27/95:
- 20:49 Changeset [8183] by
- Initial revision
12/13/95:
- 18:49 Changeset [8182] by
- ATHRETCDIR, not ATHETCDIR.
12/12/95:
- 22:36 Changeset [8181] by
- Add athena/bin/lert to bins
- 22:34 Changeset [8180] by
- Include sys/types.h before sys/stat.h
- 16:17 Changeset [8179] by
- a) add athdir to be built b) use $build instead of /source in one place - should be more -- allows ported to setup redirect trees. c) newfs changes for paris d) ultrix requires that kerberos5 beconfigureed with -O e) Change bombed message in one case to make it unique f) Install Mu library - needs special handling on decstation in terms of how installed - install was not following symlinks...
- 15:44 Changeset [8178] by
- Build athena/lib/AL. (SGI only, for now.)
- 14:41 Changeset [8177] by
- Add usage comments. Make a /build/transarc link. (for sun and sgi)
- 13:07 Changeset [8176] by
- Remove olh build. Missed a ) when adding install of install.
12/10/95:
- 20:28 Changeset [8175] by
- Code to recognize XZ. (vrt)
- 20:17 Changeset [8174] by
- add third/supported/wcl for an R5 version of wcl. remove athena/bin/tar! do a make install in install
12/06/95:
- 10:22 Changeset [8173] by
- inline is a rezerved word in Solaris2.4
- 10:16 Changeset [8172] by
- First argument to bzero was not a pointer; changed into pointer
12/05/95:
- 15:28 Changeset [8171] by
- Added the void definition of volatile in the wrong spot. Look at 2.12
- 13:57 Changeset [8170] by
- Under ultrix install in /etc
- 13:55 Changeset [8169] by
- Initial revision
12/04/95:
- 20:32 Changeset [8168] by
- Do not include X11/copyright.h for any platform. It does not exist in R5
- 20:27 Changeset [8167] by
- On install, remove session_gate before creating link.
12/01/95:
- 16:54 Changeset [8166] by
- Made the banner simpler, understood by all printers
- 16:49 Changeset [8165] by
- Changed psbanner to call the macro Banner instead of do_flagpage
11/30/95:
- 15:04 Changeset [8164] by
- Do not build Server for Solaris2.1 and up
- 14:50 Changeset [8163] by
- The whole pass of libucb is needed
- 14:48 Changeset [8162] by
- changed bcopy into memmove
- 14:46 Changeset [8161] by
- changed bcopy into memmove
- 14:44 Changeset [8160] by
- in Solaris2.4 sys/rusage.h does not exist anymore; it looks like not necessary anyhow
- 14:42 Changeset [8159] by
- Solaris2.4 does not export anymore validuser
- 14:40 Changeset [8158] by
- changed index into strchr
- 14:38 Changeset [8157] by
- Solaris in rel2.4 has a new sys group
- 14:37 Changeset [8156] by
- In Solaris2.4 sysexits.h migrated to /usr/include
- 14:35 Changeset [8155] by
- Solaris is POSIX
- 14:33 Changeset [8154] by
- The gcc used for building the Solaris release did not recognize volatile
- 14:22 Changeset [8153] by
- The gcc used for building Solaris release 8.0 had problems with volatile
11/29/95:
- 17:17 Changeset [8152] by
- Use wcl from third/supported/wcl. Find Mu from /usr/athena/lib.
11/28/95:
- 19:20 Changeset [8151] by
- Definitions for sgi.
- 19:11 Changeset [8150] by
- build under Irix
- 19:06 Changeset [8149] by
- Weakly assert that the console window should be a global window (appearing on all desks), using the name "console." This way the user can easily override the resource in the case that (a) they are using the console window to display something random, and have renamed it, or (b) they don't want the real console window global and they do a config_console. This change sets the property on all platforms, since the property is rather innocuous and it doesn't therefore seem worthwhile to break up this file for multiple platforms.
- 19:06 Changeset [8148] by
- Document -global and -nosession.
- 18:55 Changeset [8147] by
- The code was mistakenly assuming that there was a persistent copy of the attachtab for attachtab_lookup to be searching, in order to avoid trying to detach things we already know are detached. But there wasn't, so attachtab_lookup always returned false, so we had nothing to actually detach. So now we make ourselves a copy of the attachtab to be consulted. While we're at it, we also preserve the value of explicit (in case that's important).
- 18:29 Changeset [8146] by
- Dynamic library env var security fix, 10/30.
- 18:28 Changeset [8145] by
- Add /usr/bsd to PATH for Irix.
- 18:14 Changeset [8144] by
- Up MAXARGV from 5 to 20. Wrap MIN definition in #ifndef MIN. Rudimentary hack to not dump core on blank lines. Not the best fix.
- 18:12 Changeset [8143] by
- The SGI operating system track had paths > 256 characters long, the hard-coded max, so weird things happened. Upped the definition from 256 to PATH_MAX.
- 18:10 Changeset [8142] by
- Blocksize on SGI was greater than 8192, the hard-coded array size here. But read was reading the larger size, so we lost badly. I a) upped the buffer size to 64K, and b) changed the arg to read so that it will read at most sizeof(buf) into that buffer, but st_blcksize if it's less.
- 18:08 Changeset [8141] by
- Put back postscript stuff versus HP stuff. This should be the default, and mkserv will deal with changing for HP.
- 18:08 Changeset [8140] by
- hacky malloc to get around bugs for Solaris, I think.
- 18:07 Changeset [8139] by
- priority added to syslog call. recv takes 4 args, not 3.
- 18:07 Changeset [8138] by
- priority added to syslog call.
- 18:05 Changeset [8137] by
- #endif foo -> /* foo */ Got rid of a local "dirent.h" for Solaris.
- 18:03 Changeset [8136] by
- #endif foo -> /* foo */ dirent including moved to lp.h Twisted ifdef amounting to SOLARIS changed to SOLARIS.
- 09:32 Changeset [8135] by
- Initial revision
- 09:24 Changeset [8134] by
- Solaris requires more AFSLIBS to be linked and AFSLIBS require ucblib
- 09:21 Changeset [8133] by
- replaced -lucb with /usr/ucblib/libucb.a because -L/usr/ucblib introduces a lot of unwanted libraries
- 09:19 Changeset [8132] by
- the AFSLIBS require ucblib for linking
- 09:17 Changeset [8131] by
- AFSLIBS require ucblib for linking
- 09:14 Changeset [8130] by
- have to make on srvd the directory sbin; now srvd and os are separate
- 09:11 Changeset [8129] by
- On Solaris we do not depend anymore on R4 libraries, but link like for all the other platforms with R5 libs.
- 09:06 Changeset [8128] by
- Solaris requires more AFSLIBS for linking and the AFSLIBS require the full ucblib instead of libbsd
- 09:02 Changeset [8127] by
- replaced -lucb with /usr/ucblib/libucb.a, for Solaris
- 08:51 Changeset [8126] by
- for Solaris LDLIBS have to be redefined, to include ucblib, required by the non POSIX afs distribution libraries
Note: See TracTimeline
for information about the timeline view.