Timeline


and

08/06/93:

09:31 Changeset [6852] by vanharen
added some debugging code (not yet finished)

08/05/93:

15:28 Changeset [6851] by vanharen
fixed bug where a %s was passed to log_error instead of a %m. this caused at least one core dump that i know of.
15:27 Changeset [6850] by vanharen
fixed bug where log_error was being passed a sprintf-like string with nothing to fill in for %d. sprintf into a buffer first and pass the buffer to log_error.
15:16 Changeset [6849] by vanharen
changed proc_list from an array to a pointer, to support the "maint" mode. added some code to backup the database immediately after loading it -- if it needs backing up. the reason it might need backing up is if the code to read/write an ascii database file ever gets written, and if the daemon has to load from the ascii version, you probably want to dump out to the binary form right away. (see backup.c, if it ever gets finished)
15:10 Changeset [6848] by vanharen
fixed a typo.
15:09 Changeset [6847] by vanharen
added %%m to several log_error calls, fixed one which had only %m.
15:07 Changeset [6846] by vanharen
rearranged two log_error's.
15:03 Changeset [6845] by vanharen
got rid of one unneeded sprintf, rearranged one log_error.
15:01 Changeset [6844] by vanharen
added functions to the Maint_Proc_List

08/04/93:

09:10 Changeset [6843] by vrt
got rid of the BS/Del swap. Left the other stuff in.
09:07 Changeset [6842] by vrt
set erase to ^H and rearrage the man path.
09:03 Changeset [6841] by vrt
Solaris should only modify utmpx anf wtmpx because the kernel will do the rest.

08/03/93:

16:39 Changeset [6840] by vrt
solaris doprnt is very lame when it comes to strings which are null.

07/27/93:

10:48 Changeset [6839]
This commit was manufactured by cvs2svn to create tag 'ATH_74'.
10:48 Changeset [6838] by vrt
added an entry for shadow.

07/26/93:

08:02 Changeset [6837] by cfields
Clean up menu installation.
04:40 Changeset [6836] by vrt
we aint RSAIX.
04:39 Changeset [6835] by vrt
added support for pcfs and fdfs. check for NEWMAILCF
04:33 Changeset [6834] by vrt
Solaris should have checked to see if the process was a USER_PROCESS or not. (vrt)
04:32 Changeset [6833] by vrt
Xserver font path changes. got rid of 9x15 warning
04:31 Changeset [6832] by vrt
fix for POWER_GT1s the Xserver is real unhappy about the -v.

07/24/93:

21:26 Changeset [6831] by probe
Solaris kludge: currently only support AFS
21:25 Changeset [6830] by probe
Solaris is more like AIX... also need -lrx -llwp
21:25 Changeset [6829] by probe
Solaris port (include files)
21:24 Changeset [6828] by probe
Added POSIX locking (for Solaris)
20:43 Changeset [6827] by probe
Solaris doesn't need ufs/quota.h
20:43 Changeset [6826] by probe
Define NGROUPS for Solaris

07/22/93:

23:08 Changeset [6825] by cfields
7.7 checkin. Errrr...
18:27 Changeset [6824] by vrt
Initial revision
17:19 Changeset [6823] by vrt
changed the Xsession for solaris.
16:23 Changeset [6822] by vrt
reoved the -l option in the usage line. this comes from dig. and is not in dsgrep. (vrt)
15:58 Changeset [6821] by vrt
Initial revision
15:31 Changeset [6820] by vrt
Solaris no longer calls setpgrp. (vrt)
14:42 Changeset [6819] by cfields
Initial revision
08:56 Changeset [6818] by probe
Do not clobber the TERM variable; it is set with telnetd, etc. Under Solaris, the setenv of LD_LIBRARY_PATH was missing an arg. Changed a #endif (not ANSI-compliant)

07/21/93:

13:43 Changeset [6817] by vrt
changed the path by removing /usr/sbin added usr/bin while removing /bin adding /usr/gcc/bin
13:04 Changeset [6816] by vrt
removed the -c flag to more. (vrt)

