Age | Commit message (Expand) | Author |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-09 | format string fixes and removal of -Wno-format for sparc kernels. | Miod Vallat |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-19 | sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does. | Miod Vallat |
2013-11-28 | fix typo | Theo de Raadt |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | make this compile after dlg's recent change | Martin Reindl |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | replace disksort with bufqs. basically a copy of the same change in sparc64 | David Gwynne |
2013-11-12 | Use daddr_t to hold calculated disk sector address. %d -> %lld to | Kenneth R Westerback |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | 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-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-15 | Replace a hardcoded delay() with ZS_DELAY() to make sun4c happier | Miod Vallat |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
2013-07-27 | Revert wrong chunk introduced in 1.50, causing console keyboards not to attach | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | Support for the SS10/SS20 NVSIMM as block devices; tested by nick@ | Miod Vallat |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-15 | remove unused splaudio/splx pair | Alexandre Ratchov |
2013-05-15 | remove unused variable | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-10 | ditch unused zskbd_device_lookup; verified by sebastia@ | Mike Belopuhov |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-01-01 | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD | Miod Vallat |
2012-10-10 | Missed the MD bits with the bridgeport change. Found the hard way by deraadt. | Camiel Dobbelaar |
2012-07-30 | Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status | Miod Vallat |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod Vallat |
2012-07-01 | Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allows | Miod Vallat |
2012-05-25 | Correctly handle the case of a system setup to use glass console, which | Miod Vallat |
2011-10-24 | The cgtwo control registers only support 16-bit accesses, and respond with | Miod Vallat |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-03 | Switch the sparc audioamd(4) code to the MI driver; tested on SPARCclassic | Miod Vallat |
2011-07-06 | Cleanup presto(4) like other disk drivers. | Matthew Dempsky |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |