Timeline


and

03/08/91:

16:05 Changeset [4618] by tytso
Fixed locking problem with the changed behavior of the "ss" command in edsc protocol version 2.4
09:09 Changeset [4617] by raeburn
Initialize nacklist with pointer to bss, rather than calling malloc.
09:04 Changeset [4616] by raeburn
Added optimized versions of strlen and multiplication for RT, from john Carr.
08:58 Changeset [4615] by raeburn
Made many messages more informative; enabled/disabled some. Use new inet_ntoa inline, or ZServerDesc_t `addr' elt.
08:56 Changeset [4614] by jfc
Don't use alternate memory functions unless DEBUG or MEMORY_DEBUG is defined.
08:51 Changeset [4613] by raeburn
Made some messages more informative; enabled/disabled some. Use new inet_ntoa inline, or ZServerDesc_t `addr' elt. Changed some `static' decls for (global) friends of ZServerDesc_t. Increment counters for various notice types.
08:49 Changeset [4612] by jfc
AIX 1.2 defines ulong in <sys/types.h>
08:29 Changeset [4611] by epeisach
Converted to new Imake formats
08:07 Changeset [4610] by raeburn
Defined several "statistic" objects, and dump_stats routine to put data in logs. Reordered flow in dispatch() to eliminate "dispatched" variable. If zdebug, log subscription cancellation.
07:53 Changeset [4609] by raeburn
Moved some method defs into class def. Renamed ZDest::compare_strings to order_strings. Added ZNotAcked_t constructor to avoid cfront bug. ZServerDesc_t is now class, with methods for accessing server state. New inet_ntoa accepts sockaddr_in structs. Removed decls for now-static names. Defined class "statistic" for counting/logging events.
07:35 Changeset [4608] by raeburn
Renamed ZDestination::compare_strings to ZDestination::order_strings.
07:32 Changeset [4607] by raeburn
Moved printing code from ZALLOC_DEBUG to ZALLOC_DEBUG_PRINT. Added ZALLOC_STATS code for counting allocated blocks in each bucket. If ZALLOC_DEBUG and not ZALLOC_DEBUG_PRINT, scan list in bucket (without printing) to make sure pointers are valid.
06:50 Changeset [4606] by raeburn
Eliminated initializations equivalent to defaults. Make "version" buffer local to Z_FormatHeader.
06:21 Changeset [4605] by raeburn
If NO_FLOCK is defined, don't call flock.
05:36 Changeset [4604] by epeisach
Conflicting definitions of free
05:34 Changeset [4603] by epeisach
Initial revision

03/07/91:

13:03 Changeset [4602] by mar
typo
12:47 Changeset [4601] by epeisach
Fixed typo.
12:40 Changeset [4600] by epeisach
PS2 fixes.
11:30 Changeset [4599] by epeisach
Fix for PS/2 register variable warnings.
10:09 Changeset [4598] by mar
better resolution; pass on child exit status; catch child exit due to signal print reason for failures
10:08 Changeset [4597] by mar
timeout waiting for reactivate to finish.
08:48 Changeset [4596] by epeisach
Undefine _BSD as it causes POSIX compat problems.
08:44 Changeset [4595] by lwvanels
*** empty log message ***
08:35 Changeset [4594] by lwvanels
set kerberos ticket file before calling Zinit, so it gets cached correctly.
08:35 Changeset [4593] by lwvanels
use correct size for status
08:34 Changeset [4592] by lwvanels
unlink info file when done with question
08:33 Changeset [4591] by lwvanels
removed unused struct members
08:32 Changeset [4590] by lwvanels
knuckle titles point back to user title, instead of being separate copies removed olc_get_connected_info (not used) added appropriate calls to write_question_info
08:29 Changeset [4589] by lwvanels
added info database file & support (write_question_info)
08:27 Changeset [4588] by lwvanels
construct buffers to send over socket, instead of structs removed send_person (unused)
08:24 Changeset [4587] by lwvanels
removed unused struct parts added new prototypes
08:23 Changeset [4586] by lwvanels
removed old list struct
08:21 Changeset [4585] by lwvanels
use vfork instead of fork set root so you can't go up to wierd stock answers.
07:39 Changeset [4584] by mar
Initial revision
07:28 Changeset [4583] by mar
don't need to kdestroy since it's in Xsession & incompatible with shared memory tickets
07:21 Changeset [4582] by epeisach
error_table is a macro in the rules. - avoid conflict

03/06/91:

