summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d...Constantine A. Murenin
2007-10-11OSPFv3 runs on links not on networks so there is no need for a mask in theClaudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-11Disable some code that is currently far from working and results in frequentClaudio Jeker
2007-10-11Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems withMark Kettenis
2007-10-11The person that came up with the glorious idea to define a 24bit field shouldClaudio Jeker
2007-10-11Last commit added way to much stuff. Revert the readd of global options.Claudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11use RRSIG instead of SIG for DNSSEC. ok djm@Jakob Schlyter
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-10-11serialize usbd_probe_and_attach(); only let one usb device be match'd andTheo de Raadt
2007-10-11syncTheo de Raadt
2007-10-11Add device ID used by Commell MP-954GPSStuart Henderson
2007-10-11enable puc(4) for GENERIC on armishStuart Henderson
2007-10-11When walking the tree yo find _PRT methods, check whether the device isMark Kettenis
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-10-11Don't check for OSPF_OPTION_E in the parent. OSPF_OPTION_E is per area andClaudio Jeker
2007-10-11Cleanup the way we display timers.Esben Norby
2007-10-11sched_lock_idle and sched_unlock_idle are obsolete now.Artur Grabowski
2007-10-11Do not overload nbr->options with the dd exchange bits. nbr->options is usedClaudio Jeker
2007-10-11pcc also knows about quads; ok cloder@Otto Moerbeek
2007-10-11hypenate memory type for readability.Jonathan Gray
2007-10-10add a proper test around allocsetCharles Longeau
2007-10-10syncTheo de Raadt
2007-10-10Replace use of strcpy(3) and other pointer goo inMoritz Jodeit
2007-10-10date UCB rescinded term 3; Mikolaj KucharskiTheo de Raadt
2007-10-10prepare for the futureTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10rename man page to a real function nameTheo de Raadt
2007-10-10Update to match cpu_switchto reality.Artur Grabowski
2007-10-10entry for the install##.iso file we now createTheo de Raadt
2007-10-10correct : printing; ok jsgTheo de Raadt
2007-10-10GENERIC.MP dirs will show up here some timeTheo de Raadt
2007-10-10Disable PSL_POW code for now in cpu_idle_cycle, because it does not yetTheo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-10Address scope was probably the most stupid idea comming out of IPv6.Claudio Jeker
2007-10-10Turn on the V6 and E bits in hello messages. This makes other OSPFv3 routersClaudio Jeker
2007-10-10Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everythingClaudio Jeker
2007-10-10Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.Mark Kettenis
2007-10-10Mention RTL8211B support.Jonathan Gray
2007-10-10Add support for the RTL8211B PHY based on a patch byJonathan Gray
2007-10-10a start at full sgi install cdTheo de Raadt
2007-10-10malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-10Change argsize from size_t to short, since it only stores a shortRay Lai
2007-10-10Rework the debug dmesg to perform a more complete codec dump.Deanna Phillips