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