15:46 Changeset [4581] by raeburn
Raised NUM_REXMITS and LOSE_TIMO.
12:05 Changeset [4580] by lwvanels
*** empty log message ***
11:00 Changeset [4579] by lwvanels
changed io.c to s_io.c to avoid name conflicts
10:48 Changeset [4578] by lwvanels
Initial revision
10:44 Changeset [4577] by lwvanels
Added prototypes
10:43 Changeset [4576] by lwvanels
fixed calls with wrong # args
10:40 Changeset [4575] by lwvanels
Added header
10:40 Changeset [4574] by lwvanels
use standard defines for lengths
10:39 Changeset [4573] by lwvanels
fixed calls with wrong # params
10:39 Changeset [4572] by lwvanels
use new libclient calls
10:37 Changeset [4571] by lwvanels
*** empty log message ***
10:37 Changeset [4570] by lwvanels
split up too-long lines use standard defines for lengths
10:34 Changeset [4569] by lwvanels
use app-defaults instead of hardcoded
10:34 Changeset [4568] by lwvanels
use standard defines for lengths use new cursor calls
10:32 Changeset [4567] by lwvanels
use standard defines for lengths use app-defaults instead of hardcoding use new libclient calls
10:32 Changeset [4566] by lwvanels
added header

03/05/91:

09:50 Changeset [4565] by lwvanels
removed unused func. prototypes
09:50 Changeset [4564] by lwvanels
removed unused func. prototypes
09:48 Changeset [4563] by lwvanels
removed unused zephyr library
09:47 Changeset [4562] by lwvanels
(zephyr_get_opcode,zephyr_subscribe) removed, unused
09:45 Changeset [4561] by lwvanels
(OWaitForMessage) removed, unused
09:44 Changeset [4560] by lwvanels
removed p_live.c (unused)
09:43 Changeset [4559] by lwvanels
removed t_live.c (unused)
09:42 Changeset [4558] by lwvanels
added motif client
08:00 Changeset [4557] by epeisach
Cleaned up Imakefile - go into rvd and netconfig - those Imakefiles will determine platforms.
05:52 Changeset [4556] by epeisach
Converted to new Imakefile format
05:49 Changeset [4555] by epeisach
New Imakefile formatting

03/04/91:

12:00 Changeset [4554] by mar
randomize reactivate interval; only do major reactivations once an hour; only set fontpath before running application or login
11:59 Changeset [4553] by mar
improve error message; do attach the old way
09:32 Changeset [4552] by mar
fixup utmp handling for AIX; get hesiod info before kerberos check and set real UID so that kerberos ticket file hacking will work with shared memory; fixup bug in local homedir detection
08:06 Changeset [4551] by epeisach
save_cluster_info.8 man page moved here.
08:02 Changeset [4550] by epeisach
newsyslog moved to a sub dir.
07:58 Changeset [4549] by epeisach
PS/2 chanegs - unmount requires the device.
07:57 Changeset [4548] by epeisach
unmount_42 now takes an extra argument. The destination.
07:56 Changeset [4547] by epeisach
Add extra argument to unmount_42 specifying the vd name.
07:56 Changeset [4546] by epeisach
PS/2 include files are different.
07:56 Changeset [4545] by epeisach
PS/2 changes. Structures differences.
07:55 Changeset [4544] by epeisach
PS/2 knows about RVD's
07:54 Changeset [4543] by epeisach
Cleaned up LIBS line to be more generic
05:05 Changeset [4542] by epeisach
Removed old unneeded AIX defintions.
05:04 Changeset [4541] by lwvanels
/afs/athena.mit.edu/contrib/watchmaker/vaxbin/mkptypes Removed unused curses library

03/01/91:

