Age | Commit message (Expand) | Author |
2011-07-06 | Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the | Miod Vallat |
2011-07-06 | sigset_t is unsigned, so eliminate a warning by shifting a 1U instead | Philip Guenthe |
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 | On several archs (e.g. hppa, sgi, macppc) readdoslabel() is called after an a... | Kenneth R Westerback |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-07-06 | so... there is some crazy bug exposed on non-ironlake chips, when the | Theo de Raadt |
2011-07-06 | Stop using the P_BIGLOCK flag to figure out when we should release the | Artur Grabowski |
2011-07-06 | Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d... | Kenneth R Westerback |
2011-07-06 | Add {sc,saa}_{targets,luns} to scsibus_softc and scsibus_attach_args. | Matthew Dempsky |
2011-07-06 | Make alpha consistent with our other architectures by using "long | Matthew Dempsky |
2011-07-06 | add a couple of fields needed for buffer flipping, and change systat to | Bob Beck |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | Enforce that the path to the unix socket fits into struct sockaddr_un | Claudio Jeker |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Explicitly reserve space for special ICMP6 headers in pf_hdrs, like | Alexander Bluhm |
2011-07-05 | Instead of passing the ip header and mbuf to pf_reassemble(), lookup | Alexander Bluhm |
2011-07-05 | ansify | David Hill |
2011-07-05 | Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothing | Matthew Dempsky |
2011-07-05 | Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the last | Kenneth R Westerback |
2011-07-05 | Don't worry about lseek(2)ing past the end of raw disk devices. The | Matthew Dempsky |