Timeline


and

04/18/02:

16:46 Changeset [17506] by rbasch
Revert to using gcc on IRIX -- we no longer need to work around the emacs problem on IRIX, and changing compilers did not work anyway.
16:44 Changeset [17505] by rbasch
Revert the switch to the native compiler on IRIX -- we no longer need to work around the emacs build problem, and changing compilers did not work anyway.
16:42 Changeset [17504] by rbasch
Remove configure.athena -- we no longer need to work around the emacs problem on IRIX, and switching to the native compiler did not work anyway.
16:37 Changeset [17503] by rbasch
Revert the change to set LD_BIND_NOW for the IRIX build; this workaround is no longer needed, now that the real problem has been fixed (see src/buffer.c, revision 1.2).
14:28 Changeset [17502] by rbasch
Declare ospeed so that it is sized correctly -- speed_t (4 bytes) on Linux, and short (2 bytes) elsewhere.
14:15 Changeset [17501] by rbasch
Don't track /usr/gcc local.
14:13 Changeset [17500] by rbasch
In mmap_enlarge(), don't use the mmap() MAP_FIXED flag. This can replace any existing mapping for the address range (including program text, data, etc.). On IRIX, without MAP_FIXED, the given address is used as a hint; Linux and Solaris currently do not use mmap() for buffers.
09:41 Changeset [17499] by ghudson
New spec file.
09:38 Changeset [17498] by ghudson
Oops, fix requires line for gnome-media.
09:36 Changeset [17497] by ghudson
Add gnome-media package.
09:35 Changeset [17496] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17495, which included commits to RCS files with non-trunk default branches.
09:35 Changeset [17495] by ghudson
Import gnome-media 1.2.3.
08:26 Changeset [17494] by ghudson
We can't run oafd's subprocesses under dustbuster, since they have no tty (because oafd wants to be a session leader), and for non-X sessions we need the tty to dustbust. Instead, we have modified dustbuster to use kill a process group instead of just the child process, which should take care of oafd's children as well as oafd itself. Since oafd wants to be a session leader and not a process leader, give dustbuster the new "-S" option to use setsid() insead of setpgid().
08:22 Changeset [17493] by ghudson
Start child as process leader, and kill process group to terminate. Right now, this is only relevant to oafd, which spawns subprocesses; the other programs we dustbust don't fork. Add option to start child as session leader instead, since oafd wants to run that way. (Starting it as a process leader would cause its setsid() call to fail.)

04/17/02:

10:06 Changeset [17492] by ghudson
Pull up from emacs mainline: compute width properly for fixed-width string fields and multibyte string arguments, or buffer overflow (and consequent abort) may result.
10:04 Changeset [17491] by ghudson
Make sshd not dependent on /usr/athena/lib.

04/16/02:

14:19 Changeset [17490] by rbasch
Only get k4 creds when we have successfully gotten k5 creds, or when the user has specified k4 only. Treat initialization errors as fatal, instead of overloading the got_k[45] variables.
02:02 Changeset [17489] by ghudson
Link Athena libraries static to avoid system packs dependency.

04/13/02:

18:06 Changeset [17488] by ghudson
Put nautilus back in for IRIX, since it is fixed now.
18:01 Changeset [17487] by ghudson
Add a placebo sendmail on Linux to make emacs and nmh happy.
18:01 Changeset [17486] by ghudson
Sync with Red Hat. Remove backspace hack, keeping only the eight-bit-input hack. (Removing the backspace hack doesn't seem to solve the xterm/tty mismatch; backspace still produces DEL due to *backarrowKey: false. I'm wondering if the tty erase setting being ^H is our fault somehow; need to investigate with stock Red Hat installation.)
17:58 Changeset [17485] by ghudson
Don't strip binaries. We like symbols. Mmm, symbols. Don't adjust the prng commands file; we can't get a good idea about whether a command works or what its entropy is from within the chroot environment.
17:23 Changeset [17484] by ghudson
OS update replaces sendmail.cf and root crontab; replace them back.

04/12/02:

18:17 Changeset [17483] by miki
Changes for : we do not install Sparc/4 anymore we get the info abot the gateway, netmasks and netaddr using /etc/athena/netparams need to copy afs kernel module for 32 and 64 bits
18:15 Changeset [17482] by miki
New version for Athena 9.1
13:53 Changeset [17481] by zacheiss
Disable IPv6 support. Solaris maps "localhost" to both the IPv6 loopback (::1) as well as 127.0.0.1, but we don't enable any IPv6 interfaces, so using "localhost" as your nameserver times out.
13:52 Changeset [17480] by zacheiss
Our ticket filed are named based on the pid of the sshd process; we don't want them to use mktemp() style filenames.
13:51 Changeset [17479] by zacheiss
Add 's' and 'S' to getopt string to support SSHD=switched behavior.
13:50 Changeset [17478] by zacheiss
Need to run choose_afsdoptions() to start afsd with correct arguments.

