Timeline


and

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.

03/14/94:

11:17 Changeset [7117] by vrt
added solaris to the machines that need sys/select.h
10:27 Changeset [7116] by vrt
added ifdef for solaris for _POSIX_SOURCE
10:12 Changeset [7115] by cfields
gdss test moved to "test" target 7.7 checkin; changes by vrt
10:01 Changeset [7114] by vrt
added #include fcntl.h
09:58 Changeset [7113] by vrt
#include <fcntl.h>
09:55 Changeset [7112] by vrt
added #include fcntl.h
09:55 Changeset [7111] by brlewis
cut out inessential stuff for clearer presentation

03/09/94:

03:27 Changeset [7110] by vrt
Initial revision
03:07 Changeset [7109] by vrt
Initial revision

03/07/94:

10:16 Changeset [7108] by vrt
defining posix did not solve the problem of make depend but seting the flag to solaris did.
10:15 Changeset [7107] by vrt
solaris does nothave machineio/vdreg.h
10:12 Changeset [7106] by vrt
added ifdefs around sys/dir.h for posix.
10:10 Changeset [7105] by vrt
added ${CFLAGS} to the makedepend line

03/03/94:

15:03 Changeset [7104] by cfields
Clean up a stray alarm. This was being passed to newly execed images causing premature logouts.
Note: See TracTimeline for information about the timeline view.