Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen | |
Requested by dlg when reviewing a different diff. ok dlg | |||
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson | |
ok tedu@, oga@ | |||
2010-07-02 | ss(4) does not need the tape attribute; only tape devices do (and only on vax, | Miod Vallat | |
really). | |||
2010-07-02 | delete sunos files | Ted Unangst | |
2010-07-02 | remove sunos compat files | Ted Unangst | |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst | |
2010-07-02 | Add missing pmap_update. pointed out by matthew@ | Artur Grabowski | |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe | |
from small kernels "yes" deraadt@ | |||
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt | |
was doing an attach, detach, and re-attach. Repair the state transitions. | |||
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott | |
ok deraadt matthew millert | |||
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray | |
ok kettenis@ | |||
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback | |
discarded. It will eventually fire. Fortunately this file not yet being used. ok tedu@. | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | sync | Igor Sobrado | |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado | |
ok sthen@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok dlg@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok claudio@ krw@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | Rename the volume specific flags variable. | Joel Sing | |
ok marco@ | |||
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt | |
know if it is the same card or if it got modified while we were not paying attention. Tested on x40 under apm, and some acpi machines. ok mlarkin kettenis | |||
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing | |
metadata. This allows us to implement seamless transitions from the previous metadata version to the current version, avoiding the need to recreate the softraid volume. Joint work with marco@ during c2k10. ok marco@ | |||
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky | |
sensor_attach() out of the for loop header. ok marco@ | |||
2010-07-02 | usefull -> useful; | Jason McIntyre | |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter | |
The card now should come back after resume and doesn't need a manual ifconfig down/up. ok deraadt@ mlarkin@ | |||
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter | |
ok deraadt@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok claudio@ | |||
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray | |
lets ahci work on jcr's Alienware M17x. ok dlg@ | |||
2010-07-02 | Add a comment to explain why the sync is necessary in the while loop. | Joel Sing | |
2010-07-02 | Apparently volatile does not mean what it is supposed to mean... avoid a | Joel Sing | |
deadlock by adding a sync instruction to the loop. ok kettenis@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
2010-07-02 | gremlin crept in by accident | Miod Vallat | |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis | |
Unbreaks build on several pci architectures. | |||
2010-07-02 | don't reference an item after it has been returned to the pool | David Krause | |
an 8 year old bug exposed by recent uvm changes ok thib@ tedu@ deraadt@ | |||
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst | |
ok deraadt | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok miod@ some time ago | |||
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst | |
2010-07-02 | the variables work better when initialized. ok deraadt | Ted Unangst | |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert | |
are required to detect that. Change the function to take a wait argument (used in nfs server, but M_NOWAIT everywhere else for now) and to return an error ok claudio@ henning@ krw@ | |||
2010-07-02 | braces define scope, not indentation. found hunting uninit bugs. ok oga | Ted Unangst | |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst | |
ok deraadt | |||
2010-07-02 | fix corrupt UVMHIST_LOG | Takuya ASADA | |
2010-07-02 | initialize values to something sensible. | Ted Unangst | |
ok deraadt pirofti | |||
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski | |
Use uvm_km_kmemalloc_pla with the dma constraint to allocate kernel stacks. Yes, that means DMA is possible to kernel stacks, but only until we've fixed all the scary drivers. deraadt@ ok | |||
2010-07-02 | Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's, | Thordur I. Bjornsson | |
as calls to uvm_km_free_wakup can end up in uvm_mapent_alloc which tries to grab this mutex. ok tedu@ | |||
2010-07-02 | Abstraction clean-up. `I like it' deraadt@. | Paul Irofti | |
2010-07-02 | Some functions change the ifp in during ether_input(). This confuses the | Claudio Jeker | |
IFF_PROMISC check that ensures that only local packets make it into the network stack. Check both the original ifp and the new ifp for IFF_PROMISC. Problem identified by Patrick Coleman. OK mcbride@, henning@ | |||
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner | |
'machine memory =128M' style commands. Thanks to phessler for finding a small man page niggle. Bumped version strings to a nice round fraction, and make them the same across the board. Easier to identify boot binary versions that way. ok thib@, tedu@, phessler@ | |||
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti | |
2010-07-02 | remove prototype of okaytoclone, which got removed in 1.117 | Jonathan Gray | |
2010-07-02 | structure copy the unp_connid to the other socket | Theo de Raadt | |