13:11 Changeset [4540] by jis
Fixup include files for BSD
12:29 Changeset [4539] by jis
Fixup include files for BSD
12:29 Changeset [4538] by epeisach
PS/2 fixes. Does not have the _pw_stayopen hack. Also, AIX does not use /usr/adm/lastlog. Don't print message complaining.
12:29 Changeset [4537] by jis
Initial revision
09:26 Changeset [4536] by epeisach
AIX1.2 does not have/need <ufs/quota.h>
09:25 Changeset [4535] by epeisach
Merged in changes to allow working with AIX1.2 local quota system.
09:15 Changeset [4534] by epeisach
Initial revision
07:20 Changeset [4533] by lwvanels
Initial revision
07:19 Changeset [4532] by lwvanels
added logging option
07:18 Changeset [4531] by lwvanels
Added logging option
07:16 Changeset [4530] by epeisach
Document new -I option
07:13 Changeset [4529] by epeisach
Removed comment that account numbers are not supported.
07:10 Changeset [4528] by epeisach
Handle broken lex on ps2
07:09 Changeset [4527] by epeisach
Defined RS/6000 byte ordering.
07:09 Changeset [4526] by epeisach
RS/6000 requires sys/select.h
07:09 Changeset [4525] by epeisach
RS/6000 support\
07:08 Changeset [4524] by epeisach
Better support for RS/6000
07:08 Changeset [4523] by epeisach
RS/6000 def's.
07:07 Changeset [4522] by epeisach
RS/6000 fixes.
07:06 Changeset [4521] by epeisach
Covert to new Imakefile format
07:02 Changeset [4520] by epeisach
Don't assume the quota server is in same kerberos realm.
07:02 Changeset [4519] by epeisach
Global declaration of quotacap parsed items.
07:01 Changeset [4518] by epeisach
Move quotacap parsing routines to parse_quotacap.c
06:59 Changeset [4517] by epeisach
Cleanup for PS/2 release
06:57 Changeset [4516] by epeisach
Initial revision
06:52 Changeset [4515] by epeisach
AIX 3.1 fixes.
06:52 Changeset [4514] by epeisach
Fix major bug with LPROPT, trashing memory.
06:50 Changeset [4513] by epeisach
PS/2 changes
06:50 Changeset [4512] by epeisach
RS/6000 dirent changes
06:49 Changeset [4511] by epeisach
RS/6000 POSIX changes
04:26 Changeset [4510] by jik
#include <strings.h> on non-SYSV, <string.h> on SYSV.

02/28/91:

17:58 Changeset [4509] by jis
Fix include files for RT
17:53 Changeset [4508] by jis
Initial revision
13:55 Changeset [4507] by raeburn
Protect against multiple inclusions.
13:46 Changeset [4506] by jik
Shorten some filenames for systems with 14-char filenames.
13:44 Changeset [4505] by jik
Shorten mit-copyright.h to mit-copying.h so it'll work on systems with 14-char filenames.
13:31 Changeset [4504] by raeburn
If MPROF is defined, use standard C library memory allocator.
13:31 Changeset [4503] by jis
Need to include <sys/types.h>
13:31 Changeset [4502] by raeburn
Don't compile these routines if MPROF is defined.
13:29 Changeset [4501] by jis
Initial revision
10:42 Changeset [4500] by epeisach
SYS V reuires inclusion of <sys/types.h> before <sys/wait.h>
10:42 Changeset [4499] by epeisach
Fixes for PS/2 version of make.
10:15 Changeset [4498] by epeisach
Add strcasecmp for the PS/2
09:15 Changeset [4497] by epeisach
PS/2 defines perror./
09:01 Changeset [4496] by epeisach
Added ProfCcFlags define
06:35 Changeset [4495] by epeisach
Changes by jfc to be more machine independent and not know the order of the bits in the type field.
06:32 Changeset [4494] by epeisach
Changes by jfc to support on systems that do not inherently know the order of the file status bits. (right shifting 13 garbage removed)
06:28 Changeset [4493] by epeisach
Changes to be more portable between operating systems basing files on their type and not knowing the order in sys/stat.h of the bits.
06:10 Changeset [4492] by epeisach
For PS2 may need rmslink.
06:03 Changeset [4491] by epeisach
Free called with wrong argument. Received data not NULL terminated.
05:34 Changeset [4490] by epeisach
Fix up compile_et generation for PS/2 make.

02/27/91:

10:59 Changeset [4489] by epeisach
-lXext for completeness.
10:56 Changeset [4488] by epeisach
Initial revision
07:12 Changeset [4487] by epeisach
Handle setpgrp under SYSV. Hack fix for a problem where writing from another machine to a PS/2 caused "Logged in more than once..." to appear on both recipient and senders terminals.
07:10 Changeset [4486] by epeisach
Covereted to new format and added PS/2 support
07:03 Changeset [4485] by epeisach
PS/2 integration
04:51 Changeset [4484] by epeisach
LDFLAGS should contain CFLAGS as in final link of a binary, may be compiling the .c file.
04:41 Changeset [4483] by epeisach
Initial revision

02/26/91:

14:54 Changeset [4482] by lwvanels
cleaned up two uses of read instead of sread
12:20 Changeset [4481] by epeisach
For PS/2 port - register i treated as constant. Added int keywords
12:04 Changeset [4480] by epeisach
Initial revision
05:27 Changeset [4479] by lwvanels
Add strcasecmp
05:26 Changeset [4478] by lwvanels
declare errno for ps2
05:25 Changeset [4477] by lwvanels
Initial revision

