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-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
2015-01-17
use NGROUPS_MAX
Theo de Raadt
2015-01-16
increase namecache to maxvnodes again now that the n^2 loop is no more.
Ted Unangst
2015-01-16
increasing the size of the namecache suddenly made the comment
Ted Unangst
2015-01-15
The flags variable in shmat was not actually used. We need UVM_FLAG_*
Todd C. Miller
2015-01-15
Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater
Mark Kettenis
2015-01-15
Map the sigcode page copy-on-write. This allows userland to put breakpoints
Mark Kettenis
2015-01-13
Many architectures call initmsgbuf() really really early, before uvm is
Mark Kettenis
2015-01-13
Add dmesg -s support, to view the output of rc(8) system startup messages.
Marco Pfatschbacher
2015-01-12
revert the namecache embiggening since it seems to cause hangs at reboot.
Ted Unangst
2015-01-12
hibernate_suspend() should not pmap_kremove by itself; hibernate_free()
Theo de Raadt
2015-01-09
save the bufq pointer from the buf before we turn it loose so it won't
Ted Unangst
2015-01-09
rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt
Ted Unangst
2015-01-08
increase namecache size to follow maxvnodes. seems better than desiredvnodes.
Ted Unangst
2015-01-05
splassert on some archs (or just sparc64) check that you're not in
David Gwynne
2015-01-04
back out r1.173, aka the "* 8" diff. it tickles a problem on some
David Gwynne
2015-01-04
avoid the use of an uninitialised variable in one of the codepaths in
Jonathan Gray
2014-12-31
copyright_year=$(date +%Y)
Joel Sing
2014-12-30
Rework disklabel reading taskq to plug holes pointed out by jsing@.
Kenneth R Westerback
2014-12-29
Explicitely include <uvm/uvm_extern.h> in order to build on variable page size
Miod Vallat
2014-12-28
The greatest happiness is to scatter inferiour APIs, to drive them
Kenneth R Westerback
2014-12-28
Replace last workq in tree (reading disklabels from newly attached
Kenneth R Westerback
2014-12-23
unifdef INET
Ted Unangst
2014-12-22
fix an error in piglet allocation when requesting an alignment < PAGE_SIZE
Mike Larkin
2014-12-22
Make it possible to execute PIE binaries that don't have an PT_INTERP segment
Mark Kettenis
2014-12-22
remove some unused fields from pool. ok dlg
Ted Unangst
2014-12-22
if we're able to use large page allocators, try and place at least
David Gwynne
2014-12-20
Zap a sneaky trailing blank that was hiding in plain view.
Kenneth R Westerback
2014-12-20
Zap local variable that shadows another local variable. Fixes a panic caused
Mark Kettenis
2014-12-20
Zap a bunch of leading/trailing whitespace.
Kenneth R Westerback
2014-12-19
start retiring the nointr allocator. specify PR_WAITOK as a flag as a
Ted Unangst
2014-12-19
timestamp empty pages, and only free them if theyve been idle for at least
David Gwynne
2014-12-19
the last commit changed LIST_INSERT_HEAD to TAILQ_INSERT_TAIL cos the
David Gwynne
2014-12-19
replace the page LISTS with page TAILQs. this will let me pull pages from
David Gwynne
2014-12-17
remove lock.h from uvm_extern.h. another holdover from the simpletonlock
Ted Unangst
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
[next]