summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-12-03wrap bpf.h header with NBPFILTERStefan Fritsch
2012-12-03Close disk images if the client disconnects. This makes it possible toMark Kettenis
2012-12-03avoid depending on gcc cast as lvalue extension whichJonathan Gray
2012-12-02Fix kva reserve - ensure that kva reserve is checked for, as wellBob Beck
2012-12-02Implement hardware flow control and enable it by default (by setting CRTSCTS).Mark Kettenis
2012-12-02Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don'tMark Kettenis
2012-12-02Don't wake the cleaner and potentially throw away pages we shouldn'tBob Beck
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-12-01Crank boot blocks version because of the compiler change.Miod Vallat
2012-12-01Switch m88k ports to gcc 3.Miod Vallat
2012-12-01Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don'tMark Kettenis
2012-12-01Add RX TCP/UDP checksum offload support.Brad Smith
2012-12-01Don't bother to zero initialize the if_capabilities field first andBrad Smith
2012-12-01The return value of vio_link_state() is not used so change the returnBrad Smith
2012-11-30Fix typo in comment.Stefan Sperling
2012-11-30Fix speakers on Apple MacBook Air 2010, they require gpio unmuting.Stuart Henderson
2012-11-30Support large MTUsStefan Fritsch
2012-11-29Enable rtsx(4) in GENERIC on i386 and amd64.Stefan Sperling
2012-11-29Add rtsx(4), a new driver for the Realtek RTS5209 card reader.Stefan Sperling
2012-11-29Delete needless check for NULL. From Michael W. Bombardieri.YASUOKA Masahiko
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-11-29Fix asterisk symbol in de layout.Alexandr Shadchin
2012-11-29make ix complile with IX_DEBUG defined, based on the patch fromMike Belopuhov
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-11-27fix format string; OK mikeb@Gleydson Soares
2012-11-27Add acpi_{acquire,release}_glk locking functions.Paul Irofti
2012-11-27remove incorrect splnet usage in pfkey interfaceMike Belopuhov
2012-11-26do not steal mbuf types (leads to a panic if M_ZEROIZE gets set onMarkus Friedl
2012-11-26shorten MBX_RX_IFACE_* definesMike Belopuhov
2012-11-26get rid of some useless bitfields in oce_mbx and mbx_hdrMike Belopuhov
2012-11-26Bring in some more pch2/82579 bits from the Intel code in FreeBSD:Jonathan Gray
2012-11-25Avoid using multiline litterals in __asm__ statement, gcc3 complains aboutMiod Vallat
2012-11-25remove the use of cast as lvalue which is verboten with newer gccJonathan Gray
2012-11-25Recognize a wrong network configuration which would cause tftpboot toMiod Vallat
2012-11-25Sync register clobber information in MVMEPROM_CALL() with those used in theMiod Vallat
2012-11-25Make the instruction replace struct static const so it will endJonathan Gray
2012-11-24Do not assign the "host" MAC address to virtual switch ports. Don't print theMark Kettenis
2012-11-23Change the way we encode devhandle and devino in the sysino such that we canMark Kettenis
2012-11-23Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTUStuart Henderson
2012-11-23better way to set baudrate to 0; pointed out by gsoares@Mike Belopuhov
2012-11-23set ifp->if_baudrate with IF_Gbps() / IF_Mbps().Gleydson Soares
2012-11-23make sure to always pass an array of struct pf_src_node pointers toMike Belopuhov
2012-11-23- Remove return's at the end of void functionsBrad Smith
2012-11-22Don't bother to store the return value from pci_set_powerstate() as theBrad Smith
2012-11-21Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOCMark Kettenis
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Try to negotiate version 1.1 of the vDisk protocol such that we can getMark Kettenis
2012-11-21Don't forget to delete an rx refill timeout when bringingMike Belopuhov
2012-11-21syncKirill Bychkov
2012-11-21Hook D-Link DUB-E100 rev C1 to axe(4)Kirill Bychkov