Timeline
10/08/93:
- 09:32 Changeset [6931] by
- In R5, certain structures of the Display structure are private, so we should use the appropriate routines to extract the information. These routines have existed since at least X11R3...
- 09:10 Changeset [6930] by
- Would like a real log. World checkin 94.
- 05:23 Changeset [6929] by
- moved file location so mot in /usr/athena/lib.
- 05:22 Changeset [6928] by
- changes locations of file so not in /usr/athena/lib
- 05:20 Changeset [6927] by
- changed locations to /var/server because /usr/athena/lib..... was a bad place to keep things when using a makesrv.
10/06/93:
- 11:56 Changeset [6926] by
- Changed umask(022) to umask(0) to preserve the permissions on the files. This is in case the user has decided that the passwd file should be group-writable or something...
10/05/93:
- 07:28 Changeset [6925] by
- change email address from Athena to MIT.EDU
10/01/93:
- 13:02 Changeset [6924] by
- The default option for profiling is wrong.
09/29/93:
- 10:40 Changeset [6923] by
- added umask(0) call early in main() so that password file stays readable if login has to add user and is called from somewhere with a non-zero umask
09/24/93:
- 19:27 Changeset [6922] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
- 17:37 Changeset [6921] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Renamed a couple variables Moved type "Sched" declaration to "zserver.h" Made the key schedule caching routines globally accessible
- 17:36 Changeset [6920] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)
- 17:35 Changeset [6919] by
- Solaris needs <fcntl.h> Don't need ZSRV_INSTANCE/ZSRV_SERVICE decls anymore Declare type "Sched" for use with BD session keys
- 17:34 Changeset [6918] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Solaris port Added POSIX signal handling & job control
- 17:33 Changeset [6917] by
- Use LIB definitions as described by make variables Make $(ACLDIR) if necessary.
- 17:33 Changeset [6916] by
- Changed index() to strchr() [ANSI]
- 17:32 Changeset [6915] by
- Changed rindex() to strrchr() [ANSI]
- 17:31 Changeset [6914] by
- Changed bcopy to _BCOPY (defined in <zephyr/zephyr_conf.h>)
- 17:31 Changeset [6913] by
- Changed bzero to _BZERO (defined in <zephyr/zephyr_conf.h>)
- 17:30 Changeset [6912] by
- Changed bzero/bcopy to _BZERO/_BCOPY (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
- 17:28 Changeset [6911] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)
- 17:28 Changeset [6910] by
- Changed POSIX conditional
- 17:24 Changeset [6909] by
- Added various casts' Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Solaris port Handle subscription file loading errors gethostname() was being passed an incorrect length argument
- 17:21 Changeset [6908] by
- saber_program() rule doesn't exist anymore. Improve version handling rule
- 17:19 Changeset [6907] by
- Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
- 17:19 Changeset [6906] by
- Added POSIX signal handling
- 17:18 Changeset [6905] by
- Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
- 17:16 Changeset [6904] by
- Changed bcopy/bzero to _BCOPY/_BZERO macros (in <zephyr/zephyr_conf.h>)
- 12:33 Changeset [6903] by
- Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>
- 12:31 Changeset [6902] by
- Conditionalize on POSIX instead of _POSIX_SOURCE Changed index/rindex to strchr/strrchr (ANSI) Avoid bad duplicate function redeclarations. Added various casts to avoid compiler warnings. Include <fcntl.h>; needed for Solaris
- 12:31 Changeset [6901] by
- Conditionalize on POSIX instead of _POSIX_SOURCE
- 12:31 Changeset [6900] by
- Changed bzero to _BZERO macro (defined in <zephyr/zephyr_conf.h>)
- 12:30 Changeset [6899] by
- Cleaned up ifdef's a bit, relating to POSIX
- 12:22 Changeset [6898] by
- Replaced index/rindex with strchr/strrchr (ANSI)
- 12:21 Changeset [6897] by
- Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h> Replaced rindex() with strrchr() [ANSI]
- 12:19 Changeset [6896] by
- Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions. These are declared in <zephyr/zephyr_conf.h> to be either the BSD routine or the ANSI routines, depending on the system type.
- 12:13 Changeset [6895] by
- Use _BCOPY macro, not bcopy (defined to be memcopy on ANSI systems)
- 12:13 Changeset [6894] by
- Changed RS/6000 to RISC/6000
- 12:12 Changeset [6893] by
- For the vax/rt, define strchr/strrchr to be index/rindex Define _BCOPY, _BZERO, _BCMP macros to be either BSD or ANSI style.
- 12:11 Changeset [6892] by
- Code references to index/rindex have been changed to strchr/strrchr (ANSI)
- 12:10 Changeset [6891] by
- Posix requires <unistd.h>
- 12:09 Changeset [6890] by
- Changed index() to strchr() [ANSI] Solaris requires <sys/filio.h>
- 12:08 Changeset [6889] by
- Changed index() to strchr() [ANSI]
09/22/93:
- 10:43 Changeset [6888] by
- O_RDONLY declared from fcntl.h under Solaris.
09/15/93:
- 13:38 Changeset [6887] by
- Count a little higher.
- 10:38 Changeset [6886] by
- added the -L flag to machtype so that the athena version will display
09/14/93:
- 18:42 Changeset [6885] by
- Fix debilitating line omission from Solaris port.
- 11:46 Changeset [6884] by
- Solaris change.
- 11:43 Changeset [6883] by
- *** empty log message ***
- 11:30 Changeset [6882] by
- deleted the -sd and made it -s for more broken behavior
- 11:27 Changeset [6881] by
- Solaris change to move the xlogin screen centered.
- 11:24 Changeset [6880] by
- made it know about 220;s
Note: See TracTimeline
for information about the timeline view.