summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2015-01-22pool_chk_page iterates over a pages free item lists and checks thatDavid Gwynne
2015-01-22bring back r1.80:David Gwynne
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-19back it out properlyTheo de Raadt
2015-01-19never tested with a make releaseTheo de Raadt
2015-01-19Oops, missed the new #include when manually applying the diff fromPhilip Guenther
2015-01-19Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()Philip Guenther
2015-01-19Move doaccept() declaration from its .c file to sys/socketvar.h for usePhilip Guenther
2015-01-19Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len addedPhilip Guenther
2015-01-19SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAXTheo de Raadt
2015-01-19pass the size of the softc to free.David Gwynne
2015-01-19white space fixes. no binary change.David Gwynne
2015-01-19unneccessary cmask variable; ok guentherTheo de Raadt
2015-01-18Revert 1.166 (but keep the bufq_wait() interface change), for this is wrongMiod Vallat
2015-01-17use NGROUPS_MAXTheo de Raadt
2015-01-16increase namecache to maxvnodes again now that the n^2 loop is no more.Ted Unangst
2015-01-16increasing the size of the namecache suddenly made the commentTed Unangst
2015-01-15The flags variable in shmat was not actually used. We need UVM_FLAG_*Todd C. Miller
2015-01-15Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared aterMark Kettenis
2015-01-15Map the sigcode page copy-on-write. This allows userland to put breakpointsMark Kettenis
2015-01-13Many architectures call initmsgbuf() really really early, before uvm isMark Kettenis
2015-01-13Add dmesg -s support, to view the output of rc(8) system startup messages.Marco Pfatschbacher
2015-01-12revert the namecache embiggening since it seems to cause hangs at reboot.Ted Unangst
2015-01-12hibernate_suspend() should not pmap_kremove by itself; hibernate_free()Theo de Raadt
2015-01-09save the bufq pointer from the buf before we turn it loose so it won'tTed Unangst
2015-01-09rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadtTed Unangst
2015-01-08increase namecache size to follow maxvnodes. seems better than desiredvnodes.Ted Unangst
2015-01-05splassert on some archs (or just sparc64) check that you're not inDavid Gwynne
2015-01-04back out r1.173, aka the "* 8" diff. it tickles a problem on someDavid Gwynne
2015-01-04avoid the use of an uninitialised variable in one of the codepaths inJonathan Gray
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-30Rework disklabel reading taskq to plug holes pointed out by jsing@.Kenneth R Westerback
2014-12-29Explicitely include <uvm/uvm_extern.h> in order to build on variable page sizeMiod Vallat
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-28Replace last workq in tree (reading disklabels from newly attachedKenneth R Westerback
2014-12-23unifdef INETTed Unangst
2014-12-22fix an error in piglet allocation when requesting an alignment < PAGE_SIZEMike Larkin
2014-12-22Make it possible to execute PIE binaries that don't have an PT_INTERP segmentMark Kettenis
2014-12-22remove some unused fields from pool. ok dlgTed Unangst
2014-12-22if we're able to use large page allocators, try and place at leastDavid Gwynne
2014-12-20Zap a sneaky trailing blank that was hiding in plain view.Kenneth R Westerback
2014-12-20Zap local variable that shadows another local variable. Fixes a panic causedMark Kettenis
2014-12-20Zap a bunch of leading/trailing whitespace.Kenneth R Westerback
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-12-19timestamp empty pages, and only free them if theyve been idle for at leastDavid Gwynne
2014-12-19the last commit changed LIST_INSERT_HEAD to TAILQ_INSERT_TAIL cos theDavid Gwynne
2014-12-19replace the page LISTS with page TAILQs. this will let me pull pages fromDavid Gwynne
2014-12-17remove lock.h from uvm_extern.h. another holdover from the simpletonlockTed Unangst
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther