Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-18 | english nouns do not need to be capitalised; | Jason McIntyre | |
sync fhc.4; | |||
2008-01-18 | free oid data before overwriting it | Reyk Floeter | |
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis | |
2008-01-18 | Add LED support. | Marcus Glocker | |
2008-01-18 | Mention environ(4). | Mark Kettenis | |
2008-01-18 | Add environ(4). | Mark Kettenis | |
2008-01-18 | Call store_options() with correct cutoff values, i.e. ones not 7 bytes | Kenneth R Westerback | |
too large. Fixes a problem where a nicely crafted packet could crash dhcpd. Nuke a superfluous declaration of store_options() while here. Problem found and fix tested by Peter Hessler. ok beck@ millert@ henning@ | |||
2008-01-18 | Add environ(4). | Mark Kettenis | |
2008-01-18 | First attempt to write a driver for the environment device found on | Mark Kettenis | |
Enterprise 3000/3500/4000/4500/5000/5500/6000/6500. | |||
2008-01-18 | implement very basic support of the BRIDGE-MIB which is enough to get | Reyk Floeter | |
recognized as a network device by some NMS. | |||
2008-01-18 | fix description | Reyk Floeter | |
2008-01-18 | parse ip addresses for traps | Reyk Floeter | |
2008-01-18 | trap.c | Reyk Floeter | |
2008-01-18 | macpppc -> macppc | Stuart Henderson | |
ok jmc | |||
2008-01-18 | fix stringval length | Reyk Floeter | |
2008-01-18 | add a snmpctl command to send traps to registered receivers using | Reyk Floeter | |
snmpd's imsg trap interface. | |||
2008-01-17 | swap arguments | Reyk Floeter | |
2008-01-17 | the optional trap varbind elements may be null | Reyk Floeter | |
2008-01-17 | Print names we get from the prom within double quotes. | Mark Kettenis | |
ok marco@ | |||
2008-01-17 | Remove some #if;ed out code. | Mark Kettenis | |
2008-01-17 | Fix RX queue stalling by regulary reading the device statistics (with a | Marcus Glocker | |
firmware command). Doh! We can now reliable communicate in 11g. Took me about 3 weeks to find out (just had to say that). | |||
2008-01-17 | Set if_baudrate with IF_Gbps(10); | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-01-17 | casts so this compiles on i386. | Thordur I. Bjornsson | |
ok reyk | |||
2008-01-17 | In ether_input() scheduling the soft interrupt and queueing the | Alexander Bluhm | |
packet have to be protected by the same splnet. Otherwise on architectures where soft interrupts are executed immediately, the interrupt is processed before the packet is in the queue. On real hardware interfaces this was not a problem as ether_input() is called at splnet anyway. But when sending to a tun interface the packet got delayed. ok beck@ miod@ henning@ mpf@ markus@ | |||
2008-01-17 | allow to configure optional per trap receiver communities and to | Reyk Floeter | |
restrict the receivers to a specified mib. | |||
2008-01-17 | add basic snmpv2 support (snmpv2, trapv2, getbulk) | Reyk Floeter | |
ok canacar@ | |||
2008-01-17 | Use TCSAFLUSH instead of TCSANOW when turning echo back on so that | Todd C. Miller | |
there is no chance of output that was written but still pending to be displayed. This is what the original getpass(3) did. | |||
2008-01-17 | Add splnet around mii_tick() in sk_yukon_tick(). | Brad Smith | |
ok kettenis@ dlg@ | |||
2008-01-17 | Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they're | Brad Smith | |
taken into consideration for rtsol. ok reyk@ dlg@ | |||
2008-01-17 | Notify us of NOTE_LINK on mkdir(2) as well. | Federico G. Schwindt | |
ok thib and miod. | |||
2008-01-17 | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | Marcus Glocker | |
changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | |||
2008-01-16 | remove "unused variable" warning | Charles Longeau | |
ok krw@ | |||
2008-01-16 | Mention supported radio clocks. | Marc Balmer | |
ok jmc. | |||
2008-01-16 | send a coldStart trap to registered receivers on startup and cleanup | Reyk Floeter | |
the trap code a little bit. | |||
2008-01-16 | Simplify spilling register windows into the pcb by storing the stack pointer | Mark Kettenis | |
seperately from the window and copying out data back to the stack by using the T_RWRET softtrap and rwindow_save(). | |||
2008-01-16 | document the "trap receiver" option. | Reyk Floeter | |
2008-01-16 | implementation of the SNMP trap sender interface | Reyk Floeter | |
2008-01-16 | Set the baudrate with IF_Gbps(10); and remove an | Thordur I. Bjornsson | |
XXX comment now that if_baudrate is 64bits. ok reyk@ | |||
2008-01-16 | Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed with | Thordur I. Bjornsson | |
the flag argument to the m_*get* functions. Since PR_LIMITFAIL can cause us to return NULL if hit the limits. ok claudio@ | |||
2008-01-16 | create pflog0 whenever pf is enabled, not just when pflogd_flags!=NO | Stuart Henderson | |
fixes spamlogd with pflogd disabled. ok henning | |||
2008-01-16 | typo | Reyk Floeter | |
2008-01-16 | define correct snmpv3 version | Reyk Floeter | |
2008-01-16 | - Store the hw revision into a new softc field in re_attach() and reference | Brad Smith | |
the softc field wherever it is necessary. - Use a switch case in re_setmulti() to make things a bit easier to read. ok henning@ dlg@ | |||
2008-01-16 | bump copyright | Reyk Floeter | |
2008-01-16 | tweak | Reyk Floeter | |
2008-01-16 | move trap code to an own file; there will be more | Reyk Floeter | |
2008-01-16 | start working on an interface to send traps via snmpd.sock. userland | Reyk Floeter | |
applications will be able to send imsgs defining the trap to snmpd and the daemon will do the ASN.1/BER encoding before sending traps to the registered receivers. there are two advantages of this approach that a) the applications do not need to handle any ASN.1/BER encoding and b) snmpd will provide a central interface to define trap receivers. discussed with thib and others | |||
2008-01-16 | - Remove a unwanted slash from a error message printf | Brad Smith | |
- Fix interrupt string printing in the dmesg output ok dlg@ | |||
2008-01-15 | Work around an intel BIOS bug where it locates the ACPI tables in | Tobias Weingartner | |
a region of memory marked free for use by the OS. Ok beck@, kettenis@, and --ok && ++!!ok tedu@. | |||
2008-01-15 | Revert r1.15 and flush pages (if cached) in pmap_remove_pv on every invocation, | Miod Vallat | |
instead of when removing the last page. It looked correct, but is defeated by ``index'' cache invalidates. |