Age | Commit message (Expand) | Author |
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 |
2011-07-05 | Document CCACHE_DIR and CCACHE_ENV. | Stuart Henderson |
2011-07-05 | Document USE_CCACHE / NO_CCACHE. | Stuart Henderson |
2011-07-05 | If uvm_vslock_device() fails, just exit the loop. None of the | Matthew Dempsky |
2011-07-05 | Enforce that raw disk I/O is only initiated on block boundaries in | Matthew Dempsky |
2011-07-05 | msync has some code that is based on *old* bsd behaviour where | Owain Ainsworth |
2011-07-05 | remove comment: yes, they should be independent | Theo de Raadt |
2011-07-05 | Add disklabel defines for ia64. Okay krw@. | Paul Irofti |
2011-07-05 | there are no cachelist or logs for pools | Ted Unangst |
2011-07-05 | Minor cleanup. OK blambert@ | Claudio Jeker |
2011-07-05 | When both a formatted and an unformatted version of the same manual page | Ingo Schwarze |
2011-07-05 | kill a useless Pp; | Jason McIntyre |
2011-07-05 | clean up some left over decls from before the code moved to one file | Theo de Raadt |
2011-07-05 | When the kernel runs out of mbuf clusters, the hme receive ring may | Alexander Bluhm |
2011-07-05 | Add so_idletv to netstat -vP pcb-address output. | Alexander Bluhm |
2011-07-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-07-05 | Do not use (ifam + 1) to find the start of the sockaddrs. Use the | Claudio Jeker |
2011-07-05 | Flip one .Fl interface to .Fl iface since iface is used everywhere else | Claudio Jeker |
2011-07-05 | tweak previous; | Jason McIntyre |
2011-07-05 | Allow parallel linting of manuals, | Ingo Schwarze |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-07-05 | Add checks for sector-alignment and whole number of sectors to | Matthew Dempsky |
2011-07-05 | Replace expanded version of RW_PROC() with the macro. | Tobias Weingartner |
2011-07-05 | i forgot to set the sector_count when translating WRITE SAME 16 | David Gwynne |