Timeline


and

01/24/99:

16:47 Changeset [12355] by ghudson
From svalente via source-sipb: Linux doesn't like it if you use "idle" as a global variable.
16:40 Changeset [12354]
This commit was manufactured by cvs2svn to create tag 'old-attach'.
16:40 Changeset [12353] by ghudson
From svalente via source-sipb: Linux doesn't need -lrpcsvc.
16:34 Changeset [12352] by ghudson
From svalente via source-sipb: pick a value for MAXSYMLINKS if the OS doesn't give one.

01/23/99:

12:25 Changeset [12351] by ghudson
Revert rev 1.45; $major$ is not an RCS ID.

01/22/99:

18:20 Changeset [12350] by ghudson
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.

01/21/99:

23:01 Changeset [12349] by rbasch
Add network and syncconf for IRIX 6.5.
18:10 Changeset [12348] by ghudson
From amu: if possible, wait specifically for child_pid. And don't block.
17:59 Changeset [12347] by ghudson
Don't track /usr/bin/login from /os. We'll get it from /srvd, and it takes up space during the update to copy over /usr/bin/login twice since it's an open file.

01/20/99:

18:02 Changeset [12346] by ghudson
Create on Athena 8.2 branch.
18:02 Changeset [12345]
This commit was manufactured by cvs2svn to create branch 'athena-8_2'.
18:02 Changeset [12344] by ghudson
Need to re-track the os volume in 8.2.17 to get /usr/lib/mail.loocal.
11:26 Changeset [12343] by ghudson
Pull up rev 1.3 from ../../os/solaris/os_rvd: get /usr/lib/mail.local.
11:25 Changeset [12342] by ghudson
Don't except *.local; we want to get /usr/lib/mail.local.

01/19/99:

18:41 Changeset [12341] by jweiss
install some files that were created a while ago

01/18/99:

15:06 Changeset [12340] by rbasch
Fix false assumption that . and .. are always the first two entries in a directory.

01/16/99:

