Age | Commit message (Expand) | Author |
2010-07-15 | add MetaGeek Wi-Spy 2.4i | Stuart Henderson |
2010-07-15 | Correct function in panic string. From Christophe Fillot | Claudio Jeker |
2010-07-15 | m_getptr(m, 0, ...) may return an mbuf different from m -- if m has no | Claudio Jeker |
2010-07-15 | * Comment poll support in conf.h | Marcus Glocker |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-15 | limit the pools from 14 bits down. We cannot use PAGE_SIZE because it | Theo de Raadt |
2010-07-15 | the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. | Ted Unangst |
2010-07-14 | implement poll() for video(4) | Jacob Meuser |
2010-07-14 | The append side of a socketbuffer is not allowed to call sbflush(). | Claudio Jeker |
2010-07-14 | In urndis_decap(), delay the memcpy() for as long as possible. There is | Michael Knudsen |
2010-07-14 | urndis_newbuf() is only called with NULL as it's third argument so just | Michael Knudsen |
2010-07-14 | Newer 8168x and 810x chipsets have a different way of stopping the chipset. | Christian Weisgerber |
2010-07-14 | Let vga_pci.c build in kernel configs without acpi. ok kettenis@ | Matthieu Herrb |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |
2010-07-14 | SCSI HBA drivers need to report success/error through xs, not xs->bp. | Matthew Dempsky |
2010-07-14 | if we produce a lot of rtsock messages it is possible we will hit a | David Gwynne |
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 |