summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-16Allow -v (verbose logging) to work if a -D option is supplied.Stuart Henderson
2011-04-16I accidentally changed group ownership of fsqueue to _smtpd, it used to beGilles Chehade
2011-04-16remove trailing whitespace, no binary change.Igor Sobrado
2011-04-16rephrase argument to -g for consistency not only with useradd(8)Igor Sobrado
2011-04-16Output 'starting standard daemons:' to be consistent with the rest.Antoine Jacoutot
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-16Initialize variables before use.Kenneth R Westerback
2011-04-16another variable left after a commitTheo de Raadt
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15unused variable on !PMAP_DIRECTTheo de Raadt
2011-04-15for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy theOwain Ainsworth
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