| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 24 | -48/+0 |
| * | MFC r316636,r316642,r316675,r316733,r316737,r316741,r316827,r316830,r316865,r... | Eitan Adler | 2018-03-14 | 4 | -128/+84 |
| * | MFC r316136: | Eitan Adler | 2018-03-14 | 3 | -15/+27 |
| * | MFC r315984: | Eitan Adler | 2018-03-14 | 3 | -24/+48 |
| * | MFC r315418,r315480,r316019: | Eitan Adler | 2018-03-14 | 1 | -59/+28 |
| * | MFC r315003,r315065,r315066: | Eitan Adler | 2018-03-14 | 3 | -31/+44 |
| * | MFC r315000: | Eitan Adler | 2018-03-14 | 1 | -15/+2 |
| * | MFC r314641,r314646,r314997,r315390: | Eitan Adler | 2018-03-14 | 3 | -4/+83 |
| * | MFC r305121,r305231: | Eitan Adler | 2018-03-14 | 2 | -10/+105 |
| * | MFC r305059: | Eitan Adler | 2018-03-14 | 1 | -11/+18 |
| * | MFC r305010: | Eitan Adler | 2018-03-14 | 1 | -4/+25 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 24 | -0/+48 |
| * | MFC r304804: | Eitan Adler | 2018-03-14 | 2 | -20/+12 |
| * | MFC r304773,r304800: | Eitan Adler | 2018-03-14 | 2 | -12/+55 |
| * | MFC r304758: | Eitan Adler | 2018-03-14 | 1 | -12/+15 |
| * | MFC r304173,r304181,r304186: | Eitan Adler | 2018-03-14 | 2 | -32/+42 |
| * | MFC r304164: | Eitan Adler | 2018-03-13 | 1 | -5/+6 |
| * | MFC r304165,r304166: | Eitan Adler | 2018-03-13 | 2 | -3/+3 |
| * | MFC r304161: | Eitan Adler | 2018-03-13 | 1 | -8/+6 |
| * | MFC r304153: | Eitan Adler | 2018-03-13 | 2 | -8/+9 |
| * | MFC r320805: | Eitan Adler | 2018-03-13 | 2 | -0/+935 |
| * | MFC r327231,r327232: | Eitan Adler | 2018-03-05 | 1 | -1/+1 |
| * | MFC r325295: | Vladimir Kondratyev | 2017-12-04 | 1 | -3/+3 |
| * | MFC r309823: | Oleksandr Tymoshenko | 2016-12-22 | 1 | -1/+83 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 2 | -4/+4 |
| * | Replace the cosine table with a sine table, which (due to the vagaries of | Dag-Erling Smørgrav | 2016-01-02 | 3 | -39/+64 |
| * | 17 years and change after I wrote warp_saver, here's a simple plasma effect | Dag-Erling Smørgrav | 2016-01-01 | 3 | -0/+454 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 2 | -2/+2 |
| * | hook userland threads suspend + resume into acpi suspend code | Andriy Gapon | 2015-01-27 | 1 | -1/+1 |
| * | Fix sos@'s name. | Xin LI | 2015-01-07 | 1 | -1/+1 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Use a common tunable to choose between vt(4)/sc(4) | Ed Maste | 2014-06-27 | 2 | -2/+10 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | Allow to disable syscons(4) if "hw.syscons.disable" kenv is set. | Aleksandr Rybalko | 2014-06-18 | 2 | -0/+7 |
| * | Fix comment introduced in r262480: it's 1920x1200, not 1980x1200. | Julio Merino | 2014-02-25 | 1 | -1/+1 |
| * | Increase maximum number of columns to support 1980x1200 displays. | Julio Merino | 2014-02-25 | 1 | -2/+2 |
| * | Extend libteken to support CJK fullwidth characters. | Ed Schouten | 2013-12-20 | 1 | -0/+7 |
| * | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray | 2013-10-04 | 2 | -2/+2 |
| * | Reload font when syscons(4) is resuming without switching mode. | Jung-uk Kim | 2013-07-17 | 1 | -27/+34 |
| * | On some generations of the Intel GPU, disabling of the VGA Display | Konstantin Belousov | 2013-06-18 | 1 | -1/+5 |
| * | MFcalloutng (r244249, r244306 by mav): | Davide Italiano | 2013-03-04 | 2 | -28/+32 |
| * | Make sure that all mouse buttons are released when clients | Hans Petter Selasky | 2013-02-06 | 1 | -1/+20 |
| * | Add tty_set_winsize(). | Ed Schouten | 2012-11-03 | 1 | -33/+12 |
| * | Piggyback MIPS changes and add ARM syscons support for devices with | Oleksandr Tymoshenko | 2012-08-25 | 3 | -3/+6 |
| * | Provide basic glue to allow syscons to be used on MIPS, modelled | Robert Watson | 2012-08-25 | 3 | -3/+3 |
| * | Move tty_opened_ns() into syscons.c which is currently the | Hans Petter Selasky | 2012-03-29 | 1 | -0/+3 |
| * | Fix for NULL-pointer panic during boot, if keys are pressed too early. | Hans Petter Selasky | 2012-03-29 | 1 | -10/+11 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 11 | -11/+11 |