Age | Commit message (Expand) | Author |
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 |
2011-07-05 | Trim comments from termtypes.master before passing through cap_mkdb, | Nicholas Marriott |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-05 | allow option KVA_GUARDPAGES to compile. | David Hill |
2011-07-05 | Fixed some bugs of priv_send(). The bugs caused sending routing messages | YASUOKA Masahiko |
2011-07-05 | Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPI | Mike Belopuhov |
2011-07-05 | sync | Theo de Raadt |
2011-07-05 | now of course I only noticed if_qflush is completely unused after | Henning Brauer |
2011-07-05 | check that thread specific keys are valid, and cleanup code a little. | Ted Unangst |
2011-07-05 | When calling nfs_request() for what could be an async request, pass | Philip Guenthe |
2011-07-05 | disable COMPAT_AOUT, it's useless now, but leave the code in the tree | Ted Unangst |
2011-07-05 | Remove the osyscall() kernel-entry; we do not use it anymore. | Theo de Raadt |