summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-07-02rename VFSDEBUG to VFLCKDEBUG;Thordur I. Bjornsson
2011-06-30Refactor some common open/close/detach disk driver code intoMatthew Dempsky
2011-06-30syncTed Unangst
2011-06-30compat_35 has not been enabled for sometime, time to remove itTed Unangst
2011-06-29ansi with a little knf. ok deraadt jsgTed Unangst
2011-06-28Rename FMARK to FIF_MARK and FDEFER to FIF_DEFER andThordur I. Bjornsson
2011-06-27Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn'tPhilip Guenthe
2011-06-27remove compat_vax1k. no more 4.3bsd reno support. ok deraadtTed Unangst
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-23Make mbufs and dma_alloc be contig allocations.Ariane van der Steldt
2011-06-20serialize attach and detach of device sub-trees -- only one deviceTheo de Raadt
2011-06-19Minor cleanup for disk_lock() and disk_unlock().Matthew Dempsky
2011-06-19Add disk_lock_nointr() as a way to acquire the disk lock without beingMatthew Dempsky
2011-06-19Kill the "lockname" argument to disk_construct().Matthew Dempsky
2011-06-09Don't copy the first octet of the source IPv6 address where the destinationStuart Henderson
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-06push kernel malloc(9) and kernel stacks into non-dma memory, since thatTheo de Raadt
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-06-02We will ignore retval2; it is not an issueTheo de Raadt
2011-06-01Add device_ref/device_unref calls to prevent a possible use-after-freeMatthew Dempsky
2011-06-01regeneratePhilip Guenthe
2011-06-01Mark some system calls that don't require big lock with NOLOCKPhilip Guenthe
2011-06-01sys_getpid() isn't really NOLOCK safe, as the compat bits inside it requirePhilip Guenthe
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky