Age | Commit message (Expand) | Author |
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 | work around name-space collisions some buggy compilers (looking at you | Theo de Raadt |
2010-09-08 | typo | Damien Miller |
2010-09-08 | Make tcpdump of pflog interfaces work with 'net <net>' expression. | Kenneth R Westerback |
2010-09-08 | activate hooks should return a value. | David Gwynne |
2010-09-07 | Document EBUSY return when attempting to open a cua device that | Todd C. Miller |
2010-09-07 | Remove stray spaces. No code change. | Marco Peereboom |
2010-09-07 | do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse | Ingo Schwarze |
2010-09-07 | - O_NOFOLLOW is no longer non-posix; from thomas klausner | Jason McIntyre |
2010-09-07 | no need for an activate function if it just returns 0 | Theo de Raadt |
2010-09-07 | supply missing offset; | Jason McIntyre |
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 | fix a formatting issue for -E; | Jason McIntyre |
2010-09-07 | add a little more detail to this page; | Jason McIntyre |
2010-09-07 | no need for this page to refer to MAKEDEV(8); | Jason McIntyre |
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-07 | Update the documentation reflecting the latest churn in the vop layer. | 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 | sync | 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 | enable wide character support; ok nicm@ | Christian Weisgerber |
2010-09-06 | Enable wide character support in ncurses. It is built into libcurses, | Nicholas Marriott |
2010-09-06 | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> | Christian Weisgerber |
2010-09-06 | decl before code for compiler compatibility | Theo de Raadt |
2010-09-06 | cut swapping to file over from disksort to bufq fifo's and | Thordur I. Bjornsson |
2010-09-06 | over-eager doc, as noticed by the guys | Marc Espie |
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 |