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
2015-02-13
Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced
Todd C. Miller
2015-02-12
Remove useless extern definitions of nselcoll and selwait.
Todd C. Miller
2015-02-11
Extend struct kinfo_file a bit so that netstat has all the info it needs.
Claudio Jeker
2015-02-11
Prefer arg != 0 over arg for non-boolean. nitted kettenis@
Philip Guenther
2015-02-11
sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required
Philip Guenther
2015-02-11
make the rwlock implementation MI.
David Gwynne
2015-02-10
Don't use an uninitialized variable when a PT_LOAD segment with
Philip Guenther
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-10
remove #ifndef handling of __HAVE_MD_RWLOCK. it's never set, and with a
David Gwynne
2015-02-10
reintroduce page item cache colouring.
David Gwynne
2015-02-10
Factor out the common bits of process_new() and main()'s code for
Philip Guenther
2015-02-10
assert that we hold the scheduler lock in unsleep()
Bret Lambert
2015-02-09
sync
Theo de Raadt
2015-02-09
getrtable() can operate NOLOCK; ok guenther
Theo de Raadt
2015-02-09
make sigprocmask(2) not take the kernel lock
Martin Pelikan
2015-02-09
you need atomic.h to do atomic things.
David Gwynne
2015-02-09
sync
Theo de Raadt
2015-02-09
getdtablecount() can go NOLOCK
Theo de Raadt
2015-02-09
use atomic ops to increment and decrement the device ref count in
David Gwynne
2015-02-09
Change the way stackgap_random is applied. Instead of applying it within the
Miod Vallat
2015-02-09
Stop using USRSTACK as the edge of the stack, but rather use the vmspace
Miod Vallat
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-02-07
forbid execve() with argc == 0. prompted by a millert email.
Ted Unangst
2015-02-07
Introduce VM_KERNEL_SPACE_SIZE as a replacement for
Miod Vallat
2015-02-07
make mq_enlist drop mbufs is the queues length is exceeded.
David Gwynne
2015-02-07
Preserve a page's worth of random data on hibernate resume. Used to improve
Mike Larkin
2015-02-07
add ml_filter and mq_filter functions to the mbuf list and queue apis.
David Gwynne
2015-02-07
New framework that allows hibernate to pass in entropy from it's fresh
Theo de Raadt
2015-02-06
Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can
Theo de Raadt
2015-02-06
Fix a hibernate crash on some machines due to unmapping a page that
Mike Larkin
2015-01-28
revert back to initial vnodes again so we can be sure nfs likes it
Ted Unangst
2015-01-27
remove workq code. its been replaced with tasks.
David Gwynne
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2015-01-27
Require EFT shared objects have a PT_PHDR entry to be considered
Kurt Miller
2015-01-26
Move the "stackgap" from the stack into its own page at a random address.
Mark Kettenis
2015-01-22
pool_chk_page iterates over a pages free item lists and checks that
David Gwynne
2015-01-22
bring back r1.80:
David Gwynne
2015-01-20
Move ps_strings "after" the random stackgap. This makes its location a
Mark Kettenis
2015-01-20
Missing $OpenBSD$'s.
Kenneth R Westerback
2015-01-19
back it out properly
Theo de Raadt
2015-01-19
never tested with a make release
Theo de Raadt
2015-01-19
Oops, missed the new #include when manually applying the diff from
Philip Guenther
2015-01-19
Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()
Philip Guenther
2015-01-19
Move doaccept() declaration from its .c file to sys/socketvar.h for use
Philip Guenther
2015-01-19
Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len added
Philip Guenther
2015-01-19
SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX
Theo de Raadt
2015-01-19
pass the size of the softc to free.
David Gwynne
2015-01-19
white space fixes. no binary change.
David Gwynne
2015-01-19
unneccessary cmask variable; ok guenther
Theo de Raadt
2015-01-18
Revert 1.166 (but keep the bufq_wait() interface change), for this is wrong
Miod Vallat
[next]