Age | Commit message (Expand) | Author |
2009-10-10 | since AUDIO_INITINFO() may set parameters to whatever is supported | Alexandre Ratchov |
2009-10-10 | Again, in detatch... call whatever disconnects our interrupt, before we | Theo de Raadt |
2009-10-09 | Must also timeout_del twice in detach()... | Theo de Raadt |
2009-10-09 | A working detach function. Has no impact on anything else in the driver. | Theo de Raadt |
2009-10-09 | Make abuf structure smaller: | Alexandre Ratchov |
2009-10-09 | The UTF-8 detection idea doesn't work and I am reasonably happy with the | Nicholas Marriott |
2009-10-09 | Add a simple synchronize-panes window option: when set, all input to any pane | Nicholas Marriott |
2009-10-09 | Be less aggressive about turning the cursor off, only explicitly turn it off | Nicholas Marriott |
2009-10-09 | initialize the disk size instead of getting a random value (always 0) off | Theo de Raadt |
2009-10-08 | sync | Theo de Raadt |
2009-10-08 | some tweaks now that protocol 1 is not offered by default; ok markus | Jason McIntyre |
2009-10-08 | Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@. | Matthieu Herrb |
2009-10-08 | Update to match current hw support. | Miod Vallat |
2009-10-08 | Program the widget interrupt address register as a whole 64 bit register | Miod Vallat |
2009-10-08 | regen | Miod Vallat |
2009-10-08 | Recognize the Bedrock as an XBow instead of reporting it as ``unknown | Miod Vallat |
2009-10-08 | Recognize more brick types and probe fooX bricks in the same order as | Miod Vallat |
2009-10-08 | PIC actually comes with two sets of widget registers, with different IDs, | Miod Vallat |
2009-10-08 | re-enable protocol v1 for the tests. | Markus Friedl |
2009-10-08 | Do not write "Connection to ... succeeded" messages to stdout. | Marco Pfatschbacher |
2009-10-08 | disable protocol 1 by default (after a transition period of about 10 years) | Markus Friedl |
2009-10-08 | remove an unused variable, ok claudio@ henning@ | Stuart Henderson |
2009-10-08 | set a couple bits in the pci configuration space for nvidia hda | Jacob Meuser |
2009-10-07 | The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC so | Stuart Henderson |
2009-10-07 | Attach DS1742 style dsrtc to iof (IOC4) too. | Miod Vallat |
2009-10-07 | Do not truncate bridge register values to 32 bits, allows the few 64 bit PIC | Miod Vallat |
2009-10-07 | now that mfa no longer does ruleset matching, parent no longer needs to | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-10-07 | since the bounce code rewrite, we no longer need to perform ruleset match | Gilles Chehade |
2009-10-07 | Support J and K for scroll up and scroll down in copy mode with vi keys, | Nicholas Marriott |
2009-10-07 | under certain conditions (srcdir defined, no objdir defined) crunchgen | Felix Kronlage |
2009-10-07 | remove noisy log_debug, requested by gilles@ | Jacek Masiulaniec |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-10-07 | This file is supposed to compile. | Theo de Raadt |
2009-10-07 | Fix comment. | Nicholas Marriott |
2009-10-07 | Try to keep existing IOC4 mappings, the same way we do on IOC3, in case | Miod Vallat |
2009-10-07 | Missing semicolon in dmesg | Miod Vallat |
2009-10-07 | Small steps towards getting the serial clock correct on IOC4 serial ports. | Miod Vallat |
2009-10-07 | Add an IOC4 section there too | Miod Vallat |
2009-10-07 | add support for the temperature sensor of VIA Nano and C7-M CPUs. | Kevin Lo |
2009-10-06 | Be nice if we have bootblocks available, too | Theo de Raadt |
2009-10-06 | Add OpenBSD tag to make syncs easier | Darren Tucker |
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-10-06 | disallow AUTH once a session is in progress, this prevents a fatal from | Gilles Chehade |
2009-10-06 | prevent aproc structures to be deleted twice. Doesn't change anything | Alexandre Ratchov |
2009-10-06 | more updates for new pf with source-hash manually added to | Jonathan Gray |
2009-10-06 | Add config knobs to enable/disable individual BGP capabilities per neighbor. | Claudio Jeker |
2009-10-06 | Accept ^? for backspace as well as BSpace. | Nicholas Marriott |
2009-10-06 | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott |