Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-03 | gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks! | Jacob Meuser | |
2009-11-03 | fix previous commit. | Damien Bergamini | |
do not ignore BUS_DMA_NOCACHE (used by some variants of auich and ati drm only). ok kettenis "That looks right" deraadt | |||
2009-11-03 | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott | |
it. | |||
2009-11-03 | nicer tables like in other bus man pages | Theo de Raadt | |
2009-11-03 | - apply fix from upstream git for CVE-2009-3626, which could cause perl to | Jasper Lievisse Adriaanse | |
crash on certain invalid UTF-8 codes. ok millert@ sthen@ | |||
2009-11-03 | print the correct info (need some tweaks yet to be shorter). | Marc Espie | |
2009-11-03 | actual fixed tests. | Marc Espie | |
2009-11-03 | Add some (currently failing) version number comparison tests. | Stuart Henderson | |
ok espie@ | |||
2009-11-03 | Improve error logging. | Jacek Masiulaniec | |
2009-11-03 | add @option always-update. | Marc Espie | |
a package tagged as 'always-update' will have its full packing-list, complete with checksums, as signatures, so it will always get updated, even when the version number doesn't change, as long as it's not the same package. | |||
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker | |
tables on top of a rdomain) but until now our code was a crazy mix so that it was impossible to correctly use rtables in that case. Additionally pf(4) only knows about rtables and not about rdomains. This is especially bad when tracking (possibly conflicting) states in various domains. This diff fixes all or most of these issues. It adds a lookup function to get the rdomain id based on a rtable id. Makes pf understand rdomains and allows pf to move packets between rdomains (it is similar to NAT). Because pf states now track the rdomain id as well it is necessary to modify the pfsync wire format. So old and new systems will not sync up. A lot of help by dlg@, tested by sthen@, jsg@ and probably more OK dlg@, mpf@, deraadt@ | |||
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott | |
ok jacekm | |||
2009-11-03 | simplify deptree handling, since we handle this at the set level. | Marc Espie | |
2009-11-03 | Pick up the rdomain from the specified interface and use that rdomain for | Claudio Jeker | |
relaying the packets to the server. If you need to use cross-domain forwarding us pf to bounce the packets back and forth. sure deraadt@ | |||
2009-11-03 | catch signals while we're doing something, so that cleanup always happens. | Marc Espie | |
2009-11-03 | don't take playback blocksize constraints into account when rounding | Jacob Meuser | |
blocksizes if the device doesn't support playback. | |||
2009-11-03 | sort; | Jason McIntyre | |
2009-11-03 | don't claim to support full-duplex if the device doesn't support both | Jacob Meuser | |
recording and playback | |||
2009-11-03 | provide a get_default_params method. tries aucat(1) defaults first | Jacob Meuser | |
but returns the closest parameters the device supports. ok rathcov | |||
2009-11-03 | rewrite supported audio parameter matching code | Jacob Meuser | |
- easier to read/follow - if can't match desired parameters exactly, find closest match instead of returning an error. this is how most other audio drivers work. ok ratchov | |||
2009-11-03 | Fix vi page up mode key (from naddy), add missing half page keys, and sort. | Nicholas Marriott | |
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov | |
precision / 8. Fixes sio_setpar() requesting smaller block sizes on 24-bit devices. | |||
2009-11-03 | Simplify and remove debug cruft from interrupt handler. Original diff from | Marco Peereboom | |
James Giannoules. Some KNF from me. | |||
2009-11-02 | that is not a small hack, it is big and gruesome and has very bad effects | Theo de Raadt | |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom | |
should remain untouched because it is only for interruptless drivers. Honor reply queue depth per the spec instead of clipping it at 32. ok dlg | |||
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado | |
reminded by STeve Andre. | |||
2009-11-02 | Got the RX threshold interrupt working, does not help RX performance though; | Miod Vallat | |
while there, silence overzealous messages when the TX empty interrupt fires before we disable it. | |||
2009-11-02 | fix reverse zone for ::1 (PR#6243) | Jakob Schlyter | |
2009-11-02 | Print the route metrics in monitor mode if -v is used. This info can be | Claudio Jeker | |
useful from time to time and it is easer then deciphering ktrace output. While there kill the no longer needed msec macro. OK henning | |||
2009-11-02 | Remove file that should never have been there. | Mark Kettenis | |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker | |
no log_debug() it makes more sense to make all routing daemons behave the same. | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug(). | Claudio Jeker | |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in | Claudio Jeker | |
ripd, ospfd and friends. OK michele, henning, sthen | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of | Claudio Jeker | |
log_debug(). ok michele, henning, sthen | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | Claudio Jeker | |
henning, sthen, michele like the idea | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker | |
It always annoyed me that in case of a problem I had to restart the ospf in forground debug mode and by doing so losing all routes at least twice. OK henning, sthen, michele | |||
2009-11-02 | Double the escape timer (the time after a \033 is received before tmux gives up | Nicholas Marriott | |
waiting to see if it is part of a key sequence and passes it through) to 500 ms, the previous setting was too fast. Suggested by naddy. | |||
2009-11-02 | we have closefrom(2), so use it; ok deraadt@ tedu@ | Otto Moerbeek | |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis | |
ok deraadt@, krw@, marco@ | |||
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries | |
noticed by Jonathan Armani & Fabien Romano ugh+ok otto@ | |||
2009-11-02 | More detailed model list, with a mention of the appropriate kernel. | Miod Vallat | |
2009-11-02 | List phy attachments, and add a few .Xr | Miod Vallat | |
2009-11-02 | Use strtonum instead of atoi, this allows to do basic range checking. | Claudio Jeker | |
While there remove some very old compat code supporting a syntax that no one still knows or uses. OK henning@, deraadt@ | |||
2009-11-02 | A few fixes and improvements: | Miod Vallat | |
- double the number of rx buffers. - copy packets of 104 bytes or less entirely in the tx descriptor, instead of only doing this for packets smaller than an Ethernet header. - correctly disable the rx threshold interrupt. Otherwise, one received frame every 64 would not be handled because we are not using this interrupt. |