Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-02 | fix some incorrect cat page dependencies | Todd C. Miller | |
2001-07-01 | when you support kerberosV, you apparently need to also link in the 12 | Theo de Raadt | |
other libraries that it's tentacles lead to. This is just disgusting, and are going to pressure the KTH people to fix this. It's unmaintainable. kerberosV and kerberosIV even have cross dependencies. It's insane. patch developed at the same time by drahn and I | |||
2001-06-27 | More mips leftovers to get rid of... | Miod Vallat | |
2001-06-23 | print names in reference (.%A) as below | Jun-ichiro itojun Hagino | |
first guy, ... first guy and second guy, ... first, second, and second guy, ... based on comment from "Brian J. Kifiak" <bk@rt.fm>. | |||
2001-06-13 | alpha now defaults to shared libs. | Artur Grabowski | |
espie@ ok. | |||
2001-06-09 | Revert to older demangle. Not tested nor updated yet. | Marc Espie | |
2001-06-09 | bye bye | Marc Espie | |
2001-06-09 | bye, bye | Marc Espie | |
2001-06-09 | Bye, bye | Marc Espie | |
2001-06-09 | Automatic cvs merge. Dread what I will have to fix after this excuse | Marc Espie | |
of a program is done... | |||
2001-06-09 | Long delayed import of binutils-2.10.1. Turns out art@ needs some alpha | Marc Espie | |
bug-fixes... | |||
2001-06-09 | libiberty version bundled with binutils 2.11. | Marc Espie | |
2001-06-09 | Synch with binutils 2.10.1, add dyn-string to libiberty. | Marc Espie | |
2001-06-09 | Fill some field earlier, should allow better .init/dlopen interaction. | Marc Espie | |
From NetBSD. fgsch@ agrees. | |||
2001-06-07 | Restore debugging to att format. | Marc Espie | |
Noticed and requested by aazubel@mail.ru and fgs@. | |||
2001-06-02 | Remove a few extraneous subshells. Okay millert@ | Marc Espie | |
2001-05-30 | OSTYPE is openbsd, not unknown | Todd C. Miller | |
2001-05-29 | sendmail 8.12.0 with $Id tags converted to $Sendmail | Todd C. Miller | |
2001-05-29 | Update to sendmail 8.11.4: | Todd C. Miller | |
8.11.4 revamps signal handling within the MTA in order to reduce the likelihood of a race condition that can lead to heap corruption as described in Michal Zalewski's advisory. The problems discussed in the advisory are not currently known to be exploitable but we recommend upgrading to 8.11.4 in case a method is found to exploit the signal handling race condition. 8.11.4 also fixes other bugs found since the release of 8.11.3. See the RELEASE_NOTES file for more details. | |||
2001-05-25 | Support KERBEROS5 / gssapi. (hin@ ok) | Hakan Olsson | |
2001-05-24 | merge in perl 5.6.1 with our local changes | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2001-05-08 | Insure detection of prefixes is limited to whole words. This avoids | Marc Espie | |
recognizing /usr/libdata as /usr/lib. Ok millert@ | |||
2001-05-05 | Define FAST_PID_RECYCLE -- will be on for OpenBSD in next sendmail release | Todd C. Miller | |
2001-04-19 | undo change which breaks the alpha. I did not see this change and approve ↵ | Theo de Raadt | |
it during tree lock. Grrr | |||
2001-04-18 | date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0 | Dale Rahn | |
Use the /var/run/ld.so.hints for looking up transitive dependancies on shared libraries in ld, this is done in linux with ld.so.conf, but the string is stored in ld.so.hints for openbsd. Fixes some "-rpath" compilation errors. as with the linux case, this is only for the native ld. Ok'd by espie@. | |||
2001-04-17 | Let ldd scan shared libraries. Since it doesn't load them, it doesn't | Marc Espie | |
use the hint cache nor anything, but at least it shows what dependencies exist. | |||
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |
2001-04-11 | sync with recent .Nm changes made in the ELF ldconfig man page | Brad Smith | |
2001-04-09 | Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHE | Todd C. Miller | |
(and there is no rule to generate it anyway). | |||
2001-03-28 | Goodbye, gdb uses src/gnu/lib/libreadline now. | Marc Espie | |
2001-03-28 | Kill remaining references to binutils's readline. | Marc Espie | |
2001-03-25 | Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I | Todd C. Miller | |
was on drugs earlier. | |||
2001-03-23 | explicitly generate info files via "all" target like we do for | Todd C. Miller | |
cleandir. This is not the prettiest of things but it does work. | |||
2001-03-21 | permit [] hostname formats in CVSroot, for v6 | Theo de Raadt | |
2001-03-18 | for "make cleandir" clean out the doc stuff too | Todd C. Miller | |
2001-03-18 | Deal with history_filename() returning NULL. Missing part if last commit. | Todd C. Miller | |
2001-03-18 | If $HOME is not set do *not* use '.' for the history file. | Todd C. Miller | |
2001-03-18 | Local patches: | Todd C. Miller | |
remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset | |||
2001-03-18 | Build gnu/lib/libreadline and use it instead of the one currently | Todd C. Miller | |
in the binutils dir. | |||
2001-03-18 | Add BSD Makefiles, shlib_version and a pre-generated config.h for | Todd C. Miller | |
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree. | |||
2001-03-18 | GNU readline-4.1 | Todd C. Miller | |
2001-03-15 | Document `P' in update output; mostly from bk@rt.fm | Thorsten Lockert | |
2001-03-07 | Revert my bfd change, and instead make ld match bfd, which is | Niklas Hallqvist | |
the way Red hat choose. Both ways work, the important thing is that things match. However if we use the red hat solution we will not need to merge local changes when importing new binutils releases; espie made me aware of the import issues which I forgot due to lack of sleep :-). | |||
2001-03-07 | 1st bug on the road to shlibs on alpha: | Niklas Hallqvist | |
match the maxpagesize between bfd and ld. | |||
2001-03-03 | Define __ELF__ in the gcc for powerpc OpenBSD. | Dale Rahn | |
Used by applications which do direct symbol lookups and other compiler/build environment tools/applications. OKed by espie@ | |||
2001-03-02 | Define __PPC__ as well as __PPC because some packages expect that define | Dale Rahn | |
for powerpc. | |||
2001-03-02 | signal handler repairs; phil@cs.wwu.edu | Theo de Raadt | |
2001-03-01 | Fix typo (aaron) and pull in a missing part from the -man version. | Todd C. Miller | |