Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-13 | util.h: Merge with EOM 1.8 | Niklas Hallqvist | |
ike_auth.c: Merge with EOM 1.57 author: ho Add file permission check to private key file. Split out check function to util.c. | |||
2000-10-13 | regress/b2n/Makefile: Merge with EOM 1.12 | Niklas Hallqvist | |
regress/ec2n/Makefile: Merge with EOM 1.9 conf.c: Merge with EOM 1.40 util.c: Merge with EOM 1.17 author: ho Add file permission check to private key file. Split out check function to util.c. | |||
2000-10-13 | sync fPIC and fpic | Theo de Raadt | |
2000-10-13 | 755 upgrade too | Theo de Raadt | |
2000-10-13 | Merge with EOM 1.39 | Niklas Hallqvist | |
author: ho Revert. Be strict about file mode. | |||
2000-10-13 | doc cd boot, minimally | Theo de Raadt | |
2000-10-13 | eol | Theo de Raadt | |
2000-10-13 | Merge with EOM 1.38 | Niklas Hallqvist | |
author: ho Warn but continue on isakmpd.conf permissions. | |||
2000-10-13 | fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au> | Jakob Schlyter | |
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie | |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie | |
2000-10-13 | Clean up static constructor/destructor discovery and calling. Instead | Dale Rahn | |
of relying on magic variable names, reqire that the library provide the _init/_fini functions so that the linker will find them and create the DT_INIT and DT_FINI sections of the .dynamic section of the shared library. With the shared library providing the DT_INIT function pointer, it is now possible to just check the init field and call it if defined, if not defined no constructors are needed. This cleans up the code in ld.so greatly. | |||
2000-10-13 | Add secondary c++ shared library for testing purposes to verify | Dale Rahn | |
that appropriate constructors in each library are called. | |||
2000-10-13 | Changes to the powerpc startup files to work in a more typical ELF | Dale Rahn | |
manner. the linker knows about the magic function _init and _fini and will create a .dynamic tag to point to those symbols in the executable/shared libraries. Take advantage of that fact to allow ld.so to easily find the appropriate ctors/dtors calls for shared libraries Since the crtbeginS.c now contains executable code, it must be compiled with -fPIC. Rename the __init and __fini functions to _init/_fini so the linker will locate them. | |||
2000-10-13 | Support Kingston KNU101TX USB Ethernet; from NetBSD. | Aaron Campbell | |
2000-10-13 | delays that permit more machines to work; itojun | Theo de Raadt | |
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | Add Kingston KNU101TX USB Ethernet. | Aaron Campbell | |
2000-10-13 | enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing. | Jun-ichiro itojun Hagino | |
this will make it easier for IPv6 code to cope with uncontinuous packet header on the mbuf (without this, ep interface on i386 chokes during IPv6 ND process). should affect IPv6 only. | |||
2000-10-13 | Remove unwanted trailing whitespace. | Aaron Campbell | |
2000-10-13 | Makefile: | Dale Rahn | |
build with ${CC} -shared like the rest of shared libraries do now, instead of using ${LD}. Other files: make output more useful so that it is possible to tell if a constructor/destructor is running the correct number of times. | |||
2000-10-13 | make sure we don't share external mbuf between m and mcopy, in ip_forward(). | Jun-ichiro itojun Hagino | |
NetBSD PR 11201. | |||
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | VIA Tech devices from millert's new board | Aaron Campbell | |
2000-10-12 | AriadneII works. | Marc Espie | |
AriadneI is reported not to be functional, currently. | |||
2000-10-12 | Repair RAMDISK, which has no joystick. | Marc Espie | |
Thanks jj for testing, and miod for explanations. | |||
2000-10-12 | Don't mix usage of old and new timeout code. | Aaron Campbell | |
2000-10-12 | General man page cleanups, mostly to remove trailing whitespace, hard | Aaron Campbell | |
sentence breaks, and other such things. | |||
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | oops | Theo de Raadt | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | Create /root with mode 0700 instead of 0755; deraadt@ ok | Aaron Campbell | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | art's devices | Theo de Raadt | |
2000-10-12 | remove unused | Markus Friedl | |
2000-10-12 | don't segv on too many arguments. sync with kame | Jun-ichiro itojun Hagino | |
2000-10-12 | nice going, this did not even compile | Theo de Raadt | |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski | |
with -1. | |||
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
(this file actually contained two correct MAP_FAILED). | |||
2000-10-12 | MAP_FAILED, not -1 | Artur Grabowski | |
2000-10-12 | Check for MAP_FAILED in mmap return value, not -1. | Artur Grabowski | |
2000-10-12 | Fix cmp(1). It causes memory shortage for bigger files. | Kevin Lo | |
OK art@ | |||
2000-10-12 | Check the mmap return value against MAP_FAILED, not NULL. | Artur Grabowski | |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl | |
2000-10-12 | allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for | Jun-ichiro itojun Hagino | |
IPv6 advanced API). sync with netbsd. | |||
2000-10-12 | cleanups | Theo de Raadt | |
2000-10-12 | proto _rpc_dtablesize() | Theo de Raadt | |
2000-10-12 | When checking mmap return, check for MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-12 | printf-like string format pedant | Jun-ichiro itojun Hagino | |