Age | Commit message (Expand) | Author |
2011-07-08 | down to one compat option... | Ted Unangst |
2011-07-08 | regen syscalls | Ted Unangst |
2011-07-08 | remove all traces of COMPAT_09 and COMPAT_10. ok deraadt | Ted Unangst |
2011-07-08 | mark carp advertisements to be queued at priority 6. losing them is bad, | Henning Brauer |
2011-07-08 | keep the fdplock around copyout in pipe. ok matthew | Ted Unangst |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-08 | surprisingly, we use pf as classifier for the new priority queueing | Henning Brauer |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-08 | this also must be included my previous commit. sorry. | YASUOKA Masahiko |
2011-07-08 | this must be included my previous commit. | YASUOKA Masahiko |
2011-07-08 | Don't compile hibernate support unless it is enabled by a config option. | Ariane van der Steldt |
2011-07-08 | Put in RLE logic for hibernate compressor. | Ariane van der Steldt |
2011-07-08 | Change pig allocator to a highest-address selection. | Ariane van der Steldt |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-08 | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_zero_everything() to subr_hibernate. | Ariane van der Steldt |
2011-07-08 | Expose pmemrange internal functions via pmemrange.h. | Ariane van der Steldt |
2011-07-08 | Move hiballoc to hibernate.h, subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | do 1.174 correctly and remove (commented out) option PORTAL | Jonathan Gray |
2011-07-08 | vm_43.c somehow escaped when its coconspirators were rounded up. | Ted Unangst |
2011-07-08 | Unbreak macppc bootloader due to libz changes. | Dale Rahn |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-08 | fill in the ata vpd page as best we can. i dont know how to fill in the | David Gwynne |
2011-07-08 | describe the ata vpd page | David Gwynne |
2011-07-08 | provide the thin provisining vpd page if the disk does trim. only claim | David Gwynne |
2011-07-08 | macros for TRIM | David Gwynne |
2011-07-08 | sbc3 defines a thin provisioning vpd page | David Gwynne |
2011-07-08 | white space fixes | David Gwynne |
2011-07-08 | some trim cleanups and additions. | David Gwynne |
2011-07-08 | add the UGAVALID flag to the block limits vpd page | David Gwynne |
2011-07-08 | Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovec | Matthew Dempsky |
2011-07-08 | Validate DISKUNIT(dev) in vndstrategy() like we do in other | Matthew Dempsky |
2011-07-08 | Add a vndencryptbuf() function, and refactor vndstrategy() slightly to | Matthew Dempsky |
2011-07-08 | sync | Matthew Dempsky |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-07-08 | Add support for the AT_EACCESS, AT_SYMLINK_NOFOLLOW, and | Matthew Dempsky |
2011-07-08 | update the firmware to 1.4.50 via freebsd. | David Gwynne |
2011-07-08 | Remove spurious prototype. | Mark Kettenis |
2011-07-08 | Increase sdl_data so that more then IFNAMSIZ bytes are available. | Claudio Jeker |
2011-07-08 | some machines don't boot with the previous uvm reserve enforcement diff. | Ted Unangst |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | sync | Matthew Dempsky |
2011-07-07 | Add new syscall entries to support the openat(2) family of functions | Matthew Dempsky |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst |
2011-07-07 | Add missing bits to the syscall entry path. Not perfect yet, but it works | Mark Kettenis |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst |
2011-07-07 | We should not have any direct initialization of ifq structures. | Ryan Thomas McBride |
2011-07-07 | Stuff arg0-arg7 in the right slots of the trap frame. | Mark Kettenis |