Timeline


and

10/19/93:

08:48 Changeset [6975] by epeisach
For create_dir specify the rule as dir:: to allow the same directory to be specified by multiple rules. (as in the case of the top level Imakefile)
06:30 Changeset [6974] by vrt
Changed the wording in error message from would't to couldn't. This is netprob bug 439.

10/18/93:

23:38 Changeset [6973] by probe
Removed unused/obsolete cruft
23:35 Changeset [6972] by probe
New Athena rules concerning projects... some re-organization performed. Install makespools on all platforms (just not always in /etc) Removed unused cruft.
22:41 Changeset [6971] by probe
Changed how Projects are declared. (Read the full comment in the source for a description of how projects are handled and how to specify additional rules files or how to reference the directories within the project).
22:41 Changeset [6970] by probe
Reversed the order of $(IFLAGS) and $(IPROJ)

10/17/93:

15:03 Changeset [6969] by epeisach
acl_abort should be declared static at top of the file before first reference which assumes it is external. (SGI/Alpha compiler gotcha)

10/16/93:

17:51 Changeset [6968] by probe
Under AIX, allow for full dumps if a SEGV signal is received. Fixed some uninitialized data and freeing of unallocated memory.
17:51 Changeset [6967] by probe
POSIX signal handling
16:33 Changeset [6966] by probe
Remove temporary file before exiting [zbugs 0497: mhpower]
16:11 Changeset [6965] by probe
Added ATRIA.COM realm [jtkohl]

10/14/93:

08:47 Changeset [6964] by probe
Install all the Transcript server software.
08:10 Changeset [6963]
This commit was manufactured by cvs2svn to create tag 'ATH7_6'.
08:10 Changeset [6962] by probe
POSIX lseek uses SEEK_END.

10/13/93:

12:30 Changeset [6961] by probe
Better random server choosing code.
12:29 Changeset [6960] by probe
Better random server choosing code. Refresh server list upon HUP signal.
12:21 Changeset [6959] by probe
Removed "s" from ether mailer rule (we don't want to strip quotes here)
11:26 Changeset [6958] by cfields
Fix-trackers 2921
11:13 Changeset [6957] by cfields
Fix-trackers 2901

10/12/93:

02:06 Changeset [6956] by probe
Initial revision
01:49 Changeset [6955] by probe
Initial revision
01:35 Changeset [6954] by probe
Initial revision
01:04 Changeset [6953]
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.1'.
01:04 Changeset [6952] by probe
Initial revision
00:09 Changeset [6951] by probe
Initial revision

10/11/93:

23:25 Changeset [6950] by probe
Initial revision
23:11 Changeset [6949] by probe
Initial revision
22:50 Changeset [6948] by probe
Initial revision
22:43 Changeset [6947] by probe
Initial revision
22:37 Changeset [6946] by probe
Initial revision
22:23 Changeset [6945] by probe
Initial revision

10/09/93:

17:16 Changeset [6944] by probe
Separate Athena programs on platforms other than BSD & Ultrix.
15:59 Changeset [6943] by probe
Initial revision
15:42 Changeset [6942] by probe
Don't hard-code the path (especially when it is already in the config file)
15:04 Changeset [6941] by probe
Removed LAPS, as that belongs in .options (LPS40 specific)
15:00 Changeset [6940] by probe
Build/install lps40comm. Renamed hpduplex to duplex2, since it is a general PS-2 duplex filter
14:55 Changeset [6939] by probe
Build the HP printer utilities (hpduplex, hpcomm, psbanner)
14:53 Changeset [6938] by probe
Added HPLJ ivSiMX support, and better Milan support [darrin] Parse .spooler file (if it exists) for per-queue specifications.
14:52 Changeset [6937] by probe
Support the -P <printer> option Removed the kludges for the LPS40 (they belong in the .options file)
14:22 Changeset [6936] by probe
Changed kerberize_cf() to fixup_cf() and call it ALWAYS. We use this routine to insert the "q" card which specifies the queue name as was given to us from the client. This allows us to do per-queue processing (such as duplex printing). (The Kerberos specific portions of fixup_cf are under #ifdef KERBEROS)
14:21 Changeset [6935] by probe
Changed names globally to reduce #ifdef's (for Solaris port) Added card "q" for queue-name. Pass -P <printer/queue name> to the IF and OF programs.
14:20 Changeset [6934] by probe
Changed names globally to reduce #ifdef's (req'd by Solaris port) Avoid printing information about a queue twice with "lpq -l" (missing else)
14:19 Changeset [6933] by probe
Corrected some POSIX ifdef's; with POSIX termio, we shouldn't use TIOCGETP.
14:14 Changeset [6932] by probe
Reduced the #ifdef's by globally changing names (req'd by Solaris port)

10/08/93:

09:32 Changeset [6931] by probe
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 cfields
Would like a real log. World checkin 94.
05:23 Changeset [6929] by thorne
moved file location so mot in /usr/athena/lib.
05:22 Changeset [6928] by thorne
changes locations of file so not in /usr/athena/lib
05:20 Changeset [6927] by thorne
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 probe
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 mar
change email address from Athena to MIT.EDU

10/01/93:

13:02 Changeset [6924] by cfields
The default option for profiling is wrong.

09/29/93:

10:40 Changeset [6923] by mar
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 probe
Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
17:37 Changeset [6921] by probe
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 probe
Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)
17:35 Changeset [6919] by probe
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 probe
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 probe
Use LIB definitions as described by make variables Make $(ACLDIR) if necessary.
17:33 Changeset [6916] by probe
Changed index() to strchr() [ANSI]
17:32 Changeset [6915] by probe
Changed rindex() to strrchr() [ANSI]
17:31 Changeset [6914] by probe
Changed bcopy to _BCOPY (defined in <zephyr/zephyr_conf.h>)
17:31 Changeset [6913] by probe
Changed bzero to _BZERO (defined in <zephyr/zephyr_conf.h>)
17:30 Changeset [6912] by probe
Changed bzero/bcopy to _BZERO/_BCOPY (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
17:28 Changeset [6911] by probe
Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>)
17:28 Changeset [6910] by probe
Changed POSIX conditional
17:24 Changeset [6909] by probe
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 probe
saber_program() rule doesn't exist anymore. Improve version handling rule
17:19 Changeset [6907] by probe
Changed bcopy/bzero to _BCOPY/_BZERO (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
17:19 Changeset [6906] by probe
Added POSIX signal handling
17:18 Changeset [6905] by probe
Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>) Added POSIX signal handling
17:16 Changeset [6904] by probe
Changed bcopy/bzero to _BCOPY/_BZERO macros (in <zephyr/zephyr_conf.h>)
12:33 Changeset [6903] by probe
Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>
12:31 Changeset [6902] by probe
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 probe
Conditionalize on POSIX instead of _POSIX_SOURCE
12:31 Changeset [6900] by probe
Changed bzero to _BZERO macro (defined in <zephyr/zephyr_conf.h>)
12:30 Changeset [6899] by probe
Cleaned up ifdef's a bit, relating to POSIX
12:22 Changeset [6898] by probe
Replaced index/rindex with strchr/strrchr (ANSI)
12:21 Changeset [6897] by probe
Replaced bzero with _BZERO macro (defined in <zephyr/zephyr_conf.h> Replaced rindex() with strrchr() [ANSI]
12:19 Changeset [6896] by probe
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 probe
Use _BCOPY macro, not bcopy (defined to be memcopy on ANSI systems)
12:13 Changeset [6894] by probe
Changed RS/6000 to RISC/6000
12:12 Changeset [6893] by probe
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 probe
Code references to index/rindex have been changed to strchr/strrchr (ANSI)
12:10 Changeset [6891] by probe
Posix requires <unistd.h>
12:09 Changeset [6890] by probe
Changed index() to strchr() [ANSI] Solaris requires <sys/filio.h>
12:08 Changeset [6889] by probe
Changed index() to strchr() [ANSI]

09/22/93:

10:43 Changeset [6888] by cfields
O_RDONLY declared from fcntl.h under Solaris.
Note: See TracTimeline for information about the timeline view.