Timeline
07/24/93:
- 21:26 Changeset [6831] by
- Solaris kludge: currently only support AFS
- 21:25 Changeset [6830] by
- Solaris is more like AIX... also need -lrx -llwp
- 21:25 Changeset [6829] by
- Solaris port (include files)
- 21:24 Changeset [6828] by
- Added POSIX locking (for Solaris)
- 20:43 Changeset [6827] by
- Solaris doesn't need ufs/quota.h
- 20:43 Changeset [6826] by
- Define NGROUPS for Solaris
07/22/93:
- 23:08 Changeset [6825] by
- 7.7 checkin. Errrr...
- 18:27 Changeset [6824] by
- Initial revision
- 17:19 Changeset [6823] by
- changed the Xsession for solaris.
- 16:23 Changeset [6822] by
- reoved the -l option in the usage line. this comes from dig. and is not in dsgrep. (vrt)
- 15:58 Changeset [6821] by
- Initial revision
- 15:31 Changeset [6820] by
- Solaris no longer calls setpgrp. (vrt)
- 14:42 Changeset [6819] by
- Initial revision
- 08:56 Changeset [6818] by
- Do not clobber the TERM variable; it is set with telnetd, etc. Under Solaris, the setenv of LD_LIBRARY_PATH was missing an arg. Changed a #endif (not ANSI-compliant)
07/21/93:
- 13:43 Changeset [6817] by
- changed the path by removing /usr/sbin added usr/bin while removing /bin adding /usr/gcc/bin
- 13:04 Changeset [6816] by
- removed the -c flag to more. (vrt)
07/20/93:
- 17:25 Changeset [6815] by
- 7.7 checkin. Errrr...
- 13:33 Changeset [6814] by
- added SHELL fix [rel-eng 3089] (vrt)
- 12:50 Changeset [6813] by
- Initial revision
- 12:23 Changeset [6812] by
- error on my part for the last change.
- 10:47 Changeset [6811] by
- ifdefed out the code that does logging in sao homedir. (vrt) [rel-eng 3087]
- 10:41 Changeset [6810] by
- added MEDIA-LAB (vrt) [rel-eng 3083]
- 10:39 Changeset [6809] by
- changed the media-lab entries (vrt) [rel-eng 3083]
07/19/93:
- 12:11 Changeset [6808] by
- *** empty log message ***
- 12:00 Changeset [6807] by
- remove TZ.
- 12:00 Changeset [6806] by
- Initial revision
- 11:30 Changeset [6805] by
- Had the machtype default to cgthree for -d. too many complaints. (vrt)
07/17/93:
- 21:53 Changeset [6804] by
- Er, I meant all map/unmap problems in that last log. Added -nostdin option, so that the console doesn't select on fd 0 when you don't want it to. When console is started from dash (which itself forks into the background) and tries to select on its stdin, Solaris returns an ENXIO (6: No such device or address) as undocumented in the man page.
07/16/93:
- 21:22 Changeset [6803] by
- signal() has the one-shot semantics under Solaris. Changed calls to signal() to sigset(), which is the same as signal() for the other platforms. This fixes all Solaris problems I know about for the console.
- 20:08 Changeset [6802] by
- F9 bitmap is no longer needed. Keep the bits, but don't install it.
- 19:54 Changeset [6801] by
- Lucy 1990 - 1992 R.I.P.
- 13:51 Changeset [6800] by
- 7.7 checkin. Errrr...
- 13:27 Changeset [6799] by
- Changed to use G_DEFINES from Xj.defs.
- 13:26 Changeset [6798] by
- Changed to use G_DEFINES from Xj.defs. Side effect: dash now gets machine defines it hasn't gotten properly since the source reorganization. That fix was the motivation for the G_DEFINES changes.
- 13:25 Changeset [6797] by
- Changed to use G_DEFINES from Xj.defs instead if doing it all itself.
- 13:07 Changeset [6796] by
- Consolidation of common definitions into G_DEFINES (Global).
- 12:30 Changeset [6795] by
- Fixes vanharen left checked out.
- 09:50 Changeset [6794] by
- Initial revision
- 09:49 Changeset [6793] by
- Removed changes for RSAIX. the synctrees break 220's. Added to copy a /etc/init.d/athena for Solaris.
- 07:25 Changeset [6792] by
- Initial revision
07/15/93:
- 11:06 Changeset [6791] by
- Removed CS.BERKELEY.EDU *AGAIN* (the realm doesn't exist anymore) See r1.15.
- 11:03 Changeset [6790] by
- Added ZONE.MIT.EDU realm
- 07:31 Changeset [6789] by
- Initial revision
07/14/93:
- 13:47 Changeset [6788] by
- There was a distinct lack of a putenv for AIX
- 13:46 Changeset [6787] by
- There was a distinct lack of a putenv...
- 06:47 Changeset [6786] by
- Install man page in the right place.
07/12/93:
- 18:48 Changeset [6785] by
- Install correctly with DESTDIR.
- 18:37 Changeset [6784] by
- Properly reinstall symlinks.
- 13:35 Changeset [6783] by
- Copy in a new kernel for the DS. Rearrange something for the RS (vrt).
- 13:28 Changeset [6782] by
- Changes for the RS/6000
- 07:51 Changeset [6781] by
- None of the X rules quite do what we want. Forget doing it this way and make real symlinks.
07/09/93:
- 12:50 Changeset [6780] by
- missed RS/6000 X server...
- 12:47 Changeset [6779] by
- reverted to old style, with new AIX entries
07/07/93:
- 21:08 Changeset [6778] by
- Fixed SOLARIS #ifdefs.
- 16:26 Changeset [6777] by
- Initial revision
07/05/93:
- 22:16 Changeset [6776] by
- $(ATHINCDIR) includes $(DESTDIR) already.
07/02/93:
- 13:20 Changeset [6775] by
- solaris support added.
- 13:20 Changeset [6774] by
- changed strings.h to X11/Xos.h (helps support solaris)
- 13:19 Changeset [6773] by
- added (char*) casts to index calls. help shut-up compiler under solaris.
- 13:18 Changeset [6772] by
- changed strings.h to X11/Xos.h (helps support solaris)
- 13:18 Changeset [6771] by
- added solaris support, changed MAXNAMELEN to not conflict with solaris
- 13:17 Changeset [6770] by
- added solaris support
- 09:22 Changeset [6769] by
- changed ATTACH to XJ_FORM_ATTACH because of a conflict with saber. changed UNDEF while I was at it too...
- 09:17 Changeset [6768] by
- oops. missed an "&". not nice. worked on the sun, though. weird.
- 06:40 Changeset [6767] by
- HasPutenv screwup.
- 06:39 Changeset [6766] by
- hasputenv screwup.
- 06:02 Changeset [6765] by
- oops. misplaced #if.
- 05:56 Changeset [6764] by
- changed mach defines
- 05:29 Changeset [6763] by
- changed putenv, errno and machine defines.
- 05:28 Changeset [6762] by
- added defines for errno, putenv, mac_arch, rs_arch
- 00:36 Changeset [6761] by
- fixed errno def
- 00:30 Changeset [6760] by
- fixed putenv defines and aix defines
07/01/93:
- 23:52 Changeset [6759] by
- typo...
- 23:19 Changeset [6758] by
- changed #if defined's to be more portable
- 23:18 Changeset [6757] by
- changed #if defined's to be more portable.
- 23:17 Changeset [6756] by
- changed #if defined's to be more portable.
- 23:04 Changeset [6755] by
- changed #if defined's to be more portable.
- 22:59 Changeset [6754] by
- changed Menu.file and Menu.fallbackFile. they will be replaced, using sed, during the build.
- 22:57 Changeset [6753] by
- changed some #if defined checks to use more portable defines.
- 22:56 Changeset [6752] by
- use Xj.defs, not Xj.tmpl. changed install commands to use vars defined in Xj.defs file, so that they can be easily customized.
- 22:53 Changeset [6751] by
- use Xj.defs, not Xj.tmpl. changed install commands to use vars defined in Xj.defs file, so that they can be easily customized.
- 22:52 Changeset [6750] by
- Initial revision
- 22:50 Changeset [6749] by
- using Xj.defs instead of Xj.tmpl
- 22:04 Changeset [6748] by
- cleaned up the parsing code quite a bit. some rearranging of code.
- 21:36 Changeset [6747] by
- added classinit stuff, more debugging.
- 21:35 Changeset [6746] by
- Initial revision
- 21:31 Changeset [6745] by
- added repeat, delay, highlight resources. added classinit stuff.
- 21:29 Changeset [6744] by
- added repeat, delay and highlight resources.
- 21:27 Changeset [6743] by
- added classInit stuff, resize() proc. added justification for "label".
- 21:24 Changeset [6742] by
- added classInit stuff
- 21:23 Changeset [6741] by
- Initial revision
- 21:22 Changeset [6740] by
- moved converters, VaCreateJet external, added GetVal, VaGetValues
- 21:09 Changeset [6739] by
- added more resource types, classInit stuff, sun4 support.
- 20:46 Changeset [6738] by
- added support for left, center, and right bitmaps as well as multi-line labels.
- 20:43 Changeset [6737] by
- added some resources, support for display of bitmaps also, thereby obsoleting the "Icon" jet. supports a left, center, and right bitmap.
- 20:41 Changeset [6736] by
- added a couple of new resources. lots of code cleanup/rearranging and commenting. you don't really want to look at these diffs. really.
- 20:27 Changeset [6735] by
- added some resources, added some resources, support for menu compiler.
- 20:26 Changeset [6734] by
- Initial revision
- 20:24 Changeset [6733] by
- added classinit stuff. cleaned up code. changed X calls to Xj calls.
- 20:04 Changeset [6732] by
- Initial revision
- 19:56 Changeset [6731] by
- added classinit stuff. changed some X calls to Xj calls.
- 19:54 Changeset [6730] by
- added new resources, new features... autoscroll, cut and paste more like xterm in functionality and appearance, some speed up. charClass feature like xterm.
- 19:41 Changeset [6729] by
- added a few extern decl's, more resources.
- 19:40 Changeset [6728] by
- added classInit stuff
- 19:38 Changeset [6727] by
- changed a few X calls to Xj calls. added some debugging.
- 19:36 Changeset [6726] by
- removed #define for XjRJet (moved to Jets.h)
- 19:31 Changeset [6725] by
- Initial revision
- 19:14 Changeset [6724] by
- added decl for extern caddr_t hash_give_any_value()
- 14:56 Changeset [6723] by
- changed UserWarning to XjUserWarning. also modified to pass in strings to be displayed.
- 14:55 Changeset [6722] by
- changed UserWarning to XjUserWarning.
- 14:52 Changeset [6721] by
- Initial revision
- 14:32 Changeset [6720] by
- the last of the old-style flat-dir dash Imakefiles
- 14:24 Changeset [6719] by
- Initial revision
- 14:22 Changeset [6718] by
- lots of cleanup. moved headers, added Xj prefix to some functions, added stderr and stdout callbacks.
- 13:38 Changeset [6717] by
- added check for saber around rcsid decl.
- 13:29 Changeset [6716] by
- moved header files, made one string static changed userwarning call.
- 13:26 Changeset [6715] by
- a few little changes, starting to make it more portable.
- 13:25 Changeset [6714] by
- Initial revision
- 13:15 Changeset [6713] by
- added color and a few resources, changed icon to label.
- 13:10 Changeset [6712] by
- added lots of resources, rearranged lots of code.
- 13:05 Changeset [6711] by
- Initial revision
- 13:02 Changeset [6710] by
- rearranged app-defs, added color
06/30/93:
- 13:51 Changeset [6709] by
- couldnt get AIX to deal with sgttybuf.
- 13:49 Changeset [6708] by
- you need to include <sys/ioctl.h> on AIX 3.2 (vrt)
- 13:38 Changeset [6707] by
- Changes for AIX to deal with POSIX style wait.
- 13:37 Changeset [6706] by
- Solaris change
- 13:14 Changeset [6705] by
- Fixed a path problem with verify calling xlogin's dologin().
- 12:52 Changeset [6704] by
- problems with AIX and redeclarations.
- 12:29 Changeset [6703] by
- You need the semi colon in the union for AIX3.2
- 09:12 Changeset [6702] by
- Oops.
- 09:03 Changeset [6701] by
- Changes prompted by dialup problems - login unlink()s old temporary home directories, which causes pretty fsck errors. No more.
- 08:48 Changeset [6700] by
- Fixed it so it will compile on the DECstation.
06/29/93:
- 15:17 Changeset [6699] by
- we need dl explicitly for solaris
- 11:10 Changeset [6698] by
- I had a few SYSVism still in. Got rid of them(TCSETA/GETA)
- 11:00 Changeset [6697] by
- avoiding the <wait.h> <m_wait.h> interaction under AIX 43.2
- 10:58 Changeset [6696] by
- Change for solaris to find <strings.h> in /usr/athena/include
- 10:44 Changeset [6695] by
- Solaris needs -I/usr/athena/include for strings.h
- 10:24 Changeset [6694] by
- A piece of code from the solaris migration ended up with out ifdef's around it.
- 10:10 Changeset [6693] by
- <fcntl.h> not <sys/fcntl.h> should be included and error from my Solaris integration. (vrt)
06/24/93:
- 14:20 Changeset [6692] by
- Now deals with classics
Note: See TracTimeline
for information about the timeline view.