Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-30 | ok mickey@ | Bob Beck | |
2001-06-30 | faith(4) is now documented in RFC3142. | Jun-ichiro itojun Hagino | |
2001-06-30 | missing freeaddrinfo(). PR 1907 | Jun-ichiro itojun Hagino | |
2001-06-29 | Fix address byte ordering issue, ho@ ok | Angelos D. Keromytis | |
2001-06-29 | Move ifq_maxlen setting to if_attach(). Doing it at if_init() is wrong, | Federico G. Schwindt | |
and has been wrong since PnP devices (pcmcia, carbus, etc) shown up. If you forgot to set ifq_maxlen somewhere in the driver, you're gonna see baaaad things; jason@ ok, angelos@ "should be ok" , theo "don't understand why". | |||
2001-06-29 | Removing a debugging printout... | Hakan Olsson | |
2001-06-29 | update the copyright year | Michael Shalayeff | |
2001-06-29 | return normal is error code returned is zero, for some thinkpads | Michael Shalayeff | |
2001-06-29 | KAME-integrated BSDs have getnameinfo | Jun-ichiro itojun Hagino | |
2001-06-29 | Reflect setsockopt changes. May need further mods for KAME IPsecs. | Hakan Olsson | |
2001-06-29 | setsockopt flags needs to be IPv6 aware | Hakan Olsson | |
2001-06-29 | Some cleaning. Remove unused boot options, don't declare extra RB_FOO | Miod Vallat | |
symbols with fancy values. Get rid of some debug code, too. | |||
2001-06-29 | move definitions around a bit and define a few more constants | Jason Wright | |
2001-06-29 | Give RB_NOSYM a non-conflicting value here too. | Miod Vallat | |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller | |
2001-06-29 | POSIX-ify the flag options at theo's request | Kjell Wooding | |
2001-06-29 | Move esetenv() to misc.c since it is not specific to kerberized | Todd C. Miller | |
telnet. | |||
2001-06-29 | change load_file implementation so we can accept input on | Kjell Wooding | |
stdin. Rewrite NAT processing loop to accomodate this fact (we can only read the rules file once). ok theo | |||
2001-06-29 | Set the port *before* the comparison. | Angelos D. Keromytis | |
2001-06-29 | LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out of | Angelos D. Keromytis | |
initializing socket. | |||
2001-06-29 | spaces | Michael Shalayeff | |
2001-06-29 | Create an IPv6 default transport | Niklas Hallqvist | |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff | |
and switch focus out of comand line utility (to come soon). also, fix duplicated ioctl numbers, so rebuild the ws* utils. | |||
2001-06-29 | oops | Niklas Hallqvist | |
2001-06-29 | merge a bit of bus_dma* from netbsd | Jason Wright | |
convert some NBPG->PAGE_SIZE add missing initialization missed in previous merge use kernel_map not kmem_map | |||
2001-06-29 | more AF-independence | Niklas Hallqvist | |
2001-06-29 | Remove extra ':' from LOG_DBG_BUF() | Angelos D. Keromytis | |
2001-06-29 | Provide an API to get sockaddrs out of the config db | Niklas Hallqvist | |
2001-06-29 | IPv6 support, by niklas@ and me. | Hakan Olsson | |
2001-06-29 | On OpenBSD, we want -Werror. | Hakan Olsson | |
2001-06-29 | Get rid of redundant lengths in get_spi API. | Hakan Olsson | |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson | |
2001-06-29 | More sa_len usage. | Hakan Olsson | |
2001-06-29 | use socklen_t for getsockopt arg #5; ok markus@ | Kevin Steves | |
2001-06-29 | sync function definition with declaration; ok markus@ | Kevin Steves | |
2001-06-29 | move pf_test check to happen after checksum calculation - without | Bob Beck | |
this packets originating from this host (such as with an rdr to localhost for transparent proxying) do not get checksummed correctly, because the pf code does not have a correct checksum to fix up (ok kjell@) | |||
2001-06-29 | A few more direct sa_len usages. | Hakan Olsson | |
2001-06-29 | saner checking in icmp_error; from NetBSD with work by dug and me. | Niels Provos | |
2001-06-29 | Since we have a sockaddr struct, use sa_len directly. | Hakan Olsson | |
2001-06-29 | Be consistent. | Hakan Olsson | |
2001-06-29 | More libkvm.old relics | Miod Vallat | |
2001-06-29 | Prepend pf_ to limit potential namespace problems, shorten some lines. | Niklas Hallqvist | |
2001-06-29 | Add kbd info for iBook. -moj | Mats O Jansson | |
2001-06-29 | allocate contexts during attach since we can't mess with them during | Jason Wright | |
interrupts (the space allocation is wasteful, but more data will be moved into the allocation soon). | |||
2001-06-29 | call defrouter_select() only if i am autoconfigured host | Jun-ichiro itojun Hagino | |
2001-06-29 | typos | Marc Espie | |
2001-06-29 | list instead of tailq for frents, use pool hardlimits, correctly free | Niels Provos | |
after complete reassembly | |||
2001-06-29 | Remove defines that are now defined elsewhere. | Janne Johansson | |
2001-06-29 | initialize early | Markus Friedl | |
2001-06-29 | new error handling for cyberflex_* | Markus Friedl | |