summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-08Don't compile hibernate support unless it is enabled by a config option.Ariane van der Steldt
2011-07-08Put in RLE logic for hibernate compressor.Ariane van der Steldt
2011-07-08Change pig allocator to a highest-address selection.Ariane van der Steldt
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08Move uvm_pmr_alloc_pig to kern/subr_hibernate.cAriane van der Steldt
2011-07-08Move uvm_pmr_zero_everything() to subr_hibernate.Ariane van der Steldt
2011-07-08Expose pmemrange internal functions via pmemrange.h.Ariane van der Steldt
2011-07-08Move hiballoc to hibernate.h, subr_hibernate.cAriane van der Steldt
2011-07-08do 1.174 correctly and remove (commented out) option PORTALJonathan Gray
2011-07-08vm_43.c somehow escaped when its coconspirators were rounded up.Ted Unangst
2011-07-08Unbreak macppc bootloader due to libz changes.Dale Rahn
2011-07-08ansi, no binary changeJonathan Gray
2011-07-08fill in the ata vpd page as best we can. i dont know how to fill in theDavid Gwynne
2011-07-08describe the ata vpd pageDavid Gwynne
2011-07-08provide the thin provisining vpd page if the disk does trim. only claimDavid Gwynne
2011-07-08macros for TRIMDavid Gwynne
2011-07-08sbc3 defines a thin provisioning vpd pageDavid Gwynne
2011-07-08white space fixesDavid Gwynne
2011-07-08some trim cleanups and additions.David Gwynne
2011-07-08add the UGAVALID flag to the block limits vpd pageDavid Gwynne
2011-07-08Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovecMatthew Dempsky
2011-07-08Validate DISKUNIT(dev) in vndstrategy() like we do in otherMatthew Dempsky
2011-07-08Add a vndencryptbuf() function, and refactor vndstrategy() slightly toMatthew Dempsky
2011-07-08syncMatthew Dempsky
2011-07-08Remove the sys_opipe() kernel entry point. sys_pipe() is the future.Matthew Dempsky
2011-07-08Add support for the AT_EACCESS, AT_SYMLINK_NOFOLLOW, andMatthew Dempsky
2011-07-08update the firmware to 1.4.50 via freebsd.David Gwynne
2011-07-08Remove spurious prototype.Mark Kettenis
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