| Commit message (Expand) | Author | Age | Files | Lines |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -5/+4 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -5/+0 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -4/+1 |
| * | Try again to get rid of makedev(). | Poul-Henning Kamp | 2004-02-14 | 1 | -5/+9 |
| * | Back out my last commit to syscons, things seem to be far more evil | Poul-Henning Kamp | 2004-02-13 | 1 | -9/+5 |
| * | Don't use makedev() to hack up dev_t's early in boot, do it right | Poul-Henning Kamp | 2004-02-12 | 1 | -5/+9 |
| * | Eliminate global cons_unavailable flag and replace it by the status | Alexander Kabaev | 2004-02-05 | 1 | -6/+9 |
| * | __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. | Peter Grehan | 2004-01-21 | 5 | -14/+17 |
| * | Fix a panic that occurs when resuming. For some reason, sc->cur_scp is | Nate Lawson | 2003-10-29 | 1 | -0/+3 |
| * | Convert to cn_name rather than cn_dev. | Poul-Henning Kamp | 2003-09-26 | 1 | -2/+2 |
| * | Fix the alpha kernel build. | Jake Burkholder | 2003-08-25 | 1 | -0/+2 |
| * | Merge pc98 support from sys/pc98/pc98/syscons.c. | Yoshihiro Takahashi | 2003-08-25 | 1 | -0/+21 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 11 | -17/+33 |
| * | - Add a font width field to struct scr_stat. Use this instead of '8'. | Jake Burkholder | 2003-08-24 | 3 | -10/+12 |
| * | - Remember to flip the foreground and background color attributes in | Jake Burkholder | 2003-08-24 | 1 | -11/+18 |
| * | Add sparc64 ifdefs. | Jake Burkholder | 2003-08-24 | 5 | -9/+41 |
| * | Fix endian bugs accessing ioctl arguments that are passed by value. | Jake Burkholder | 2003-08-24 | 2 | -5/+5 |
| * | Use the clear function provided by the video adapter driver. | Yoshihiro Takahashi | 2003-07-21 | 4 | -34/+7 |
| * | Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing the | Juli Mallett | 2003-06-01 | 1 | -2/+4 |
| * | Remove unused variable(s). | Poul-Henning Kamp | 2003-05-31 | 1 | -4/+0 |
| * | Trivial addition of __amd64__ to the ifdefs for platforms that use | Peter Wemm | 2003-05-09 | 1 | -9/+9 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Catch up with recent events. | Matthew N. Dodd | 2003-03-27 | 1 | -3/+1 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -1/+1 |
| * | Use repo-copied files in sys/i386/bios. | Matthew N. Dodd | 2003-03-24 | 1 | -1/+1 |
| * | Don't call sysbeep() in sc_bell() if either duration or pitch is zero. | John Baldwin | 2003-03-24 | 1 | -1/+1 |
| * | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 2 | -27/+19 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -6/+6 |
| * | When DDB is in the kernel, unlock VTY switching so that we | Maxime Henrion | 2003-02-27 | 1 | -0/+4 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -2/+2 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -4/+4 |
| * | Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level. | Olivier Houchard | 2003-02-20 | 1 | -1/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -12/+12 |
| * | Added dependency on the apm(4) module. | Ruslan Ermilov | 2003-02-15 | 1 | -0/+1 |
| * | chase more of the MIN/MAX mess. *sigh* | Alfred Perlstein | 2003-02-02 | 1 | -0/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 6 | -12/+12 |
| * | Do not try to work around ``poor (un)sign extension code'' | Robert Drehmel | 2002-10-20 | 1 | -11/+1 |
| * | Make kqueue(2) work for virtual terminals. | Kelly Yancey | 2002-10-17 | 1 | -1/+2 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -5/+5 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | Use machine/limits.h rather than userland limits.h (which may come from | Peter Wemm | 2002-08-22 | 1 | -1/+1 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-21 | 2 | -5/+5 |
| * | de-count schistory.c. The handling of NSC was rather bogus here and was | Peter Wemm | 2002-08-19 | 1 | -4/+13 |
| * | 1. Allow information about current history size be retrieved using ioctl(2); | Maxim Sobolev | 2002-08-19 | 1 | -5/+44 |
| * | Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something | Dima Dorfman | 2002-07-10 | 2 | -0/+15 |
| * | Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only) | Alfred Perlstein | 2002-06-06 | 1 | -1/+1 |
| * | When a program launched on the local console exits, the shell will | Maxime Henrion | 2002-05-04 | 1 | -1/+2 |
| * | Turn on TGA support. | David E. O'Brien | 2002-04-13 | 3 | -5/+13 |
| * | remove blanktime sysctl, this can't be done as easily as it looks. | Alfred Perlstein | 2002-04-05 | 1 | -2/+0 |