Age | Commit message (Expand) | Author |
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-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-07-05 | a short note about PR_DEBUGCHK | Ted Unangst |
2011-07-05 | fix memset sizeof, found by jsg. ok krw | Ted Unangst |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | Hook unixsock up | Claudio Jeker |
2011-07-05 | Regress test for the path length of unix sockets. | Claudio Jeker |
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 | Make it possible to pass https:// and file:// (along with ftp:// and | Antoine Jacoutot |
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 |
2011-07-05 | Revert henning's commit-n-run that broke the tree | Philip Guenthe |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | fix some memset sizeofs, found by jsg. ok deraadt krw | Ted Unangst |
2011-07-05 | correct memsets of key contexts which were shorter than they needed to be | Theo de Raadt |
2011-07-05 | IFQ_IS_EMPTY instead of fiddling with ifqueue internals | Henning Brauer |
2011-07-05 | 2 cases of IFQ_IS_EMPTY instead of mucking with ifqueue internals | Henning Brauer |
2011-07-05 | Remove a broken optimization found by the new pool_chk code. It | Ted Unangst |
2011-07-05 | ifqueues in BSS don't need NULL init, especially not absolutely incorrect | Henning Brauer |
2011-07-05 | use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 cases | Henning Brauer |
2011-07-05 | fix memcpy sizeof. found by jsg. ok deraadt krw mikeb | Ted Unangst |
2011-07-05 | add missing ifdefs for INET6; diff from form, ok henning, bluhm, claudio | Mike Belopuhov |
2011-07-05 | Don't derefence the item past the end of the array to figure out if | Ariane van der Steldt |
2011-07-05 | fix an incorrect memset use of sizeof | Theo de Raadt |
2011-07-05 | ENOMEM causing EIO errors is bad juju. Softraid crypto did this. | Owain Ainsworth |
2011-07-05 | Fix some awful code in the example, pointed out by millert@. | Nicholas Marriott |
2011-07-05 | Add linux_to_native_timespec() for future futex use. Okay tedu@. | Paul Irofti |
2011-07-05 | sort | Miod Vallat |
2011-07-05 | Don't write /boot to sector 0 on non-floppy devices. Non-floppy | Kenneth R Westerback |
2011-07-05 | plug in mmap_write_self | Artur Grabowski |
2011-07-05 | Test for when we're writing to a file from an mmaped area of the file. | Artur Grabowski |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-05 | Stupid driver makes a copy of struct pci_attach_args. Make sure we clear | Mark Kettenis |
2011-07-05 | when all you have is a hammer, make it a big one. add more checks to pool_chk | Ted Unangst |
2011-07-05 | VFSDEBUG -> VFSLCKDEBUG; | Jason McIntyre |
2011-07-05 | from Tim van der Molen: | Jason McIntyre |