summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-06allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021.David Gwynne
2011-07-06so... there is some crazy bug exposed on non-ironlake chips, when theTheo de Raadt
2011-07-06Stop using the P_BIGLOCK flag to figure out when we should release theArtur Grabowski
2011-07-06Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d...Kenneth R Westerback
2011-07-06Add {sc,saa}_{targets,luns} to scsibus_softc and scsibus_attach_args.Matthew Dempsky
2011-07-06Make alpha consistent with our other architectures by using "longMatthew Dempsky
2011-07-06add a couple of fields needed for buffer flipping, and change systat toBob Beck
2011-07-06Finalize work on the math library. It's time to do this monsterMartynas Venckus
2011-07-05a short note about PR_DEBUGCHKTed Unangst
2011-07-05fix memset sizeof, found by jsg. ok krwTed Unangst
2011-07-05fix bizarre and mostly useless initialization of an ifqueue in BSS thatHenning Brauer
2011-07-05Hook unixsock upClaudio Jeker
2011-07-05Regress test for the path length of unix sockets.Claudio Jeker
2011-07-05Enforce that the path to the unix socket fits into struct sockaddr_unClaudio Jeker
2011-07-05Call bzero(&saa, sizeof(saa)) each time we use saa to attachMatthew Dempsky
2011-07-05Explicitly reserve space for special ICMP6 headers in pf_hdrs, likeAlexander Bluhm
2011-07-05Instead of passing the ip header and mbuf to pf_reassemble(), lookupAlexander Bluhm
2011-07-05Make it possible to pass https:// and file:// (along with ftp:// andAntoine Jacoutot
2011-07-05ansifyDavid Hill
2011-07-05Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothingMatthew Dempsky
2011-07-05Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the lastKenneth R Westerback
2011-07-05Don't worry about lseek(2)ing past the end of raw disk devices. TheMatthew Dempsky
2011-07-05Revert henning's commit-n-run that broke the treePhilip Guenthe
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05fix some memset sizeofs, found by jsg. ok deraadt krwTed Unangst
2011-07-05correct memsets of key contexts which were shorter than they needed to beTheo de Raadt
2011-07-05IFQ_IS_EMPTY instead of fiddling with ifqueue internalsHenning Brauer
2011-07-052 cases of IFQ_IS_EMPTY instead of mucking with ifqueue internalsHenning Brauer
2011-07-05Remove a broken optimization found by the new pool_chk code. ItTed Unangst
2011-07-05ifqueues in BSS don't need NULL init, especially not absolutely incorrectHenning Brauer
2011-07-05use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 casesHenning Brauer
2011-07-05fix memcpy sizeof. found by jsg. ok deraadt krw mikebTed Unangst
2011-07-05add missing ifdefs for INET6; diff from form, ok henning, bluhm, claudioMike Belopuhov
2011-07-05Don't derefence the item past the end of the array to figure out ifAriane van der Steldt