Timeline
06/02/02:
- 22:40 Changeset [17633] by
- We want to get rid of transcript in the release, since it's a restricted package. So build GNU enscript instead. We also added some attachandrun scripts (pointing to the psutils locker, which contains a build of the transcript source) for many of the other utilities.
- 22:37 Changeset [17632] by
- New spec file.
- 16:59 Changeset [17631] by
- Eliminate /tmp race. (From Red Hat.)
- 16:59 Changeset [17630] by
- Fix -m option to match lpr option.
- 16:58 Changeset [17629] by
- Add DESTDIR support. (From Red Hat.)
- 16:55 Changeset [17628] by
- Build reentrant; needed on Solaris by threaded programs including Evolution. Build with debugging symbols. Remove ATHTOOLROOT support.
- 16:54 Changeset [17627] by
- For AFS homedirs, disable writing cache files, since AFS isn't any faster than IMAP. Instead, create an unlinked fake cache file in /tmp, since the code does need a stream to write to.
06/01/02:
- 16:11 Changeset [17626] by
- Run pwconv to create /etc/shadow in the build root, so that programs such as passwd get configured properly.
05/31/02:
- 19:05 Changeset [17625] by
- Banish transcript to the psutils locker.
05/30/02:
- 16:23 Changeset [17624] by
- Explicitly disable pam support.
05/29/02:
- 15:25 Changeset [17623] by
- Now lives in /install/miniroot under RCS.
- 14:56 Changeset [17622] by
- From raeburn: Keep reading oob data until we reach URG marker.
- 14:22 Changeset [17621]
- This commit was manufactured by cvs2svn to create tag 'enscript-1_6_1'.
- 14:22 Changeset [17620] by
- This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
- 14:22 Changeset [17619] by
- Import enscript 1.6.1.
05/28/02:
- 20:57 Changeset [17618] by
- Track upstream library name change from "skk" to "ja-dic".
05/24/02:
- 15:47 Changeset [17617] by
- Need to update vendor inetd.conf.
- 14:55 Changeset [17616] by
- Pull up 1.1 to athena-9_0 branch.
- 14:53 Changeset [17615]
- This commit was manufactured by cvs2svn to create branch 'athena-9_0'.
- 14:53 Changeset [17614] by
- Need to update vendor inetd.conf.
- 14:46 Changeset [17613] by
- Pull up 1.3 to athena-9_0 branch.
- 14:46 Changeset [17612] by
- Pull up 1.6 to athena-9_0 branch.
- 14:43 Changeset [17611] by
- Turn off vendor talkd.
- 14:38 Changeset [17610] by
- Datafellows sshd treats getting two eofs on one of its input channels as a fatal error. Don't send the second one if we're talking to the old sshd.
- 14:37 Changeset [17609] by
- Need to endutent() in case we end up call getutent() again before we exit.
- 14:36 Changeset [17608] by
- Don't use big_buf as a format string.
05/22/02:
- 11:18 Changeset [17607] by
- Hard-wire launcher to Evolution if user has never run xmh.
- 11:17 Changeset [17606] by
- We don't need our own devlink.tab any more, and it's old.
- 11:16 Changeset [17605] by
- Add RAEBURN.ORG.
- 11:15 Changeset [17604] by
- Fix name of SUNWdmfex package.
- 11:15 Changeset [17603] by
- From sawfish mainline: don't crash if a window is gone by the time we get around to removing it from the stacking list.
- 11:13 Changeset [17602] by
- Fix send_off() loop so that it only runs once when there are no targets, even if the loop body does a "continue".
- 11:06 Changeset [17601] by
- Add STRING to the array of requested selection target types, so that we can paste from zwgc and console.
05/21/02:
- 12:04 Changeset [17600] by
- Disable use of index files. As managed by libibex, the index file contains data in machine byte order, and the code does not handle a corrupted file robustly.
05/18/02:
- 17:34 Changeset [17599] by
- We need to start AFS before the athena-ws init script runs.
05/17/02:
- 17:32 Changeset [17598] by
- From the nmh mainline: Allow the display of 8-bit encoded messages.
05/16/02:
- 15:22 Changeset [17597] by
- Need to flush_signals() before we recalc_sigpending() or else the kernel will never deliver us another instance of a signal we received while we were blocking all signals.
- 15:21 Changeset [17596] by
- Revert back to using SIGKILL instead of SIGTERM, but use SIGKILL instead of "9" because we like abstractions.
- 15:17 Changeset [17595] by
- Update redhat fix with some general cleanliness, and to be able to big for redhat's bigmem kernels if we ever want to. Update Makefile.athena to build modules for athlon and BOOT kernels as well.
- 15:16 Changeset [17594] by
- Run chkconfig --del before chkconfig --add so that the rc0.d update_server init link will move from K30 to K10.
05/14/02:
- 22:16 Changeset [17593] by
- Don't actually need miniroot for IRIX update.
- 19:55 Changeset [17592] by
- Check proper quantity; noticed by amu. (Shouldn't ever be an issue in reality, I don't think.)
- 19:24 Changeset [17591] by
- Don't divide by zero.
- 19:19 Changeset [17590] by
- Revert revision 1.7; found a better way of fixing the problem.
- 18:34 Changeset [17589] by
- Add a line for /dev/random, introduced by patch 112438-01.
- 18:19 Changeset [17588] by
- replace SIGKILL with SIGTERM; SIGKILL seems to cause weird shutdown problems with Redhat's 2.4.18 kernels.
- 18:18 Changeset [17587] by
- Stop update_server before we stop AFS, since update_server is running out of AFS.
- 18:09 Changeset [17586] by
- Remove SUNWski from the list; we don't need it any more.
- 18:08 Changeset [17585] by
- Improve rpmupdate -h output: Compensate for lack of RPMCALLBACK_UNINST_PROGRESS notifications using RPMCALLBACK_UNINST_STOP. Add percent of packages indicator a la rpm -h. Add "Preparing: " line a la rpm -h.
- 18:07 Changeset [17584] by
- Continue supporting XFree86 3 even if Red Hat 7.3 is iffy about it.
- 17:52 Changeset [17583] by
- Merge with gdk-pixbuf 0.17.0.
- 17:50 Changeset [17582]
- This commit was manufactured by cvs2svn to create tag 'gdk-pixbuf-0_17_0'.
- 17:50 Changeset [17581] by
- This commit was generated by cvs2svn to compensate for changes in r17580, which included commits to RCS files with non-trunk default branches.
- 17:50 Changeset [17580] by
- Import gdk-pixbuf 0.17.0.
- 17:30 Changeset [17579] by
- Touch the appropriate lock file so that the shutdown script gets run.
- 17:18 Changeset [17578] by
- Update /etc/sysconfig/openafs, not /etc/sysconfig/afs.
- 16:47 Changeset [17577] by
- Run afsd -shutdown to shutdown afs, since the umount is currently not working.
- 16:40 Changeset [17576] by
- Ensure that updated syslogd and nsd binaries are installed locally.
- 16:38 Changeset [17575] by
- For Solaris, remember to trigger oschanges since we added a patch. For IRIX, run oschanges to update some binaries with security holes.
- 13:28 Changeset [17574] by
- Fix typo.
- 09:31 Changeset [17573] by
- Do not try to start gmix by default, since gmix only gets built on Linux.
05/13/02:
- 16:38 Changeset [17572] by
- Merge with gal 0.19.2.
- 16:30 Changeset [17571] by
- This commit was generated by cvs2svn to compensate for changes in r17570, which included commits to RCS files with non-trunk default branches.
- 16:30 Changeset [17570] by
- Not present in gal 0.19.2.
- 16:28 Changeset [17569]
- This commit was manufactured by cvs2svn to create tag 'gal-0_19_2'.
- 16:28 Changeset [17568] by
- This commit was generated by cvs2svn to compensate for changes in r17567, which included commits to RCS files with non-trunk default branches.
- 16:28 Changeset [17567] by
- Import gal 0.19.2.
- 14:52 Changeset [17566] by
- Merge with evolution 1.0.5.
- 14:08 Changeset [17565] by
- This commit was generated by cvs2svn to compensate for changes in r17564, which included commits to RCS files with non-trunk default branches.
- 14:08 Changeset [17564] by
- Not present in evolution 1.0.5.
- 13:18 Changeset [17563]
- This commit was manufactured by cvs2svn to create tag 'evolution-1_0_5'.
- 13:18 Changeset [17562] by
- This commit was generated by cvs2svn to compensate for changes in r17561, which included commits to RCS files with non-trunk default branches.
- 13:18 Changeset [17561] by
- Import evolution 1.0.5.
- 13:07 Changeset [17560] by
- This commit was generated by cvs2svn to compensate for changes in r17559, which included commits to RCS files with non-trunk default branches.
- 13:07 Changeset [17559] by
- Import evolution 1.0.5.
05/12/02:
- 16:33 Changeset [17558] by
- Add a file "noask" which can be used with pkgadd/pkgrm to reduce feedback requests.
- 16:33 Changeset [17557] by
- Nuke SUNWski if it's installed. Install patch 112438-01, which provides a real /dev/random.
05/11/02:
- 15:39 Changeset [17556] by
- Add /etc/athena/ndc and /usr/andrew symlink to DEADFILES.
- 14:34 Changeset [17555] by
- Re-add localhost to host list after cleanup; required to work with XFree86 4.2.
05/10/02:
- 19:30 Changeset [17554] by
- Generate correct error message; "new" vice "old".
- 09:47 Changeset [17553] by
- Fix to previous revision: In the select() retry loop in e_msgport_wait(), protect against errno getting reset after the select(). Also, simplify by leaving mp->lock unlocked around the entire loop.
05/09/02:
- 21:50 Changeset [17552] by
- Add support of various MIME types, and the invocation of applications which handle them, for evolution.
05/08/02:
- 11:40 Changeset [17551] by
- Fix last rev: "argv++" in -S handling was left over from a previous change. Make pid test more robust.
- 09:33 Changeset [17550] by
- Red Hat 7.3 has -ldb3.3 now.
05/07/02:
- 22:47 Changeset [17549] by
- Don't leave ourselves in the fonts directory after installing fonts.
- 12:22 Changeset [17548] by
- Strip .backup and .readonly prefixes from volume names for addsite and remsite operations, since doing "vos addsite foo.bar.readonly" is such a common thinko.
- 11:14 Changeset [17547] by
- Fix test for valid login name in cleanup().
- 09:34 Changeset [17546] by
- Fix typo.
05/06/02:
- 10:51 Changeset [17545] by
- Fix error messages not to have leading / in program name.
- 10:50 Changeset [17544] by
- Set erase to ^? in tty mode to fix backspace/delete conflict caused by native backarrowKey resource. (Native Red Hat has this conflict, but plasters over it in the default profile. Lame.)
- 10:48 Changeset [17543] by
- Run gnome-font-install at post time, per the native gnome-print spec file. This is pretty gross.
- 10:47 Changeset [17542] by
- Gross hack: find stuff under /usr if it's not in /usr/athena. Allows real GNOME applications to find stuff using Athena libraries.
- 10:46 Changeset [17541] by
- Set ATHENA_LOGIN_SESSION env var for dustbuster.
- 10:45 Changeset [17540] by
- Allow busting by pid in ATHENA_LOGIN_SESSION env var.
05/05/02:
- 17:29 Changeset [17539] by
- Be properly defensive about select() returning EINTR.
- 17:25 Changeset [17538] by
- In crypto_exec_with_passwd(), check for select() returning an error before examining the returned descriptor sets.
- 17:22 Changeset [17537] by
- Correct the test for select() returning EINTR.
Note: See TracTimeline
for information about the timeline view.