Age | Commit message (Expand) | Author |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-03-11 | Convert to if_input(), tested by jasper@. | Martin Pieuchot |
2015-03-11 | Convert to if_input(), tested by jasper@, thanks! | Martin Pieuchot |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
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 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2013-12-29 | Force clock clamping after one byte received instead of three. There are still | Miod Vallat |
2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-06-21 | enable 24-bit, lsb-aligned encoding, which is the device's | Alexandre Ratchov |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-27 | Correctly specify the visible part of the rightmost tile when the current | Miod Vallat |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-05-29 | Make it possible to disable the Sync-on-Green signal by setting the | Mike Belopuhov |
2012-05-22 | When setting up the multicast filter, use the ac_multicnt field of the arpcom | Miod Vallat |
2012-04-19 | Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead of | Miod Vallat |
2012-04-18 | Split the existing impact@xbow attachment into generic impact routines, and | Miod Vallat |
2012-04-16 | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-15 | uncached_base was introduced early in IP27 support, since these designs use | Miod Vallat |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-04 | Make sgi port compile again. | Joel Sing |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-04-06 | Obtain struct sgi_device_location for the console input and output devices, | Miod Vallat |
2010-03-22 | On SGI IP35 systems, get SPD memory records from L1 and attach spdmem to | Miod Vallat |
2010-03-15 | Do not leak mbuf in the TX path when a TX error occurs; found the hard way | Miod Vallat |
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat |
2010-03-07 | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; | Miod Vallat |
2009-11-25 | Allow xbow_intr_establish() callers to provide optional storage for the | Miod Vallat |
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser |
2009-11-18 | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ | Miod Vallat |
2009-11-11 | Let ioc(4) pass the information whether it is an onboard device or not, to its | Miod Vallat |
2009-11-11 | Perform a bit more kbc initialization, instead of relying upon the prom to | Miod Vallat |
2009-11-10 | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on | Joel Sing |
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-03 | Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chip | Miod Vallat |