Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-28 | integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-28 | Improve remove_search_dir(), avoid memory leak. | Oleg Safiullin | |
Add support for -U option: Unconfigure directories specified on the command line or remove inaccessible directories from search path if no directories spec- ified. This option cannot be used with -m. - this option helps to correctly pkg_delete packages like postgresql, mysql (with shared libs in package's own directory). ok espie@ | |||
2000-05-30 | Install history.h in /usr/include/readline, PR 934 | Angelos D. Keromytis | |
2000-05-27 | gas recognizes m68020/30/40/60... doubtful it does anything useful | Marc Espie | |
with 68060, but still, IT's there. | |||
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
2000-05-18 | Update from perl-current--fixes the op/universal test. | Todd C. Miller | |
2000-05-01 | Make it compile even if exec-permissions are missing on cfg_defs.sh | Hans Insulander | |
and cfg_edit.sh. Work by maja@, ok deraadt@ | |||
2000-04-30 | disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed ↵ | Mats O Jansson | |
by millert@. -moj | |||
2000-04-30 | code missed when upgraded to 2.8.2. -moj | Mats O Jansson | |
2000-04-30 | Fix typo introduced in mkstemp addition. | Todd C. Miller | |
2000-04-30 | - do not miss /usr/lib in search path. | Oleg Safiullin | |
- ldconfig -R: do not add /usr/lib to search path, use previously configured dirs instead. - avoid duplicates in search path ok espie@ | |||
2000-04-30 | Change 5985 by gsar@auger on 2000/04/28 07:30:28 | Todd C. Miller | |
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr) | |||
2000-04-30 | Change 5982 by gsar@auger on 2000/04/28 04:48:25 | Todd C. Miller | |
avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>) | |||
2000-04-30 | Change 5948 by gsar@auger on 2000/04/25 18:21:57 | Todd C. Miller | |
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>) | |||
2000-04-30 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-30 | Change 5969 by gsar@auger on 2000/04/27 17:50:56 | Todd C. Miller | |
fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | |||
2000-04-30 | Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15 | Todd C. Miller | |
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk. | |||
2000-04-30 | misc header reordering, remove #undef of relocation_info | Brandon Creighton | |
ok espie@ | |||
2000-04-27 | Call ctor/dtor lists generated by collect2 as well. | Marc Espie | |
Since those are properly protected against multiple execution, even if collect2/ld manages to link them at some point, this won't add problems. | |||
2000-04-24 | Make dlopened modules prefer symbols defined locally | Niklas Hallqvist | |
2000-04-24 | Add xstrdup() - like strdup but get fatal error if memory is exhausted. | Oleg Safiullin | |
Avoid duplicates in search path. ok espie@ | |||
2000-04-24 | Better fix for all the dash shenanigans; rra@stanford.edu | Todd C. Miller | |
Updates Man.pm to version 1.04. | |||
2000-04-24 | Fix in scalar vs. list dereference bug in InputObjects.pm. Keep | Todd C. Miller | |
dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu | |||
2000-04-21 | a little bit of glue to call openssl; mark@moxienet.com | Theo de Raadt | |
2000-04-21 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-21 | add CPAN File::Temp module for perl versions of mkstemp et al. | Todd C. Miller | |
2000-04-17 | change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to | Theo de Raadt | |
2000-04-12 | do h2ph for the whole include tree; millert@ ok | Michael Shalayeff | |
2000-04-09 | groff 1.15 plus local changes (insomnia strikes): | Todd C. Miller | |
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk o modified groff Makefiles to not install man pages (we do it ourselves) o use mkstemp everywhere o don't install groff versions on mdoc macros, we want our own ones | |||
2000-04-09 | groff 1.15 | Todd C. Miller | |
2000-04-09 | o config.sh depends on config.over | Todd C. Miller | |
o config.sh must be the first thing in ${GENERATED} That way a make w/o a make depend first will work. | |||
2000-04-09 | Fix bug when doing C<FOO I<BAR>>; rra@stanford.edu | Todd C. Miller | |
2000-04-08 | Make installsitebin '/usr/local/bin' | Todd C. Miller | |
2000-04-07 | Win32.pod should go in man3p, not man1. The only reason we even | Todd C. Miller | |
install this is to have a complete set of perl docs (so all xrefs are existent). | |||
2000-04-07 | need -fPIC on sparc for libperl.so | Todd C. Miller | |
2000-04-06 | perl-5.6.0 + local changes | Todd C. Miller | |
2000-04-06 | virgin perl 5.6.0 | Todd C. Miller | |
2000-04-05 | seed srandom from /dev/arandom not /dev/urandom | Todd C. Miller | |
2000-03-25 | Upgrade to Lynx 2.8.2. -moj | Mats O Jansson | |
2000-03-25 | link gnubc(1) to bc(1) | Theo de Raadt | |
2000-03-09 | new grep 2.4.1 | Michael Shalayeff | |
whole bunch of bug fixes, mmap support (w/ --mmap) changed binary file grep behavior, but could be overwritten w/ -a millert@ ok | |||
2000-02-21 | Revert the last revert. (with the bug fixed) | Artur Grabowski | |
2000-02-21 | back out recent change. completely breaks ld on the sparc: | Theo de Raadt | |
collect2: ld terminated with signal 11 [Segmentation fault] | |||
2000-02-21 | Add CLEANFILES and modify clean/cleandir targets. | Hakan Olsson | |
(Modified as suggested by millert@) | |||
2000-02-21 | Some more files to clean up. (millert@ ok) | Hakan Olsson | |
2000-02-15 | --infodir in configure. Don't rely on stuff that is no longer available. | Marc Espie | |
2000-02-15 | Let it work with DESTDIR. | Marc Espie | |
Thanks to Marco for pointing that out. | |||
2000-02-12 | parse mm/dd/yy correctly; tron@netbsd.org and matthieu | Theo de Raadt | |
2000-02-11 | Let weak symbols take precedence over symbols read from 2nd hand libraries. | Marc Espie | |
This fixes an important bug: libc now uses weak symbols a lot. Without this patch, dynamic linking with libraries that reference libc would mean those symbols would not be resolved, as weak symbols are good enough for linking, but 2nd hand libraries symbols are not. Not 100% sure this won't trigger problems later (nothing yet), but this fixes the immediate problem. Approved by niklas@ and millert@ | |||
2000-02-09 | Merge conflicts, and a few details: | Marc Espie | |
- Makefile.bsd-wrapper: man pages, disable NLS for now. - doc/Makefile.in: install man pages manually, remove buggy targets that would break `make clean'. - makeinfo/Makefile.in: shell failure ??? rework problematic line. - util/texindex.c: let maketempname create the file, remove race condition. |