summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-23some phrases just belong together - like goats and latexBob Beck
2001-08-23Use ipsec_id_string as the section name for IKE mode config.Niklas Hallqvist
2001-08-23Correct ipsec_id_string buffer and length handling.Niklas Hallqvist
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23Compile on old systems, my version.Niklas Hallqvist
2001-08-23RSA-enabling is not necessary anymore.Niklas Hallqvist
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
ok markus@
2001-08-23adapt to how our scheduler works.Artur Grabowski
2001-08-23Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008Constantine Sapuntzakis
2001-08-23ignore EEXIST for SPDADD on KAME; ok ho@Markus Friedl
2001-08-23sparc64 needs crtbegin and crtendArtur Grabowski
2001-08-23sparc64 is ELF.Artur Grabowski
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
not even ANSI (concatenation does not produce a valid token). Found out by heko@.
2001-08-23syncConstantine Sapuntzakis
2001-08-23VT82C686A -> VT82C686 (in user-visible description)Constantine Sapuntzakis
closed PR#2019
2001-08-23UID_MAX and GID_MAXArtur Grabowski
2001-08-23weak_alias and warn_referencesArtur Grabowski
2001-08-23setjmp.h, trivial.Artur Grabowski
2001-08-23ieeefp.h from sparcArtur Grabowski
2001-08-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-23Allow wd to be root and some cleanup.Artur Grabowski
2001-08-23wdArtur Grabowski
2001-08-23sync w/ netbsdMarkus Friedl
2001-08-23Remove DEBUG, it's too chatty.Artur Grabowski
2001-08-23pciide works.Artur Grabowski
2001-08-23Add missing commas after auth_getitem and auth_setitem in NAME section.Todd C. Miller
Problem found by makewhatis -p / espie.
2001-08-23fix args in stream -> raw conversion.Artur Grabowski
I just love the knights who say NiH!
2001-08-23recieve -> receiveAaron Campbell
2001-08-23suppress printf() on non-multicast interface.Jun-ichiro itojun Hagino
suppress ipv6 initialization for IFT_PFLOG.
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23retreive -> retrieveAaron Campbell
2001-08-23syncTheo de Raadt
2001-08-23daemon.none is wrongCamiel Dobbelaar
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23Add another EPERM condition to ERRORS: if a hard link is attempted for a fileAaron Campbell
that's flagged immutable or append-only, it will fail.
2001-08-23Add a CAVEATS section explaining that a hard link cannot be made to a fileAaron Campbell
flagged immutable or append-only; pjanzen@ ok
2001-08-23Remove more.Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
2001-08-23sparc64 really benefits from knowing exactly what mappings to syncArtur Grabowski
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs.
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23fix a commentArtur Grabowski
2001-08-23Some reordering in the code caused hw_ok to never be set to 1Artur Grabowski
which causes some CMD Technology controllers to never attach properly.
2001-08-23Uncomment hme, it works.Artur Grabowski
Add commented out IDE entries, doesn't work yet.
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-23Remove the old timeout legacy code.Miod Vallat
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-23typo fixes (/var/rnu -> /var/run) by itojun.Kenjiro Cho