summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-30ioctl versus resume-workq exclusion; cloned from iwnTheo de Raadt
2010-08-30disable SVR4 compat by default; ok kettenisTheo de Raadt
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2010-08-30fix tailq use; ok thibTheo de Raadt
2010-08-30delete PROCFS we will never supportTheo de Raadt
2010-08-30During boot probe walk disklist rather than alldevs. This avoids a raceJoel Sing
2010-08-30Add a device number to struct disk and populate it on disk attach. WhilstJoel Sing
2010-08-30Use uid_t instead of u_long for comparing database keys in the usracctMatthew Dempsky
2010-08-30- start fixing some entries after the airports were renamedJasper Lievisse Adriaanse
2010-08-30Make future work in the installer easier by reducing the amount ofAlexander Hall
2010-08-30ddbcpu for sgi. ok miod@Takuya ASADA
2010-08-30Fix from upstream to make all backends reinit on event_reinit(). ThisNicholas Marriott
2010-08-30Add missing network service name from /var/log/ftpd entries.lum
2010-08-30Avoid possible aliasing-related compiler issues by always writing toMatthew Dempsky
2010-08-30add one airport... anyone want to maintain this?Theo de Raadt
2010-08-29the scsi completion code thinks that if you dont get MFI_STAT_OKDavid Gwynne
2010-08-29s/wdcactivate/config_activate_children/Theo de Raadt
2010-08-29wdcactivate() can go since it is just a wrapper aroundTheo de Raadt
2010-08-29- add a check for FWRITE here too.Jasper Lievisse Adriaanse
2010-08-29pcmcia/wdc_pcmcia.cTheo de Raadt
2010-08-29expose dp8390_enable/disable to the higher level driversTheo de Raadt
2010-08-29Massage the powerhook functions into activate functions, and then callTheo de Raadt
2010-08-29regenMiod Vallat
2010-08-29Translation code for Fn-key sequences on the Gdium Liberty internal keyboard,Miod Vallat
2010-08-29- add a missing ioctl FWRITE checkJasper Lievisse Adriaanse
2010-08-29remove unused variableCharles Longeau
2010-08-29Make sure local arrays of chars are word-aligned on strict alignmentMark Kettenis
2010-08-29Fix kernel compiling with disabled IPSEC and enabled GIF/MPLSJoerg Goltermann
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-28typoTheo de Raadt
2010-08-28Correctly compute memory size if less than 256MB.Miod Vallat
2010-08-28Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().Miod Vallat
2010-08-28some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak;Jason McIntyre
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-28rename the *_power functions to *_powerhook to indicate that we've beenTheo de Raadt
2010-08-28powerhooks in acpi drivers? oh boy. change this into a (not yet called)Theo de Raadt
2010-08-28regenMiod Vallat
2010-08-28Provide a way to get < and > symbols on 101-key slovenian layouts; fromMiod Vallat
2010-08-28In pckbd_scancode_translate(), correctly translate the break sequenceMiod Vallat
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-08-28Remove dead code, ansify, and clean the match routine; adapted from a diffMiod Vallat
2010-08-27Make PCI Power Management optional, and only enable it when acpi(4) attaches.Mark Kettenis
2010-08-27Move the activate function from pci to the the main driver, so that theTheo de Raadt
2010-08-27Move the guts of the powerhook function into the activate function and makeTheo de Raadt
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-27Make the powerhook use the activate functions, which actually do the fullTheo de Raadt
2010-08-27Move the dc_pci_activate function to dc.c, and mangle it up with some ofTheo de Raadt
2010-08-27The powerhook only did stuff at resume; but suspend matters too!Theo de Raadt
2010-08-27Get rid of the clumsy pci_activate function and do this job inside ath.cTheo de Raadt