Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-02-28 | Update to sendmail 8.11.3. This is a maintenance release which | Todd C. Miller | |
contains bug fixes for problems found after 8.11.2 was released. Systems which use buffered file I/O (like OpenBSD) were not properly fsync()'ing the data (df) file. Although there is little chance of data loss, this is an important fix. | |||
2001-02-24 | Missed changes from the past. | Marc Espie | |
2001-02-24 | Automatic conflict resolution | Marc Espie | |
2001-02-24 | Synch with FSF | Marc Espie | |
2001-02-24 | Synch with FSF | Marc Espie | |
2001-02-11 | Define _FFR_WORKAROUND_BROKEN_NAMESERVERS to work around broken | Todd C. Miller | |
name servers that return SERV_FAIL for AAAA records; fgsch@openbsd.org | |||
2001-02-11 | Disable bogus check for whether a file in the current directory (only!) | Thorsten Lockert | |
were checked out of a different CVSROOT -- makes it very hard to have replicated repositories. | |||
2001-02-11 | Document the fact that the wrong thing is likely to happen in many cases | Thorsten Lockert | |
here, if something is checked out from a (read-only?) replica of a repos, and then checked in to the master, files will be skipped. This needs to be resolved, somehow. | |||
2001-02-10 | Fix merge problem | Thorsten Lockert | |
2001-02-10 | Integrate local changes | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2001-02-07 | Change 6214 by gsar@auger on 2000/06/08 13:57:54 | Todd C. Miller | |
@_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) | |||
2001-02-04 | Copy symlinks in addition to running h2ph so machine/foo.ph works | Todd C. Miller | |
Closes PR #1665 | |||
2001-02-03 | update configuration for elf: remove ecoff markers, handle alpha assembler | Marc Espie | |
peculiarities, set up correct init/fini code for elf. | |||
2001-02-03 | alpha uses gas and gnu_ld. | Artur Grabowski | |
2001-02-02 | Remove non-existant machine config -- replace w/laptop config that works | Thorsten Lockert | |
both native and under VMware | |||
2001-01-31 | regen'd. | Marc Espie | |
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility). | |||
2001-01-31 | Spacing | Marc Espie | |
2001-01-31 | Switch alpha to ELF. | Artur Grabowski | |
2001-01-29 | Revert changes temporarily, until they have been checked. | Marc Espie | |
2001-01-29 | regen | Marc Espie | |
2001-01-29 | Internal cpp changed name | Marc Espie | |
2001-01-29 | Automatic merger | Marc Espie | |
2001-01-29 | Automatic merger | Marc Espie | |
2001-01-29 | 2.95.3, test release 2 | Marc Espie | |
2001-01-29 | 2.95.3, test release 2 | Marc Espie | |
2001-01-23 | Tweak to allow groff -Tdvi -mandoc ... to work. | Marco S Hyman | |
The mdoc macros were re-defining a font alias needed when dvi output was selected. Note: due to groff dvi font limitiations -Tps produces nicer printed material than -Tdvi when using the mandoc macros. OK millert@ | |||
2001-01-17 | convert to mdoc | Todd C. Miller | |
2001-01-17 | fix speling of December | Todd C. Miller | |
2001-01-17 | fix sm.bin path; form@openbsd.ru | Todd C. Miller | |
2001-01-17 | Remove libiberty from the list of dependencies, since we use the install | Marc Espie | |
version. | |||
2001-01-16 | Enforce building stuff at compile time, not install time. | Marc Espie | |
2001-01-16 | pull 8.12.x change (or equivalent to), | Jun-ichiro itojun Hagino | |
which can mark certain DaemonPortOptions as "optional". now we can ship single sendmail.cf for both IPv4-only and IPv4/v6 kernels. |