04/11/02:

19:54 Changeset [17477] by zacheiss
Regenerate to pick up local mods.
15:16 Changeset [17476] by amb
Added checks before including non-existent fstab.h under irix, and acquisition of definition of MOUNT_TABLE_PATH from where irix really puts it.
15:14 Changeset [17475] by amb
Add build support under irix by adding checks for fstab.h, which are used in libnautilus-private/nautilus-volume-monitor.c.
15:14 Changeset [17474] by amb
Generated from new configure.in; build support under irix.

04/10/02:

13:10 Changeset [17473] by zacheiss
Renamed athena-sshd.rc to athena-opensshd.rc.
13:10 Changeset [17472] by zacheiss
sshd -> opensshd.
13:09 Changeset [17471] by zacheiss
exit 0 from %post stanza like we do in build-package.

04/09/02:

23:44 Changeset [17470] by ghudson
Fix some format string mismatches found by gcc.
15:26 Changeset [17469] by zacheiss
/etc/init.d/afs -> /etc/init.d/openafs
15:26 Changeset [17468] by zacheiss
/etc/init.d/afs -> /etc/init.d/openafs /etc/sysconfig/afs -> /etc/sysconfig/openafs
13:25 Changeset [17467] by ghudson
Remove class HS stuff; it doesn't work with modern BIND and we don't really care about it any more.
12:33 Changeset [17466] by ghudson
Fix syntax error.
01:54 Changeset [17465] by ghudson
Fix link order.
01:53 Changeset [17464] by ghudson
isspace wants an unsigned char argument.
01:53 Changeset [17463] by ghudson
Fix install option order.

04/08/02:

23:41 Changeset [17462] by ghudson
Disable nautilus on IRIX for now, until it builds there.
11:08 Changeset [17461] by ghudson
Fix krb5 library link order.

04/07/02:

11:42 Changeset [17460] by ghudson
Supercedes Garry's change (I submitted this in October 2000, but failed to check it in). On platforms with /os, we want to h2ph /os/usr/include, not /usr/include. Garry's approach would work fine, except on IRIX our symlink farm has some dangling links, which causes errors.

04/06/02:

18:47 Changeset [17459] by ghudson
Put back the die() when running transactions fails.
18:30 Changeset [17458] by ghudson
Don't let stock %post scriptlet fail.
18:16 Changeset [17457] by ghudson
Materials for Solaris 8 update.
18:16 Changeset [17456] by ghudson
Use UPDATE_ROOT where appropriate.
18:02 Changeset [17455] by ghudson
Pull up use of "rpmbuild" to Athena 9.0 branch, so we can build 9.0 packages against Red Hat 7.2 rpm stuff for staging rpmupdate. Won't hurt other uses.
16:59 Changeset [17454] by ghudson
Don't install kpasswd; we like the krb5 one.
16:06 Changeset [17453] by ghudson
Fix requirements.
10:18 Changeset [17452] by zacheiss
Include unistd.h for lseek prototype and SEEK_* macros

04/05/02:

13:10 Changeset [17451] by ghudson
Configure with sysconfdir=/etc so that we don't have to move named.conf et al.
13:10 Changeset [17450] by ghudson
Don't track over the /usr/vice symlink.
13:09 Changeset [17449] by ghudson
Don't track over the /usr/vice symlink. Track krb5 libraries local so that /bin/login works without AFS.
13:09 Changeset [17448] by ghudson
Make access checks consistent, so that ruid 0 isn't denied access to ticket files not owned by root.
13:08 Changeset [17447] by ghudson
Use correct keyword for launchers.
09:51 Changeset [17446] by zacheiss
Tighten up glob of ssh related files to remove so we don't remove /etc/ssh_config or /etc/ssh_prng_commands.
09:49 Changeset [17445] by zacheiss
Remove a startup message no one has ever cared about.

04/04/02:

19:45 Changeset [17444] by ghudson
Add libole2.
19:45 Changeset [17443] by ghudson
New spec file.
19:40 Changeset [17442] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17441, which included commits to RCS files with non-trunk default branches.
19:40 Changeset [17441] by ghudson
Import libole2 0.2.4.
14:16 Changeset [17440] by zacheiss
Clear the RX_CONN_ATTACHWAIT flag once rxi_CheckReachEvent is no longer running.
09:01 Changeset [17439] by ghudson
We can't use fd_sets to identify which servers are readable or writable for TCP or UDP if we're going to open and close file descriptors during the processing of I/O events. Instead, set flags on the server state structures.

