summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-06make this more like other code (done while digging into a problem...)Theo de Raadt
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-06-06Fix a bunch of goo by creating a more generic fucntion to handle it.Marco Peereboom
2008-06-06Fix alignment on some machines where crc cehck failed.Marco Peereboom
2008-06-06Shrink acpi some more for floppies and while here re-enable acpi on theMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
2008-06-05- Add fork/vfork wrapper functions to reset state in the child process.Kurt Miller
2008-06-05Add some first mmap bits.Marcus Glocker
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-06-04syncTheo de Raadt
2008-06-04olf death throes: OOSN_* names can go away; ok miodTheo de Raadt
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04Fix panic on my i386 box when local variable isnt handled properly.Marco Peereboom
2008-06-04adderss -> addressMiod Vallat
2008-06-04Don't disassemble the AML if the -o option is specified. That way at leastMark Kettenis
2008-06-04tweak previous, and arrange the text to read a little better;Jason McIntyre
2008-06-04warnx already prepends string with a colon, no need to manually add oneTobias Stoeckmann
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard
2008-06-04Oops! Add the #endif that vanished here.Owain Ainsworth
2008-06-04setbootflag() must be done before checksum'ing the label. Bug introducedTheo de Raadt
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-06-03fix some spacing issues;Jason McIntyre
2008-06-03group the descriptions for -CcHhEeRr in such a way as to avoidJason McIntyre
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain Ainsworth
2008-06-03Simplify the use of pci_mapreg_map().Brad Smith
2008-06-03Don't grab the fd read lock for getsockopt(2), setsockopt(2),Kurt Miller
2008-06-03Allow aucat to play/record from input-only or output-only devices.Dale Rahn
2008-06-03put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinksBrad Smith
2008-06-03put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinksReyk Floeter
2008-06-03deal with a 64-bit BAR such as with PCIe chipsets.Brad Smith
2008-06-03regenBrad Smith
2008-06-03Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers.Brad Smith
2008-06-03regenBrad Smith
2008-06-03- shorten the Emulex Light Pulse entries to use the names as mentionedBrad Smith
2008-06-02fix up ENVIRONMENT a little;Jason McIntyre
2008-06-02fix references to OpenBSD:Ustar; from Alan BuenoJason McIntyre
2008-06-02- tweak previousJason McIntyre
2008-06-02No need to enable the interrupt in psycho_set_intr(); intr_establish() alreadyMark Kettenis
2008-06-02spray takes no additional arguments; from ferdek.y.no-ip.plTheo de Raadt
2008-06-02document latest changes: -d flag is replaced by AUCAT_DEBUGAlexandre Ratchov
2008-06-02currently, we start the device as soon as write() blocks; it's betterAlexandre Ratchov
2008-06-02if aucat is suspended, then the kernel continues running the deviceAlexandre Ratchov
2008-06-02allow the user to choose the aucat behaviour when underruns/overrunsAlexandre Ratchov
2008-06-02(remove -d, second part) use strtonum() instead of sscanf() and inlinedAlexandre Ratchov
2008-06-02since underruns/overruns are handled outside devices, remove code thatAlexandre Ratchov
2008-06-02(remove -d, first part) replace -d flag by AUCAT_DEBUG environmentAlexandre Ratchov
2008-06-02Allows any input/output stream to underrun/overrun without disturbingAlexandre Ratchov
2008-06-02Don't spew sense errors (e.g. 'media not present') when probing aKenneth R Westerback
2008-06-02- add a full stop for consistencyJasper Lievisse Adriaanse
2008-06-02Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset atKenneth R Westerback