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