index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
syscons
/
syscons.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the last vestiges of the userconfig option. None of this actually
scottl
2004-12-01
1
-1
/
+1
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-20
/
+20
*
Fix echo in console mode.
phk
2004-10-14
1
-15
/
+22
*
Disallow negative coordinates and sizes in the syscons CONS_SCRSHOT
nectar
2004-09-29
1
-2
/
+4
*
Implement the KDENABIO etc ioctl's for amd64 as well.
peter
2004-09-24
1
-2
/
+5
*
Just because we have a serial console attached does not mean we don't
des
2004-08-05
1
-1
/
+1
*
Document machdep.enable_panic_key.
scottl
2004-08-02
1
-1
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+2
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Update for the KDB framework. Sanitize the alpha console code now that
marcel
2004-07-10
1
-72
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-13
/
+13
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-11
/
+11
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-7
/
+1
*
Rearrangements needed for syscons(4) to be used as a console device
kensmith
2004-04-02
1
-20
/
+41
*
Fixed a nasty old bug where a visual bell in the currently active
ru
2004-03-18
1
-1
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-4
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-3
/
+0
*
Try again to get rid of makedev().
phk
2004-02-14
1
-5
/
+9
*
Back out my last commit to syscons, things seem to be far more evil
phk
2004-02-13
1
-9
/
+5
*
Don't use makedev() to hack up dev_t's early in boot, do it right
phk
2004-02-12
1
-5
/
+9
*
Eliminate global cons_unavailable flag and replace it by the status
kan
2004-02-05
1
-6
/
+9
*
__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.
grehan
2004-01-21
1
-10
/
+10
*
Fix a panic that occurs when resuming. For some reason, sc->cur_scp is
njl
2003-10-29
1
-0
/
+3
*
Convert to cn_name rather than cn_dev.
phk
2003-09-26
1
-2
/
+2
*
Merge pc98 support from sys/pc98/pc98/syscons.c.
nyan
2003-08-25
1
-0
/
+21
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
- Add a font width field to struct scr_stat. Use this instead of '8'.
jake
2003-08-24
1
-3
/
+2
*
Add sparc64 ifdefs.
jake
2003-08-24
1
-9
/
+27
*
Fix endian bugs accessing ioctl arguments that are passed by value.
jake
2003-08-24
1
-3
/
+3
*
Trivial addition of __amd64__ to the ifdefs for platforms that use
peter
2003-05-09
1
-9
/
+9
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Don't call sysbeep() in sc_bell() if either duration or pitch is zero.
jhb
2003-03-24
1
-1
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+11
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-6
/
+6
*
When DDB is in the kernel, unlock VTY switching so that we
mux
2003-02-27
1
-0
/
+4
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-4
/
+4
*
Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.
cognet
2003-02-20
1
-1
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
Make kqueue(2) work for virtual terminals.
kbyanc
2002-10-17
1
-1
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-5
/
+5
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-21
1
-1
/
+1
*
1. Allow information about current history size be retrieved using ioctl(2);
sobomax
2002-08-19
1
-5
/
+44
*
Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something
dd
2002-07-10
1
-0
/
+14
*
Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)
alfred
2002-06-06
1
-1
/
+1
*
When a program launched on the local console exits, the shell will
mux
2002-05-04
1
-1
/
+2
*
Turn on TGA support.
obrien
2002-04-13
1
-2
/
+2
[next]