Age | Commit message (Expand) | Author |
2009-12-09 | parsecommunity() does not allow to set unknown well-known communities. | Claudio Jeker |
2009-12-09 | Stop spamming dmesg when raid isn't available. | Marco Peereboom |
2009-12-09 | disable useles print | Marco Peereboom |
2009-12-08 | Unconditionnaly move kernel virtual memory space to XKSEG, now that previous | Miod Vallat |
2009-12-08 | In cpu_switchto(), correctly ignore CKSEG0 curprocpaddr (and do not update the | Miod Vallat |
2009-12-08 | Use a whole page for msgbuf if page size is larger than 4KB, instead of | Miod Vallat |
2009-12-08 | Remove old SysV SHM size limits global variables, they are no longer needed | Miod Vallat |
2009-12-08 | Passing kva + size as the third argument to uvm_km_free() is a bad idea. It | Mark Kettenis |
2009-12-08 | Fix overflow bug found by Holger Mikolon, thanks. | Dale Rahn |
2009-12-08 | Base the revision string in the INQUIRY info on the version of the VIO protocol | Mark Kettenis |
2009-12-08 | Must byte-swap extended community data before printing since it is in | Claudio Jeker |
2009-12-08 | porcesses -> processes | Jonathan Gray |
2009-12-08 | Split out some code into own function to make the code a bit nicer. | Claudio Jeker |
2009-12-08 | yes "initial letters in Nd should not be uppercased unneccessarily" | Jason McIntyre |
2009-12-08 | Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more to | Claudio Jeker |
2009-12-08 | Big AID change part two. This changes the mp capability into an array of | Claudio Jeker |
2009-12-08 | the ata identify structure is stupid. its full of buffers you have | David Gwynne |
2009-12-08 | claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci. | David Gwynne |
2009-12-08 | move "pf: key search" and "pf: key setup" messages to PF_DEBUG_NOISY | Stuart Henderson |
2009-12-08 | krw and marco found another problem with my atascsi chanages. | David Gwynne |
2009-12-08 | listerner -> listener; from Brad Tilley | Jason McIntyre |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott |
2009-12-08 | sync | Kevin Lo |
2009-12-08 | USB IDs for Realtek RTL8192U | Kevin Lo |
2009-12-07 | enter afb | Mark Kettenis |
2009-12-07 | Firmware for Elite3D framebuffers. Thanks to Sun, and in particular Alan | Mark Kettenis |
2009-12-07 | Correctly skip available memory regions without (kernel) page aligned | Miod Vallat |
2009-12-07 | Mention KB_UK now also supports swapctrlcaps | Owain Ainsworth |
2009-12-07 | Sync VM_MIN_ADDRESS with __LDPGSZ again. | Miod Vallat |
2009-12-07 | sync (with pckbd) | Owain Ainsworth |
2009-12-07 | Support uk.swapctrlcaps as a valid keymap. | Owain Ainsworth |
2009-12-07 | Support for 16KB page size kernels; page size is now set in <machine/param.h> | Miod Vallat |
2009-12-07 | If UPAGES would turn out to be 1, instead of using wired TLB entries to map | Miod Vallat |
2009-12-07 | Use a pool to manage pmap pte pages and top level segment table, instead of | Miod Vallat |
2009-12-07 | When converting ARCBios memory spaces from ARCBios page size to the kernel | Miod Vallat |
2009-12-07 | Be sure to always check tlbp return values for strictly negative values | Miod Vallat |
2009-12-07 | When netbooting the kernel image from ARCBios, our load address may not be | Miod Vallat |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |
2009-12-07 | Get page size information by reading the kernel image' struct uvmexp, instead | Miod Vallat |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-12-07 | update to sudo 1.7.2p2 | Todd C. Miller |
2009-12-07 | Avoid dereferencing a null pointer when logging a DNS lookup failure. | Joel Sing |
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson |
2009-12-07 | don't use $set->print, consistent messages. | Marc Espie |
2009-12-07 | Cleanup discipline initialisation. | Joel Sing |
2009-12-07 | Define discipline capabilities using a set of flags. | Joel Sing |
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie |
2009-12-07 | oops, wrong version of previous diff. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann |