Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-22 | In ddb, when dereferencing a pointer, use sizeof a pointer. | Ariane van der Steldt | |
Enables show map /f *kernel_map to succeed without nullpointer errors on 64-bit archs. ok miod@ | |||
2011-05-22 | regen | Mark Kettenis | |
2011-05-22 | The RD890 entries here are really SR5690/5670/5650 devices. | Mark Kettenis | |
ok deraadt@, krw@ | |||
2011-05-22 | Apply proper rounding for the R command (changing of auto-allocated | Otto Moerbeek | |
partitions); ok krw@ | |||
2011-05-22 | sync auto-allocation table with code | Otto Moerbeek | |
2011-05-22 | socppc is a pure MBR architecture (just like landisk and armish), so | Theo de Raadt | |
it does not need macppc DPME logic ok kettenis | |||
2011-05-22 | fix examples so they stay do not use external utilities and do not refer | Gilles Chehade | |
to external domains prompted by deraadt@ | |||
2011-05-22 | Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET() | Claudio Jeker | |
because either the info is already available in struct pd or easy to figure out. Makes pf_test() and pf_test6() even more similar (with the target to remove one of them in the near future). OK henning@ | |||
2011-05-22 | zap unused var | Otto Moerbeek | |
2011-05-22 | In addition to relative resizing, allow absolute resizing of partitions | Otto Moerbeek | |
in auto-allocated labels. ok krw@ sthen@ | |||
2011-05-22 | Enable ath(4) | Martin Pieuchot | |
ok deraadt@ | |||
2011-05-22 | sync | Theo de Raadt | |
2011-05-22 | better document what happens at system shutdown; | Jason McIntyre | |
much discussion/help/ok ajacoutot schwarze | |||
2011-05-22 | - new sentence, new line | Jason McIntyre | |
- space needed before punctuation | |||
2011-05-22 | fix pathname | Theo de Raadt | |
2011-05-21 | Add a (failing atm) regress test for when a library moves from a package | Landry Breuil | |
to another without minor being bumped and a package depending on it needs to be updated, like what happened in the thunar-vfs-1 @lib split from thunar-1.0.x to thunar-vfs 1.2.x package. | |||
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis | |
2011-05-21 | Document pci_intr_map_msi(9). | Mark Kettenis | |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis | |
2011-05-21 | It's better to have the pci_intr_map_msi() stub return -1. | Mark Kettenis | |
2011-05-21 | It's better to have the pci_intr_map_msi() stub return -1. | Mark Kettenis | |
2011-05-21 | remove unused commented structure | Gilles Chehade | |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis | |
2011-05-21 | until now the map_backend API was not really useful for backends that are | Gilles Chehade | |
not key/val stores. refactored a bit so that smtpd can really take advantage of backends. preliminary work for ldap support ;-) no functionnal change | |||
2011-05-21 | regen with autoconf-2.59, automake-1.9 | Jakob Schlyter | |
2011-05-21 | remove annoying log_debug() | Gilles Chehade | |
2011-05-21 | resolve conflicts and regen configure using autoconf-2.65 | Jakob Schlyter | |
2011-05-21 | NSD v3.2.8 | Jakob Schlyter | |
2011-05-21 | these log_debug()s should not have been committed :) | Gilles Chehade | |
2011-05-21 | when a user add himself to his own ~/.forward, the delivery method was not | Gilles Chehade | |
reset by ruleset matching and since it was cleared upon entering lka_session_resolve_node(), it would trigger a fatal(). | |||
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis | |
2011-05-21 | make the "no DH parameters" warning a log_info() | Gilles Chehade | |
2011-05-21 | "for all" does not necessary apply to relay rules, so do not forget to look | Gilles Chehade | |
for an alias map. fixes "accept from all for all alias myaliases deliver to mbox" and makes thib "super happy" ok thib@ | |||
2011-05-21 | First stab at suporting Message Signaled Interrupts on amd64. Unfortunately | Mark Kettenis | |
this code differs somewhat from the i386 code because the amd64 interrupt subsystem is quite different. Still disabled like on i386. | |||
2011-05-21 | First stab at supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis | |
progress. The code is effectively disabled as long as PCI_FLAGS_MSI_ENABLED doesn't get set for the root PCI bus. | |||
2011-05-21 | Make inteldrm_intr only do any work if we know for sure that interrupts | Owain Ainsworth | |
are unmasked (so we aren't vt switched). Delay mutex aquisition until after we've make sure we have to worry about interrupts. The ironlake version of this behaves funny for guenther@ with interaction on docking then restarting X. so has been left out of this commit until I work out what the hell is going on. Joint work with deraadt@ been in snaps for weeks | |||
2011-05-21 | Introduce a flag to indicate that it is ok to use MSI on a certain PCI bus | Mark Kettenis | |
and/or device. Discussed with miod@ | |||
2011-05-21 | tweak the TERMINFO section; ok nicm | Jason McIntyre | |
2011-05-21 | add legacy support for old sha256 checksums in distinfos. | Marc Espie | |
2011-05-20 | Point out that the 'set skip' interfaces are currently only evaluated at | Stuart Henderson | |
config load time. This may change in future but for now it's better to document it. | |||
2011-05-20 | Change 'set skip on <...>' to work with interface groups. | Stuart Henderson | |
Feedback from various people, ok henning@ Previously if an interface type (without number), e.g. "set skip on vlan" or "set skip on em" was used, it would have the undocumented behaviour of matching any interface of that type. Now it will only match an interface which is a member of the named group. This results in some changed behaviour: If you currently use "set skip" with a physical interface type (e.g. "set skip on ix") you will need to add the interface to a group of that name: 'ifconfig ix0 group ix' or add 'group ix' to hostname.ix0. Interfaces cloned at runtime (e.g. lo, trunk, vlan, pppoe, carp, gif, mpe and others) default to being in a group named after the interface type, so for these interfaces there will be no change in behaviour unless you have deliberately changed groups, e.g. 'ifconfig carp456 -group carp'. | |||
2011-05-20 | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | Otto Moerbeek | |
2011-05-20 | sr_scsi_cmd copes with failed i/o just fine so there's no need | Mike Belopuhov | |
to panic if we couldn't allocate memory for crypto descriptors; tested by dcoppa, ok marco | |||
2011-05-20 | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott | |
(such as showing the previous session name when renaming). From Tiago Cunha. | |||
2011-05-20 | Remove a silly XXX for a bit of code that is only used once - no value | Nicholas Marriott | |
in making it a function. From Michael W Bombardieri. | |||
2011-05-20 | Remove a bunch of unused functions, from Michael W Bombardieri. | Nicholas Marriott | |
ok ray | |||
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | |
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. | |||
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | |
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. | |||
2011-05-20 | Avoid panic'ing on a bad pointer passed in by callers of msgsnd; | Bret Lambert | |
uiomove() will do the right thing in that case. "This fix is right" kettenis@ | |||
2011-05-20 | fix copy and paste in BIOCINSTALLBOOT ioctl number. | Marco Peereboom | |
found by Vadim Zhukov <persgray@gmail.com> ok jsing |