Timeline


and

05/02/94:

13:24 Changeset [7302] by miki
Replaced for POSIX sigpause by sisuspend
07:01 Changeset [7301] by vrt
had to play with the includes for timeout to compile under the RS6000
06:35 Changeset [7300] by vrt
if you want to use _SC_* and sysconf you need to include unistd.h for posix not just solaris.
06:24 Changeset [7299] by vrt
did 3 things changed the #include <sys/fcntl> to <fcntl> put an ifndef MAX around the #define MAX and the RS6000 really hates redeclarations
06:21 Changeset [7298] by vrt
The RS6000 really hates redeclarations

04/30/94:

14:33 Changeset [7297] by probe
Send broadcast messages as UNACKED messages.
14:30 Changeset [7296] by probe
Corrected the pathname references
14:25 Changeset [7295] by probe
Added a more verbose warning that tells the user how to detach lockers that are on a given host. [lwvanels '91]
09:28 Changeset [7294] by vrt
support for 4.3 style syslog under ultrix
09:28 Changeset [7293] by vrt
support for 4.3 style syslog for ultrix
09:24 Changeset [7292] by vrt
support for ultrix for 4.3 syslogs.
09:22 Changeset [7291] by vrt
forgot one piece.
09:21 Changeset [7290] by vrt
ultrix change to support 4.3 style syslogs.
09:20 Changeset [7289] by vrt
ultrix changes for 4.3 style syslog
09:17 Changeset [7288] by vrt
Ultrix changes for 4.3 style syslog
09:12 Changeset [7287] by vrt
changed the LIBS line to include nsyslog for ultrix

04/29/94:

20:18 Changeset [7286] by cfields
Documentation for XRemoveHosts/XOpenDisplay change to dm.c.
20:14 Changeset [7285] by cfields
Added XRemoveHosts for security. Also leave a display connection open so the X server doesn't reset if the user does a config_console when no other X connections are open. (Interestingly, the Solaris 2.2 server does not seem to reset under these conditions.) There is a corresponding removal of a less reliable version of this hack from xlogin.c. Don't run this code pre-Solaris 2.3. Otherwise no clients will be able to connect to the display at all.
20:04 Changeset [7284] by cfields
Now link with X11 for XRemoveHosts and other X calls.
14:14 Changeset [7283] by brlewis
Initial revision
14:08 Changeset [7282] by brlewis
Initial revision
14:03 Changeset [7281] by brlewis
Initial revision
12:19 Changeset [7280] by cfields
setgid/setuid take only one arg.
10:20 Changeset [7279] by root
Backed out most of the r1.66 changes . Left in only the replacement of signal with sigaction, for POSIX
10:17 Changeset [7278] by root
for Solaris, link libbsd.a to cope with the BSD system calls
07:59 Changeset [7277] by probe
Backing out the different placement of unauthentic messages (neither tytso nor probe approve this change)
07:52 Changeset [7276] by probe
enable_delete is now true by default so window managers will honor the delete window requests

04/28/94:

09:56 Changeset [7275] by cfields
Changed dm's static file parsing buffer from 2K to 8K. The DECstation config file is currently 2031 bytes.
09:23 Changeset [7274] by cfields
Unbelievably, I missed one.

04/27/94:

05:44 Changeset [7273] by miki
Initial revision

04/26/94:

10:21 Changeset [7272] by root
Changed it to be like the one on the /srvd/etc/athena
10:11 Changeset [7271] by root
Changed it to be like the one on the /srvd/etc/mail/
10:10 Changeset [7270] by root
Changed it to be like the one on the /srvd/etc/inet/
10:09 Changeset [7269] by root
Changed it to be like the one on the /srvd/etc/init.d
09:51 Changeset [7268] by cfields
Made some ungraceful spelling errors nonexistent.
07:13 Changeset [7267] by root
replaced bzero wit memset replaced bcpy with memmove for POSIX for Solaris, becuase seteuid does not exist, used setuid and chown the temporary file to the user id.
07:07 Changeset [7266] by root
redefined random as lrand48, for SYSV replaced signal calls with sigaction for POSIX took out call to signal, needed in RIOS because once the signal was caught it reverted to SIG_DFL. Calling sigaction does not do that.
06:41 Changeset [7265] by root
replaced signal with sigaction for POSIX
06:35 Changeset [7264] by root
replaced for POSIX signal and sigblock with sigaction and sigprocmask replaced for POSIX getdtablesize with sysconf use for POSIX tcsetattr for Solaris call setuid and setgid instead of setXuid (setXgid)

04/21/94:

11:30 Changeset [7263] by root
use sigaction for POSIX use sysconf instead of getdtablesize for POSIX
11:30 Changeset [7262] by root
update utmpx instead of utmp, for Solaris use fcntl for locking files on Solaris
11:29 Changeset [7261] by root
use dir structure differently for SYSV
11:28 Changeset [7260] by root
for Solaris introduced the notion of shadow replaced for Solaris setXuid with setuid for Solaris let the system choose a suitable socket address.
11:28 Changeset [7259] by root
replaced index calls with strchr
11:14 Changeset [7258] by root
For Solaris did: changes in the way passwd file is updated (use shadow as well) changed for POSIX signal to sigaction change setXuid into setuid for Solaris
10:48 Changeset [7257] by cfields
Local machine support changes for imake. 7.7 checkin; changes by vrt

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
Note: See TracTimeline for information about the timeline view.