summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
2001-09-16Fix this so it understands disklabels.Artur Grabowski
2001-09-16%llu instead of %qu and explicit casts.Artur Grabowski
2001-09-16Make make cross-compilable.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
2001-09-15sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMINPeter Stromberg
2001-09-15return-icmp / icmp-type tests, ok dhartmei@Peter Stromberg
2001-09-15Implement return-icmp(number), return-icmp6(number)Peter Stromberg
2001-09-15ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN, reported by Wouter Coene.Daniel Hartmeier
2001-09-15The inner protocol of IPv4 ICMP error messages was ignored, leading toDaniel Hartmeier
2001-09-15Update regress tests. Some input syntax has changed (inet/inet6) as wellDaniel Hartmeier
2001-09-15Fix 'binat ... to any ...' (binat.af wasn't set).Daniel Hartmeier
2001-09-15Two changes here.Dale Rahn
2001-09-15If ddb cannot find a symbol, do not print a useless address ofDale Rahn
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
2001-09-15Some cleanup in loader.c, initialize the symbol pointer with NULL,Dale Rahn
2001-09-15Revert the sleep priority to something more saneMike Frantzen
2001-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-09-15add mtu description, from Phil Pennock <Phil.Pennock@globnix.org>Michael Shalayeff
2001-09-15fix unknown codec id printoutMichael Shalayeff
2001-09-15Don't use m_pkthdr.rcvif in pflog_packet(), it doesn't work for outgoingDaniel Hartmeier
2001-09-15Obvious omissions.Miod Vallat
2001-09-15describe pflogd usage; canacar@eee.metu.edu.tr, ok deraadt@Jakob Schlyter
2001-09-15add EXAMPLES section; canacar@eee.metu.edu.tr, ok deraadt@Jakob Schlyter
2001-09-15prototype cleanupTheo de Raadt
2001-09-15Rewrite of powerpc pmap_page_protect(), the old version had a couple ofDale Rahn
2001-09-15Parse bug, found by wilfried@Daniel Hartmeier
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-15syncJason Wright
2001-09-15SUN GEMJason Wright
2001-09-15IPv6 support from Ryan McBride (mcbride@countersiege.com)Mike Frantzen
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
2001-09-15pass the dma tag to obio; drahn@ okMichael Shalayeff
2001-09-15implement _bus_dmamap_load_raw; drahn@ okMichael Shalayeff
2001-09-15Fix typo--have a cow not a monkey; bk@rt.fmTodd C. Miller
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
2001-09-14binat non icmp/udp/tcp protocols as well; ok dhartmei@jasoni
2001-09-14typo. Those are named 4byte/2byte, no s.Marc Espie
2001-09-14syncTheo de Raadt
2001-09-14command=xxx overwrites subsystems, tooMarkus Friedl
2001-09-14typoMarkus Friedl
2001-09-14simplify userretArtur Grabowski
2001-09-14Simplify what should be userret, but is inlined instead.Artur Grabowski
2001-09-14Don't just use 'size'. Use SIZE and make it settable.Artur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14simplify userretArtur Grabowski
2001-09-14Unbreak trap(), simplify userret().Artur Grabowski
2001-09-14Fix fallout from round_page fixes.Artur Grabowski