Age | Commit message (Expand) | Author |
2011-07-08 | Add support for the AT_EACCESS, AT_SYMLINK_NOFOLLOW, and | Matthew Dempsky |
2011-07-07 | sync | Matthew Dempsky |
2011-07-07 | Add new syscall entries to support the openat(2) family of functions | Matthew Dempsky |
2011-07-07 | change the default target to print a warning, so stray make commands | Ted Unangst |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-07 | sync | Ted Unangst |
2011-07-07 | getpid is NOLOCK again. ok deraadt guenther | Ted Unangst |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-07 | effectively revert 1.44. we don't need the compat_43 syscall returns ever. | Ted Unangst |
2011-07-07 | Functions used in files other than where they are defined should be | Philip Guenthe |
2011-07-07 | set flags correctly in physio - now with actual clearing of B_DONE and B_ERROR | Bob Beck |
2011-07-07 | back out last change; it caused dd on usb drive to lock the machine. | David Hill |
2011-07-07 | regen syscalls | Ted Unangst |
2011-07-07 | remove all the old COMPAT_43 syscalls. The option itself remains for | Ted Unangst |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | stylistic clean of buffer flags assignment to be more obviously not a | Bob Beck |
2011-07-06 | the rest of the uvm commit - I commited from uvm instead of sys | Bob Beck |
2011-07-06 | Make this compile with gcc2. | Miod Vallat |
2011-07-06 | correct $OpenBSD tag may help | Ariane van der Steldt |
2011-07-06 | forgot OpenBSD tag | Ariane van der Steldt |
2011-07-06 | On several archs (e.g. hppa, sgi, macppc) readdoslabel() is called after an a... | Kenneth R Westerback |
2011-07-06 | Woops, forgot the copyright! | Ariane van der Steldt |
2011-07-06 | Hibernate memory allocator. | Ariane van der Steldt |
2011-07-06 | Minor turd polishing: hold the vnode lock in vn_rdwr() only while | Matthew Dempsky |
2011-07-06 | Implement SOCK_SEQPACKET for UNIX sockets. | Matthew Dempsky |
2011-07-06 | Correct the check for a sun_path that lacks NUL termination to just require | Philip Guenthe |
2011-07-06 | remove the predict_whatever stuffs. ok deraadt dlg henning | Ted Unangst |
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 | VOP_GETATTR() can sleep when accessing a file over NFS, so use | Matthew Dempsky |
2011-07-06 | move a few accounting adjustments closer to removing the page, just to be safe. | Ted Unangst |
2011-07-06 | Stop using the P_BIGLOCK flag to figure out when we should release the | Artur Grabowski |
2011-07-05 | Enforce that the path to the unix socket fits into struct sockaddr_un | Claudio Jeker |
2011-07-05 | Don't worry about lseek(2)ing past the end of raw disk devices. The | Matthew Dempsky |
2011-07-05 | Remove a broken optimization found by the new pool_chk code. It | Ted Unangst |
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 | 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 | Minor cleanup. OK blambert@ | Claudio Jeker |
2011-07-05 | clean up some left over decls from before the code moved to one file | Theo de Raadt |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
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-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Fix another kqfilter return value. | Nicholas Marriott |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |