Timeline


and

04/14/94:

14:46 Changeset [7256]
This commit was manufactured by cvs2svn to create tag 'C-77'.
14:46 Changeset [7255] by probe
Declare getcwd() on vax to be like the POSIX 1003.1 call Use getcwd() rather than getwd() We need to declar readlink() for various architectures.
14:46 Changeset [7254] by probe
Changed params.getwd to params.getcwd (POSIX 1003.1)
14:45 Changeset [7253] by probe
Changed getwd struct element to getcwd (POSIX 1003.1)

04/13/94:

10:55 Changeset [7252] by probe
Removed conflicting declarations of libc routines
10:55 Changeset [7251] by probe
Added unistd.h and stdlib.h inclusion

04/12/94:

11:08 Changeset [7250] by miki
fixed typo introduced at r1.7
11:06 Changeset [7249] by probe
uname is POSIX, so changed SOLARIS to POSIX

04/08/94:

09:31 Changeset [7248] by miki
include strings.h
09:28 Changeset [7247] by miki
redefine random as srand48, for SOLARIS
09:27 Changeset [7246] by miki
replaced calls to signal with calls to sigaction , for POSIX
09:27 Changeset [7245] by miki
replaced getwd with getcwd for POSIX
08:54 Changeset [7244] by vrt
the posix cpp get confused with a space before the #
08:37 Changeset [7243] by vrt
Initial revision
07:22 Changeset [7242] by probe
Moved ZPIDDIR declaration
07:22 Changeset [7241] by probe
Changed ATHCONFDIR to ZPIDDIR
07:21 Changeset [7240] by probe
Added ZPIDDIR because the local build tried storing it in /mit/zephyr/configs
06:47 Changeset [7239] by vrt
Initial revision
06:19 Changeset [7238] by brlewis
Initial revision
06:16 Changeset [7237] by brlewis
changes that worked for NE version
06:12 Changeset [7236] by brlewis
Initial revision
06:06 Changeset [7235] by brlewis
changes that worked for NE version
06:05 Changeset [7234] by brlewis
Initial revision
05:24 Changeset [7233] by root
Initial revision

04/07/94:

13:22 Changeset [7232] by miki
changed the BSD calls with POSIX calls.
10:30 Changeset [7231] by miki
for USG, one signal call changed in sigaction, if POSIX (left from previous change)
09:39 Changeset [7230] by vrt
Initial revision
09:16 Changeset [7229] by vrt
Initial revision
08:58 Changeset [7228] by miki
replaced re_exec and re_comp with compile and step, for SOLARIS
08:58 Changeset [7227] by miki
repleced getwd with getcwd for POSIX
08:57 Changeset [7226] by miki
replaced signal with sigaction for POSIX repleced getwd with getcwd for POSIX
08:57 Changeset [7225] by miki
added ladm and lmail for Solaris (needed for compile and step)
08:43 Changeset [7224] by miki
replaced setlinebuf with setvbuf for SYSV systems
08:39 Changeset [7223] by probe
Added START_CRITICAL_CODE and END_CRITICAL_CODE definitions.
08:37 Changeset [7222] by miki
replaced signal with sigaction for POSIX
08:36 Changeset [7221] by miki
replaced getwd with getcwd, signal with sigaction for POSIX defined NO_LINEBUF for SOLARIS replaced index with strrchr
08:30 Changeset [7220] by miki
Eliminated the need for ucblib gcc does not manage to compile synctree.c, so replaced it with sunsift/cc
07:09 Changeset [7219] by vrt
Initial revision
06:04 Changeset [7218] by vrt
Changed the one POSIX to a POSIX && SOLARIS
06:00 Changeset [7217] by vrt
changed the POSIX to POSIX_FLOCK. died miserably on hte decstation

04/06/94:

07:55 Changeset [7216] by vrt
miki changed the LIBS line to reflect the sun it blew out under decmips

04/05/94:

21:06 Changeset [7215] by brlewis
Initial revision
21:06 Changeset [7214] by brlewis
largely working

04/02/94:

08:25 Changeset [7213] by vrt
there needs to be a depend rule.
08:25 Changeset [7212] by vrt
Initial revision

04/01/94:

11:53 Changeset [7211] by miki
replaced rindex with strrchr

03/31/94:

04:40 Changeset [7210] by miki
replaced bcopy with memmove and calls to signal with calls to sigaction, for POSIX

03/30/94:

10:58 Changeset [7209] by cfields
memmove for POSIX. World checkin 94 changes by miki
10:52 Changeset [7208] by cfields
Changed bzero to memset. World checkin 94 changes by miki
08:38 Changeset [7207] by miki
for Solaris include sys/mntent.h , rpcsvc/rquota.h and sys/fs/ufs_quota.h replace bzero with memset
08:37 Changeset [7206] by miki
include sys/fs/ufs_quota.h for Solaris replace bzero with memset
08:35 Changeset [7205] by miki
include sys/fs/ufs_quota.h for SOLARIS
08:26 Changeset [7204] by miki
include sys/fcntl.h for SOLARIS
06:24 Changeset [7203] by miki
replace bzero with memset and bcopy with memmove if POSIX defined
06:13 Changeset [7202] by miki
typo in POSIX
06:03 Changeset [7201] by miki
replaced calls to signal with calls to sigaction, for POSIX defined
06:01 Changeset [7200] by miki
translated bcopy into memmove for POSIX
05:52 Changeset [7199] by vrt
need to replace setlinebuf with setvbuf for solaris.
05:48 Changeset [7198] by miki
replace calls to signal with calls to sigaction if POSIX defined
05:38 Changeset [7197] by miki
replaced index with strchr
05:30 Changeset [7196] by miki
replaced index and rindex with strchr, strrchr
05:28 Changeset [7195] by miki
replaced signal with sigaction for POSIX
05:28 Changeset [7194] by miki
replaced index with strchr
05:17 Changeset [7193] by miki
for Solaris changed check of host_entry NULL
04:54 Changeset [7192] by miki
replaced bcmp with memcmp and for POSIX bcopy with memmove
04:22 Changeset [7191] by miki
include strings.h for all cases

03/29/94:

07:28 Changeset [7190] by miki
replaced index with strchr replaced re_compile and re_exec with compile and step , for Solaris
07:28 Changeset [7189] by miki
added libadm and libmail for Solaris (to resolve compile and step reference)

03/28/94:

08:35 Changeset [7188] by brlewis
Initial revision

03/25/94:

12:23 Changeset [7187] by miki
replaced bcopy with memmove for POSIX changed the calls to flock with calls to fcntl for SOLARIS
12:23 Changeset [7186] by miki
replaced bcopy with memmove for POSIX
12:22 Changeset [7185] by miki
changed the calls to flock with calls to fcntl for SOLARIS chnaged bzero into memset
12:21 Changeset [7184] by miki
chnaged index to strchr
12:21 Changeset [7183] by miki
changed the calls to flock with calls to fcntl for SOLARIS
12:21 Changeset [7182] by miki
replaced index with strchr
12:10 Changeset [7181] by miki
replace bzero by memset; replace bcopy with memmove if POSIX
12:09 Changeset [7180] by miki
replace bzero by memset; replace bcopy with memmove if POSIX
12:04 Changeset [7179] by miki
replaced index with strchr
12:03 Changeset [7178] by miki
always include strings.h for SOLARIS map random and srandom into lrand48 and srand48
11:59 Changeset [7177] by miki
added libadm for SOLARIS; needed to resolve compile and step.
11:57 Changeset [7176] by miki
replaced index with strchr replaced bcopy with memmove for POSIX
11:55 Changeset [7175] by miki
replaced rindex with strrchr
11:54 Changeset [7174] by miki
replaced bcopy with memmove for POSIX replaced index with strchr
11:52 Changeset [7173] by miki
replaced re_comp and re_exec with compile and step for SOLARIS replaced /usr/ucbinclude/sysexits.h witha serie of defines for SOLARIS replaced index with strchr
11:48 Changeset [7172] by miki
include always strings.h (even for SOLARIS) replace index with strchr
11:45 Changeset [7171] by miki
replace bcopy with memmove for POSIX platforms; replaced bzero with memset and ndex with strchr
11:45 Changeset [7170] by miki
replaced bzero with memset
11:44 Changeset [7169] by miki
replace bcopy with memmove for POSIX platforms; replaced bzero with memset and index with strchr
11:43 Changeset [7168] by miki
replace bcopy with memmove for POSIX platforms; replaced bzero with memset and ind with strchr
11:33 Changeset [7167] by miki
replaced calls to index with calls to strchr
11:32 Changeset [7166] by miki
replaced calls to signal with calls to sigaction, for POSIX
11:26 Changeset [7165] by miki
replaced index with strchr
11:25 Changeset [7164] by miki
mapped random and srandom into lrand48 and srand48, if SOLARIS is defined
11:21 Changeset [7163] by miki
replaced bzero with memset
11:19 Changeset [7162] by miki
replaced calls to signal with calls to sigaction, for POSIX
11:15 Changeset [7161] by miki
replaced calls to signal with calls to sigaction, for POSIX
11:10 Changeset [7160] by miki
replaced calls to signal with calls to sigaction, when POSIX defined
11:08 Changeset [7159] by miki
replaced rindex with strchr
11:05 Changeset [7158] by miki
replaced calls to signal with calls to sigaction , if POSIX defined
11:00 Changeset [7157] by miki
added libadm to SOLARIS LDLIBS, to resolve the copile and step references
10:59 Changeset [7156] by miki
for SOLARIS replaced setreuid with setuid
10:59 Changeset [7155] by miki
removed a call to sigaddset which was unnecessary
10:58 Changeset [7154] by miki
replaced index with strchr
10:57 Changeset [7153] by miki
replaced bzero with memset
10:56 Changeset [7152] by miki
replaced rindex with strrchr
10:55 Changeset [7151] by miki
replaced index with strchr; replaced bzero with memset; for POSIX replaced bcopy with memmove
10:54 Changeset [7150] by miki
replaced index with strchr; for POSIX replaced bcopy with memmove
10:54 Changeset [7149] by miki
replaced index with strchr; for POSIX replaced getwd with getcwd
10:36 Changeset [7148] by miki
for POSIX, replace wait3 with waitpid