02/25/91:

18:44 Changeset [4476] by lwvanels
added -D_BSD
11:34 Changeset [4475] by lwvanels
get rid of read_person; other funcs return errcode now
11:33 Changeset [4474] by lwvanels
don't rely on structs being compiled the same on all platforms to pass over the network; construct own buffer instead with known offsets.
11:31 Changeset [4473] by lwvanels
remove unused function (OGetConnectecPerson)
11:31 Changeset [4472] by lwvanels
don't rely on structs being aligned the same way on all platforms to pass over the network
11:15 Changeset [4471] by lwvanels
renamed status to avoid conflicts
11:12 Changeset [4470] by lwvanels
Make the stock answers browser as well
11:11 Changeset [4469] by lwvanels
Initial revision
08:46 Changeset [4468] by epeisach
Fixed up source tree configuration file makes. Imake located in $(TOP)/imake/imake
06:14 Changeset [4467] by lwvanels
*** empty log message ***
05:07 Changeset [4466] by lwvanels
added mit copyright
05:03 Changeset [4465] by lwvanels
Added mit copyright.
05:01 Changeset [4464] by lwvanels
aadded mit copyright; changes to make stock answers.
04:59 Changeset [4463] by lwvanels
added mit copyright

02/24/91:

19:34 Changeset [4462] by probe
Fixed the out-of-date "hack" comment
19:27 Changeset [4461] by probe
Last version for the changed config/ directory didn't work properly with xmkmf... now it does.
19:21 Changeset [4460] by probe
Moved the config directory...
10:47 Changeset [4459] by lwvanels
ps/2 needs sys_errlist defined
10:19 Changeset [4458] by lwvanels
switch label_size to title_size (ps/2 conflict)
10:14 Changeset [4457] by lwvanels
rename label_size for ps/2
09:52 Changeset [4456] by lwvanels
*** empty log message ***
09:46 Changeset [4455] by bjaspan
fixed my brain-dead discuss-catchup implementation
06:48 Changeset [4454] by lwvanels
Initial revision
06:46 Changeset [4453] by lwvanels
Add padding; mac aligns structs differently that are passed over sockes
06:46 Changeset [4452] by lwvanels
include strings.h
06:44 Changeset [4451] by lwvanels
include time.h; don't redefine perror
06:42 Changeset [4450] by lwvanels
more in a different place use termio instead of BSD terminal simplify expressions
06:41 Changeset [4449] by lwvanels
get rid of index vars
06:40 Changeset [4448] by lwvanels
define sys_errlist
06:39 Changeset [4447] by lwvanels
include time.h
06:37 Changeset [4446] by lwvanels
include time.h; get rid of index vars
06:33 Changeset [4445] by lwvanels
still has old zephyr include files
06:32 Changeset [4444] by lwvanels
get rid of OLZ
06:31 Changeset [4443] by lwvanels
machtype broken; hardcode in
06:28 Changeset [4442] by lwvanels
index is a macro; don't use as var. name
06:27 Changeset [4441] by lwvanels
include time.h; don't redefine perror (loader can't handle it)
06:26 Changeset [4440] by lwvanels
added FD macros for mac
06:21 Changeset [4439] by lwvanels
io.c changed to c_io.c to avoid name conflicts

02/22/91:

16:56 Changeset [4438] by raeburn
Declare arguments for main...
02:51 Changeset [4437]
This commit was manufactured by cvs2svn to create tag 'PATCHLEVEL3'.
02:51 Changeset [4436] by jik
PATCHLEVEL incremented by makepatch
02:50 Changeset [4435] by jik
Don't build profiled libraries.
02:47 Changeset [4434] by jik
Add this year to copyright. Make BINDIR, INCDIR, LIBDIR, DOCDIR more standard (i.e. don't mention Athena).
02:38 Changeset [4433]
This commit was manufactured by cvs2svn to create tag 'PATCHLEVEL2'.
02:38 Changeset [4432]
This commit was manufactured by cvs2svn to create tag 'PATCHLEVEL12'.
02:38 Changeset [4431] by jik
PATCHLEVEL incremented by makepatch
02:36 Changeset [4430] by jik
Don't need ETLIBSRCS.
02:34 Changeset [4429] by jik
Fixes in patch/shar generation.
02:28 Changeset [4428] by jik
Added 1991 to copyright.
02:28 Changeset [4427] by jik
Fixed phone number.
02:26 Changeset [4426] by jik
General updating.
02:26 Changeset [4425] by jik
Now that we're using an Imakefile to build locally, we can edit the Makefile so that it's more appropriate for most other sites. This is a better Makefile to export.
02:10 Changeset [4424] by jik
Use $(DEPEND).
01:33 Changeset [4423] by jik
Define the mystat structure. Refine the size_to_k macro a little bit to round up if there is a fraction of a k left over. Put in a long comment explaining why st_blocks and statfs are both confusing and aren't being used to calculate file sizes.
01:32 Changeset [4422] by jik
Use mystat structure instead of stat structure to save space in the record allocated for each file.

02/21/91:

06:06 Changeset [4421] by epeisach
Initial revision
05:10 Changeset [4420] by epeisach
Fixed another bug with 1.2 change. Since all depends on directory names, if you modify one of the other subdirs while in a directory, on the decmips, the directory is then considered up to date and is never entered. This change leaves the ability to specify explicit subdirs, but leaves subdirs walked with a foreach_subdir

02/20/91:

12:42 Changeset [4419] by jik
Missed a couple st_blocks.
12:36 Changeset [4418] by jik
Keep track of the amount of space freed by using st_size, not st_blocks. Still to come: do a statfs on each file to get the blocksize, and round the number of bytes up to the nearest multiple of the block size, for a better indication of the amount of space actually freed. Is this worth the performance hit? Can the performance hit be minimized if properly optomized?
12:28 Changeset [4417] by jik
1. Include <sys/stat.h>. 2. If S_IFNLK isn't defined, #define lstat stat.
12:28 Changeset [4416] by jik
1. Don't include <sys/stat.h>. 2. Move "directores.h" below "util.h". 3. #ifdef's for S_IFLNK.
12:27 Changeset [4415] by jik
1. Don't include <sys/stat.h>. 2. Move "directores.h" below "util.h".
12:26 Changeset [4414] by jik
Don't include <sys/stat.h>.
12:24 Changeset [4413] by jik
1. Don't include <sys/stat.h>; it's included in "util.h". 2. #ifdef's around S_IFLNK code.
10:50 Changeset [4412] by raeburn
Modified all error messages printed to include program name and final newline.
10:08 Changeset [4411] by raeburn
From Mark Eichin: Close pop connection as soon as possible; flush message bodies more efficiently.
05:36 Changeset [4410] by epeisach
Initial revision
05:21 Changeset [4409] by epeisach
New version given for 7.2

02/19/91:

11:13 Changeset [4408] by bjaspan
removed useless check for machine-type in (edsc-machine-type).

02/18/91:

15:47 Changeset [4407] by epeisach
Fixed a bug introduced in 1.2 which would cause extra lines to be outputted during a make in the cd to a subdir. (added an @)
15:28 Changeset [4406] by epeisach
Bug in way displaying of pagecost worked. If pc field is not included in the printcap, -1 was returned which is displayed which is wrong
14:50 Changeset [4405] by jik
According to epeisach, need to include <afs/param.h>.
13:08 Changeset [4404] by jik
Deal with this case: Create .#core in a directory, and create a symlink called "core" pointing to /usr/tmp/core. Then run "expunge core" and you'll get an error and th the expunge will exit without getting rid of .#core. It will now print an error about the symlink, but it will expunge the .#core anyway.
12:51 Changeset [4403] by jik
Correcting typos
11:42 Changeset [4402] by jik
-O should be in CDEBUGFLAGS.
11:33 Changeset [4401] by jik
Change where to find AFS libs.

02/17/91:

15:24 Changeset [4400] by bjaspan
added initial "/usr/spool/discuss/" to add-mtg

02/15/91:

08:39 Changeset [4399] by sao
Button 1 is now bound to 'move focus to here' for text widgets. In the upper window, doubleclick of button 1 will change meetings/transactions and press-drag-release of button 1 will make selections. Note that buttons 2 and 3 no longer move to meetings/transactions...This has been replaced by doubleclicking button 1. Return dismisses warning messages and the help window. Focus feedback translations have been added. Help text is non-edittable.
08:36 Changeset [4398] by sao
When you notice new transactions have come in, be sure to call MarkLastRead() before rereading the meeting info.
08:34 Changeset [4397] by sao
Newlines are forcibly removed from subject lines. Button 1 is bound to 'move focus to here' TriggerFocusMove is now smarter so it can handle this. Keyboard focus no longer reverts to real-estate based when the pointer is inside a popup.
08:31 Changeset [4396] by sao
Added routine DispatchClick to keep track of last buttonclick time. In the upper window, doubleclick of button 1 will change meetings/transactions and press-drag-release of button 1 will make selections.

02/14/91:

11:14 Changeset [4395] by probe
Changed "rm -f" to $(RM)
11:11 Changeset [4394] by probe
Changed LintCFlag to the more common variety (-o) Added $(RM) and RmCmd

02/13/91:

08:42 Changeset [4393] by epeisach
Return a message from QuotaServerStatus stating that the quota server is shutdow for backup purposes.
05:00 Changeset [4392] by epeisach
Initial revision
04:49 Changeset [4391] by epeisach
Initial revision
04:24 Changeset [4390] by epeisach
Added AnsiCc support
03:55 Changeset [4389] by epeisach
Initial revision

02/12/91:

10:52 Changeset [4388] by epeisach
Changed refs to /usr/unsupported to /usr/athena .el files now in /usr/athena/lib
10:48 Changeset [4387] by epeisach
Initial revision
10:32 Changeset [4386] by epeisach
Initial revision

02/11/91:

11:31 Changeset [4385] by sao
define MAX_MENU_LEN
11:30 Changeset [4384] by sao
Remove arrow pixmaps; use textual labels on these buttons. Use vfork() instead of fork() to spawn edsc coprocess. Use text instead of numeric arguments for the translations and trigger functions. Merge TopCallback and BotCallback into MenuCallback. Don't automatically show the next transaction in a meeting when you enter that meeting. Make spacebar work for changing between meetings while in show- transaction mode. Support double-clicking and pressing <return> as ways to read a meeting or transaction.
11:21 Changeset [4383] by sao
Automatically position transient popups, like "goto number." Update help text. Use text instead of numeric arguments for the translations and trigger functions.
11:15 Changeset [4382] by sao
Rename some functions to make more sense: HighestTransaction() -> SetUpTransactionNumbers() EnterMeeting() -> SaveMeetingNames() Make spacebar work for changing between meetings while in show- transaction mode. Don't automatically show the next transaction in a meeting when you enter that meeting. Remove some nonsensical warning messages.
11:10 Changeset [4381] by sao
Use button-one double-click to enter a meeting or transaction. Use text instead of numeric arguments for the translations and trigger functions. Merge TopCallback and BotCallback into MenuCallback. Add menu bitmap to menu buttons.
04:59 Changeset [4380] by epeisach
Added signal protection to region of code that might cause the logger addition failure mode.

02/10/91:

10:17 Changeset [4379] by lwvanels
(find_finger, do_timeout) close fd if finger times out while open
09:44 Changeset [4378] by lwvanels
changed tags target to mytags to prevent walking down
09:43 Changeset [4377] by lwvanels
(main) close dirp to prevent fd lossage.
09:41 Changeset [4376] by lwvanels
(get_user_list) more descriptive error messages

02/09/91:

12:40 Changeset [4375] by epeisach
Initial revision
11:47 Changeset [4374] by epeisach
Added -I flag which will return the status of the quota server
11:45 Changeset [4373] by epeisach
Added syndb flag for journal files. This will help prvent last failure when someone reboots the machine and buffers not flushed. logger_journal_set_sync() can disable.
11:43 Changeset [4372] by epeisach
Added prototype for logger_journal_set_sync()
11:41 Changeset [4371] by epeisach
Do not subtract the YTD charge in determining if someone should be billed. The limit is upped when someone is charged.
11:40 Changeset [4370] by epeisach
Fixed a bug in determining if a person needed a statement as it would subtract the YTD charge. This is wrong as quotaLimit is upped after every bill
11:37 Changeset [4369] by epeisach
Converted to new templat format
08:15 Changeset [4368] by epeisach
Under ultrix - when asking for help - (null) was printed

02/06/91:

11:59 Changeset [4367] by epeisach
Added trailling / to fontpath for ultrix.
10:41 Changeset [4366] by epeisach
Fixed ULTlogin typo
09:44 Changeset [4365] by probe
Remove hash password files if /etc/passwd.local exists.
09:37 Changeset [4364] by epeisach
ULTlogin - new font path
09:34 Changeset [4363] by epeisach
7.2P release version - Ultrix console differend and ultrix X servers added.
09:31 Changeset [4362] by epeisach
Xsession is common for ultrix machines.
09:30 Changeset [4361] by epeisach
Initial revision
Note: See TracTimeline for information about the timeline view.