04/03/02:

16:40 Changeset [17438] by ghudson
Remove some compatibility code whose time is past.
15:57 Changeset [17437] by ghudson
First guess at 9.1.0 version script. There will be more here for Solaris updates, at the very least.
15:42 Changeset [17436] by ghudson
Bump version to 9.1 in preparation for alpha.
09:22 Changeset [17435] by ghudson
Update lilo if rpmRunTransactions() fails and the kernel was updated. Allow for systems which don't use lilo, by tolerating the absence of lilo.conf and by not running lilo if grub.conf exists. Fix a few error messages which had \n in them, and a few lines which went beyond 79 characters.

04/02/02:

10:12 Changeset [17434] by rbasch
On IRIX, set the environment variable LD_BIND_NOW to 1 when doing "make all". This is a workaround for the crash occurring during the build of the leim subdirectory, superseding the previous switch to the native compiler.
05:53 Changeset [17433] by zacheiss
Avoid deadlock in two cases.

03/29/02:

10:09 Changeset [17432] by ghudson
Pull up 1.47 to athena-9_0 branch.
10:09 Changeset [17431] by ghudson
Pull up 1.2 to athena-9_0 branch.
09:56 Changeset [17430] by ghudson
Support -x option to determine which values to set in EEPROMs.
09:56 Changeset [17429] by ghudson
Set pristine Dell settings in the EEPROMs. Reset the MII after running vortex-diag; that seems to be necessary.
08:52 Changeset [17428] by ghudson
Use correct here-document form for stuff containing backticks and dollar signs.
08:47 Changeset [17427] by ghudson
Remove outdated comment.
08:39 Changeset [17426] by ghudson
Use correct test for debugging code.
04:45 Changeset [17425] by zacheiss
Oops, add missing "fi".

03/28/02:

21:19 Changeset [17424] by zacheiss
Rebuild /usr/athena/info/dir in the %post rule.
21:19 Changeset [17423] by zacheiss
If there's no existing %post rule in the spec file, add one to rebuild /usr/athena/info/dir.
21:18 Changeset [17422] by zacheiss
change #if defined line so this code actually gets compiled, and fix stupid syntax error.
15:30 Changeset [17421] by rbasch
Move the copy of the /os symlink until after local packages are installed, to ensure that the target root directory has been created. (Though normally makeroot will only be run on an already existing directory).
15:26 Changeset [17420] by rbasch
Add DESTDIR support. Fix the chmod of the installed shared library.
00:21 Changeset [17419] by ghudson
Set PWD. The Solaris /bin/sh doesn't set it, and an incorrect value confuses the emacs build system.
00:18 Changeset [17418] by ghudson
Clean up handling of version file by making do.sh copy it in instead of build-package.
00:09 Changeset [17417] by ghudson
Clean up handling of version file by making do.sh copy it in instead of build-package.

03/27/02:

19:04 Changeset [17416] by zacheiss
Update to most recent CellServDB so we don't time out on 2/3 of the athena cell during our first boot.
14:51 Changeset [17415] by rbasch
Use the native compiler on IRIX. This is needed to avoid a mysterious crash of emacs occurring when it, or any libraries it links against, is built with gcc.
14:48 Changeset [17414] by rbasch
Fix the setting of LDSHARED -- it should run gcc, not CC.
14:47 Changeset [17413] by rbasch
Corrected a missing "fi". Change the install target to install both the static and shared libraries.
14:42 Changeset [17412] by rbasch
Use the native compiler on IRIX. This avoids a mysterious crash during the build of the leim subdirectory when the executable is built with gcc.
13:18 Changeset [17411] by ghudson
Set up Athena default configuration.

03/25/02:

