Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-18 | Fix more buffer overflows... that's 5 in this one program (so far) | Aaron Campbell | |
2000-06-18 | more verbose errors, remove redundant free()s | Niels Provos | |
2000-06-18 | strlcpy | Niels Provos | |
2000-06-18 | Initial import of very much rewritten TCFS userland. This code is still | Niels Provos | |
nasty. | |||
2000-06-18 | Oops on checking inp_tdb etc. (itojun@) | Angelos D. Keromytis | |
2000-06-18 | transfered -> transferred | Aaron Campbell | |
2000-06-18 | strcpy() -> strlcpy() | Aaron Campbell | |
2000-06-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino | |
2000-06-18 | Allow S to be overridden like on the other arches; provos@ | Todd C. Miller | |
2000-06-18 | more mbuf sanity check | Jun-ichiro itojun Hagino | |
2000-06-18 | Correct function declaration. | Angelos D. Keromytis | |
2000-06-18 | routes on down interfaces are disabled | Niels Provos | |
2000-06-18 | KNF | Jun-ichiro itojun Hagino | |
2000-06-18 | Arguments. | Angelos D. Keromytis | |
2000-06-18 | Pull in the right header for ip6_sprintf(), fix argument. | Angelos D. Keromytis | |
2000-06-18 | fix 3des decryption | Niels Provos | |
2000-06-18 | remove remains from NRL ipsec code | Jun-ichiro itojun Hagino | |
2000-06-18 | Use ip6_sprintf() rather than the home-cooked inet6_ntoa4() | Angelos D. Keromytis | |
2000-06-18 | rc.conf now parses ${local_rcconf} internally; closes pr 1259 | Todd T. Fries | |
2000-06-18 | fix .Bl | Oleg Safiullin | |
2000-06-18 | split long "if" case (cosmetic; preparation for KNF) | Jun-ichiro itojun Hagino | |
2000-06-18 | Initialize the signal quality cache iff ANCACHE | Thorsten Lockert | |
Only allow superuser to clear the signal quality cache | |||
2000-06-18 | sync with more recent kame. | Jun-ichiro itojun Hagino | |
updates scoped address handling and checksum option. | |||
2000-06-18 | KNF (sorry craig) | Jun-ichiro itojun Hagino | |
2000-06-18 | Xr hostname.if | Niklas Hallqvist | |
2000-06-18 | remove now-unnecessary statement due to "for" logic clarfication. | Jun-ichiro itojun Hagino | |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. | |||
2000-06-18 | correct logic mistake in in6_pcbnotify, due to indentation. | Jun-ichiro itojun Hagino | |
will KNF it soon. | |||
2000-06-18 | don't reset the chip on NORXD, and certainly don't print a message about it | Jason Wright | |
2000-06-18 | remove unused junk | Jason Wright | |
2000-06-18 | hmm, you'd never know these started out as if_ie.c.... | Jason Wright | |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino | |
IPv4/v6 so the separation should make more sense. TODO: remove IPv6 case from udp_output() TODO: remove/comment out/#if 0 IPv4 mapped address cases | |||
2000-06-18 | allow IPsec-related get/setsockopt on IPv6 socket. due to number conflict | Jun-ichiro itojun Hagino | |
they must be IPV6_xx instead of IP_xx. actually, since in_ctloutput() does not check address family of inpcb, getsockopt(IPPROTO_IP, IP_xx) may work - never tested this. | |||
2000-06-18 | use in6_recoverscope | Jun-ichiro itojun Hagino | |
2000-06-18 | sync | Theo de Raadt | |
2000-06-18 | do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2 | Markus Friedl | |
2000-06-18 | - Give more precise definitions for the -d and -f options. | Aaron Campbell | |
- Clean up FILES section. - s/BACKWARD COMPATIBILITY/COMPATIBILITY/ - Use standard options list introduction. | |||
2000-06-18 | Document the /fastboot feature. If this file exists at boot-time, rc(8) will | Aaron Campbell | |
not invoke fsck(8). | |||
2000-06-18 | lookup routing table for multicast too, to allow scoped IPv6 multicast | Jun-ichiro itojun Hagino | |
to go out of the node. "ping6 ff02::1%wi0" will work fine with this (and should correct route6d behavior too) this is major issue for IPv6. i think this needs to become an erratta entry. sorry about this. | |||
2000-06-18 | sync | Oleg Safiullin | |
2000-06-18 | oops | Oleg Safiullin | |
2000-06-18 | sync | Oleg Safiullin | |
2000-06-18 | add GeForce256 | Oleg Safiullin | |
2000-06-18 | Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op> | Todd C. Miller | |
2000-06-18 | change keysize from 8 bytes to 24 for Triple-DES and to 32 for Blowfish. | Niels Provos | |
This probably breaks group sharing. copyin on userland pointers is required, inline key into the argument structure. | |||
2000-06-18 | sync | Theo de Raadt | |
2000-06-18 | match 82559ER | Theo de Raadt | |
2000-06-18 | new type of fxp | Theo de Raadt | |
2000-06-18 | permit compilation of non-V6 kernels | Theo de Raadt | |
2000-06-18 | Fix a printf-style format error | brian | |