Timeline
02/22/91:
- 16:56 Changeset [4438] by
- Declare arguments for main...
- 02:51 Changeset [4437]
- This commit was manufactured by cvs2svn to create tag 'PATCHLEVEL3'.
- 02:51 Changeset [4436] by
- PATCHLEVEL incremented by makepatch
- 02:50 Changeset [4435] by
- Don't build profiled libraries.
- 02:47 Changeset [4434] by
- 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
- PATCHLEVEL incremented by makepatch
- 02:36 Changeset [4430] by
- Don't need ETLIBSRCS.
- 02:34 Changeset [4429] by
- Fixes in patch/shar generation.
- 02:28 Changeset [4428] by
- Added 1991 to copyright.
- 02:28 Changeset [4427] by
- Fixed phone number.
- 02:26 Changeset [4426] by
- General updating.
- 02:26 Changeset [4425] by
- 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
- Use $(DEPEND).
- 01:33 Changeset [4423] by
- 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
- 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
- Initial revision
- 05:10 Changeset [4420] by
- 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
- Missed a couple st_blocks.
- 12:36 Changeset [4418] by
- 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
- 1. Include <sys/stat.h>. 2. If S_IFNLK isn't defined, #define lstat stat.
- 12:28 Changeset [4416] by
- 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
- 1. Don't include <sys/stat.h>. 2. Move "directores.h" below "util.h".
- 12:26 Changeset [4414] by
- Don't include <sys/stat.h>.
- 12:24 Changeset [4413] by
- 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
- Modified all error messages printed to include program name and final newline.
- 10:08 Changeset [4411] by
- From Mark Eichin: Close pop connection as soon as possible; flush message bodies more efficiently.
- 05:36 Changeset [4410] by
- Initial revision
- 05:21 Changeset [4409] by
- New version given for 7.2
02/19/91:
- 11:13 Changeset [4408] by
- removed useless check for machine-type in (edsc-machine-type).
02/18/91:
- 15:47 Changeset [4407] by
- 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
- 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
- According to epeisach, need to include <afs/param.h>.
- 13:08 Changeset [4404] by
- 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
- Correcting typos
- 11:42 Changeset [4402] by
- -O should be in CDEBUGFLAGS.
- 11:33 Changeset [4401] by
- Change where to find AFS libs.
02/17/91:
- 15:24 Changeset [4400] by
- added initial "/usr/spool/discuss/" to add-mtg
02/15/91:
- 08:39 Changeset [4399] by
- 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
- When you notice new transactions have come in, be sure to call MarkLastRead() before rereading the meeting info.
- 08:34 Changeset [4397] by
- 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
- 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
- Changed "rm -f" to $(RM)
- 11:11 Changeset [4394] by
- Changed LintCFlag to the more common variety (-o) Added $(RM) and RmCmd
02/13/91:
- 08:42 Changeset [4393] by
- Return a message from QuotaServerStatus stating that the quota server is shutdow for backup purposes.
- 05:00 Changeset [4392] by
- Initial revision
- 04:49 Changeset [4391] by
- Initial revision
- 04:24 Changeset [4390] by
- Added AnsiCc support
- 03:55 Changeset [4389] by
- Initial revision
02/12/91:
- 10:52 Changeset [4388] by
- Changed refs to /usr/unsupported to /usr/athena .el files now in /usr/athena/lib
- 10:48 Changeset [4387] by
- Initial revision
- 10:32 Changeset [4386] by
- Initial revision
02/11/91:
- 11:31 Changeset [4385] by
- define MAX_MENU_LEN
- 11:30 Changeset [4384] by
- 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
- 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
- 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
- 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
- Added signal protection to region of code that might cause the logger addition failure mode.
02/10/91:
- 10:17 Changeset [4379] by
- (find_finger, do_timeout) close fd if finger times out while open
- 09:44 Changeset [4378] by
- changed tags target to mytags to prevent walking down
- 09:43 Changeset [4377] by
- (main) close dirp to prevent fd lossage.
- 09:41 Changeset [4376] by
- (get_user_list) more descriptive error messages
02/09/91:
- 12:40 Changeset [4375] by
- Initial revision
- 11:47 Changeset [4374] by
- Added -I flag which will return the status of the quota server
- 11:45 Changeset [4373] by
- 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
- Added prototype for logger_journal_set_sync()
- 11:41 Changeset [4371] by
- 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
- 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
- Converted to new templat format
- 08:15 Changeset [4368] by
- Under ultrix - when asking for help - (null) was printed
02/06/91:
- 11:59 Changeset [4367] by
- Added trailling / to fontpath for ultrix.
- 10:41 Changeset [4366] by
- Fixed ULTlogin typo
- 09:44 Changeset [4365] by
- Remove hash password files if /etc/passwd.local exists.
- 09:37 Changeset [4364] by
- ULTlogin - new font path
- 09:34 Changeset [4363] by
- 7.2P release version - Ultrix console differend and ultrix X servers added.
- 09:31 Changeset [4362] by
- Xsession is common for ultrix machines.
- 09:30 Changeset [4361] by
- Initial revision
02/05/91:
- 15:41 Changeset [4360] by
- Removed xset call (it is now done in xlogin)
- 10:55 Changeset [4359] by
- ignore SIG ALARM in child running .logout
- 04:12 Changeset [4358] by
- Added new structure, the EntryRec, to support menus.
- 04:11 Changeset [4357] by
- General rewrite to use menus instead of exclusively command buttons. Added arrow glyphs for "up," "down," "right," and "left" buttons. Made top row of buttons stop changing according to which mode you are in. Added KeyCallback routine to send synthetic button clicks to buttons and menus when a keyboard equivalent comes in.
- 04:06 Changeset [4356] by
- General rewrite to use menus instead of all command buttons. Eliminate dialog widgets from popup windows; give all popup windows a common paned widget structure. Add Trigger* functions, allowing user to fire off buttons on the bottom of a popup. Introduced structures TransactionRec and SendData to keep track of which widgets belong to which popups, so we know which button to fire off. Made popups grab focus when they pop up and added TriggerFocusMove routine to support programatically moving the focus. Changed help text. Added new popup to support going to a specific transaction number.
- 03:59 Changeset [4355] by
- General rewrite to use popup menus instead of all command buttons. Changes to CheckButtonSensitivity() to deactivate buttons which the user does not have access to.
- 03:56 Changeset [4354] by
- dd Trigger* functions to activate buttons on bottoms of popup windows and allow focus moves. Reflect change in widget hierarchy due to general rewrite for popup menus. Add translations for the new popup menus.
02/04/91:
- 11:43 Changeset [4353] by
- Initial revision
- 11:20 Changeset [4352] by
- Made several log messages more clear or informative; fixed preprocessing problems. (subscr_copy_def_subs): Recompute the hash value for the destination. (subscr_match_list): Create ZString objects when needed, not before. (subscr_cancel): Don't assume subscription listss are ordered.
- 11:07 Changeset [4351] by
- Disabled class_deregister debug log messages.
- 10:14 Changeset [4350] by
- Removed xset call (it is now in xlogin)
- 04:36 Changeset [4349] by
- Fixed error in previous version - put the LIBS back in
- 04:32 Changeset [4348] by
- Converted to new Imake templates
- 04:25 Changeset [4347] by
- Fixed null loop dependency and IBMR2 support
- 04:23 Changeset [4346] by
- Created install_script rule and InstScriptFlags for installing scripts - not stripped.
02/01/91:
- 18:50 Changeset [4345] by
- (get_list) fixed for new queue format
- 18:22 Changeset [4344] by
- fixed VERSION_INFO not to use $Id:$, since it now has the compile date
- 18:21 Changeset [4343] by
- added CTIME for compile date
- 18:20 Changeset [4342] by
- (dump_list) separated queues
- 17:28 Changeset [4341] by
- Increased random spread
- 12:45 Changeset [4340] by
- Removed useless let in mainline discuss entrance point. Changed message and removed bell when emacs-discuss tries to update the changed flag for a meeting and fails (usually because the list of meetings isn't in the buffer at the moment).
- 11:28 Changeset [4339] by
- split up queues
- 10:52 Changeset [4338] by
- (olc_on) backs up state
01/31/91:
- 13:26 Changeset [4337] by
- Changed clean: to clean:: and install: to install::.
- 10:48 Changeset [4336] by
- Set the "randomize" resource to 120. This means that workstations will now reactivate once every 5-7 minutes (the randomization represents seconds of additional delay beyond the normal reactivation timeout). [probe] (approved by mar)
- 10:22 Changeset [4335] by
- Removed partition variable (use .. instead) Removed invocation of "find" (it is run from cron, and workstations are now normally activated and this find invocation is for catching very old stuff in /usr/tmp/, so it can be skipped one day without a problem) [probe/epeisach]
- 06:18 Changeset [4334] by
- Move only if copies fail Copy CellServDB in a safer fashion Explicit path for "find" Move auto-update invocation to make sure we get it after new packs exist. Run detach -clean unless we are passed the -detach flag [probe] (consulted epeisach,mar) [Emergency field fix for 7.2P]
- 06:00 Changeset [4333] by
- Initial revision
- 04:39 Changeset [4332] by
- Don't print anything for what would be considered a successful attach if -q is specified.
01/29/91:
- 06:38 Changeset [4331] by
- 4.2 style of quota check under ultrix on login. (decrement counters) Better POSIX compliance.
01/28/91:
- 11:07 Changeset [4330] by
- (admin_dispatch): If a bdump is in progress, discard offers. (send_stats): Add more machine specific info. (all routines): Use new/delete for ZHostList_t.
- 11:00 Changeset [4329] by
- Deleted initialization of bdump_sin. Removed explicit uses of normal default initializers. Say "dump done" after dumping strings. Seed random number generator. Don't bother with popular_ZStrings.
- 10:57 Changeset [4328] by
- Renamed _losinghost to losinghost; added new & delete ops. (De-/allocations changed.) Explicit version of default initializer for losing_hosts removed. NULLLH definition deleted. Use access methods to get/set ZServerDesc_t::zs_state. Use new/delete for ZHostList_t.
- 10:31 Changeset [4327] by
- Increased verbosity of many syslog strings. Moved some Kerberos decls. Rearranged some logic to be tidier. setup_file_pointers: Now returns int, indicating success or failure. bdump_sin: Now static in this file. shutdown_file_pointers: Only call fclose on non-null FILE pointers, and only call close if the file descriptor is not -1. Minor change to dump/offer protocol implement version 1A.
- 10:12 Changeset [4326] by
- Added declarations for srandom and getpid.
- 10:06 Changeset [4325] by
- Improved (?) hash function behavior for short strings.
- 07:31 Changeset [4324] by
- Made `dispatch' static. Fixed some preprocessing problems. New argument to dispatch obviates need for extra call to server_which_server.
01/27/91:
- 17:05 Changeset [4323] by
- hostent only does pointers, not info- fixed to store info
- 15:08 Changeset [4322] by
- use correct file size
- 12:04 Changeset [4321] by
- added protos for hosthash.c
- 12:01 Changeset [4320] by
- Added hosthash
- 11:58 Changeset [4319] by
- Add initialization of gethostbyname cache
- 11:58 Changeset [4318] by
- use caching version of gethostbyname
- 11:57 Changeset [4317] by
- Initial revision
- 10:38 Changeset [4316] by
- Changed list format to include login/logout status
- 10:05 Changeset [4315] by
- New login status entry .
- 10:04 Changeset [4314] by
- New login status entry
01/25/91:
- 08:45 Changeset [4313] by
- Fixed real bug
- 08:38 Changeset [4312] by
- fixed unset variable
01/24/91:
- 11:28 Changeset [4311] by
- Changes to allow use of config files outside of source tree with xmkmf /source/imake
- 02:08 Changeset [4310] by
- Forgot a dependency (actually, I forgot to save the buffer before checkin)
- 02:07 Changeset [4309] by
- Now uses new macros.
- 01:54 Changeset [4308] by
- Many variables have been added, and some of the template has been changed in order to generalize the Imakefiles so that the ports will be easier.
- 01:53 Changeset [4307] by
- Many macros have been added to generalize the sources and ease the ports. (This is practically a re-write)
- 01:42 Changeset [4306] by
- Fixed install
01/23/91:
- 10:19 Changeset [4305] by
- Unaligned ref fix from bjaspan
- 10:18 Changeset [4304] by
- Lint fixes.
- 10:17 Changeset [4303] by
- Problem in fscanf - why we never lost, I don't know. Lint cleanups.
- 10:17 Changeset [4302] by
- Include compile date
- 10:16 Changeset [4301] by
- NSIfy routine declarations Under make_kname, null pointer deref fix
- 10:15 Changeset [4300] by
- Compile if DEBUG defined. Fix a possible overflow
- 10:14 Changeset [4299] by
- Lint cleanup - include strings.h and gethostbyname as void
- 10:14 Changeset [4298] by
- Lint cleanups and log v1 requests
- 10:13 Changeset [4297] by
- Lint cleanups
- 10:13 Changeset [4296] by
- lint cleanups
- 10:12 Changeset [4295] by
- Add prototypes for functions
- 10:11 Changeset [4294] by
- Add debug init lines. Lint cleanup acct treated as a u_long
- 10:10 Changeset [4293] by
- Lint cleanup
- 10:09 Changeset [4292] by
- If name, instance,realm=0, then don't dump entry. This is a deleted person.
- 10:08 Changeset [4291] by
- Lint cleanups
- 10:07 Changeset [4290]
- This commit was manufactured by cvs2svn to create tag 'REL72'.
- 10:07 Changeset [4289] by
- Log on receiving a v1 request
- 09:00 Changeset [4288] by
- Decmips sys/errno.h doesn't define sys_errlist
- 08:54 Changeset [4287] by
- Don't check for hesiod pobox; some people do forward their mail, and we don't want to be warned about them-
- 08:47 Changeset [4286] by
- (t_mail) added backwards compatability with -file
- 08:43 Changeset [4285] by
- Lint cleanup
- 08:41 Changeset [4284] by
- Prototype for make_kname
- 08:37 Changeset [4283] by
- lint cleanups.
- 08:35 Changeset [4282] by
- Proper typing of admin and user as Uid_num - which is what they are Give prototypes for uid_num_to_string() and uid_string_to_num()
- 08:34 Changeset [4281] by
- Lint cleanup
- 08:34 Changeset [4280] by
- Allow proper linking when DEBUG defined.
- 08:31 Changeset [4279] by
- If compiling DEBUG, need to initialize the quota_debug entry.
- 08:30 Changeset [4278] by
- IBMR@ needs sys/select.h
- 08:29 Changeset [4277] by
- IBMR2 use ndbm
- 08:28 Changeset [4276] by
- ATHCODE changed. Better error messages. Will compile if -DDEBUG is used.
- 08:26 Changeset [4275] by
- _IBMR2 definition addition.
- 08:24 Changeset [4274] by
- RS6000 integration.
- 08:23 Changeset [4273] by
- Use COFF headers to check on magic numbers. Still need to integrate AUX.
- 08:20 Changeset [4272] by
- On RS/6000 - wait is an int.
- 08:19 Changeset [4271] by
- cmdtab struct common - real syntax error, never before caught.
- 08:18 Changeset [4270] by
- Added LP_COFF_DEFINES concpet.
- 08:16 Changeset [4269] by
- under AIX, use -lbsd for know. flock is needed - should be converted.
- 08:14 Changeset [4268] by
- Added definitions for AIX3.1 (RS/6000)
- 07:12 Changeset [4267] by
- Fixed sorting by question status
- 07:09 Changeset [4266] by
- Added additional sorting necessary with polling
Note: See TracTimeline
for information about the timeline view.