Age | Commit message (Expand) | Author |
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 |
2008-07-12 | Use the proper interrupt target ID on Oberon. | Mark Kettenis |
2008-07-12 | fix printing of nchstats | Thordur I. Bjornsson |
2008-07-12 | Adjust SUN4U_TLB_RESERVED_MASK for updated SUN4U_TLB_PA_MASK. | Mark Kettenis |
2008-07-12 | Don't install interrupt handlers for non-exitsing interrupts on CMU-CH. | Mark Kettenis |
2008-07-12 | On Fujitsu's SPARC64 CPUs, the data_access_error trap is synchronous, and AFSR | Mark Kettenis |
2008-07-12 | Add macros to get the appropriate interrupt target ID for non-UPA CPUs and | Mark Kettenis |
2008-07-12 | Remove obsolete TODO comment. | Marcus Glocker |
2008-07-12 | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch | Can Erkin Acar |
2008-07-12 | regen | Brad Smith |
2008-07-12 | Add the OUI id for JMicron and the ids for the JMP202 FastE PHY and | Brad Smith |
2008-07-12 | better description for -i flag: | Damien Miller |
2008-07-12 | Add support for the Marvell 88E8016 PHY. | Brad Smith |
2008-07-12 | unbreak; move clearing of cctx struct to before first use | Damien Miller |
2008-07-11 | If there is a 100baseT4 connection then fall through so as to | Brad Smith |
2008-07-11 | shut off an annoying gcc warning. | Reyk Floeter |
2008-07-11 | Check the correct BMSR bit in the capabilities field when checking | Brad Smith |
2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added | Reyk Floeter |
2008-07-11 | Qlogic -> QLogic | Igor Sobrado |
2008-07-11 | Fujitsu SPARC64-VI CPU's have two cores that have two threads each. Provide | Mark Kettenis |
2008-07-11 | Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts | Bret Lambert |