summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-07change the default target to print a warning, so stray make commandsTed Unangst
2011-07-07Move the uvm reserve enforcement from uvm_pagealloc to pmemrange.Owain Ainsworth
2011-07-07There were two loops in pf_setup_pdesc() and pf_normalize_ip6()Alexander Bluhm
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
2011-07-07provide IF_LEN and IFQ_LEN to access ifq_len on an ifqueue, ryan okHenning Brauer
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07get rid of a debug printf that keeps giving me flase psotives becauseHenning Brauer
2011-07-07i NEVER NEVER NEVER want to see ifqueue->ifq_len = anything. sorry, that isHenning Brauer
2011-07-07Raise the cache aliasing boundary to 4MB like we did on hppa a couple of yearsMark Kettenis
2011-07-07Bring over a few more cache flushing and TLB purging fixes from hppa.Mark Kettenis
2011-07-07Don't panic if uvm_fault fails, but enter ddb such that we can inspect theMark Kettenis
2011-07-07syncTed Unangst
2011-07-07getpid is NOLOCK again. ok deraadt guentherTed Unangst
2011-07-07Set PSL_W bit for forked processes such that they execute in 64-bit modeMark Kettenis
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-07effectively revert 1.44. we don't need the compat_43 syscall returns ever.Ted Unangst
2011-07-07Fix the LBA offset calculation for the last block in a rebuild, if thereJoel Sing
2011-07-07Functions used in files other than where they are defined should bePhilip Guenthe
2011-07-07set flags correctly in physio - now with actual clearing of B_DONE and B_ERRORBob Beck
2011-07-07Make sr_shutdown() a general function and use this from sr_detach() toJoel Sing
2011-07-07fix typos; while here, improve spacing in comments.Igor Sobrado
2011-07-07back out last change; it caused dd on usb drive to lock the machine.David Hill
2011-07-07Regenerate.Paul Irofti
2011-07-07Add more syscalls to the list.Paul Irofti
2011-07-07Return retcode in correct register. 'better commit that' kettenis@Dale Rahn
2011-07-07reorder two fieldsTed Unangst
2011-07-07empty files should be deletedTed Unangst
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
2011-07-07remove old filesTed Unangst
2011-07-07regen syscallsTed Unangst
2011-07-07remove all the old COMPAT_43 syscalls. The option itself remains forTed Unangst
2011-07-07Fold pf_test_fragment() into pf_test_rule(), reduce code and fixesRyan Thomas McBride
2011-07-07allow AOE config to be specified by userland. ok marco.Ted Unangst
2011-07-07only allocate and copyin the length of kdfinfo data.Ted Unangst
2011-07-07another case of "clever" fiddling with ifq internals, just stumbled overHenning Brauer
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous.Henning Brauer
2011-07-06Clean up after P_BIGLOCK removal.Artur Grabowski
2011-07-06stylistic clean of buffer flags assignment to be more obviously not aBob Beck
2011-07-06the rest of the uvm commit - I commited from uvm instead of sysBob Beck
2011-07-06Make this compile with gcc2.Miod Vallat
2011-07-06Renumber root busses symbolic values, and drop more fields from struct bp_conf,Miod Vallat
2011-07-06These files no longer need to include <machine/nexus.h>Miod Vallat
2011-07-06Drop cpu_dep.cpu_subconf routine, which is no longer used after KA820 supportMiod Vallat
2011-07-06uvm changes for buffer cache improvements.Bob Beck
2011-07-06correct $OpenBSD tag may helpAriane van der Steldt
2011-07-06forgot OpenBSD tagAriane van der Steldt