Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard | |
2001-01-08 | yet another typo; bad markus | Markus Friedl | |
2001-01-08 | Fix various warnings, merge lite-2, and tidy a bit; also, cast some | Paul Janzen | |
pointer arithmetic to int where needed. Mostly from NetBSD. Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru, and check some {m,re}allocs. | |||
2001-01-08 | wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911. | Jun-ichiro itojun Hagino | |
sync with kame aVS: ---------------------------------------------------------------------- | |||
2001-01-08 | Remove description of removed code. | Paul Janzen | |
2001-01-08 | Compare the end of symbol table as passed from boot with the address | Hugh Graham | |
of _end in the kernel, and base Sysmap on whichever is higher. This permits stripped kernels to load despite unexpected values from libsa. | |||
2001-01-07 | typo | Markus Friedl | |
2001-01-07 | fix a few scsi_done() usages. | Michael Shalayeff | |
simplify locking a bit. disable write cache if said so in the scsi_xfer. a few more commands, from freebsd. | |||
2001-01-07 | missing free, stevesk@pobox.com | Markus Friedl | |
2001-01-07 | missing free, stevesk@pobox.com | Markus Friedl | |
2001-01-07 | libutil.h -> util.h | Christian Weisgerber | |
2001-01-07 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | Markus Friedl | |
syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE | |||
2001-01-07 | Make the -P option effective (rjmooney@mediaone.net) | Angelos D. Keromytis | |
2001-01-07 | - add EMODD emulation (EMODF) -- this fixes modf() and some libm code | Brandon Creighton | |
on systems which don't have native EMODD (i.e., most of them) - big cleanup of the getval_* stuff - have one routine doing most of the work instead of four doing the same thing - add some miscellaneous routines -- count sig. bits - add more operand addressing modes (still not all fully implemented) both the existing POLYD and EMODD can use them - add me to copyright | |||
2001-01-06 | Commit 1.6 was just plain wrong on two counts; as a result, it caused | Angelos D. Keromytis | |
dhclient to complain about options. | |||
2001-01-06 | 0xFF is not a control character in ISO 8859; ok angelos@ | Christian Weisgerber | |
2001-01-06 | Add -l to default msdos mount options; closes PR 634 | Todd C. Miller | |
2001-01-06 | Also protect write_client_lease() in bind_lease() | Angelos D. Keromytis | |
2001-01-06 | Lock the leases file, to protect against multiple instances of | Angelos D. Keromytis | |
dhclient running. | |||
2001-01-06 | Fix 3 cases related to symbolic links when moving between filesystes: | Todd C. Miller | |
1) incorrectly refused to move a symlink to a mount point 2) refused to move a symlink to a non-existent file 3) copied the contents of a symlink instead of the link itself. Closes PR 1368; james@oaktree.co.uk | |||
2001-01-06 | ^%#$#^%$ cvs missed this file in the previous commit. | Todd C. Miller | |
2001-01-06 | Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382 | Todd C. Miller | |
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 | |