07/20/93:

17:25 Changeset [6815] by cfields
7.7 checkin. Errrr...
13:33 Changeset [6814] by vrt
added SHELL fix [rel-eng 3089] (vrt)
12:50 Changeset [6813] by vrt
Initial revision
12:23 Changeset [6812] by vrt
error on my part for the last change.
10:47 Changeset [6811] by vrt
ifdefed out the code that does logging in sao homedir. (vrt) [rel-eng 3087]
10:41 Changeset [6810] by vrt
added MEDIA-LAB (vrt) [rel-eng 3083]
10:39 Changeset [6809] by vrt
changed the media-lab entries (vrt) [rel-eng 3083]

07/19/93:

12:11 Changeset [6808] by vrt
*** empty log message ***
12:00 Changeset [6807] by vrt
remove TZ.
12:00 Changeset [6806] by vrt
Initial revision
11:30 Changeset [6805] by vrt
Had the machtype default to cgthree for -d. too many complaints. (vrt)

07/17/93:

21:53 Changeset [6804] by cfields
Er, I meant all map/unmap problems in that last log. Added -nostdin option, so that the console doesn't select on fd 0 when you don't want it to. When console is started from dash (which itself forks into the background) and tries to select on its stdin, Solaris returns an ENXIO (6: No such device or address) as undocumented in the man page.

07/16/93:

21:22 Changeset [6803] by cfields
signal() has the one-shot semantics under Solaris. Changed calls to signal() to sigset(), which is the same as signal() for the other platforms. This fixes all Solaris problems I know about for the console.
20:08 Changeset [6802] by cfields
F9 bitmap is no longer needed. Keep the bits, but don't install it.
19:54 Changeset [6801] by cfields
Lucy 1990 - 1992 R.I.P.
13:51 Changeset [6800] by cfields
7.7 checkin. Errrr...
13:27 Changeset [6799] by cfields
Changed to use G_DEFINES from Xj.defs.
13:26 Changeset [6798] by cfields
Changed to use G_DEFINES from Xj.defs. Side effect: dash now gets machine defines it hasn't gotten properly since the source reorganization. That fix was the motivation for the G_DEFINES changes.
13:25 Changeset [6797] by cfields
Changed to use G_DEFINES from Xj.defs instead if doing it all itself.
13:07 Changeset [6796] by cfields
Consolidation of common definitions into G_DEFINES (Global).
12:30 Changeset [6795] by cfields
Fixes vanharen left checked out.
09:50 Changeset [6794] by vrt
Initial revision
09:49 Changeset [6793] by vrt
Removed changes for RSAIX. the synctrees break 220's. Added to copy a /etc/init.d/athena for Solaris.
07:25 Changeset [6792] by vrt
Initial revision

07/15/93:

11:06 Changeset [6791] by probe
Removed CS.BERKELEY.EDU *AGAIN* (the realm doesn't exist anymore) See r1.15.
11:03 Changeset [6790] by probe
Added ZONE.MIT.EDU realm
07:31 Changeset [6789] by vrt
Initial revision

07/14/93:

13:47 Changeset [6788] by vrt
There was a distinct lack of a putenv for AIX
13:46 Changeset [6787] by vrt
There was a distinct lack of a putenv...
06:47 Changeset [6786] by cfields
Install man page in the right place.

07/12/93:

18:48 Changeset [6785] by cfields
Install correctly with DESTDIR.
18:37 Changeset [6784] by cfields
Properly reinstall symlinks.
13:35 Changeset [6783] by cfields
Copy in a new kernel for the DS. Rearrange something for the RS (vrt).
13:28 Changeset [6782] by vrt
Changes for the RS/6000
07:51 Changeset [6781] by cfields
None of the X rules quite do what we want. Forget doing it this way and make real symlinks.

07/09/93:

12:50 Changeset [6780] by mar
missed RS/6000 X server...
12:47 Changeset [6779] by mar
reverted to old style, with new AIX entries
Note: See TracTimeline for information about the timeline view.