summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-30ok mickey@Bob Beck
2001-06-30faith(4) is now documented in RFC3142.Jun-ichiro itojun Hagino
2001-06-30missing freeaddrinfo(). PR 1907Jun-ichiro itojun Hagino
2001-06-29Fix address byte ordering issue, ho@ okAngelos D. Keromytis
2001-06-29Move 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-29Removing a debugging printout...Hakan Olsson
2001-06-29update the copyright yearMichael Shalayeff
2001-06-29return normal is error code returned is zero, for some thinkpadsMichael Shalayeff
2001-06-29KAME-integrated BSDs have getnameinfoJun-ichiro itojun Hagino
2001-06-29Reflect setsockopt changes. May need further mods for KAME IPsecs.Hakan Olsson
2001-06-29setsockopt flags needs to be IPv6 awareHakan Olsson
2001-06-29Some cleaning. Remove unused boot options, don't declare extra RB_FOOMiod Vallat
symbols with fancy values. Get rid of some debug code, too.
2001-06-29move definitions around a bit and define a few more constantsJason Wright
2001-06-29Give RB_NOSYM a non-conflicting value here too.Miod Vallat
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29POSIX-ify the flag options at theo's requestKjell Wooding
2001-06-29Move esetenv() to misc.c since it is not specific to kerberizedTodd C. Miller
telnet.
2001-06-29change load_file implementation so we can accept input onKjell Wooding
stdin. Rewrite NAT processing loop to accomodate this fact (we can only read the rules file once). ok theo
2001-06-29Set the port *before* the comparison.Angelos D. Keromytis
2001-06-29LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out ofAngelos D. Keromytis
initializing socket.
2001-06-29spacesMichael Shalayeff
2001-06-29Create an IPv6 default transportNiklas Hallqvist
2001-06-29implement get/set screen ioctls to fetch configured screen listMichael Shalayeff
and switch focus out of comand line utility (to come soon). also, fix duplicated ioctl numbers, so rebuild the ws* utils.
2001-06-29oopsNiklas Hallqvist
2001-06-29merge a bit of bus_dma* from netbsdJason Wright
convert some NBPG->PAGE_SIZE add missing initialization missed in previous merge use kernel_map not kmem_map
2001-06-29more AF-independenceNiklas Hallqvist
2001-06-29Remove extra ':' from LOG_DBG_BUF()Angelos D. Keromytis
2001-06-29Provide an API to get sockaddrs out of the config dbNiklas Hallqvist
2001-06-29IPv6 support, by niklas@ and me.Hakan Olsson
2001-06-29On OpenBSD, we want -Werror.Hakan Olsson
2001-06-29Get rid of redundant lengths in get_spi API.Hakan Olsson
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2001-06-29More sa_len usage.Hakan Olsson
2001-06-29use socklen_t for getsockopt arg #5; ok markus@Kevin Steves
2001-06-29sync function definition with declaration; ok markus@Kevin Steves
2001-06-29move pf_test check to happen after checksum calculation - withoutBob 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-29A few more direct sa_len usages.Hakan Olsson
2001-06-29saner checking in icmp_error; from NetBSD with work by dug and me.Niels Provos
2001-06-29Since we have a sockaddr struct, use sa_len directly.Hakan Olsson
2001-06-29Be consistent.Hakan Olsson
2001-06-29More libkvm.old relicsMiod Vallat
2001-06-29Prepend pf_ to limit potential namespace problems, shorten some lines.Niklas Hallqvist
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29allocate contexts during attach since we can't mess with them duringJason Wright
interrupts (the space allocation is wasteful, but more data will be moved into the allocation soon).
2001-06-29call defrouter_select() only if i am autoconfigured hostJun-ichiro itojun Hagino
2001-06-29typosMarc Espie
2001-06-29list instead of tailq for frents, use pool hardlimits, correctly freeNiels Provos
after complete reassembly
2001-06-29Remove defines that are now defined elsewhere.Janne Johansson
2001-06-29initialize earlyMarkus Friedl
2001-06-29new error handling for cyberflex_*Markus Friedl