summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
2012-09-19match some more LAN95xx device idsJonathan Gray
2012-09-19SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.Jonathan Gray
2012-09-19Make rt_lookup return a pointer to an rtentry struct instead ofBret Lambert
2012-09-19inherit IFCAP_CSUM_* from the parent interfaceHenning Brauer
2012-09-19defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.cHenning Brauer
2012-09-19update the tdb replay counter endian conversion to 64 bits;Mike Belopuhov
2012-09-19More radix internals pushdown; place rn_mpath_next, which accepts andBret Lambert
2012-09-19Use TAILQ_FOREACH macro for loops. No binary diff.Alexander Bluhm
2012-09-19vhold() and vdrop() are prototyped in vnode.h, so don't repeat them herePhilip Guenthe
2012-09-18several tweaks to make mpi(4) work for vmware emulated sas adapters.David Gwynne
2012-09-18the 'WIDE' was droppedJasper Lievisse Adriaanse
2012-09-18support the Lenovo ThinkVision LT1421Jasper Lievisse Adriaanse
2012-09-18regenJasper Lievisse Adriaanse
2012-09-18add Lenovo ThinkVision LT1421 (portable displaylink monitor)Jasper Lievisse Adriaanse
2012-09-18add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVisio...Jasper Lievisse Adriaanse
2012-09-18Wait until all xfers have finished before giving up DMA buffer mappings.Gerhard Roth
2012-09-18sysctl calls shouldn't clobber route timers without spl protectionBret Lambert
2012-09-18- use nitems() here; no binary change.Jasper Lievisse Adriaanse
2012-09-18prio 0 is valid, therefore, I chose an "impossible" value for prio meaningHenning Brauer
2012-09-18remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setMarkus Friedl
2012-09-18Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet,Bret Lambert
2012-09-17add IPV6_RECVDSTPORT socket option, which enables us to get originalYASUOKA Masahiko
2012-09-17Whitespace change (excess indentation).Bret Lambert
2012-09-17Recognize executables tagged with ELFOSABI_OPENBSD (such as generatedMatthew Dempsky
2012-09-17Bit field name was confused. Not MCS08 but MCS09.YASUOKA Masahiko
2012-09-17Fix indent white spaces.Alexander Bluhm
2012-09-17fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadtMarkus Friedl
2012-09-17add sensor category and moved some devices to the category.Yojiro Uo
2012-09-17regenYojiro Uo
2012-09-17add Toradex productsYojiro Uo
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-09-15Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.Philip Guenthe
2012-09-13tell mii_attach where the phy is on the chip, rather than asking it toDavid Gwynne
2012-09-13regenjoshua stein
2012-09-13recognize the Intel Centrino Advanced-N 6235joshua stein
2012-09-12match on another axis AX88772B that comes with the asus ux21/ux31ajoshua stein
2012-09-12regenjoshua stein
2012-09-12add another ASIX AX88772B devicejoshua stein
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-12Use sg_addr instead of sg_lo_addr, leftovers from last commit.Christiano F. Haesbaert
2012-09-12Make sure we don't sleep on autoconf.Christiano F. Haesbaert
2012-09-11Cope with PIE, if it is enabled. Note that this has not been completelyTheo de Raadt
2012-09-11Cope with PIE, if it is enabledTheo de Raadt
2012-09-11Support FTDI FT2232H. This has a new base clock rate, different divisor,Theo de Raadt
2012-09-11Add -nopie to the linker flags.Mark Kettenis
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-09-11Check that the host supports GET_SPEED as well as GET_VERSION before decidingDarren Tucker