summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-02-06Check for __PIC__, not PIC, as some files in libc will only see the former.Miod Vallat
2013-02-05Make the inet6 and inet cases in in_pcbrtentry() look similar.Alexander Bluhm
2013-02-05netflow v10 omitted the sysUpTime flow set header field fromFlorian Obser
2013-02-05Do not profile the various ipi functions. This is a requirement for theMartin Pieuchot
2013-02-04The firmware isn't always happy with the length of the "join BSS" commandMark Kettenis
2013-02-04Set sa_len correctly for PF_INET (and be consistent with the PF_INET6Todd C. Miller
2013-02-04some stuff i found in old storedge 3500 disk trays seem to work fine.David Gwynne
2013-02-03Let the octeon kernel link properly.Brian Callahan
2013-02-02- remove product/vendor table and let the driver attach based on class, etc.Federico G. Schwindt
2013-02-02mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88kMiod Vallat
2013-02-02hp300 ELF bits. Requires many device and prom related structs to now be declaredMiod Vallat
2013-02-02Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbelMiod Vallat
2013-02-01Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-31welcome to 5.3-BETAMiod Vallat
2013-01-30In doreadlinkat(), only access auio.uio_resid if it's already beenMatthew Dempsky
2013-01-30backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5David Gwynne
2013-01-297 &&'ed elements in a single KASSERT involving complex tests is just painfulBob Beck
2013-01-29Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-29- Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to beBrad Smith
2013-01-29Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-29Add the PCI id for the D-Link DFE-520TX C1 board.Brad Smith
2013-01-29the bus_space api implies that there's a bus endianness that it willDavid Gwynne
2013-01-29big pullup of bge to support the 5718 family of chips including theDavid Gwynne
2013-01-28Make ulpt(4) upload firmware into HP LaserJet printers which require firmware.Stefan Sperling
2013-01-28regenStefan Sperling
2013-01-28Add USB device IDs for HP LaserJet printers which require firmware.Stefan Sperling
2013-01-28Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD,Darren Tucker
2013-01-27Bump MAXTSIZ to 128 MB, some binaries are quite large.Federico G. Schwindt
2013-01-27Correct the PBA size used for PCH adapters (26KB).Brad Smith
2013-01-26Make sure new processes get a clean FPU configuration upon startup, byMiod Vallat
2013-01-25Add _KERNEL guard to hide dprintf macro from userland.Brad Smith
2013-01-25Updates for beagle/panda work. OK patrick@ and miod@Brandon Mercer
2013-01-25the event type is a 16bit value, not 32bit. use htole16 instead of htole32.David Gwynne
2013-01-25we go to a lot of effort to post the first tx descriptor last, but weDavid Gwynne
2013-01-25the myx_dmamem struct doesnt need a name.David Gwynne
2013-01-23ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomicPatrick Wildt
2013-01-23Add instruction fault register functions, which will be needed for furtherPatrick Wildt
2013-01-23Change interface and span interface lists from LIST to TAILQ.Camiel Dobbelaar
2013-01-22pull the guts of bus_space_barrier into the inline function in the header.David Gwynne
2013-01-21Stop hiding when this is failing - make this as obvious as it isBob Beck
2013-01-21Only the mpcpcibus driver is actually using these structures so merge themMartin Pieuchot
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedMartin Pieuchot
2013-01-21No need to include pcibrvar.hMartin Pieuchot
2013-01-21Remove unused variable, leftover from rev 1.36.Martin Pieuchot
2013-01-21Split AHCI in order to support devices which are not attached via pci.Patrick Wildt
2013-01-21myx does reads and writes in one direction to packet buffers. lets tryDavid Gwynne
2013-01-20Make pf TCP sequence number tracking less strict by one octet forAlexander Bluhm
2013-01-20Add viomb(4).Brad Smith
2013-01-18Convert softraid crypto to the new ccb and workunit completion functions.Joel Sing
2013-01-18The workunit completion needs to run at IPL_BIO, at least for now.Joel Sing