summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-18english nouns do not need to be capitalised;Jason McIntyre
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-18Add LED support.Marcus Glocker
2008-01-18Mention environ(4).Mark Kettenis
2008-01-18Add environ(4).Mark Kettenis
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2008-01-18Add environ(4).Mark Kettenis
2008-01-18First attempt to write a driver for the environment device found onMark Kettenis
2008-01-18implement very basic support of the BRIDGE-MIB which is enough to getReyk Floeter
2008-01-18fix descriptionReyk Floeter
2008-01-18parse ip addresses for trapsReyk Floeter
2008-01-18trap.cReyk Floeter
2008-01-18macpppc -> macppcStuart Henderson
2008-01-18fix stringval lengthReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-17swap argumentsReyk Floeter
2008-01-17the optional trap varbind elements may be nullReyk Floeter
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2008-01-17Remove some #if;ed out code.Mark Kettenis
2008-01-17Fix RX queue stalling by regulary reading the device statistics (with aMarcus Glocker
2008-01-17Set if_baudrate with IF_Gbps(10);Thordur I. Bjornsson
2008-01-17casts so this compiles on i386.Thordur I. Bjornsson
2008-01-17In ether_input() scheduling the soft interrupt and queueing theAlexander Bluhm
2008-01-17allow to configure optional per trap receiver communities and toReyk Floeter
2008-01-17add basic snmpv2 support (snmpv2, trapv2, getbulk)Reyk Floeter
2008-01-17Use TCSAFLUSH instead of TCSANOW when turning echo back on so thatTodd C. Miller
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
2008-01-17Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they'reBrad Smith
2008-01-17Notify us of NOTE_LINK on mkdir(2) as well.Federico G. Schwindt
2008-01-17Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlyMarcus Glocker
2008-01-16remove "unused variable" warningCharles Longeau
2008-01-16Mention supported radio clocks.Marc Balmer
2008-01-16send a coldStart trap to registered receivers on startup and cleanupReyk Floeter
2008-01-16Simplify spilling register windows into the pcb by storing the stack pointerMark Kettenis
2008-01-16document the "trap receiver" option.Reyk Floeter
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16Set the baudrate with IF_Gbps(10); and remove anThordur I. Bjornsson
2008-01-16Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed withThordur I. Bjornsson
2008-01-16create pflog0 whenever pf is enabled, not just when pflogd_flags!=NOStuart Henderson
2008-01-16typoReyk Floeter
2008-01-16define correct snmpv3 versionReyk Floeter
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
2008-01-16bump copyrightReyk Floeter
2008-01-16tweakReyk Floeter
2008-01-16move trap code to an own file; there will be moreReyk Floeter
2008-01-16start working on an interface to send traps via snmpd.sock. userlandReyk Floeter
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2008-01-15Work around an intel BIOS bug where it locates the ACPI tables inTobias Weingartner
2008-01-15Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation,Miod Vallat