Timeline
08/14/95:
- 17:30 Changeset [7985] by
- Add -nosession and -global options. -nosession needs to be specified when started as the console on an SGI, to prevent session management from butting in. -global may not be useful as a command-line option; using it would prevent users from changing this behavior in resources. So console*global: true should probably be specified in the resource file so that (a.) it can be overridden by the user, and (b.) so that it applies only to the normal instance of the console window and not other random instances. global causes the window to appear on all desktops in SGI's 4Dwm.
08/02/95:
- 23:22 Changeset [7984] by
- For 7.7O, DECstation, update /etc/crontab.
- 18:15 Changeset [7983] by
- newsyslog calls compress, which is not on local disk, so we desync it. clean_tmp_areas is safe because find is local on the Sun.
08/01/95:
- 11:50 Changeset [7982] by
- Cleaned up... No more silly rule duplication for many platforms. Removed a bug which did a double install on most platforms (one incorrect, then the correct one).
07/31/95:
- 19:34 Changeset [7981] by
- Add SGI.
- 19:29 Changeset [7980] by
- st.time/st.ctime renamed to st.chtime, ifdefs removed.
- 19:26 Changeset [7979] by
- Color me skeptical, but it looks like SYSV machines do define uid_t. So I ripped out the definition. It's silly to name a structure element different things on different platforms. Pick a name that doesn't conflict anywhere and use it everywhere. [This was probably originally politically motivated.]
- 17:52 Changeset [7978] by
- Don't declare strchr. Include string.h.
- 17:43 Changeset [7977] by
- Get sysexits.h from ucbinclude if SOLARIS, not SYSV. Don't need the EX_CONFIG def in that ifdef; it happens later if necessary.
- 17:33 Changeset [7976] by
- SYSVize defines for random and srandom from SOLARIS.
- 17:19 Changeset [7975] by
- POSIX file locking ifdef'd now on POSIX_FLOCK rather than SOLARIS. Fixed broken cruft for including strings.h and string.h.
- 15:10 Changeset [7974] by
- Code to get more cpu type information from kernel. Patch mostly from bert. Thanks bert!
07/27/95:
- 18:35 Changeset [7973] by
- Initial revision
- 18:29 Changeset [7972] by
- For 7.7N, DECstation, update /etc/crontab.
- 18:27 Changeset [7971] by
- For 7.7L update on RS/6000, Update the OS to 3.2.5. Add new error handling stuff. Change the public root password. (Should probably find its way to rc.athena.)
- 18:21 Changeset [7970] by
- Put in ugly hack of recreating audio driver on Sparc 5's at boot time, since it likes to disappear right now. This ought to be removed one day... (Solaris 2.4+)
07/26/95:
- 03:15 Changeset [7969] by
- /etc/system should be treated as a config file, not tracked. inet/services I've changed to track like the DEC. (?)
07/24/95:
- 18:35 Changeset [7968] by
- New root password, using salt "BO". Useful is perl -e 'print crypt("passwd", "BO"), "\n"'
- 18:00 Changeset [7967] by
- Set shared memory parameters for MAE. These are the sample parameters given in the MAE documentation. I suspect shmmax is larger than needed here, but don't at the moment have either the opportunity to test the smaller value that I think should work, nor the knowledge of where the Sun docs are to determine the performance impacts of simply setting these parameters.
- 17:57 Changeset [7966] by
- Initial revision
- 14:06 Changeset [7965] by
- Added Oracle sqlnet.
- 14:02 Changeset [7964] by
- Added oracle sqlnet.
07/23/95:
- 17:12 Changeset [7963] by
- Well, it would have run at different times, except for SYSV cron doesn't pass just any environment variable through. Rather than addressing that problem, we bypass it to avoid future confusion.
- 15:49 Changeset [7962] by
- Clean up echoes: Put in \c as appropriate. Add >/dev/console where previously forgotten. Move ahead invocation of inetd. Fix modload of afs - shouldn't be conditional on AFSCLIENT=true, but on AFSCLIENT != false.
07/22/95:
- 16:48 Changeset [7961] by
- Defining flock constants here was incorrect; correct fix is to add -I/usr/ucbinclude to the compile line. See Imakefile.
- 16:46 Changeset [7960] by
- Two programs require the ucb compatibility package under Solaris. This adds -lucb to the appropriate link lines as well as -I/usr/ucbinclude to the compile lines.
- 16:31 Changeset [7959] by
- SimpleProgram(foo, foo.c...) doesn't buy you any CFLAGS. Changed to " (foo, foo.o...)
07/20/95:
- 21:46 Changeset [7958] by
- Bring the manual page up to date.
- 21:40 Changeset [7957] by
- sgi doesn't have X11/copyright.h And, in a bold move, he removes X10 support!
- 21:21 Changeset [7956] by
- Include fcntl.h always instead of sys/fcntl for Solaris only.
- 21:20 Changeset [7955] by
- Include unistd. Include fcntl. Use fork for sgi and define machtype for it.
- 20:38 Changeset [7954] by
- SGI changes. (vrt)
- 20:36 Changeset [7953] by
- Correct includes for sgi... no vfork, define mount command. (vrt)
- 20:29 Changeset [7952] by
- Use sigset under SYSV. Remove the crufty unmount call.
- 20:24 Changeset [7951] by
- Include unistd.
- 20:20 Changeset [7950] by
- Use native rpc headers for sgi.
- 19:30 Changeset [7949] by
- Use native rpcgen on sgi. Fix the order of arguments in invoking it.
- 18:55 Changeset [7948] by
- Don't build rpc or server for sgi.
- 18:39 Changeset [7947] by
- shutdown() takes two args, not one.
- 18:22 Changeset [7946] by
- Don't include timeb.h for SYSV.
- 18:20 Changeset [7945] by
- timeb.h not used; nor available on sgi.
- 18:10 Changeset [7944] by
- mips, yes, sgi no. Compile C code instead. (vrt)
- 17:19 Changeset [7943] by
- Get dirent.h even for Solaris. Let synctree.h deal with alloca.h. Change #foo bar to #foo /* bar */ Correctly handle copying of dirent structure on all supported platforms. To do: move NO_LINEBUF #define to .h; move calls to before first printf.
- 17:17 Changeset [7942] by
- If we're not macroing alloca to malloc, include alloca.h to get alloca. Except for Ultrix, where the include uses the compiler built-in that we don't want.
- 17:15 Changeset [7941] by
- dirent.h should always be included for POSIX, not just Solaris.
- 17:15 Changeset [7940] by
- alloca.h should usually be included when alloca is desired. Let synctree.h deal.
Note: See TracTimeline
for information about the timeline view.