summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-06RegenMiod Vallat
2011-07-06Remove obsolete drivers descriptions; no change in generated files on allMiod Vallat
2011-07-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod Vallat
2011-07-06bzero the agent address. the kernel was for a while very cranky aboutTed Unangst
2011-07-06sigset_t is unsigned, so eliminate a warning by shifting a 1U insteadPhilip Guenthe
2011-07-06Consistency in stdout redirections.Antoine Jacoutot
2011-07-06When checking if a chunk is in use, do not match on NODEV.Joel Sing
2011-07-06Use a single shutdown hook for the softraid controller instead ofJoel Sing
2011-07-06vndsize() can just return -1; we don't support swapping to vndMatthew Dempsky
2011-07-06Compact the vnd sc_flags bits.Matthew Dempsky
2011-07-06Indent, no change.Antoine Jacoutot
2011-07-06On several archs (e.g. hppa, sgi, macppc) readdoslabel() is called after an a...Kenneth R Westerback
2011-07-06Remove a trailing \ from a comment which was hiding the altos3 entryNicholas Marriott
2011-07-06Ooops. Missed one 'readdoslabel() only' arch. Do the block <-> sector dance forKenneth R Westerback
2011-07-06Actually make sr_detach() work. At this stage we never detach softraid(4),Joel Sing
2011-07-06Retain a reference to the registered sensor task so that we can unregisterJoel Sing
2011-07-06Replace the keyword expansion code with a faster, more readable versionNicholas Marriott
2011-07-06Add a new question to run sysmerge(8) at the end of an upgrade; defaultsAntoine Jacoutot
2011-07-06Move all volume shutdown code into sr_shutdown_discipline() and use a flagJoel Sing
2011-07-06On those archs that read their disk (vs iso/udf) disklabels exclusivelyKenneth R Westerback
2011-07-06Add a new kqfilter for random which returns ARC4_MAIN_MAX_BYTES for readNicholas Marriott
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-07-06Woops, forgot the copyright!Ariane van der Steldt
2011-07-06Hibernate memory allocator.Ariane van der Steldt
2011-07-06Minor turd polishing: hold the vnode lock in vn_rdwr() only whileMatthew Dempsky
2011-07-06Document that UNIX sockets support SOCK_SEQPACKET.Matthew Dempsky
2011-07-06Implement SOCK_SEQPACKET for UNIX sockets.Matthew Dempsky
2011-07-06Correct the check for a sun_path that lacks NUL termination to just requirePhilip Guenthe
2011-07-06Test handling of non-NUL terminated sun_path values as well as garbagePhilip Guenthe
2011-07-06remove the predict_whatever stuffs. ok deraadt dlg henningTed Unangst
2011-07-06Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4).Mark Kettenis
2011-07-06Split some generic MSI code out into its own file.Mark Kettenis
2011-07-06Switch to a device that isn't deprecated and return more info onPhilip Guenthe
2011-07-06Eliminate some sanity checks in vndstrategy() that are now handled byMatthew Dempsky
2011-07-06vndstrategy() should fail if VNF_HAVELABEL isn't set. This simplifiesMatthew Dempsky
2011-07-06Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.Mark Kettenis
2011-07-06Update to reflect new bounds_check_with_label() semantics.Matthew Dempsky
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-07-06Return the correct error for fchdir(not_file_or_dir)Philip Guenthe
2011-07-06Add regress for errno returns of failed fchdir()sPhilip Guenthe
2011-07-06VOP_GETATTR() can sleep when accessing a file over NFS, so useMatthew Dempsky
2011-07-06That file is supposed to have been removed ages ago.Miod Vallat
2011-07-06syncTheo de Raadt
2011-07-06Replace a comment asking for a particular order to build stuff inIngo Schwarze
2011-07-06Make sure ${BEFOREMAN} is finished before ${MANLINT} is started;Ingo Schwarze
2011-07-06Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thingMartynas Venckus
2011-07-06move a few accounting adjustments closer to removing the page, just to be safe.Ted Unangst
2011-07-06and make sppp_qflush a wrapper around IF_PURGE instead of handrollingHenning Brauer
2011-07-06use IF_IS_EMPTY istead of mucking if ifqueue internalsHenning Brauer
2011-07-06second trial: stop messing with ifq internals, this time use IF_IS_EMPTYHenning Brauer