summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-28report XS_RESET to the midlayer for any pending commands when vscsi isDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-28Make in_broadcast() rdomain aware. Mostly mechanical change.Claudio Jeker
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser
2011-04-28- slight tweak for FILESJason McIntyre
2011-04-28use ULONG_MAX instead of ~0Alexandre Ratchov
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2011-04-28Similar to the in_pcb.c change allow raw sockets to be bound to theClaudio Jeker
2011-04-28Allow SOCK_DGRAM sockets to be bound to the local network broadcast addr.Claudio Jeker
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-28document hds(4).David Gwynne
2011-04-28divert-to is picky about the address family so adjust the ruleMike Belopuhov
2011-04-28ftp-proxy(8) now requires a divert-to ruleMike Belopuhov
2011-04-28switch ftp-proxy over to divert-to instead of rdr-to. this avoidsMike Belopuhov
2011-04-27Fix a few off-by-1 errors in atascsi.Matthew Dempsky
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27attach acpithinkpad to newer lenovo models like the x120ejoshua stein
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27Merge from gcc3:Christian Weisgerber
2011-04-27Implement "log verbose|brief" and allow the configuratuin of theClaudio Jeker
2011-04-27Implement CTRL_LOG_VERBOSE to toggle log verbosity.Claudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Add log_verbose() like all the other log.c users.Claudio Jeker
2011-04-27Simplify ioprbs(4) scsi_xfer handling.Matthew Dempsky
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-27syncTheo de Raadt
2011-04-27kill a !__NetBSD__ ifdef which just confusesTheo de Raadt
2011-04-27syncTheo de Raadt
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2011-04-27remove the blurb on siteXX.tgz and install.site: we can just drop thisJason McIntyre
2011-04-27hds(4) is a path driver that knows how to talk to some hitachi modularDavid Gwynne
2011-04-27Do not explicitly enable interrupts before returning from interrupt.Alexander Bluhm
2011-04-27support rooting off multipath disks.David Gwynne
2011-04-27whitespace fixes.David Gwynne
2011-04-27Cosmetic:Antoine Jacoutot
2011-04-27support Intel 6 series SATA in non raid/non ahci mode.Jonathan Gray
2011-04-27regenJonathan Gray
2011-04-27cast one blocksize occurrence to unsigned long, fixes du(1)'s outputIgor Sobrado
2011-04-27more Intel non raid/non ahci mode 6 Series SATAJonathan Gray
2011-04-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-04-27use dma safe memory when talking to devices. this was written before bigmemDavid Gwynne
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2011-04-27if getting the RAID header fails, dont stop the midlayer from trying toDavid Gwynne
2011-04-27configure fc controllers to fail io as fast as possible when cables areDavid Gwynne
2011-04-27if a path returns XS_SELTIMEOUT, retry the io down another path like weDavid Gwynne
2011-04-27return XS_RESET to the midlayer if the command was killed for some reasonDavid Gwynne
2011-04-27rework the scanning of fibre channel ports to match how linux does it.David Gwynne