summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-08Increase sdl_data so that more then IFNAMSIZ bytes are available.Claudio Jeker
2011-07-08some machines don't boot with the previous uvm reserve enforcement diff.Ted Unangst
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07syncMatthew Dempsky
2011-07-07Add new syscall entries to support the openat(2) family of functionsMatthew Dempsky
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07We cannot allow the past to impede future progress. So disable bluetoothTed Unangst
2011-07-07Add missing bits to the syscall entry path. Not perfect yet, but it worksMark Kettenis
2011-07-07Take more care to write 'dos' labels in the same place readdoslabel()Kenneth R Westerback
2011-07-07shrink the kernel by zapping old mms and lms driver. i'll come back for theTed Unangst
2011-07-07We should not have any direct initialization of ifq structures.Ryan Thomas McBride
2011-07-07Stuff arg0-arg7 in the right slots of the trap frame.Mark Kettenis
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