17:15 Changeset [17410] by ghudson
Merge with gnome-utils 1.4.1.2.
17:04 Changeset [17409] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17408, which included commits to RCS files with non-trunk default branches.
17:04 Changeset [17408] by ghudson
Not present in gnome-utils 1.4.1.2.
16:58 Changeset [17407]
This commit was manufactured by cvs2svn to create tag 'gnome-utils-1_4_1_2'.
16:58 Changeset [17406] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17405, which included commits to RCS files with non-trunk default branches.
16:58 Changeset [17405] by ghudson
Import gnome-utils 1.4.1.2.
16:16 Changeset [17404] by ghudson
Use CPPFLAGS to get -I/usr/athena/include, needed for xpm on Solaris.
15:35 Changeset [17403] by ghudson
Merge with evolution 1.0.3.
15:31 Changeset [17402] by ghudson
libpng needs -lm as a shared library dependency.
14:59 Changeset [17401] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17400, which included commits to RCS files with non-trunk default branches.
14:59 Changeset [17400] by ghudson
Not present in gtkhtml 1.0.2.
14:58 Changeset [17399] by ghudson
Merge with gal 0.19.1.
14:57 Changeset [17398]
This commit was manufactured by cvs2svn to create tag 'evolution-1_0_3'.
14:57 Changeset [17397] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17396, which included commits to RCS files with non-trunk default branches.
14:57 Changeset [17396] by ghudson
Import evolution 1.0.3.
14:56 Changeset [17395] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17394, which included commits to RCS files with non-trunk default branches.
14:56 Changeset [17394] by ghudson
Import gtkhtml 1.0.2.
14:54 Changeset [17393]
This commit was manufactured by cvs2svn to create tag 'gal-0_19_1'.
14:54 Changeset [17392] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17391, which included commits to RCS files with non-trunk default branches.
14:54 Changeset [17391] by ghudson
Import gal 0.19.1.

03/23/02:

22:09 Changeset [17390] by amb
This changes configure to prefer the library version of iconv, since we're going to get the iconv calls redefined to the library versions anyway if the libiconv header file (which gets picked up before the system version) is present.
22:09 Changeset [17389] by amb
This changes configure.in to prefer the library version of iconv, since we're going to get the iconv calls redefined to the library versions anyway if the libiconv header file (which gets picked up before the system version) is present.

03/21/02:

23:08 Changeset [17388] by amb
Switched to a portable tr expression.
23:06 Changeset [17387] by amb
Result of a commensurate aclocal.m4 invocation, changing a tr expression to be portable.
23:04 Changeset [17386] by amb
Switched to a portable tr invocation.
00:37 Changeset [17385] by ghudson
Adjust for Red Hat 7.2.
00:30 Changeset [17384] by ghudson
Adjust type of conflicts for rpmlib change.

03/20/02:

23:56 Changeset [17383] by ghudson
Adjust correctly for rename.
23:53 Changeset [17382] by ghudson
Use correct build target for gcc on Solaris.
23:35 Changeset [17381] by ghudson
Need <stdlib.h> for exit().
23:24 Changeset [17380] by ghudson
Need <stdlib.h> for exit().
23:19 Changeset [17379] by ghudson
version was renamed to athena-version to avoid conflicts.
13:05 Changeset [17378] by ghudson
Fix merge: remove INTLLIBS hack.
12:40 Changeset [17377] by ghudson
Undo local hack to set installdir, now that ATHTOOLROOT is gone.
10:35 Changeset [17376] by ghudson
Pull up removal of this version script.
10:34 Changeset [17375] by ghudson
Pull up 1.1 to athena-9_0 branch.
10:34 Changeset [17374]
This commit was manufactured by cvs2svn to create branch 'athena-9_0'.
10:33 Changeset [17373] by ghudson
Re-add Sun patches in 9.0.26 to rectify volume release screwup.
00:09 Changeset [17372] by ghudson
Revert back to vendor version to punt ATHTOOLROOT support.
00:07 Changeset [17371] by ghudson
Merge with sawfish 1.0.1.
00:01 Changeset [17370] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17369, which included commits to RCS files with non-trunk default branches.
00:01 Changeset [17369] by ghudson
Not present in sawfish 1.0.1.
00:00 Changeset [17368]
This commit was manufactured by cvs2svn to create tag 'sawfish-1_0_1'.
00:00 Changeset [17367] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17366, which included commits to RCS files with non-trunk default branches.
00:00 Changeset [17366] by ghudson
Import sawfish 1.0.1.

03/19/02:

23:59 Changeset [17365] by ghudson
Merge with librep 0.15.2.
23:55 Changeset [17364] by ghudson
Not present in librep 0.15.2.
23:55 Changeset [17363]
This commit was manufactured by cvs2svn to create tag 'librep-0_15_2'.
23:55 Changeset [17362] by ghudson
This commit was generated by cvs2svn to compensate for changes in r17361, which included commits to RCS files with non-trunk default branches.
23:55 Changeset [17361] by ghudson
Import librep 0.15.2.
23:41 Changeset [17360] by ghudson
Need to use linker magic on IRIX since we have a local hack to make it work which breaks if we try to use gcc magic.
Note: See TracTimeline for information about the timeline view.