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