Age | Commit message (Expand) | Author |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-09-08 | Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLS | Claudio Jeker |
2010-09-08 | Map the TTL when building the initial MPLS stack from the encapsulated | Claudio Jeker |
2010-09-08 | stray spaces no code change | Marco Peereboom |
2010-09-08 | activate hooks should return a value. | David Gwynne |
2010-09-07 | no need for an activate function if it just returns 0 | Theo de Raadt |
2010-09-07 | having a ca_activate function which just returns 1 is wrong on about 8 differ... | Theo de Raadt |
2010-09-07 | rename function parameter to be more like all the others in the tree | Theo de Raadt |
2010-09-07 | Restore msr unconditionnaly, why bother checking if they have changed; deraadt | Miod Vallat |
2010-09-07 | Join the cf_activate() crowd and preserve a few msr around suspend. | Miod Vallat |
2010-09-07 | enable aesni. | Mike Belopuhov |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-07 | shorten fpu critical sections so that all frees and other manipulations | Mike Belopuhov |
2010-09-07 | Bring the promiscuous/multicast handling code in line with the current OpenBSD | Miod Vallat |
2010-09-07 | rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workq | Theo de Raadt |
2010-09-07 | Allow NTFS to compile by cutting it over to the new VOP world order. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-06 | Make sure bus_dmamap_sync() always involves a function call, to prevent the | Mark Kettenis |
2010-09-06 | Save and restore pci config space registers common to all PCI-CardBus | Mark Kettenis |
2010-09-06 | Make the interrupt handler bail out early if the device wen away. Fixes | Mark Kettenis |
2010-09-06 | Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(), | Philip Guenthe |
2010-09-06 | cut swapping to file over from disksort to bufq fifo's and | Thordur I. Bjornsson |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-06 | now that the drm issue is resolved, switch to using ca_activate calls | Theo de Raadt |
2010-09-06 | Fix previous. | Owain Ainsworth |
2010-09-06 | Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem | Owain Ainsworth |
2010-09-06 | - spello, short-hand -> shorthand | Jasper Lievisse Adriaanse |
2010-09-06 | Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect | Mark Kettenis |
2010-09-06 | move away from using /**/ to ## for cpp paste in sh locore | Jonathan Gray |
2010-09-05 | Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining | Mark Kettenis |
2010-09-05 | Remove bogus LHS casts. makes gcc4 happy. | Mark Kettenis |
2010-09-05 | Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago. | Mark Kettenis |
2010-09-05 | Fix inline assembler to make it acceptable to gcc4. Similar to what we've | Mark Kettenis |
2010-09-05 | Properly invoke bus_dmamap_sync() around the ring descriptors. No functional | Miod Vallat |
2010-09-04 | revert previous "simplification". kcornies at gmail says it doesn't work. | Ted Unangst |
2010-09-04 | Remove redundant prototype left behind by deraadt@ | Mark Kettenis |
2010-09-04 | Off-by-two in the length check for CISTPL_CONFIG tuples. | Miod Vallat |
2010-09-04 | Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of | Miod Vallat |
2010-09-04 | Add support for indirect CIS data (CISTPL_INDIRECT tuple). | Miod Vallat |
2010-09-04 | Let se(4) support SiS191, and bring a lot of bugfixes and improvements from | Miod Vallat |
2010-09-03 | Some cleanup in preparation for suspend/resume improvements. | Mark Kettenis |
2010-09-03 | bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit | Mark Kettenis |
2010-09-03 | fix initialization value of analog register AR_AN_TOP2 on some high | Damien Bergamini |
2010-09-03 | Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop. | Claudio Jeker |
2010-09-03 | thib insists i take responsibility too | David Gwynne |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-02 | don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE | Bret Lambert |
2010-09-02 | Inline bufq_impl_disksort and bufq_impl_fifo's definitions into | Matthew Dempsky |