index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
Age
Commit message (
Expand
)
Author
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
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2011-07-02
rename VFSDEBUG to VFLCKDEBUG;
Thordur I. Bjornsson
2011-06-30
Refactor some common open/close/detach disk driver code into
Matthew Dempsky
2011-06-30
sync
Ted Unangst
2011-06-30
compat_35 has not been enabled for sometime, time to remove it
Ted Unangst
2011-06-29
ansi with a little knf. ok deraadt jsg
Ted Unangst
2011-06-28
Rename FMARK to FIF_MARK and FDEFER to FIF_DEFER and
Thordur I. Bjornsson
2011-06-27
Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't
Philip Guenthe
2011-06-27
remove compat_vax1k. no more 4.3bsd reno support. ok deraadt
Ted Unangst
2011-06-26
if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()
Theo de Raadt
2011-06-24
machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and
Christian Weisgerber
2011-06-23
Make mbufs and dma_alloc be contig allocations.
Ariane van der Steldt
2011-06-20
serialize attach and detach of device sub-trees -- only one device
Theo de Raadt
2011-06-19
Minor cleanup for disk_lock() and disk_unlock().
Matthew Dempsky
2011-06-19
Add disk_lock_nointr() as a way to acquire the disk lock without being
Matthew Dempsky
2011-06-19
Kill the "lockname" argument to disk_construct().
Matthew Dempsky
2011-06-09
Don't copy the first octet of the source IPv6 address where the destination
Stuart Henderson
2011-06-06
Backout vmmap in order to repair virtual address selection algorithms
Ariane van der Steldt
2011-06-06
push kernel malloc(9) and kernel stacks into non-dma memory, since that
Theo de Raadt
2011-06-05
Move the bufcachepercent setting code to MI locations -- set it to 42%
Theo de Raadt
2011-06-03
Get rid of the wlabel argument to bounds_check_with_label(). It's
Matthew Dempsky
2011-06-02
We will ignore retval2; it is not an issue
Theo de Raadt
2011-06-01
Add device_ref/device_unref calls to prevent a possible use-after-free
Matthew Dempsky
2011-06-01
regenerate
Philip Guenthe
2011-06-01
Mark some system calls that don't require big lock with NOLOCK
Philip Guenthe
2011-06-01
sys_getpid() isn't really NOLOCK safe, as the compat bits inside it require
Philip Guenthe
2011-06-01
Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.
Matthew Dempsky
[next]