Age | Commit message (Expand) | Author |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-13 | use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan. | Jonathan Gray |
2010-07-13 | delete unnccessary include | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-13 | fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@ | Otto Moerbeek |
2010-07-13 | Do not put a data buffer on the stack; malloc it (we will use dma_alloc | Theo de Raadt |
2010-07-13 | need pool.h to initialize the dma allocator | Theo de Raadt |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-13 | Fix dmesg printing. | Mark Kettenis |
2010-07-13 | - find.fp_wsize *= find.fp_mss, 1; | Henning Brauer |
2010-07-13 | Fix a broken mask for core temperature 1 and 2, and bias properly for degC. | Mike Larkin |
2010-07-13 | Correct comment. scsi_sense_data is now 18 bytes, not 32. | Kenneth R Westerback |
2010-07-11 | typo | Miod Vallat |
2010-07-10 | Fixup structures to be correct size | Jordan Hargrave |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-07-10 | Reduce the delays a bit in the miibus read/write routines. | Christian Weisgerber |
2010-07-10 | Add a bootstrap loader, this allow u-boot to auto-boot from the media | Dale Rahn |
2010-07-10 | Remove debug print left in on last commit. | Dale Rahn |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
2010-07-10 | and cdboot must be linked with -N still, too. even more curious | Theo de Raadt |
2010-07-10 | actually, pxeboot must remain linked with -N | Theo de Raadt |
2010-07-10 | link bootblocks with -Z instead of -N, to ensure that the file offset and | Theo de Raadt |
2010-07-10 | whitespace cleanup from Brad, no change with diff -w | Stuart Henderson |
2010-07-10 | Verify _ADR bdf is correct (some systems return 0xffff) | Jordan Hargrave |
2010-07-10 | Eliminate two of the remaining three instances of drivers passing | Matthew Dempsky |
2010-07-10 | Limit SCIOCCOMMAND and ATAIOCCOMMAND requests to transferring MAXPHYS | Matthew Dempsky |
2010-07-09 | rewrite the polling codepath in mpii. | David Gwynne |
2010-07-09 | need sysctl.h to compile with GPROF; Luis Henriques | Theo de Raadt |
2010-07-09 | We need to preserve %eax, %ecx and %edx since GCC 4.x might use these | Mark Kettenis |
2010-07-09 | un-terminated string found when comparing to i386 boot code. These | Theo de Raadt |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-09 | When protocol filtering is used on the rtsocket filter only messages that | Claudio Jeker |
2010-07-09 | instead of saying we're using the all the states in the table when | David Gwynne |
2010-07-09 | Clear the noise | Jordan Hargrave |
2010-07-09 | -#if 1 || defined(PFSYNC_DEBUG) | David Gwynne |
2010-07-09 | the current code doesnt detect when its filled a bulk packet so it | David Gwynne |
2010-07-09 | sending of bulk updates has been very broken since r1.124. | David Gwynne |
2010-07-09 | Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit | YASUOKA Masahiko |
2010-07-09 | 3 more JEDEC JC-42.4 sensors are the market | Theo de Raadt |
2010-07-09 | gcc4 is a bloated pig, so a few things must fall off the floppy | Theo de Raadt |
2010-07-09 | - Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets. | Stuart Henderson |
2010-07-08 | dont count requeued io as outstanding io. there is a 1:1 mapping | David Gwynne |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-08 | Add definitions for ICMP extended headers available for some ICMP messages | Claudio Jeker |
2010-07-08 | use config_activate_children to activate children that might need it | Theo de Raadt |
2010-07-08 | use config_activate_children to get down to the isa bus activation code | Theo de Raadt |
2010-07-08 | Devices which don't have read or write functionality should not return | Theo de Raadt |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-07-08 | Use correct alignment for scrub max-mss. Based on a diff from deraadt. | Stuart Henderson |