17:14 Changeset [12339] by rbasch
Add configuration for IRIX 6.5, which doesn't explicitly set NON_GCC_TEST_OPTIONS to compile O32 binaries, and includes a 6.5 opsys header which similarly does not force an O32 build. This allows us to build only emacs itself as an O32 binary, and others as N32. In IRIX 6.5, we need movemail to be N32, because it links against N32-built Hesiod and Kerberos libraries, but emacs must be built O32 (the unexec has problems when built N32).
17:04 Changeset [12338] by rbasch
Add define of THIS_IS_EMACS, so we can detect when emacs itself is being built. This allows us to build emacs as an O32 binary, and others as N32. (In IRIX 6.5, we need movemail to be N32, because it links against the N32 Hesiod and Kerberos libraries, but emacs does not work when built N32).
16:58 Changeset [12337] by rbasch
Mods for IRIX 6.5: Only define C_SWITCH_MACHINE to explicitly do O32 compiles when building emacs itself (allow other binaries, such as lib-src/movemail, to be N32). Also, don't link against mld library; there's no N32 version of the library, and it isn't needed anyway.
16:52 Changeset [12336]
This commit was manufactured by cvs2svn to create branch 'vendor'.
16:52 Changeset [12335] by rbasch
Opsys header for IRIX 6.5: includes the IRIX 6.0 header, but undefines LD_SWITCH_SYSTEM, to undo the explicit "-32" link flag. This allows binaries other than emacs itself to be built as N32 (needed for movemail, which must link against N32 Hesiod and Kerberos libraries).
16:40 Changeset [12334] by rbasch
Fixes for IRIX 6.5: Test for TIOCSIGNAL being defined (it isn't in 6.5), and don't define macros for bcopy, bcmp, and bzero if we have the bcopy() function (avoid problems when strings.h is included).
16:34 Changeset [12333] by rbasch
Set LIBDIR null for install, so binary is installed in BIN directory.

01/14/99:

18:21 Changeset [12332] by ghudson
Add hesinfo (noted by rbasch).

01/12/99:

10:57 Changeset [12331] by miki
New partition for 9GB disks ST39140A
10:48 Changeset [12330] by miki
Added support for new 9GB disks - ST39140A

01/11/99:

06:41 Changeset [12329] by ghudson
This commit was generated by cvs2svn to compensate for changes in r12328, which included commits to RCS files with non-trunk default branches.
06:41 Changeset [12328] by ghudson
Import of emacs 20.7

01/10/99:

17:39 Changeset [12327] by ghudson
Pull up rev 1.2 from ../../os/solaris/os_rvd: save on space in /usr.
17:37 Changeset [12326] by ghudson
Pull up 1.5 to Athena 8.2 branch.
17:35 Changeset [12325] by ghudson
Make /usr/dt go away before tracking (it will get tracked back in as a symlink) to make sure we have room.
16:45 Changeset [12324] by ghudson
Make some files remote introduced by updating to current recommended and security patches for Solaris 2.6. Make all of /usr/dt remote. Saves a few megs, and it's not like we have any local motif programs.

01/09/99:

17:06 Changeset [12323] by ghudson
Remove final comment. I misunderstood the ISC's plans.

01/08/99:

22:11 Changeset [12322] by ghudson
userreg is no more.
22:09 Changeset [12321] by ghudson
The kerberosIV include directory is no longer needed.
22:03 Changeset [12320] by ghudson
The kerberosIV include subdirectory is dumb. Just install the krb4 headers in KRB5_INCDIR and make a symlink for compatibility.
22:03 Changeset [12319] by ghudson
Decalare the return values of functions returning pointers. This fixes a pile of warnings which become errors in the IRIX 6.5 cc.
14:02 Changeset [12318] by danw
add a "WARN_CPPFLAGS" variable for packages to add to CPPFLAGS if they want extra compile-time warnings

01/06/99:

19:38 Changeset [12317] by ghudson
Add ST34321A disk format.

01/05/99:

14:52 Changeset [12316] by ghudson
Pull up 1.3 to Athena 8.2 branch: fix AFS server startup.
14:07 Changeset [12315] by ghudson
Create on Athena 8.2 branch.
14:05 Changeset [12314] by ghudson
Pull up 1.10 to Athena 8.2 branch: die if can't open config file.
14:03 Changeset [12313]
This commit was manufactured by cvs2svn to create branch 'athena-8_2'.
14:03 Changeset [12312] by ghudson
Set variables to track the os and kernel for Solaris.
14:02 Changeset [12311] by ghudson
Pull up 1.9 to Athena 8.2 branch: add moof.mit.edu.
14:00 Changeset [12310] by ghudson
From rbasch: install IRIX OS changes for security-related patches.
13:40 Changeset [12309] by ghudson
From svalente: In WTMP_REQUIRES_USERNAME code, store abbreviated ut_line value in ut.ut_line(), and call setutent() after the getutline() call so that pututline() will work properly.

01/04/99:

18:00 Changeset [12308] by rbasch
Track /core symlink.
14:06 Changeset [12307] by ghudson
Pull up 1.21 to Athena 8.2 branch.

01/02/99:

20:42 Changeset [12306] by danw
only start afs server on AFSSRV=true machines

01/01/99:

11:19 Changeset [12305] by ghudson
Whoops! Some of the braces removed in 1.16 were not unnecessary (the ones in the datadir and sbindir settings). Put them back.

12/31/98:

18:55 Changeset [12304] by ghudson
Revert 1.11. We have a krb5 master KDC now, so we don't need to prefer krb4 results.
18:53 Changeset [12303] by ghudson
Revert 1.11. We have a krb5 master KDC now, so we don't need to prefer krb4 reuslts.
18:50 Changeset [12302] by ghudson
Revert 1.20. We have a krb5 master KDC now, so we don't need to prefer krb4 reuslts.
18:47 Changeset [12301] by ghudson
Revert 1.2 to go back to the krb5 kpasswd program.
18:45 Changeset [12300] by ghudson
Don't build third/kpasswd any more; we're going back to the krb5 passwd program.
18:44 Changeset [12299] by ghudson
The krb5 passwd program (which we're going back to for the 8.3 release) doesn't take a -n argument.
17:44 Changeset [12298] by danw
fix DESTDIR stuff, hopefully for the last time.
16:35 Changeset [12297] by ghudson
From mhpower: stop mentioning the experimental version of discuss.

12/30/98:

22:15 Changeset [12296] by rbasch
Install modified postinst which doesn't move /core if it is a symlink.
12:10 Changeset [12295] by danw
fix two more bugs from the latest merge

12/28/98:

14:27 Changeset [12294] by danw
some JetDirect PROM revisions will crash if there is a ^T in certain places in the document. The Windows PS driver inserts ^Ts. Strip them out so the printers don't crash.

12/27/98:

17:42 Changeset [12293] by rbasch
Install into lsbindir.
16:36 Changeset [12292] by rbasch
Port to IRIX 6.5: Update recognized processor boards; nlist() moved from mld to elf library.
10:50 Changeset [12291] by ghudson
Add dash-related packages which have been split out. Don't build machtype on irix for a while since it will only build for 6.5 now, which would break the wash. Will add back before the release cycle, of course.
10:47 Changeset [12290] by ghudson
Moribund.
10:47 Changeset [12289] by ghudson
Moved down two levels to athena/bin/dash.
10:47 Changeset [12288] by ghudson
Moved to athena/bin/bugme.
10:46 Changeset [12287] by ghudson
Moved to athena/etc/console.
10:46 Changeset [12286] by ghudson
Moved to athena/bin/xcluster.
10:46 Changeset [12285] by ghudson
Moved to athena/lib/Xj.
10:45 Changeset [12284] by ghudson
Move dash sources here from src/dash and autoconfiscate.
10:44 Changeset [12283] by ghudson
Move here from athena/bin/dash/src/xcluster and autoconfiscate.
10:43 Changeset [12282] by ghudson
Remember to install hash.h and warn.h.
10:43 Changeset [12281] by ghudson
Die if we can't open the config file.
09:33 Changeset [12280] by ghudson
Fix merge: forgot ${DESTDIR} in the install dependencies.

12/26/98:

10:51 Changeset [12279] by ghudson
IRIX 5.3 is gone; don't ignore mkdir -p exit status.
10:50 Changeset [12278] by ghudson
Use mkdir -p; TEXMACRODIR has a nonexistent parent.

12/25/98:

15:17 Changeset [12277] by ghudson
Defunct.
15:08 Changeset [12276] by ghudson
Remove note about IRIX 5.3 mkdir -p lossage. Those days are behind us.
14:38 Changeset [12275] by rbasch
Install locally.
14:38 Changeset [12274] by ghudson
Recurse into os instead of platform.
14:34 Changeset [12273] by ghudson
Reorganization: packs/sun4 to os/solaris, packs/sgi to os/irix
14:17 Changeset [12272] by ghudson
Try to prevent users from thinking that vacation works.
Note: See TracTimeline for information about the timeline view.