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-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
2011-06-01
Add a few KASSERTs to config_attach() for sanity to make sure we don't
Matthew Dempsky
2011-05-27
Fix the return values from pipe_kqfilter - kqfilters should return an
Nicholas Marriott
2011-05-24
Reimplement uvm/uvm_map.
Ariane van der Steldt
2011-05-20
Avoid panic'ing on a bad pointer passed in by callers of msgsnd;
Bret Lambert
2011-05-17
Ban passing of kqueue descriptors via UNIX domain sockets. Currently,
Philip Guenthe
2011-05-10
tweak timeout_del so it can tell the caller if it actually did remove a
David Gwynne
2011-05-08
because bufs now come out of a pool rather than a global list of staticly
David Gwynne
2011-05-04
Collapse m_pullup and m_pullup2 into a single function, as they're
Bret Lambert
2011-05-03
spaces
Marco Peereboom
2011-05-02
recognize SO_RTABLE socket option at the SOL_SOCKET level;
Mike Belopuhov
2011-04-28
spaces
Marco Peereboom
2011-04-26
Allow the root device to be identified via its disklabel UID.
Joel Sing
2011-04-19
Put splice cleanup code into a common function sounsplice().
Alexander Bluhm
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-18
Put back the change of pool and malloc into the new km_alloc(9) api.
Artur Grabowski
2011-04-16
Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of
Kenneth R Westerback
2011-04-15
In days of yore one could arbitrarily whack buffer flags. Those days
Kenneth R Westerback
2011-04-15
Correct the sharing of the signal handling state: stuff that should
Philip Guenthe
2011-04-11
Move the DDB includes up in the file so that the m_print() prototype is
Claudio Jeker
[next]