Age | Commit message (Expand) | Author |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-12 | Rework fb_setsize() logic to get rid of gotos. | Miod Vallat |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-10 | Fix a zx_putchar() stupid bug I introduced nine years ago by actually | Miod Vallat |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-01 | missing splx | Jonathan Gray |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-05-25 | Convert from ether_input() with separate mbuf data and Ethernet header, to | Miod Vallat |
2015-05-11 | Remove support for ADPCM encoding which isn't used nowadays and | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-08 | Convert to if_input(). | Martin Pieuchot |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-30 | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting | Miod Vallat |
2015-03-29 | Correctly match SUNW,fas in the boot path. | Miod Vallat |
2015-03-29 | Convert qe(4) et be(4) to if_input(). | Martin Pieuchot |
2015-03-28 | Correctly advance the bootpath when attaching children. | Miod Vallat |
2015-03-28 | When attaching an sbus esp(4), do the sbus_testdma() check regardless of the | Miod Vallat |
2015-03-28 | Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma(). | Miod Vallat |
2015-03-26 | de-static | Miod Vallat |
2015-03-22 | Do the right thing in qec_fix_range() when connected to an sbus(4) without | Miod Vallat |
2015-03-21 | When an IOMMU is not available, and an sbus board has register ranges not | Miod Vallat |
2015-03-18 | Revert 1.52, per the comment above the incorrectly changed line. Reduces the | Miod Vallat |
2015-02-28 | Move consinit() out of the bowels of the zs driver to its own file, in | Miod Vallat |
2015-02-10 | Convert to uiomove() | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-01-16 | Revert forcing a rachitic `c' slice size when the drive geometry is not known, | Miod Vallat |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |
2015-01-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat |
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat |
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-11 | Use the softc-specific function pointers for bcopy() and bzero() in iestart(), | Miod Vallat |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-25 | Don't let qlw attach to non-sun4m yet, as this driver currently depends upon | Miod Vallat |
2014-07-28 | On SPARCbook systems, the ledma device node has a `cable-selection' property | Miod Vallat |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |