Age | Commit message (Expand) | Author |
2010-09-10 | implement handling of rescan events on fc controllers. allows "hotplug" of | David Gwynne |
2010-09-10 | the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h. | Jacob Meuser |
2010-09-10 | scsi_xsh_del the io handler in deactivate to prevent it from being run on | David Gwynne |
2010-09-10 | #defines for the bits inside the flags field in mpi_cfg_fc_port_pg1 | David Gwynne |
2010-09-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-09-09 | Fix compile error on option DEBUG ok miod@ | Takuya ASADA |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-09 | Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. | Claudio Jeker |
2010-09-09 | The resume powerhooks were always in the wrong place. Then when replaced | Theo de Raadt |
2010-09-08 | merge apm_standby() into apm_suspend() | Theo de Raadt |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-08 | Add support for Terratec EWX 24/96 based on initial diff from ratchov@. | Stefan Sperling |
2010-09-08 | Document that the resume case is waking children which may have been | Theo de Raadt |
2010-09-08 | Split out the guts of pccbbintr() so that we can call it carefully at | Theo de Raadt |
2010-09-08 | During suspend, do not call children's interrupt handlers after we have | Theo de Raadt |
2010-09-08 | better to break out of the cases | Theo de Raadt |
2010-09-08 | activate NTFS, let's hope it gets less experimental soon (as beck@ said) | Marc Espie |
2010-09-08 | remove a useless comment | Theo de Raadt |
2010-09-08 | Crank ofwboot version after recent changes. | Joel Sing |
2010-09-08 | Use the offset value passed into search_label() and call it with | Joel Sing |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | Nuke bogus comment. | Joel Sing |
2010-09-08 | Reintroduce most crypto/crypto.c r1.55: | Joel Sing |
2010-09-08 | let things request the detach of everything on the whole bus, rather than | David Gwynne |
2010-09-08 | Add $OpenBSD$ prompted by mikeb@ | Thordur I. Bjornsson |
2010-09-08 | creating a pfsync interface is always done from process context, so | Bret Lambert |
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 |