03/23/94:

10:59 Changeset [7147] by miki
Removed the compatibility library libucb from the link flags for Solaris

03/22/94:

14:44 Changeset [7146] by cfields
Added a mkdir profiled 7.7 checkin; changes by vrt
13:16 Changeset [7145] by cfields
Initial revision
09:56 Changeset [7144] by vrt
nolint for ultrix.
09:56 Changeset [7143] by vrt
Initial revision
09:42 Changeset [7142] by miki
include strings.h (to enable translation of BSD string functions into POSIX)
09:39 Changeset [7141] by miki
include strings.h if SOLARIS is defined (translates the string functions from BSD to POSIX)
09:37 Changeset [7140] by miki
change bzero to memset (BSD platforms have memset call)
09:33 Changeset [7139] by miki
for SOLARIS replace getrusage which is used for a seed to random with the call to imes
09:31 Changeset [7138] by miki
change bcopy into memmove for SOLARIS change bzero into memset
09:26 Changeset [7137] by miki
*** empty log message ***
09:24 Changeset [7136] by miki
include strings.h if SOLARIS defined, to enable transaltion of BSD string calls to POSIX
09:21 Changeset [7135] by miki
include strings.h to enable translation from BSD string functions to POSIX if SOLARIS defined replace signal calls with sigaction calls
09:21 Changeset [7134] by miki
include strings.h to enable translation from BSD string functions to POSIX
08:57 Changeset [7133] by miki
include strings.h to enable the translation from BSD string function to POSIX if SOLARIS is defined replace all signal calls with sigaction and call to sigblock to calls to sigprocmask

03/17/94:

15:33 Changeset [7132] by cfields
Originally a higher level Imakefile. Cut down for this purpose. 7.7 checkin; changes by vrt
12:38 Changeset [7131] by vrt
Initial revision
12:02 Changeset [7130] by vrt
Initial revision

03/15/94:

07:48 Changeset [7129] by probe
Declare t_local here, where it is initialized
07:47 Changeset [7128] by probe
Use NOW rather than t_local.tv_sec
07:44 Changeset [7127] by probe
Define NOW to be t_local.tv_sec, and don't do gettimeofday()
07:44 Changeset [7126] by probe
Use symbolic name "NOW" rather than t_local
07:41 Changeset [7125] by probe
After each select() loop, re-initialize t_local for other uses.
07:40 Changeset [7124] by probe
Use t_local structure, rather than calling gettimeofday()
07:40 Changeset [7123] by probe
Use t_local, rather than calling gettimeofday()
07:16 Changeset [7122] by probe
If we have a controlling tty, periodically check to see that controlling tty is still around, and if not, die.
07:15 Changeset [7121] by probe
Ignore SIGTTOU when forking, otherwise we might hang. Increase the version number.
07:14 Changeset [7120] by probe
Have zephyr_paths.h depend on the Makefile Do not bother with ETCATHDIR -- it isn't used.
05:50 Changeset [7119] by vrt
we removed a suprious read_response that was causing the suns to crash and decstations to return a random number.
05:48 Changeset [7118] by vrt
added a return call the edit function really wants to return something.
Note: See TracTimeline for information about the timeline view.