| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove remaning definition of GFB_<foo> options. | Michal Meloun | 2020-12-05 | 1 | -1/+0 |
| * | Remove APM BIOS support | Warner Losh | 2020-10-08 | 1 | -95/+0 |
| * | syscons: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 13 | -30/+17 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+5 |
| * | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 8 | -97/+6 |
| * | Add KERNEL_PANICKED macro for use in place of direct panicstr tests | Mateusz Guzik | 2020-01-12 | 1 | -2/+2 |
| * | syscons: drop keyboard index from softc | Kyle Evans | 2019-12-23 | 2 | -27/+24 |
| * | Use callout_func_t instead of the deprecated timeout_t. | John Baldwin | 2019-12-10 | 1 | -2/+2 |
| * | scterm-sc.c: convert source file to UTF-8 encoding | Ed Maste | 2019-12-03 | 1 | -1/+1 |
| * | syscons.c: clang-format pass to reduce style inconsistencies | Kyle Evans | 2019-12-03 | 1 | -2771/+2884 |
| * | Attempt to fix build breakage in r344458. | Bruce Evans | 2019-02-26 | 2 | -2/+4 |
| * | Fix the dumb and sc terminal emulators to compile and work. | Bruce Evans | 2019-02-21 | 3 | -10/+34 |
| * | Restore syscons' terminal emulators. The trivial fixes to make them compile | Bruce Evans | 2019-02-21 | 3 | -0/+1398 |
| * | My recent fix for programmable function keys in syscons only worked | Bruce Evans | 2019-02-05 | 1 | -0/+1 |
| * | i386: Merge PAE and non-PAE pmaps into same kernel. | Konstantin Belousov | 2019-01-30 | 1 | -1/+1 |
| * | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 2 | -2/+2 |
| * | Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support. | Vladimir Kondratyev | 2018-06-10 | 1 | -6/+0 |
| * | Improve defaults for per-CPU kernel console colors, especially with 2 | Bruce Evans | 2018-06-02 | 1 | -7/+13 |
| * | Use per-CPU attributes earlier. | Bruce Evans | 2018-06-02 | 1 | -7/+16 |
| * | Fix low-level locking during panics. | Bruce Evans | 2018-06-02 | 1 | -2/+8 |
| * | i386 4/4G split. | Konstantin Belousov | 2018-04-13 | 1 | -0/+4 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 2 | -2/+0 |
| * | Revert r331298 | Warner Losh | 2018-03-22 | 1 | -9/+3 |
| * | Unlock giant when calling shutdown_nice() | Warner Losh | 2018-03-21 | 1 | -3/+9 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -1/+1 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -1/+1 |
| * | kernel: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 24 | -0/+48 |
| * | sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocol | Vladimir Kondratyev | 2017-11-01 | 1 | -3/+3 |
| * | Fix bugs in (mostly) not-yet-activated parts of early/emergency output: | Bruce Evans | 2017-08-25 | 1 | -6/+12 |
| * | Support setting the colors of cursors for the VGA renderer. | Bruce Evans | 2017-08-25 | 3 | -35/+60 |
| * | Oops, the previous commit was missing 1 line. | Bruce Evans | 2017-08-25 | 1 | -0/+1 |
| * | Fix missing switching of the terminal emulator when switching the | Bruce Evans | 2017-08-25 | 1 | -8/+16 |
| * | Fix setting of defaults for the text cursor. | Bruce Evans | 2017-08-19 | 2 | -4/+22 |
| * | Rename curr_curs_attr to base_curr_attr. The actual current cursor | Bruce Evans | 2017-08-19 | 3 | -33/+44 |
| * | Use better hard-coded defaults for the cursor shape, and remove nearby | Bruce Evans | 2017-08-19 | 2 | -10/+2 |
| * | Fix syscons escape sequence for setting the local cursor type. This sequence | Bruce Evans | 2017-08-18 | 1 | -1/+47 |
| * | Fix vt100 escape sequence for showing and hiding the cursor in syscons. | Bruce Evans | 2017-08-18 | 1 | -7/+6 |
| * | Fix missing syscons escape sequence for setting the border color. | Bruce Evans | 2017-08-18 | 1 | -0/+5 |
| * | Undeprecate the CONS_CURSORTYPE ioctl. It was "deprecated" in 2001, | Bruce Evans | 2017-08-16 | 1 | -1/+1 |
| * | Fix attribute flipping for cut marking in pixel mode. The text-mode | Bruce Evans | 2017-07-10 | 1 | -3/+3 |
| * | Move open coding of construction of attributes for cut regions and | Bruce Evans | 2017-07-09 | 1 | -46/+64 |
| * | Add many bitmaps (now there are 13) for mouse cursors and logic to try | Bruce Evans | 2017-07-08 | 2 | -29/+197 |
| * | Add files to help manage the (vga) syscons mouse cursor. | Bruce Evans | 2017-07-08 | 2 | -0/+935 |
| * | Change the drawing method for the mouse cursor in planar mode to support | Bruce Evans | 2017-04-23 | 1 | -11/+33 |
| * | Optimize setting of the foreground color in the main planar method much | Bruce Evans | 2017-04-21 | 1 | -3/+7 |
| * | Merge the main ega drawing method into the main vga planar method and | Bruce Evans | 2017-04-21 | 1 | -67/+18 |
| * | Oops, the previous commit swapped the main ega method with the main | Bruce Evans | 2017-04-21 | 1 | -5/+3 |
| * | Eliminate the ega renderer switch. It did nothing useful except hold | Bruce Evans | 2017-04-20 | 1 | -14/+5 |
| * | When the character width is 9, remove vertical lines in the mouse cursor | Bruce Evans | 2017-04-20 | 2 | -8/+22 |