Age | Commit message (Expand) | Author |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-03 | one midicat server can export multiple midithru ports | Alexandre Ratchov |
2011-06-03 | Fix two compile errors in mcd(4) due to bitrot: | Matthew Dempsky |
2011-06-03 | don't forget to send the initial clock tick | Alexandre Ratchov |
2011-06-03 | Allow device encoding to be set if -u is also used. Useful to degrade | Alexandre Ratchov |
2011-06-03 | Change acpi_xfoo to acpi_foo names. | Jordan Hargrave |
2011-06-03 | factor tests for f->opt->join flag, no behaviour change | Alexandre Ratchov |
2011-06-03 | randomness might be broken, but this change | Theo de Raadt |
2011-06-03 | Clarify that the ratio between sample rate and block size | Alexandre Ratchov |
2011-06-03 | Fix em_write_pci_cfg() and em_read_pci_cfg() to avoid unaligned access, and | Mark Kettenis |
2011-06-03 | Reorganize the way command line options are parsed and stored. | Alexandre Ratchov |
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau |
2011-06-03 | regen | Mark Kettenis |
2011-06-03 | PLX PEX 8613 | Mark Kettenis |
2011-06-03 | update EXAMPLES to use "-joff", since "-jon" is the default | Alexandre Ratchov |
2011-06-03 | protect errno from damage in the signal handler | Theo de Raadt |
2011-06-03 | Make ^D behave: dont't echo it and make it work if the cursor is at | Otto Moerbeek |
2011-06-03 | use OBJ to find test configs, patch from Tim Rice | Darren Tucker |
2011-06-03 | Track depth of scope stack | Jordan Hargrave |
2011-06-03 | Remove unused structure members. Add depth field. | Jordan Hargrave |
2011-06-03 | Check current parent process ID against saved one to determine if the parent | Darren Tucker |
2011-06-03 | bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg | Damien Miller |
2011-06-03 | Retry establishing the port forwarding after a small delay, should make | Darren Tucker |
2011-06-02 | When checking to see if a rule is referenced by any source-tracking nodes, | Stuart Henderson |
2011-06-02 | Don't destroy a non-persistent table if referenced by src_nodes. Fixes | Stuart Henderson |
2011-06-02 | Add the quadruple-precision constants; testvect works better now | Martynas Venckus |
2011-06-02 | Document that the rounding mode is dynamic, on Alpha. | Martynas Venckus |
2011-06-02 | In the land of VMWare you can have the latest 64-bit AMD multicore CPU | Mark Kettenis |
2011-06-02 | Fix index for Mid() opcode | Jordan Hargrave |
2011-06-02 | No need to set error to 0, when it is still 0 from the start of the function. | Theo de Raadt |
2011-06-02 | The vndbufpl is no longer used. | Theo de Raadt |
2011-06-02 | Initialize the dv_xname at attach time, so that we don't have to do | Theo de Raadt |
2011-06-02 | In vndclear(), clear all the flag bits. Leaving around a VNF_WLABEL bit | Theo de Raadt |
2011-06-02 | Initialize the dv_unit, because disk_attach will want it later. Before | Theo de Raadt |
2011-06-02 | Do not bzero the softc when doing VNDIOCCLR, because that trashes the | Theo de Raadt |
2011-06-02 | If there are no descriptors to poll, just sleep until SIGALRM | Alexandre Ratchov |
2011-06-02 | close midi control ports and thru boxes only when there are no | Alexandre Ratchov |
2011-06-02 | MSI for wpi(4). | Michael Knudsen |
2011-06-02 | Enable MSI. | Mark Kettenis |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-06-02 | Move the code that disables MSI out of azalia_configure_pci(), such that we | Mark Kettenis |
2011-06-02 | Remove the blurb about `--disable-silent-rules' in the gnome MODULE | Antoine Jacoutot |
2011-06-02 | Fix CondRef definition to support optional target. Fixes docking on Dell E4310 | Jordan Hargrave |
2011-06-02 | Hack to ensure that the in-core labels contain the current bounds | Kenneth R Westerback |
2011-06-02 | don't exit from the main loop if there are pending time outs. | Alexandre Ratchov |
2011-06-02 | Attempt msi interrupt mapping, with fall back to old-style mapping. Works | Kenneth R Westerback |
2011-06-02 | We will ignore retval2; it is not an issue | Theo de Raadt |
2011-06-02 | Change ktr_retval to a register_t so that we can see the full 64-bits | Theo de Raadt |
2011-06-02 | device_ref() by hand, since this is a pseudo-device and was not attached | Theo de Raadt |
2011-06-02 | Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. | Stuart Henderson |