summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-15move uvm_pageratop from uvm_pager.c local to a general uvm functionOwain Ainsworth
2011-04-15Remove wrong check.Ariane van der Steldt
2011-04-15Add a bit of paranoia to uvm_pageinsert.Owain Ainsworth
2011-04-15When I switched uvm objects to use a per-object page tree instead of theOwain Ainsworth
2011-04-15Change wdc_reset_channel() to take a `no wait' argument. Pass in turn thisMiod Vallat
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15whenever an envelope is reinserted into the ramqueue after a trip to mda orGilles Chehade
2011-04-15p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() havePhilip Guenthe
2011-04-15Remove the acpi event definitions. They've not been used for over aOwain Ainsworth
2011-04-15teach walk_queue() about the new disk-queue layoutGilles Chehade
2011-04-15valid_message_id() and valid_message_uid() are no longer neededGilles Chehade
2011-04-15kill message_id and message_uidGilles Chehade
2011-04-15wcwidth() must return -1 if the character is not printable.Stefan Sperling
2011-04-15Make the file_mbswidth() function cope if wcwidth() returns -1.Stefan Sperling
2011-04-15Remove dead assignment and newly created unused variable.Charles Longeau
2011-04-15Remove dead assignment.Charles Longeau
2011-04-15Remove dead assignments and one newly created unused variable.Charles Longeau
2011-04-15Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15remove unused function ikev2_flows_delete()Reyk Floeter
2011-04-15temporarily add fsqueue_hash() prototype until runner is fully converted toGilles Chehade
2011-04-15Silence errors in the temp dir cleanup processAlexander Hall
2011-04-15Remove local variables that are no longer used after the last commitClaudio Jeker
2011-04-15Remove mention of "make depend" from here as well.Antoine Jacoutot
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15No need to make depend kernelsTheo de Raadt
2011-04-15No need to make depend kernels; ok guentherTheo de Raadt
2011-04-15stop talking about make depend; ok guentherTheo de Raadt
2011-04-15do not need the run "make depend" reminder anymoreTheo de Raadt
2011-04-15die blank line die die dieTheo de Raadt
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-15Implement the -MP, -MT, and -MF options so that all our platformsPhilip Guenthe
2011-04-14bye bye queue_hash() you can now rest in peace.Gilles Chehade
2011-04-14- implement missing operations for fsqueue:Gilles Chehade
2011-04-14no functionnal changeGilles Chehade
2011-04-14- implement fsqueue_message_create() and fsqueue_message_commit()Gilles Chehade
2011-04-14add support for VIA VT6415 & VX900 IDEJonathan Gray
2011-04-14regenJonathan Gray
2011-04-14VIA VX900 IDEJonathan Gray
2011-04-14remove annoying log_debug()Gilles Chehade
2011-04-14fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() toGilles Chehade
2011-04-14the mechanical part of 82580 support, more to comeJonathan Gray
2011-04-14fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'mGilles Chehade
2011-04-14Add several additional adapter types and correct definition ofJonathan Gray
2011-04-14Spacing nit.Owain Ainsworth
2011-04-14For the time being repost Intel clarkdale IGD.Owain Ainsworth
2011-04-14Make RAIDFRAME compilepea
2011-04-14Don't compress wtmp by default; the tools dealing with this log areStuart Henderson
2011-04-14fsqueue queue backend will implement a filesystem queue:Gilles Chehade