Age | Commit message (Expand) | Author |
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar |
2008-07-16 | link udp pcbs to pf states, same as done for tcp already | Henning Brauer |
2008-07-16 | Enable the read DMA engine's PCI read request burst length long burst | Brad Smith |
2008-07-15 | Add a timecounter based on the $sys_tick register, and use it on machines | Mark Kettenis |
2008-07-15 | Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an | Mark Kettenis |
2008-07-15 | - chraise can be replaced with toupper; no need to check for islower | Martynas Venckus |
2008-07-15 | set cp to the value of PAGER, so that type1 doesn't try to use it | Martynas Venckus |
2008-07-15 | Backout rev 1.162. This change made us muck with with pci config space at | Mark Kettenis |
2008-07-15 | Remove some debug code that i forgot to remove in a previous commit. | Owain Ainsworth |
2008-07-15 | Adapt some code from the FreeBSD driver required to make | Jonathan Gray |
2008-07-15 | theres no need too m_adj() the mbuf by 8bytes (u_int64_t) in | Thordur I. Bjornsson |
2008-07-15 | make the version number stuff mandatory. | Marc Espie |
2008-07-15 | deprecate package names without version numbers. | Marc Espie |
2008-07-15 | sync | Peter Valchev |
2008-07-15 | number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov | Damien Miller |
2008-07-14 | Fix struct sysioreg layout after the struct iommureg layout change; | Miod Vallat |
2008-07-14 | Make VIDIOC_ENUM_FMT list all available formats for the attached device. | Marcus Glocker |
2008-07-14 | Regen | Miod Vallat |
2008-07-14 | /dev/tuner description should point out to bktr(4), spotted by jmc. | Miod Vallat |
2008-07-14 | Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are not | Miod Vallat |
2008-07-14 | Don't lock timeouts in db_show_callout. | Artur Grabowski |
2008-07-14 | Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf(). | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-14 | m_copy can return NULL, so check for it | Henning Brauer |
2008-07-14 | Zap some dead commons that are no longer used. | Artur Grabowski |
2008-07-14 | another mange->manage | Stuart Henderson |
2008-07-14 | mange -> manage | Marc Balmer |
2008-07-14 | Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED). | Marcus Glocker |
2008-07-14 | mention requirement for /dev/log inside chroot when using sftp-server | Damien Miller |
2008-07-14 | code(4) doesnt exist. cmp(4) is probably a bit more relevant. | David Gwynne |
2008-07-13 | increase number of piplelined requests so they properly fill the | Damien Miller |
2008-07-13 | use struct sockaddr_storage instead of struct sockaddr for accept(2) | Damien Miller |
2008-07-13 | Change "ssh-keygen -F [host] -l" to not display random art unless | Stuart Henderson |
2008-07-13 | Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp | Claudio Jeker |
2008-07-13 | core(4) | Mark Kettenis |
2008-07-13 | Spacing. | Marcus Glocker |
2008-07-13 | Save format and frame descriptors to a format group structure so we | Marcus Glocker |
2008-07-13 | Add some additional hardware revisions from FreeBSD needed for | Jonathan Gray |
2008-07-12 | reference vmt (openbsd) rather than vmware (xorg) | Chris Kuethe |
2008-07-12 | Make the console interrupt driven. | Mark Kettenis |
2008-07-12 | Make sure the label is read in rdopen(), this isn't the case if you | Miod Vallat |
2008-07-12 | Right now agp_generic_enable() is wrong. It has been since 2006. It | Owain Ainsworth |
2008-07-12 | sync | Bernd Ahlers |
2008-07-12 | Add another Acer id. | Bernd Ahlers |
2008-07-12 | Shave off a few instructions from cpu_switchto(). | Mark Kettenis |
2008-07-12 | Add a temporary hack to attach only the first thread of every core for | Mark Kettenis |
2008-07-12 | Add core(4). | Mark Kettenis |
2008-07-12 | Perform IOMMU cache flushes on Oberon. | Mark Kettenis |
2008-07-12 | Fix a strlcpy() bound. | Miod Vallat |