Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-06 | better wording for previous; | Jason McIntyre | |
2009-01-06 | Support group and login class in authpf.allow (%<group>, @<class>) | Ryan Thomas McBride | |
ok beck | |||
2009-01-05 | Restrict FIFO depth to 1 byte on m4k/m5k/m8k/m9k. Hopefully this prevents | Mark Kettenis | |
hardware faults from happening. | |||
2009-01-05 | Hide many debug printfs behind DPRINTF, and remove most others. Remove some | Mark Kettenis | |
stray bits of code, and properly clear the Rx queue upon link state changes. | |||
2009-01-05 | import openssl-0.9.8j | Damien Miller | |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller | |
2009-01-05 | - clear some confusion, the chip supports vlan tag insertion/stripping, | Jasper Lievisse Adriaanse | |
just like the driver. ok dlg@ | |||
2009-01-05 | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag | Jasper Lievisse Adriaanse | |
ok drahn@ | |||
2009-01-05 | regen | Matthieu Herrb | |
2009-01-05 | Add nVidia GeForce 9600 GT, from Greg Jones. | Matthieu Herrb | |
2009-01-05 | since socks5 has been removed from ports recently, switch ftp to | Martynas Venckus | |
dante instead. "makes sense" sthen@, ajacoutot@, "no objections" millert@; "i agree" jakob@. tested by Simon Kuhnle and myself | |||
2009-01-05 | the RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) or | Damien Bergamini | |
RT3022 (2T2R) single-band radio transceiver. | |||
2009-01-05 | - do TX radiotap later in run_tx() such that the duration field is | Damien Bergamini | |
filled and that the IEEE80211_RADIOTAP_F_SHORTPRE flag is set properly. - fix set_chan() for RT3070. - add some crazy BBP/RF registers tweaks for RT3070 (mostly HW bugs workarounds extrapolated from the Ralink Linux driver.) | |||
2009-01-05 | note that 802.11n is not currently supported, as we do for other | Jason McIntyre | |
similar devices; ok damien | |||
2009-01-05 | update the description for run(4); | Jason McIntyre | |
2009-01-05 | it is better when strings passed to .Nd macros are unique. | Igor Sobrado | |
problem found by deraadt@, fix suggested by kettenis@ on icb. ok damien@, jmc@ | |||
2009-01-05 | allow sense capable pins to mute the speaker by disabling the output | Jacob Meuser | |
channel of the speaker. | |||
2009-01-05 | expand the _dir controls for output pins to also be able to select | Jacob Meuser | |
VRef level and be sure to turn VRef off when not set for input. | |||
2009-01-05 | - a little simplification | Jacob Meuser | |
- don't set vref bits on mic pins unless the pin says it supports it - fall back on 50% vref if 80% vref isn't supported | |||
2009-01-05 | explicitly check if azalia_codec_find_defdac didn't find a dac instead of | Jacob Meuser | |
possibly matching a nonexistent hp or spkr dac. | |||
2009-01-05 | add cbus to the device list; ok kettenis | Jason McIntyre | |
2009-01-05 | remove now unused macros | Jacob Meuser | |
2009-01-05 | no longer needed codec specific code | Jacob Meuser | |
tested by danh@, thanks! | |||
2009-01-05 | if the high bit is set in a connection list entry, it means the entry | Jacob Meuser | |
is the end of a continuous list that started with the last entry. while here, rewrite a bit so both long form and short form entries are handled by the same code, and don't allocate more space than is needed. | |||
2009-01-05 | use AUDIO_MIXER_SET instead of AUDIO_MIXER_ENUM to display mixers | Jacob Meuser | |
that don't have selectable inputs. all connections are active, always. showing all connections in the set rather than just one makes a lot more sense. | |||
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback | |
it. So leave it untouched. Similiar to but more ruthless than the fixes FreeBSD did, since they do use the value. Basically avoid various off-by-one and off-by-many errors. Fixes problems encountered by jsg@ and deraadt@ where filesystems found on SDHC cards caused UVM faults. Original fixes found by jsg@. ok jsg@. | |||
2009-01-04 | try to get better default outputs.master.slaves by not including | Jacob Meuser | |
beep generators or mixers and selectors that are more than 2 connections away from a DAC. | |||
2009-01-04 | some mixers don't use input amp muting to "select" their sources. | Jacob Meuser | |
instead they use the connection list setting like selectors do. this is somewhat common in Analog Devices codecs. it's extremely rare in all other codecs. | |||
2009-01-04 | - smtp can now pause/resume the accepting of incoming messages | Gilles Chehade | |
- smtpctl recognizes "pause incoming" and "resume incoming" - setup imsg communication between control process and smtp process | |||
2009-01-04 | - remove runstates global, we don't need it actually. | Gilles Chehade | |
- while at it, move the runner states check a bit earlier. | |||
2009-01-04 | tweak previous; | Jason McIntyre | |
2009-01-04 | make sure runner resets scheduling related flags on envelopes when the | Gilles Chehade | |
queue is processed for the first time since a (re)start. this ensures that deliveries scheduling can recover properly in case of a badly timed shutdown. ok jacekm@ | |||
2009-01-04 | Back from coma. Fix dmesg printfs. | Alexander Yurchenko | |
ok oga@ | |||
2009-01-04 | malloc + memset(ah, 0, ...) to malloc with M_ZERO. | Thordur I. Bjornsson | |
ok marco@ some time ago. | |||
2009-01-04 | Make this compile for SUN4 only kernels. | Miod Vallat | |
2009-01-04 | sync | Theo de Raadt | |
2009-01-04 | - runner is now capable of pausing/resuming the scheduling of deliveries | Gilles Chehade | |
for both mda and mta batches. - smtpctl can be used to disable/enable deliveries at runtime using the pause/resume commands. ok jacekm@ | |||
2009-01-04 | remove unnecessary "messagep->retry == 255" expiry condition; ok gilles@ | Jacek Masiulaniec | |
2009-01-04 | kill F_MESSAGE_EXPIRED; ok gilles@ | Jacek Masiulaniec | |
2009-01-04 | fix bug where runner would expire message that is being delivered, | Jacek Masiulaniec | |
leading to double unlink on envelope file; ok gilles@ | |||
2009-01-04 | vnet(4) | Mark Kettenis | |
2009-01-04 | sync the synopsis and usage of the command; "usage:" is lowercase. | Igor Sobrado | |
tweaked and ok by jmc@ | |||
2009-01-04 | don't panic in run_delete_key_cb() when detaching the adapter from the | Damien Bergamini | |
USB bus while a WPA connection is active. cleanup error handling in run_init() while i'm here. | |||
2009-01-04 | if_newaddr() was hard-coding all interface prefixes to /64. | Stefan Sperling | |
Make it smarter so that ospf6d knows the actual prefix length configured on an interface. ok claudio@ | |||
2009-01-04 | Make cbus_print() less chatty and use "chan" instead of "id" when printing the | Mark Kettenis | |
logical domain channel ID. | |||
2009-01-04 | When matching a recipient domain to a rule, do not use strcasecmp, but use | Gilles Chehade | |
new hostname_match() function which recognizes * as a wildcard. We can now do: accept for domain "*.example.org" to match all subdomains. idea from Nicholas Marriott <nicholas.marriott@gmail.com>, hostname_match() from me in place of his fnmatch() calls. ok jacekm@ | |||
2009-01-04 | Initial stab at a driver for virtual network devices found on sun4v logical | Mark Kettenis | |
domains. Still needs a lot of work, but good enough for an nfs root. | |||
2009-01-04 | Initial stab at a driver for virtual network devices found on sun4v logical | Mark Kettenis | |
domains. Still needs a lot of work, but good enough for an nfs root. | |||
2009-01-04 | Be silent when deciding that the last chunk of a DMA transfer will be done | Miod Vallat | |
in PIO mode. | |||
2009-01-04 | In x[dy]dummystrat, do not clear B_BUSY from the buffer. | Miod Vallat | |