Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-01-15 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis | |
console. ok miod@ | |||
2008-01-15 | Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396). | Mark Kettenis | |
ok marco@, miod@ | |||
2008-01-15 | - update the hardware list with reality | Jasper Lievisse Adriaanse | |
- tweak a sentence in prep now that we have decent console support ok miod@ | |||
2008-01-15 | sync | Peter Valchev | |
2008-01-15 | s/fragements/fragments/ in usage(). | Stuart Henderson | |
'please fix' jmc | |||
2008-01-15 | Enable umbg(4). | Marc Balmer | |
ok claudio | |||
2008-01-15 | Dell SAS 6/iR is an LSI SAS1068E which has been verified to use | Jonathan Gray | |
the generic LSI PCI ids so it should work fine. ok dlg@ | |||
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser | |
user visible changes: - when setting up ac97(4) mixer items, for some features like surround sound, check if the feature if supported by the codec and only add items for that feature if it is - auvia(4) now supports multichannel playback with at least some multichannel ac97(4) codecs fixes problems for me and ajacoutot with different auvia(4) devices/codecs. no regressions reported by testers. if you have an ac97(4) audio device and are using mixerctl.conf(5), you may want/need to update it. ok ratchov | |||
2008-01-14 | Fix a race by making maybe-all-bfd depend on all-bfd and maybe-all-opcodes | Mark Kettenis | |
depend on all-opcodes. Problem found by espie@. ok espie@ | |||
2008-01-14 | Remove extra whitespace after comment; makes file identical to i386 version | Mark Kettenis | |
(except for RCS string of course). |