summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/daic
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-01-05 19:01:59 +0000
committerthorpej <thorpej@NetBSD.org>2001-01-05 19:01:59 +0000
commit33191e72a1cff8e366f140cb775ff0e372835347 (patch)
tree0ea5364e565066de3a8969767b35b17b31d73fa3 /sys/dev/microcode/daic
parent651aeb58997efc80d915d7c317ea4cdf8ef3e8e6 (diff)
Use ${PRINTOBJDIR}.
Diffstat (limited to 'sys/dev/microcode/daic')
0 files changed, 0 insertions, 0 deletions
a7f0bd630328450b413'>Add support for IPsec Network Address Translator traversal (NAT-T), asmanu 2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun 2004-04-18De __P()matt 2003-10-23Remove all the code to maintain ia_inpcbs. This information was only used tomycroft 2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-15Change the way multicasts are kept. They now use a hash table in the samematt 2002-11-02cleanup ipsec.h dependency. commented by perry, sync w/kameitojun 2002-06-09whitespaceitojun 2001-07-02on interface removal, remove multicast groups joined from pcb, beforeitojun 2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej 2000-01-31bring in latest KAME ipsec tree.itojun 1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun 1998-10-05* in_pcblookup_port(): deprecate INPLOOKUP_WILDCARD and flags in favourlukem 1998-05-18Move the ppcb pointer towards the front of the structure so that it and thematt 1998-02-10add/cleanup multiple inclusion protection.perry 1998-01-07add the following, derived from FreeBSD:lukem 1997-10-14Add support for returning maximum supported MTU when ip_output fails withmatt 1997-09-22Implement in_pcbrtentry() - return the route associated with a PCB. Ifthorpej 1997-07-23Pull SYN_cache_branch down into the main line.thorpej 1997-01-11Implement the IP_RECVIF socket option: supply a datagram packet's incomingthorpej 1996-09-17Overlay inp_faddr and inp_laddr into the header prototype.mycroft 1996-09-15Hash unconnected PCBs.mycroft 1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft 1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft 1996-02-13netinet prototypeschristos 1996-01-31Build a hash table of PCBs. Hash function needs tweaking.mycroft 1995-06-18convert pcb lists to CIRCLEQs, so that the end can be looked at morecgd 1995-06-12in_pcbnotify*() don't return anything.mycroft 1995-06-12Various cleanup, including:mycroft 1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd 1995-03-26KERNEL -> _KERNELjtc 1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd 1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft 1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft 1993-12-08More multicast stuff.hpeyerl