Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-14 | correct STAT command output for LPSV output. | Jun-ichiro itojun Hagino | |
2000-06-14 | readd queue limiting code that was backed out yesterday. (ip_esp.c change | Jason Wright | |
seems to have fixed this). | |||
2000-06-14 | sync | Theo de Raadt | |
2000-06-14 | Initialize tc_ptr to zero if authentication is not used. | Angelos D. Keromytis | |
2000-06-14 | KAME_SCOPEID is necessary | Jun-ichiro itojun Hagino | |
2000-06-13 | Conditional INET6 inclusion (for crunchgen uses) -- default yes. | Angelos D. Keromytis | |
2000-06-13 | Make both ls and dir send a LIST command. Perviously, ls would use | Todd C. Miller | |
NLST but some ftp server (notably wu-ftpd 2.6.x) only list files in the output of NLST. This behavior appears to be RFC conforming and it makes things like "mget *" behave more sanely. To get just the file list you can still use the "nlist" command. | |||
2000-06-13 | Fix typo. | Angelos D. Keromytis | |
2000-06-13 | Fix some compile warnings. | Angelos D. Keromytis | |
2000-06-13 | Cast to avoid warning. | Angelos D. Keromytis | |
2000-06-13 | ptr alignment is not a hack, it's a feature fix for byte-wide prom | Michael Shalayeff | |
2000-06-13 | normalize test vs [; form | Theo de Raadt | |
2000-06-13 | regen | Michael Shalayeff | |
2000-06-13 | a few corrections gathered from comp.sys.hp.hpux | Michael Shalayeff | |
2000-06-13 | the last commit was not enough. s/(int)/(signed char)/. | Jun-ichiro itojun Hagino | |
2000-06-13 | sync | Theo de Raadt | |
2000-06-13 | simplify | Theo de Raadt | |
2000-06-13 | sync | Chris Cappuccio | |
2000-06-13 | IBM Olympic Token Ring | Chris Cappuccio | |
2000-06-13 | workaround for arch with char == unsigned char (suppress warning). | Jun-ichiro itojun Hagino | |
2000-06-13 | update | Michael Shalayeff | |
2000-06-13 | do not use cached route if it goes !RTF_UP. | Jun-ichiro itojun Hagino | |
make validation of jumbo payload more strict. | |||
2000-06-13 | comment out flowinfo manipulation on inbound. the spec is not very clear. | Jun-ichiro itojun Hagino | |
2000-06-13 | avoid mbuf leak on non-matching ifp/sockaddr | Jun-ichiro itojun Hagino | |
2000-06-13 | on UDPv6 sendto, correctly set oifp. | Jun-ichiro itojun Hagino | |
2000-06-13 | allow link-local IPv6 addres in in6_pcbbind. | Jun-ichiro itojun Hagino | |
2000-06-13 | Add ``set ifqueue'' to adjust the number of packets ppp buffers. | brian | |
Handle an ``open'' correctly from state DATALINK_READY. Don't disable the autoload timer when bringing down the second last auto link or bringing up the last auto link. Allow ``set urgent none'' to disable IPTOS_LOWDELAY prioritisation. Honour ``set speed sync'' for ``!program'' links and use a udp socketpair between ppp and ``program''. HUP ``program'' when a ``!program'' link comes down. Don't complain about valid padded ppp frames, but complain and drop the data if the length claims to be more than the payload. Correct the umask when creating a new /etc/resolv.conf (when dns is enabled), and don't segfault when trying to rewrite the previous (non-existent) contents. Be more verbose about ``inappropriate peer'' messages in MP mode. Allow ``nat target MYADDR'' (to redirect incoming connections to the gateway). Pass everything through the NAT engine - let it decide if it wants it. Fix the return code when failing to create a tcp link | |||
2000-06-13 | backout previous 2 changes... causes panics down the line. | Jason Wright | |
2000-06-13 | Oops: initialize q to avoid using the unitialized value when the queue fills | Jason Wright | |
2000-06-13 | put an upperbound on queue length | Jason Wright | |
2000-06-13 | use the source length to calculate the output length instead of relying on | Jason Wright | |
the length in the descriptors (which is sometimes 0!). | |||
2000-06-13 | make sure to attach new in6_ifaddr into ifp->if_addrlist. | Jun-ichiro itojun Hagino | |
2000-06-13 | Fix from Manuel Bouyer | Chris Cappuccio | |
Don't falsely detect nonexistent drives | |||
2000-06-13 | Support files for shared library, expected by gcc, allows shared libraries to | Dale S. Rahn | |
have constructors and destructors. | |||
2000-06-13 | clean up Cypress section (obviously nobody has used these w/OpenBSD) | Chris Cappuccio | |
also sync w/NetBSD support map memory mapped or IO mapped controllers program DMA modes for Cypress controllers support for OPTi chipsets (82C621 and compatible 82C568/82D568) | |||
2000-06-13 | Add dewey and SOD information to this header file, for ELF ld.so | Dale S. Rahn | |
2000-06-13 | Updated version of ld.so, contains additional functionality and fixes/ | Dale S. Rahn | |
design changes required by egcs. added support for ldconfig/ld.so.hints changes to low level relocation code, required by egcs pic code generation that moved global variable loads to before the self relocation was performed. Only powerpc supported, mips code not updated. Code cleaned up somewhat reasonably. This code needs to be reviewed closely for significant problems such as correctness and security. | |||
2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld | Dale S. Rahn | |
code and is fully BSD copyrighted. This initial import contains a mostly working mips and partially working powerpc version. No support for ld.so.hints or system run path exists. | |||
2000-06-13 | Be more careful when setting up the mbufs for destination buffers | Jason Wright | |
(similiar to what's in ubsec) | |||
2000-06-13 | More | Marc Espie | |
2000-06-13 | declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one. | Jun-ichiro itojun Hagino | |
2000-06-13 | dmesg repair around pci sub-bus config | Theo de Raadt | |
2000-06-13 | correct 5805 test | Theo de Raadt | |
2000-06-12 | and 5805 | Theo de Raadt | |
2000-06-12 | ESP 3des now works, after squishing 4 bugs | Theo de Raadt | |
2000-06-12 | Make the flags field truly optional. | Todd C. Miller | |
2000-06-12 | sync | Theo de Raadt | |
2000-06-12 | broadcom 5805 | Theo de Raadt | |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino | |
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay. | |||
2000-06-12 | add kern/uipc_mbuf2.c again | Jun-ichiro itojun Hagino | |