summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-15add MetaGeek Wi-Spy 2.4iStuart Henderson
2010-07-15Correct function in panic string. From Christophe FillotClaudio Jeker
2010-07-15m_getptr(m, 0, ...) may return an mbuf different from m -- if m has noClaudio Jeker
2010-07-15* Comment poll support in conf.hMarcus Glocker
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-15limit the pools from 14 bits down. We cannot use PAGE_SIZE because itTheo de Raadt
2010-07-15the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct.Ted Unangst
2010-07-14implement poll() for video(4)Jacob Meuser
2010-07-14The append side of a socketbuffer is not allowed to call sbflush().Claudio Jeker
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-07-14Newer 8168x and 810x chipsets have a different way of stopping the chipset.Christian Weisgerber
2010-07-14Let vga_pci.c build in kernel configs without acpi. ok kettenis@Matthieu Herrb
2010-07-14Eliminate some unused malloc(9) type defines. Also get rid of theMatthew Dempsky
2010-07-14SCSI HBA drivers need to report success/error through xs, not xs->bp.Matthew Dempsky
2010-07-14if we produce a lot of rtsock messages it is possible we will hit aDavid Gwynne
2010-07-14oops; Fred CrowsonTheo de Raadt
2010-07-13use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan.Jonathan Gray
2010-07-13delete unnccessary includeTheo de Raadt
2010-07-13rename some thread related interfaces so they are logicalTheo de Raadt
2010-07-13fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@Otto Moerbeek
2010-07-13Do not put a data buffer on the stack; malloc it (we will use dma_allocTheo de Raadt
2010-07-13need pool.h to initialize the dma allocatorTheo de Raadt
2010-07-13dma_alloc() and dma_free(). This is a thin shim on top of a bag ofTheo de Raadt
2010-07-13Fix dmesg printing.Mark Kettenis
2010-07-13- find.fp_wsize *= find.fp_mss, 1;Henning Brauer
2010-07-13Fix a broken mask for core temperature 1 and 2, and bias properly for degC.Mike Larkin
2010-07-13Correct comment. scsi_sense_data is now 18 bytes, not 32.Kenneth R Westerback
2010-07-11typoMiod Vallat
2010-07-10Fixup structures to be correct sizeJordan Hargrave
2010-07-10A process on the zombie list can have a NULL p_pgrp if it sleeps whenPhilip Guenthe
2010-07-10Reduce the delays a bit in the miibus read/write routines.Christian Weisgerber
2010-07-10Add a bootstrap loader, this allow u-boot to auto-boot from the mediaDale Rahn
2010-07-10Remove debug print left in on last commit.Dale Rahn
2010-07-10sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andMiod Vallat
2010-07-10and cdboot must be linked with -N still, too. even more curiousTheo de Raadt
2010-07-10actually, pxeboot must remain linked with -NTheo de Raadt
2010-07-10link bootblocks with -Z instead of -N, to ensure that the file offset andTheo de Raadt
2010-07-10whitespace cleanup from Brad, no change with diff -wStuart Henderson
2010-07-10Verify _ADR bdf is correct (some systems return 0xffff)Jordan Hargrave
2010-07-10Eliminate two of the remaining three instances of drivers passingMatthew Dempsky
2010-07-10Limit SCIOCCOMMAND and ATAIOCCOMMAND requests to transferring MAXPHYSMatthew Dempsky
2010-07-09rewrite the polling codepath in mpii.David Gwynne
2010-07-09need sysctl.h to compile with GPROF; Luis HenriquesTheo de Raadt
2010-07-09We need to preserve %eax, %ecx and %edx since GCC 4.x might use theseMark Kettenis
2010-07-09un-terminated string found when comparing to i386 boot code. TheseTheo de Raadt
2010-07-09Add support for using IPsec in multiple rdomains.Reyk Floeter
2010-07-09Add the rtableid to struct rttimer and therefor make it available toClaudio Jeker
2010-07-09When protocol filtering is used on the rtsocket filter only messages thatClaudio Jeker
2010-07-09instead of saying we're using the all the states in the table whenDavid Gwynne