Timeline


and

11/08/89:

11:24 Changeset [2258] by jtkohl
change "B" to "E" on bell (fixing typo)
11:24 Changeset [2257] by probe
Much simplified version of the previous check-in. The only process in the startup sequence prone to hanging would be ~/.startup.X, so we simply source that file in the background.
11:12 Changeset [2256] by probe
Complicated version of "xsession" that avoids the common mode of failure of something in the user's startup not being exiting and the session_gate not being run. This version forks and the parent handles the session_gate while the child handles the user's startup. The next check-in, (a brainstorm of what this simplifies to came about a minute ago), will be a much simpler version that accomplishes the same thing.
10:42 Changeset [2255]
This commit was manufactured by cvs2svn to create tag 'SNAP1108'.
10:42 Changeset [2254] by jtkohl
in case of leading slashes, make the notices go to the right people
10:00 Changeset [2253] by jtkohl
add declarations of functions which got implicitly declared incorrectly.
09:46 Changeset [2252] by jtkohl
Initial revision
09:38 Changeset [2251] by jtkohl
put #ifdef's around the code
09:37 Changeset [2250] by jtkohl
missing extern declaration in REVSTACK state
09:36 Changeset [2249] by jtkohl
fix up RCSID strings (don't need them in header files)
09:28 Changeset [2248] by jtkohl
change Header to Id
09:26 Changeset [2247] by jtkohl
Initial revision

11/07/89:

14:05 Changeset [2246] by jik
Initial revision
14:01 Changeset [2245] by jik
don't declare perror if __STDC__ is defined (unless on an RT) because it's declared in a standard header file.
14:00 Changeset [2244] by jik
have to include strings.h to use rindex without getting compiler warnings
13:59 Changeset [2243] by jik
added errf typedef; changed declaration of set_com_err_hook to use errf.
13:57 Changeset [2242] by jik
moved declaration of errf type into com_err.h; changed declaration of set_com_err_hook slightly so hc doesn't barf on it; put a cast into set_com_err_hook to keep the mips compiler from complaining.
13:56 Changeset [2241] by jik
added strcasecmp.c to the file list and to the make rule for compile_et; changed depend rule to add a blank line to the end of the file before deleting old dependencies, because some versions of ed barf otherwise.
13:55 Changeset [2240] by jik
malloc and realloc should only be declared if __STDC__ is not defined, OR if __HIGHC__ is defined (that means we're on the RT, which doesn't use ANSI header files).
13:53 Changeset [2239] by jik
added static declarations of calc_widths and num_width to the top of the file so that the next compile doesn't complain.
13:53 Changeset [2238] by jik
Extensive changes.
13:51 Changeset [2237] by jik
added MANDIR and MANSECT; added -I/usr/include so it can be changed to -Iet if necessary; put - in front of rule for bin_install and man_install because it breaks on the mips without it.
12:06 Changeset [2236] by jik
Initial revision
11:57 Changeset [2235] by jik
Initial revision
11:25 Changeset [2234] by jik
Initial revision
11:16 Changeset [2233] by jik
Initial revision

11/06/89:

19:04 Changeset [2232] by jik
Initial revision
18:49 Changeset [2231] by jik
Initial revision
18:25 Changeset [2230] by jik
major revisions
18:24 Changeset [2229] by jik
changed patch level to 5
18:23 Changeset [2228] by jik
added better handling of archiving of ET library sources; deleted all the checking to see if stuff is already checked in, because it's annoying.
17:01 Changeset [2227] by jik
updated for new release
16:58 Changeset [2226] by jik
updated for second release
16:56 Changeset [2225] by jik
changed AFS include slightly
16:33 Changeset [2224] by jik
I had an "rt" where I really wanted a "${MACHINE}.
16:27 Changeset [2223] by jik
added mit-copyright stuff
14:55 Changeset [2222] by jik
added some code for pattern matching and stacks
14:54 Changeset [2221] by jik
release 6.4
14:54 Changeset [2220] by jik
Initial revision

11/03/89:

12:50 Changeset [2219] by probe
Changes T_TXT to T_UNSPECA. The BIND 4.8.1 implementation of T_TXT is incorrect; BIND 4.8.1 declares it as a NULL terminated string. The RFC defines T_TXT to be a length byte followed by arbitrary changes. Because of this incorrect declaration in BIND 4.8.1, when this bug is fixed, T_TXT requests between machines running different versions of BIND will not be compatible (nor is there any way of adding compatibility).

11/02/89:

21:20 Changeset [2218] by marc
Added missing arg to ChangeProp macro
21:13 Changeset [2217] by marc
Changed default resource path
02:13 Changeset [2216] by jik
Deleted stuff about symbolc links being followed when restoring, because it isn't true.
02:12 Changeset [2215] by jik
"not" should be "no"
02:10 Changeset [2214] by jik
Added -s and -m flags for symbolic link and mount point following.

11/01/89:

21:19 Changeset [2213] by marc
All the .h files have the rcsid before the multiple-include protecting #ifdef. This file has been fixed
21:11 Changeset [2212] by marc
All the .h files have the rcsid before the multiple-include protecting #ifdef.
21:07 Changeset [2211] by marc
Never call me a good typist.
21:05 Changeset [2210] by marc
typo fix
20:58 Changeset [2209] by marc
Copyright and RCS headers added.
20:15 Changeset [2208] by marc
Initial revision

10/30/89:

11:53 Changeset [2207]
This commit was manufactured by cvs2svn to create tag 'PATCH2'.
11:53 Changeset [2206] by jtkohl
remove zinit
04:47 Changeset [2205] by jtkohl
add support for -f - (read stdin) (code from Marc Horowitz)
04:46 Changeset [2204] by jtkohl
document "-" processing

10/27/89:

07:47 Changeset [2203] by jtkohl
patchlevel 2
07:33 Changeset [2202]
This commit was manufactured by cvs2svn to create tag 'ZSRV3PT15'.
07:33 Changeset [2201] by jtkohl
add counters for old support
06:55 Changeset [2200] by jtkohl
remove spurious line which caused faults on picky machines

10/26/89:

13:06 Changeset [2199] by jtkohl
add -l option, change action of -q option to neither cause nor wait for acks
13:03 Changeset [2198] by jtkohl
update date include docs of -l optoin
11:46 Changeset [2197] by jtkohl
fix BUG: server acknowledgements were getting smashed z_uid's because of reassembly code. New strategy: only retain the acknowledgment of the first fragment of a fragmented notice. This way existing code which checks notice->z_uid in a sent notice will get the acknowledge it seeks. Also, only one ack is ever returned for a given notice.
10:20 Changeset [2196] by jtkohl
new version: adds counters to keep track of old-style requests
10:19 Changeset [2195] by jtkohl
add support for counting old-style requests
10:18 Changeset [2194] by jtkohl
add support for counting old style requests
07:25 Changeset [2193] by jtkohl
fix BUG: qptr was never updated after the first queue scan, so the expected notice would never be seen.

10/25/89:

18:05 Changeset [2192] by probe
Fixes from tjcoppet: When an acl file does not exist, and the cache is full, the load_acl() proc does not zero the hash table pointer. This causes certain olc servers to die unexpectedly. File descriptor leak fixed in acl_load().
11:21 Changeset [2191] by probe
More interpretation of return codes have been added [jtkohl]
11:21 Changeset [2190] by probe
Initial revision
10:23 Changeset [2189] by jtkohl
update for -u option
10:17 Changeset [2188] by jtkohl
changes for -u option update usage message, and print it in more cases

10/24/89:

13:17 Changeset [2187] by jtkohl
add decmips type

10/23/89:

09:47 Changeset [2186] by jik
changes to deal with lint errors and new error-handling
09:46 Changeset [2185] by jik
*** empty log message ***
09:44 Changeset [2184] by jik
lint changes and error-handling changes
09:43 Changeset [2183] by jik
deleted a couple unnecessary #define's
09:42 Changeset [2182] by jik
Initial revision
09:40 Changeset [2181] by jik
mostly changes for lint errors and new error-handling
09:39 Changeset [2180] by jik
changed declarations to go along with new error-handling
09:37 Changeset [2179] by jik
lots of changes to fix lint errors and to deal with new error-handling
09:37 Changeset [2178] by jik
changed function declaration for new error-handling.
09:35 Changeset [2177] by jik
Not quite sure what all the changes are, but most of them are to fit in with the new error-handling and to fix some lint errors.
09:33 Changeset [2176] by jik
changed get_the_files function declaration to fit with new error-handling
09:33 Changeset [2175] by jik
changes to fit new error-handling and regular expression handling
09:33 Changeset [2174] by jtkohl
use $Revision$
09:32 Changeset [2173] by jik
changed function declarations to jive with new error handling
09:31 Changeset [2172] by jik
Initial revision
09:10 Changeset [2171] by jik
changes to deal with the new error-handling.
09:09 Changeset [2170] by jik
changed some declarations because the new error-handling mechanism.
09:08 Changeset [2169] by jik
fixed some lint problems and dealt with the new error-handling mechanism
09:07 Changeset [2168] by jik
deleted declaration of "reg_firstpart()" function.
04:14 Changeset [2167] by jtkohl
fix syslog reporting of which port is unknown.

10/22/89:

12:43 Changeset [2166] by probe
Install "login" as root
12:42 Changeset [2165] by probe
Fixed "install" to also work with AFS installs.

10/21/89:

11:11 Changeset [2164] by probe
Fixed "install"

10/20/89:

06:22 Changeset [2163] by probe
*** empty log message ***
06:10 Changeset [2162] by probe
*** empty log message ***
05:26 Changeset [2161] by epeisach
Fixed depend line

10/19/89:

13:37 Changeset [2160] by jtkohl
fix Imakefile for NeXT
08:49 Changeset [2159] by jtkohl
add more machine types
08:49 Changeset [2158] by jtkohl
add NeXT to known types

10/18/89:

09:21 Changeset [2157] by epeisach
Fixed depend line.
09:21 Changeset [2156] by epeisach
Fixed depend line & ran depend.
09:13 Changeset [2155] by epeisach
Fixing depend line
09:12 Changeset [2154] by epeisach
Fixing up depend line.
09:10 Changeset [2153] by jtkohl
need version.o in the OBJS list
09:07 Changeset [2152] by jtkohl
depend depends on zsrv_err.h
05:43 Changeset [2151] by probe
Added hesservbyname (Hesiod version of getservbyname()). It was lacking in the Hesiod distribution.
05:42 Changeset [2150] by probe
Initial revision
05:40 Changeset [2149] by probe
Kerberos conversion

10/17/89:

12:15 Changeset [2148]
This commit was manufactured by cvs2svn to create tag 'PATCH1'.
12:15 Changeset [2147] by jtkohl
lint fix
12:13 Changeset [2146] by jtkohl
patchlevel.hj
12:07 Changeset [2145]
This commit was manufactured by cvs2svn to create tag 'ZSRV3PT13'.
12:07 Changeset [2144] by jtkohl
put $Id$ into version[
12:05 Changeset [2143] by jtkohl
3.13
12:05 Changeset [2142] by jtkohl
add MIPS on server type fix up null-pointer and overflow and free problems
06:14 Changeset [2141] by probe
Removed #include <attach.h> and obsolete code depending on it. Now does chdir() after the setuid, (just in case for AFS...)

10/15/89:

12:26 Changeset [2140] by probe
Fixed permissions problem
00:39 Changeset [2139] by probe
kit's changes: #include file changes
00:38 Changeset [2138] by probe
Need to link against Xmu
00:35 Changeset [2137] by probe
Replaced with source from R3 xman
00:32 Changeset [2136] by probe
Initial revision
00:31 Changeset [2135] by probe
kit's changes: #include file changes

10/11/89:

12:37 Changeset [2134] by vanharen
this file now contains the function prototypes, as well as the widget declarations and a few macros
12:34 Changeset [2133] by vanharen
Initial revision
12:30 Changeset [2132] by vanharen
cleaned up logic some from last rev.
12:29 Changeset [2131] by vanharen
this file is going away...
12:21 Changeset [2130] by vanharen
function changed to work correctly on an X display. many returns removed from messages, and printf's removed. dialogs used instead. This function has been assumed into x_utils.c
12:20 Changeset [2129] by vanharen
Initial revision
12:15 Changeset [2128] by vanharen
Greatly fleshed out... this is probably the first usuable copy of procs.c Many functions still need to be removed to seperate files, though a good portion of that work has been done.
12:10 Changeset [2127] by vanharen
MRM junk removed -- no longer use UIL. Error handling greatly improved. Resources (min size, icon, etc.) added for toplevel shell. Many other changes. This is probably the first stable copy of main.
12:07 Changeset [2126] by vanharen
Initial revision
12:05 Changeset [2125] by vanharen
Many changes since last rev. this version uses GCC as the compiler. Assumes that MACHTYPE variable is set in the environment. Many paths changed to AFS paths. dependencies changed (of course)...
07:50 Changeset [2124] by probe
"clean" now also removes "std_rqs.c" (built from std_rqs.ct)
07:24 Changeset [2123] by epeisach
Fixed build of et. Dependency on et_lex.lex.c made.
07:06 Changeset [2122] by epeisach
Fixed man page install and lint lib locationc
07:04 Changeset [2121] by epeisach
Fixed install location of lint library
06:43 Changeset [2120] by epeisach
Added depend line and lint library build support
05:56 Changeset [2119] by epeisach
Added lint library build/install
05:45 Changeset [2118] by epeisach
Fixed depend line and added for lint library build & install

10/10/89:

11:23 Changeset [2117] by jtkohl
new names for codes (from new libkrb.a)
Note: See TracTimeline for information about the timeline view.