Age | Commit message (Expand) | Author |
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 |
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 |