summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-06Use the *.in files in tests/Angelos D. Keromytis
2001-01-06prohibited binding to an anycast, notready, or detached IPv6 address.Jun-ichiro itojun Hagino
sync with kame 1.46 -> 1.47
2001-01-06remove unusedMarkus Friedl
2001-01-05Set the correct direction for KAME SPD entries (problem reported andAngelos D. Keromytis
fix tested by Tim.Ding@qobra.com)
2001-01-05alloc.h was renamed ap_alloc.h so install the correct thing and killTodd C. Miller
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr.
2001-01-05Build test files from a .in source file. We do this to guarantee thatTodd C. Miller
the test files to be executed actually have the execute bit set on them since CTM doesn't preserve file permissions.
2001-01-05Restore errno in yy_init_buffer() since it may get trounced by theTodd C. Miller
call to isatty(). Fixes PR #1606.
2001-01-05correct incorrect correction; Paul Janzen <pjanzen@foatdi.harvard.edu>Todd T. Fries
2001-01-05do not refer getnodebyname. sync with kame.Jun-ichiro itojun Hagino
2001-01-05missing .ElJun-ichiro itojun Hagino
2001-01-05Fix sending/receiving passwords (james@oaktree.co.uk)Angelos D. Keromytis
2001-01-05Mention that if=xxx should be used for most lines in /etc/gatewaysAngelos D. Keromytis
2001-01-05Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk)Angelos D. Keromytis
2001-01-05There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase.Angelos D. Keromytis
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt).
2001-01-05Descend into directories (smat@acm.org)Angelos D. Keromytis
2001-01-05Build dbtest before running the actual test.Angelos D. Keromytis
2001-01-05typo - SHMPAXPGS -> SHMMAXPGSDug Song
2001-01-05Use ISO 8859 to determine printability.Angelos D. Keromytis
2001-01-05Generate Makefiles that don't get confused if the source layout (withAngelos D. Keromytis
regards to depth and symbolic links) is not what's expected.
2001-01-04I hate it when a manpage is wrong.Angelos D. Keromytis
2001-01-04Sync with genassym.cf symbol name changes.Miod Vallat
2001-01-04Convert the old genassym.c to .cf style. Remove unneeded definitions,Miod Vallat
change some names to be not different from other m68k arches.
2001-01-04consistent use of _PATH_BSHELL; from stevesk@pobox.comMarkus Friedl
2001-01-04Harmonization with other m68k arch Makefiles. Stricter compilationMiod Vallat
flags, compile C code with -m68020. Switch the generation of assym.h from a standalone genassym.c to a regular genassym.cf.
2001-01-04Mention AES as available SSH2 Cipher; ok markusDamien Miller
2001-01-04KNF, add prototypes to compile with -Wmissing-prototypes.Miod Vallat
2001-01-04Remove netintr().Miod Vallat
2001-01-04sync usage()/man with defaults; from stevesk@pobox.comMarkus Friedl
2001-01-04handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that ↵Markus Friedl
prints a banner (e.g. /etc/issue.net)
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04Sync.Angelos D. Keromytis
2001-01-04grammarTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04grammer/spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spelling; $OpenBSD$Todd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04comment grammarTodd T. Fries
2001-01-04grammarTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04Only use the sysctl interface if it's the running kernel we're gettingAngelos D. Keromytis
information from.
2001-01-04Update to use the new sysctl return value for kmembuckets. That's itAngelos D. Keromytis
for tonight.
2001-01-04Update.Angelos D. Keromytis
2001-01-04Read a struct kmembuckets, rather than individual values.Angelos D. Keromytis