summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11Enable sdhc* at acpi?.Mark Kettenis
2016-01-11Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF".Mark Kettenis
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-11This adds the host_error output and the http code (when available) to theSebastian Benoit
2016-01-11ajacoutot@ reported seeingtb
2016-01-11Nuke now unused files.Kenneth R Westerback
2016-01-11Remove '-v' and related version handling. Use strncasecmp() insteadKenneth R Westerback
2016-01-11- remove some unused data structures/fieldsJasper Lievisse Adriaanse
2016-01-11Fix perl CVE-2015-8607 - XS File::Spec::canonpath loses taintAndrew Fresh
2016-01-11Use uiomove() instead of uiomovei(); from Martin NatanoStefan Kempf
2016-01-11xs_cmd should always return errno(2) codesMike Belopuhov
2016-01-11Do not fail when receiving an empty reply (or directory node) inReyk Floeter
2016-01-11Handle zero lenght messages in the xs_parse by returning an empty stringMike Belopuhov
2016-01-11sneaky whitespace snuck in againTheo de Raadt
2016-01-11Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.Masao Uebayashi
2016-01-11Allocate command data buffer on softc and use it from both ipmi_sendcmd()Masao Uebayashi
2016-01-11plug a mem leakJasper Lievisse Adriaanse
2016-01-11When caching the mtime of the spool directory and system crontab files,Todd C. Miller
2016-01-11Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config.Mark Kettenis
2016-01-11Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6Masao Uebayashi
2016-01-11Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI commandMasao Uebayashi
2016-01-11Remove useless sc_poll flag because it is always 1. Remove unused globalMasao Uebayashi
2016-01-11Read values from disabled sensors if possible. From jmatthew@.Masao Uebayashi
2016-01-11remove filter api man page, this needs reworkJoerg Jung
2014-11-17Import perl-5.20.1Andrew Fresh
2016-01-11typo fix; from julian hsiaoJason McIntyre
2016-01-11more whitespace was lurkingJasper Lievisse Adriaanse
2016-01-11trailing whitespaceJasper Lievisse Adriaanse
2016-01-11add rcs idsJasper Lievisse Adriaanse
2016-01-11:( David BowieStuart Henderson
2016-01-11Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostMark Kettenis
2016-01-11Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onMark Kettenis
2016-01-11Add (limited) support for controllers that implement version 3.0 of theMark Kettenis
2016-01-11do further work on the em transmit path to simplify the code.David Gwynne
2016-01-10Use the normal method for determining a disk size. i.e. use theKenneth R Westerback
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-10tests for double backspace after double-width charactersIngo Schwarze
2016-01-10Partial revert: put back the file fmt.c.Ingo Schwarze
2016-01-10Page fault handling tweaks for vmm:Stefan Kempf
2016-01-10replace test command with [[ ]]Robert Peichaer
2016-01-10simplify patternRobert Peichaer
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-10Add thinkpad tablet dock/undock ACPI events.Stefan Sperling
2016-01-10#ifdef QUEST then a few functions won't work, because of that includemestre
2016-01-10Make the test file 7-bit clean and improve diagnostics with hexdump(1),Ingo Schwarze
2016-01-10Print a message to console when ipmi(4) watchdog is either enabled orMasao Uebayashi
2016-01-10When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),Masao Uebayashi
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre
2016-01-10UTF-8 support:Ingo Schwarze