Timeline
02/28/98:
- 18:21 Changeset [11199] by
- Add a note about the /os dependency of the build system.
- 14:13 Changeset [11198] by
- Don't need this any more; patch is more agreeable.
- 14:13 Changeset [11197] by
- Support DESTDIR, and don't try to run autoconf or autoheader.
- 14:08 Changeset [11196] by
- Do a better job of using libucb.
- 14:05 Changeset [11195] by
- Add DESTDIR support.
- 14:03 Changeset [11194] by
- Don't be so noisy.
- 13:07 Changeset [11193] by
- y2k stuff
- 13:04 Changeset [11192] by
- y2k stuff (use tm_year % 100 for 2-digit years)
- 13:03 Changeset [11191] by
- Use %C for y2k
- 13:03 Changeset [11190] by
- Add %C (century) field for dates to allow y2k compliance without breaking backward compatibility
- 13:00 Changeset [11189] by
- sync man page and usage message to reality
- 12:59 Changeset [11188] by
- set filetext to NULL if we're not setting it to error text
- 12:58 Changeset [11187] by
- Don't use packet_disconnect for `you are not allowed to log in here'
- 12:56 Changeset [11186] by
- use /usr/athena/bin/quota, not /usr/ucb/quota, for quota warning
02/27/98:
- 20:15 Changeset [11185] by
- Athena addition to adjust the cache size.
- 20:14 Changeset [11184] by
- Change "df -bk" to "df -k" ("-b" on IRIX mean 512-byte units).
- 14:25 Changeset [11183] by
- Make operating system changes that need to be made after inst runs. Copied from ais locker for now.
- 13:57 Changeset [11182] by
- Configure OS for network usage. Copied from ais locker for now.
- 13:54 Changeset [11181] by
- Install netconf and oschanges.
02/26/98:
- 21:00 Changeset [11180] by
- From nathanw: a couple of fixes to my fixes.
- 20:36 Changeset [11179] by
- From nathanw: don't stop working after the first symlink entry.
- 19:13 Changeset [11178] by
- Install netconf and oschanges.
- 18:46 Changeset [11177] by
- Do the part of the update that potentially needs to be done from a miniroot. This code came from do-update.
- 18:44 Changeset [11176] by
- Install update-os.
- 18:43 Changeset [11175] by
- Do the part of the update that potentially needs to be done from a miniroot. Most of this code came out of do-update.
- 18:42 Changeset [11174] by
- Code to populate the swap partition with a miniroot for updates.
- 18:41 Changeset [11173] by
- Install setup-swap-boot and update-os.
- 18:39 Changeset [11172] by
- Expand error handling for testing the validity of the install volume. Test VERSION for being a number instead of other special cases.
- 18:37 Changeset [11171] by
- Common code to set environment variables.
- 18:36 Changeset [11170] by
- Call update-environment instead of setting env vars inline. Clean up localpackages and linkpackages files when finished.
- 18:33 Changeset [11169] by
- Call update-environment instead of setting env vars inline. Remove an extra snmpd kill. Move a lot of updating code to update-os. Add support for MINIROOT.
- 18:31 Changeset [11168] by
- Install update-os.
- 18:27 Changeset [11167] by
- Add ClearSwap and BootSwap to possible reboot/update phases. Be sure to call finish-update from /srvd.
- 18:25 Changeset [11166] by
- Check that VERSION is a number rather than matching against specific strings.
02/25/98:
- 17:27 Changeset [11165] by
- Assume any system's malloc(0) may return NULL.
- 17:27 Changeset [11164] by
- Garbage collect.
- 17:25 Changeset [11163] by
- Need -L/usr/ccs/lib before -L/usr/ucblib so we get the right -ltermcap.
- 17:25 Changeset [11162] by
- Put sortkey back at the beginning of the entry structure and add a comment so no one messes it up again.
- 13:46 Changeset [11161] by
- Add arch-specific maint files for sgi_62.
- 12:08 Changeset [11160] by
- add with_zephyr, for future expansion
02/24/98:
- 17:32 Changeset [11159] by
- Make sure that none of the dotted triples have trailing characters.
- 10:49 Changeset [11158] by
- From nathanw: Add LCS and AI information.
02/23/98:
- 18:36 Changeset [11157] by
- Add of IRIX 6.2 dotfiles.
- 18:34 Changeset [11156] by
- Add of IRIX 6.2 config files.
- 12:20 Changeset [11155] by
- Fix Dan's configure.in patch and regenerate configure the krb5 way.
02/22/98:
- 18:13 Changeset [11154] by
- Regenerate configure the krb5 way.
- 17:57 Changeset [11153] by
- further libucb-finding fixes
02/20/98:
- 17:23 Changeset [11152] by
- Makefile for installing IRIX 6.2 AFS material
- 17:23 Changeset [11151] by
- AFS startup script, from Transarc with Athena cacheadjust addition.
- 17:19 Changeset [11150] by
- Base configuration afs3.4 5.38, the seventh patch release to AFS 3.4a
- 16:46 Changeset [11149] by
- This commit was generated by cvs2svn to compensate for changes in r11148, which included commits to RCS files with non-trunk default branches.
- 16:46 Changeset [11148] by
- Base configuration afs3.4 5.38, the seventh patch release to AFS 3.4a
- 16:40 Changeset [11147] by
- Makefile for installing sun4x_56 AFS binaries
- 16:40 Changeset [11146] by
- AFS startup script, copied from our sun4x_55 version.
- 16:39 Changeset [11145] by
- This commit was generated by cvs2svn to compensate for changes in r11144, which included commits to RCS files with non-trunk default branches.
- 16:39 Changeset [11144] by
- Base configuration ports 1.67.
- 16:23 Changeset [11143] by
- Update from master aclocal.m4
- 16:19 Changeset [11142] by
- Do a better job at finding and using libucb.
- 16:14 Changeset [11141] by
- Be better at finding and using libucb.
- 16:01 Changeset [11140] by
- Fix the arguments to console_login(); the second one had gotten changed to a char by mistake. A bunch of cleanup and ANSIfication mostly from nathanw.
02/19/98:
- 12:43 Changeset [11139] by
- further fixes from mwhitson
02/18/98:
- 19:32 Changeset [11138] by
- Remove Xservers, as we are now back to the SGI default settings. Modify xdm-config to point at the SGI file. Change xdm-config's number of attempts to start the server from 1 to 2, as was changed in the SGI version between 5.3 and 6.[23]. Add arch-specific Xlogin and xdm for sgi_62.
- 16:57 Changeset [11137] by
- Add the ability to make an entire entry a forced symlink.
02/17/98:
- 18:59 Changeset [11136] by
- Remove unused files.
- 18:59 Changeset [11135] by
- Don't install a console-ttymon any more; the console login command now comes from /etc/athena/login/config.
- 18:58 Changeset [11134] by
- dm now uses this file to determine how to do a console login. Add a ttylogin command to that end. Some cosmetic cleanup.
- 18:56 Changeset [11133] by
- Use the config file to determine the console login command (using a new "ttylogin" line) instead of hardcoding it in the source.
- 18:53 Changeset [11132] by
- Look for /var/tmp before less standard directories for rcache directory.
- 14:56 Changeset [11131] by
- Be slightly more wary in parsing the output of format so we don't get fooled by warning messages
- 14:48 Changeset [11130] by
- Solaris fixes. From mwhitson
- 01:18 Changeset [11129] by
- cat may fail if CSDB.local doesn't exist. this is OK. one of the many backslashes I just removed was actually necessary.
02/16/98:
- 20:32 Changeset [11128] by
- From nathanw: don't clobber hostname in krb_sendauth().
- 20:28 Changeset [11127] by
- From nathanw: Make sure to include string error from failed system calls. Nuke message() in favor of fprintf(stderr, ...); we don't care about avoiding stdio any more.
- 13:35 Changeset [11126] by
- Nuke automatically generated file.
02/12/98:
- 16:56 Changeset [11125] by
- Sync with x3270 3.1.1.6. I notice a bug in the creation of X3270.ad (qcpp is run from the path), but we don't build the app-defaults file so it's not a problem.
- 16:53 Changeset [11124]
- This commit was manufactured by cvs2svn to create tag 'x3270-3_1_1_6'.
- 16:53 Changeset [11123] by
- This commit was generated by cvs2svn to compensate for changes in r11122, which included commits to RCS files with non-trunk default branches.
- 16:53 Changeset [11122] by
- Import of x3270 3.1.1.6
- 16:51 Changeset [11121] by
- Update to take into account some ftp.x.org changes.
- 16:43 Changeset [11120]
- This commit was manufactured by cvs2svn to create tag 'patch-2_5'.
- 16:43 Changeset [11119] by
- This commit was generated by cvs2svn to compensate for changes in r11118, which included commits to RCS files with non-trunk default branches.
- 16:43 Changeset [11118] by
- Import of patch 2.5
- 16:35 Changeset [11117] by
- Merge with sysinfo 3.3.1.
- 16:32 Changeset [11116]
- This commit was manufactured by cvs2svn to create tag 'sysinfo-3_3_1'.
- 16:32 Changeset [11115] by
- This commit was generated by cvs2svn to compensate for changes in r11114, which included commits to RCS files with non-trunk default branches.
- 16:32 Changeset [11114] by
- Import of sysinfo 3.3.1
02/11/98:
- 18:35 Changeset [11113] by
- If the CSDB copied out of AFS ends up being zero length it carefully doesn't bother to cat it together with CSDB.local, however, it leaves the zero lenght tmp file around which was later copied over the CSDB, thus causing lossage. (SuidCells too) Also nuke the backslashes at ghudson's request, as they are unnecessary.
- 17:26 Changeset [11112] by
- print /etc/motd on sun and sgi
02/10/98:
- 17:50 Changeset [11111] by
- top should be built for all platforms which don't already ship with it, so it should be "all,-sgi" instead of "sun4".
- 11:46 Changeset [11110] by
- CNS is gone, no need to maintain its distribution site. (Not like it actually had one.)
02/09/98:
- 18:11 Changeset [11109] by
- Fix bogon in previous commit; no ".sh" at the end of finish-update.
02/08/98:
- 17:26 Changeset [11108] by
- Remove the unsupported and incomplete followlinks features.
02/07/98:
- 14:09 Changeset [11107] by
- Remove the .desktophost/$host directory at the end of the session, to prevent the proliferation of same.
- 13:55 Changeset [11106] by
- Fix the suppression of diagnostics from "rmdir /mit/*"
02/03/98:
- 15:09 Changeset [11105] by
- Garbage collect.
- 14:14 Changeset [11104] by
- Add a local version of the list of default background icons, omitting the SGI "Register_&_Win" icon.
- 13:39 Changeset [11103] by
- wrap @{ } around the protect()ed zsig to prevent color changes from leaking out into the message body
- 13:32 Changeset [11102] by
- To find out if we can offer krb4, try read_service_key() on rcmd instead of fopen(KEYFILE). Check the source address in krb_rd_req().
02/02/98:
- 18:20 Changeset [11101] by
- use our DEFAULT_PATH, not the OS's unless the builder overrides it on the command line.
- 17:36 Changeset [11100] by
- Eliminate crufty reference to DEBUG.
- 17:33 Changeset [11099] by
- Remove login session records at boot time.
- 17:25 Changeset [11098] by
- Find the utmp file on more platforms.
- 17:24 Changeset [11097] by
- When processing a queue entry's timer, set it to NULL so that it doesn't accidentally get reset in new_server().
- 14:27 Changeset [11096] by
- If /etc/nologin.persist exists at startup, copy it to /etc/nologin instead of rm'ing /etc/nologin
- 12:12 Changeset [11095] by
- fix bug in setenv->putenv change
02/01/98:
- 13:36 Changeset [11094] by
- Fix buffer-overrun problem involving terminaltype. Give slow clients (specifically Mac NCSA Telnet) extra time to finish encryption negotiation before forking so we don't print the `not encrypted' message when it's not true.
01/31/98:
- 18:55 Changeset [11093] by
- Do CFLAGS the gnu standard way. This means we compile with -g by default.
- 18:47 Changeset [11092] by
- Only display the first component of the hostname.
- 18:37 Changeset [11091] by
- Point /core at /var/athena.
- 18:36 Changeset [11090] by
- Ensure existence of /var/athena/core.root.
01/30/98:
- 22:56 Changeset [11089] by
- We need an english.hash link too.
- 22:54 Changeset [11088] by
- Grab the console once, in the correct place, properly.
- 17:11 Changeset [11087] by
- Use separate .desktop_indy and .desktop_o2 directories for the .desktop-<host> link, to avoid inconsistencies in the directory contents between 5.3/6.2 and 6.3. Create .desktop_o2 as a copy of .desktop_indy as appropriate, and remove any existing O2 .desktop-<host> link to the indy directory.
Note: See TracTimeline
for information about the timeline view.