Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-09 | Add offsets for WWPN && OXID that FC f/w stuffs into an ATIO2. | mjacob | |
2001-01-09 | Follow changes to some async event codes. | mjacob | |
2001-01-09 | Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up some | mjacob | |
wwn handling. Do a Register FC4 Type (so that we can work with McData switches). Allow F-port topologies to use the target range 0..125 for logging in fabric devices. We changed ISPASYNC_PDB_CHANGED to ISPASYNC_LOGGED_INOUT and now use ISPASYNC_CHANGE_NOTIFY for both loop && fabric events. | |||
2001-01-09 | Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied by | Angelos D. Keromytis | |
sysadmin@astro.su.se | |||
2001-01-09 | Amend c_count comment per PR 1576. | Angelos D. Keromytis | |
2001-01-09 | One-byte EtherIP header, per the relevant draft (soon to be RFC). | Angelos D. Keromytis | |
* * NOTE * * This breaks backward compatibility with 2.7 and 2.8 bridges. * * NOTE * * | |||
2001-01-09 | Define version number for EtherIP protocol (soon to become RFC). | Angelos D. Keromytis | |
2001-01-09 | Change the include directive for Makefile.inc to use double-quotes | Angelos D. Keromytis | |
rather than <> (whatever these are called). This fixes building with the source/obj in non-standard locations. Closes PR 1556, fix provided by sysadmin@fafnir.astro.su.se. | |||
2001-01-09 | This seems to correct the problem listed in kernel/1607 (returning from | mjacob | |
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)... | |||
2001-01-08 | From chris@: Update man page with slightly more useful information | Jeremy Evans | |
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl | |
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||
2001-01-08 | O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com | Markus Friedl | |
2001-01-08 | more cleanups and fixes from stevesk@pobox.com: | Markus Friedl | |
1) try_agent_authentication() for loop will overwrite key just allocated with key_new(); don't alloc 2) call ssh_close_authentication_connection() before exit try_agent_authentication() 3) free mem on bad passphrase in try_rsa_authentication() | |||
2001-01-08 | missing free; thanks stevesk@pobox.com | Markus Friedl | |
2001-01-08 | match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵ | Michael Shalayeff | |
from openbsd@zenbu.com | |||
2001-01-08 | regen | Michael Shalayeff | |
2001-01-08 | 56k Global Modem; from openbsd@zenbu.com | Michael Shalayeff | |
2001-01-08 | add ru_SU.ISO_8859-5; from freebsd | Michael Shalayeff | |
2001-01-08 | Add Greek and Ukrainian locale paths. | Christian Weisgerber | |
Discussed with espie@, angelos@, mickey@. | |||
2001-01-08 | From chris@ | Jeremy Evans | |
Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum) | |||
2001-01-08 | spelling | Paul Janzen | |
2001-01-08 | Fix a bug in previous commit; we need a separate stat buffer for | Todd C. Miller | |
the "from" file due to changing the order of stat calls. | |||
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. |