summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-05fix an incorrect memset use of sizeofTheo de Raadt
2011-07-05ENOMEM causing EIO errors is bad juju. Softraid crypto did this.Owain Ainsworth
2011-07-05Fix some awful code in the example, pointed out by millert@.Nicholas Marriott
2011-07-05Add linux_to_native_timespec() for future futex use. Okay tedu@.Paul Irofti
2011-07-05sortMiod Vallat
2011-07-05Don't write /boot to sector 0 on non-floppy devices. Non-floppyKenneth R Westerback
2011-07-05plug in mmap_write_selfArtur Grabowski
2011-07-05Test for when we're writing to a file from an mmaped area of the file.Artur Grabowski
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-05N: Thou shalt not call hardclock() with biglock held.Owain Ainsworth
2011-07-05Stupid driver makes a copy of struct pci_attach_args. Make sure we clearMark Kettenis
2011-07-05when all you have is a hammer, make it a big one. add more checks to pool_chkTed Unangst
2011-07-05VFSDEBUG -> VFSLCKDEBUG;Jason McIntyre
2011-07-05from Tim van der Molen:Jason McIntyre
2011-07-05Document CCACHE_DIR and CCACHE_ENV.Stuart Henderson
2011-07-05Document USE_CCACHE / NO_CCACHE.Stuart Henderson
2011-07-05If uvm_vslock_device() fails, just exit the loop. None of theMatthew Dempsky
2011-07-05Enforce that raw disk I/O is only initiated on block boundaries inMatthew Dempsky
2011-07-05msync has some code that is based on *old* bsd behaviour whereOwain Ainsworth
2011-07-05remove comment: yes, they should be independentTheo de Raadt
2011-07-05Add disklabel defines for ia64. Okay krw@.Paul Irofti
2011-07-05there are no cachelist or logs for poolsTed Unangst
2011-07-05Minor cleanup. OK blambert@Claudio Jeker
2011-07-05When both a formatted and an unformatted version of the same manual pageIngo Schwarze
2011-07-05kill a useless Pp;Jason McIntyre
2011-07-05clean up some left over decls from before the code moved to one fileTheo de Raadt
2011-07-05When the kernel runs out of mbuf clusters, the hme receive ring mayAlexander Bluhm
2011-07-05Add so_idletv to netstat -vP pcb-address output.Alexander Bluhm
2011-07-05Move arm to the 'MI' softfloat code instead of the arm version.Dale Rahn
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-07-05Flip one .Fl interface to .Fl iface since iface is used everywhere elseClaudio Jeker
2011-07-05tweak previous;Jason McIntyre
2011-07-05Allow parallel linting of manuals,Ingo Schwarze
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-07-05Add checks for sector-alignment and whole number of sectors toMatthew Dempsky
2011-07-05Replace expanded version of RW_PROC() with the macro.Tobias Weingartner
2011-07-05i forgot to set the sector_count when translating WRITE SAME 16David Gwynne