Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt | |
functions ok kettenis | |||
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt | |
2010-08-30 | disable SVR4 compat by default; ok kettenis | Theo de Raadt | |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt | |
model so that DVACT_SUSPEND methods call sub-drivers with DVACT_SUSPEND not DVACT_DEACTIVATE, and such. This creates a whole bunch of fallout, which needs fixing. wdc(4), ne(4), and wi(4) have been fully tested and actually work better than they ever have before (no more wdc timeouts on resume!) malo(4) has some other nasty bug which has not yet been spotted which causes crazy panics. The other drivers are more rare and will be fixed if people show up with hardware; for now at least they have been adapted to the new model. ok kettenis | |||
2010-08-30 | fix tailq use; ok thib | Theo de Raadt | |
2010-08-30 | delete PROCFS we will never support | Theo de Raadt | |
2010-08-30 | During boot probe walk disklist rather than alldevs. This avoids a race | Joel Sing | |
where disks can be on alldevs, however they are not yet initialised and have not yet called disk_attach() (in particular this means that dk_label is a null pointer). Also, if we sleep restart the scan from the top of the disklist in case things have changed whilst we slept. ok marco@ | |||
2010-08-30 | Add a device number to struct disk and populate it on disk attach. Whilst | Joel Sing | |
here also expose disklist for future use. ok deraadt@ miod@ | |||
2010-08-30 | Use uid_t instead of u_long for comparing database keys in the usracct | Matthew Dempsky | |
summary database. Fixed in NetBSD, and pointed out on ICB by deraadt@. | |||
2010-08-30 | - start fixing some entries after the airports were renamed | Jasper Lievisse Adriaanse | |
- remove HAG; ypenburg airport hasn't been a civil airport since '55. and the airbase been abandoned since '92. | |||
2010-08-30 | Make future work in the installer easier by reducing the amount of | Alexander Hall | |
eval craziness in install_url(). ok krw@ | |||
2010-08-30 | ddbcpu for sgi. ok miod@ | Takuya ASADA | |
2010-08-30 | Fix from upstream to make all backends reinit on event_reinit(). This | Nicholas Marriott | |
was not being done for poll and select, so after fork they would remain using the same socketpair for signal notification, leading to a race between the two processes to read from it and hangs. Problem originally reported by kili@. ok gilles | |||
2010-08-30 | Add missing network service name from /var/log/ftpd entries. | lum | |
ok and suggestion from jmc@ ok tobias@ | |||
2010-08-30 | Avoid possible aliasing-related compiler issues by always writing to | Matthew Dempsky | |
cmd->opcode through the type casted command pointer rather than through xs->cmd->opcode. Requested by deraadt@; ok krw@. | |||
2010-08-30 | add one airport... anyone want to maintain this? | Theo de Raadt | |
2010-08-29 | the scsi completion code thinks that if you dont get MFI_STAT_OK | David Gwynne | |
back from the chip on a command then the command completely failed. MFI_STAT_SCSI_DONE_WITH_ERROR really means the command completed fine, but there's some sense data too. this tweaks the handling to be more appropriate, as per the linux and solaris drivers. timed out waiting for beck@ putting this in cos its obviously more correct than the current code. | |||
2010-08-29 | s/wdcactivate/config_activate_children/ | Theo de Raadt | |
2010-08-29 | wdcactivate() can go since it is just a wrapper around | Theo de Raadt | |
config_activate_children (same change made to wdc.c and wdcvar.h) ok kettenis | |||
2010-08-29 | - add a check for FWRITE here too. | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2010-08-29 | pcmcia/wdc_pcmcia.c | Theo de Raadt | |
2010-08-29 | expose dp8390_enable/disable to the higher level drivers | Theo de Raadt | |
2010-08-29 | Massage the powerhook functions into activate functions, and then call | Theo de Raadt | |
them from the powerhook. Fix a few quibbles about the things done for the IFF_RUNNING and IFF_UP cases ok kettenis | |||
2010-08-29 | regen | Miod Vallat | |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat | |
which reports Fn as a regular key. | |||
2010-08-29 | - add a missing ioctl FWRITE check | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2010-08-29 | remove unused variable | Charles Longeau | |
ok jsg@ krw@ | |||
2010-08-29 | Make sure local arrays of chars are word-aligned on strict alignment | Mark Kettenis | |
architectures, just like what is done for global ones. This isn't just an optiization. There is a long tradition of building packets in arrays of chars on the stack by using casts to types that require stricter alignment. Ignore the language lawyers say it isn't explicitly allowed by the C standard. Historically many (all?) C compilers have handled that just fine, so it is stupid to break this. Thanks to mikeb@ for finding the GCC bug report against upstream GCC 4.2.1. This fixes hppa/hppa64 and sparc/sparc64 as discuessed with miod@ (upstream only fixed sparc/sparc64). Other strict alignment architectures will need similar fixes. ok deraadt@, mikeb@, miod@ | |||
2010-08-29 | Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS | Joerg Goltermann | |
OK: claudio@, bob@, sthen@, thib@ | |||
2010-08-29 | put the bufq_restart() in the right place, so that a 2nd resume works. | Theo de Raadt | |
how did noone notice for so long? tsk, tsk, tsk. of course, I broke it. tested by jakemsr | |||
2010-08-28 | typo | Theo de Raadt | |
2010-08-28 | Correctly compute memory size if less than 256MB. | Miod Vallat | |
2010-08-28 | Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc(). | Miod Vallat | |
2010-08-28 | some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak; | Jason McIntyre | |
from Tim van der Molen ok miod | |||
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky | |
ok miod@; "please go ahead" jsing@ | |||
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt | |
here already for the activate/powerhook cleanup | |||
2010-08-28 | powerhooks in acpi drivers? oh boy. change this into a (not yet called) | Theo de Raadt | |
activate function ok kettenis | |||
2010-08-28 | regen | Miod Vallat | |
2010-08-28 | Provide a way to get < and > symbols on 101-key slovenian layouts; from | Miod Vallat | |
Zavisa Nikac (firstname dot lastname at inet dot hr) | |||
2010-08-28 | In pckbd_scancode_translate(), correctly translate the break sequence | Miod Vallat | |
between scan code sets 1 and 2. | |||
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat | |
no functional change. | |||
2010-08-28 | Remove dead code, ansify, and clean the match routine; adapted from a diff | Miod Vallat | |
by Alexandr Shadchin (firstname dot lastname at gmail) on tech@ | |||
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis | |
ok deraadt@ | |||
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt | |
powerhook can use it ok kettenis | |||
2010-08-27 | Move the guts of the powerhook function into the activate function and make | Theo de Raadt | |
it stop calling the powerhook function; then make the powerhook function call activate. This basically inverts the whole goop. ok kettenis | |||
2010-08-27 | Massage the powerhook function into an activate function, and since we do | Theo de Raadt | |
not neccessarily have a working filesystem for the firmware yet, use a workq to postpone resume. Then make the powerhook function call the activate function. There remains some questions about the sc_power functions... ok kettenis | |||
2010-08-27 | Make the powerhook use the activate functions, which actually do the full | Theo de Raadt | |
job. | |||
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt | |
the gunk in dc_powerhook. Then make dc_powerhook just call it ok kettenis | |||
2010-08-27 | The powerhook only did stuff at resume; but suspend matters too! | Theo de Raadt | |
Instead of fixing it, make it call the activate function which does the full job ok kettenis | |||
2010-08-27 | Get rid of the clumsy pci_activate function and do this job inside ath.c | Theo de Raadt | |
so that the powerhook wrapper can get at it ok kettenis |