Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-06 | Use the *.in files in tests/ | Angelos D. Keromytis | |
2001-01-06 | prohibited binding to an anycast, notready, or detached IPv6 address. | Jun-ichiro itojun Hagino | |
sync with kame 1.46 -> 1.47 | |||
2001-01-06 | remove unused | Markus Friedl | |
2001-01-05 | Set the correct direction for KAME SPD entries (problem reported and | Angelos D. Keromytis | |
fix tested by Tim.Ding@qobra.com) | |||
2001-01-05 | alloc.h was renamed ap_alloc.h so install the correct thing and kill | Todd C. Miller | |
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr. | |||
2001-01-05 | Build test files from a .in source file. We do this to guarantee that | Todd 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-05 | Restore errno in yy_init_buffer() since it may get trounced by the | Todd C. Miller | |
call to isatty(). Fixes PR #1606. | |||
2001-01-05 | correct incorrect correction; Paul Janzen <pjanzen@foatdi.harvard.edu> | Todd T. Fries | |
2001-01-05 | do not refer getnodebyname. sync with kame. | Jun-ichiro itojun Hagino | |
2001-01-05 | missing .El | Jun-ichiro itojun Hagino | |
2001-01-05 | Fix sending/receiving passwords (james@oaktree.co.uk) | Angelos D. Keromytis | |
2001-01-05 | Mention that if=xxx should be used for most lines in /etc/gateways | Angelos D. Keromytis | |
2001-01-05 | Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk) | Angelos D. Keromytis | |
2001-01-05 | There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase. | Angelos D. Keromytis | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco 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-05 | Descend into directories (smat@acm.org) | Angelos D. Keromytis | |
2001-01-05 | Build dbtest before running the actual test. | Angelos D. Keromytis | |
2001-01-05 | typo - SHMPAXPGS -> SHMMAXPGS | Dug Song | |
2001-01-05 | Use ISO 8859 to determine printability. | Angelos D. Keromytis | |
2001-01-05 | Generate Makefiles that don't get confused if the source layout (with | Angelos D. Keromytis | |
regards to depth and symbolic links) is not what's expected. | |||
2001-01-04 | I hate it when a manpage is wrong. | Angelos D. Keromytis | |
2001-01-04 | Sync with genassym.cf symbol name changes. | Miod Vallat | |
2001-01-04 | Convert 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-04 | consistent use of _PATH_BSHELL; from stevesk@pobox.com | Markus Friedl | |
2001-01-04 | Harmonization with other m68k arch Makefiles. Stricter compilation | Miod 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-04 | Mention AES as available SSH2 Cipher; ok markus | Damien Miller | |
2001-01-04 | KNF, add prototypes to compile with -Wmissing-prototypes. | Miod Vallat | |
2001-01-04 | Remove netintr(). | Miod Vallat | |
2001-01-04 | sync usage()/man with defaults; from stevesk@pobox.com | Markus Friedl | |
2001-01-04 | handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that ↵ | Markus Friedl | |
prints a banner (e.g. /etc/issue.net) | |||
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Sync. | Angelos D. Keromytis | |
2001-01-04 | grammar | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | grammer/spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling; $OpenBSD$ | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | comment grammar | Todd T. Fries | |
2001-01-04 | grammar | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Only use the sysctl interface if it's the running kernel we're getting | Angelos D. Keromytis | |
information from. | |||
2001-01-04 | Update to use the new sysctl return value for kmembuckets. That's it | Angelos D. Keromytis | |
for tonight. | |||
2001-01-04 | Update. | Angelos D. Keromytis | |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis | |