summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Document machdep.enable_panic_key.scottl2004-08-021-1/+1
* Avoid casts as lvalues.kan2004-07-282-3/+3
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-152-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-72/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-20/+20
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-042-15/+15
* Remove unused variable.phk2004-06-011-1/+0
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-012-14/+2
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Rearrangements needed for syscons(4) to be used as a console devicekensmith2004-04-021-20/+41
* Fixed a nasty old bug where a visual bell in the currently activeru2004-03-181-1/+2
* Device megapatch 4/6:phk2004-02-212-5/+4
* Device megapatch 3/6:phk2004-02-212-5/+0
* Device megapatch 1/6:phk2004-02-211-4/+1
* Try again to get rid of makedev().phk2004-02-141-5/+9
* Back out my last commit to syscons, things seem to be far more evilphk2004-02-131-9/+5
* Don't use makedev() to hack up dev_t's early in boot, do it rightphk2004-02-121-5/+9
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-6/+9
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-215-14/+17
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isnjl2003-10-291-0/+3
* Convert to cn_name rather than cn_dev.phk2003-09-261-2/+2
* Fix the alpha kernel build.jake2003-08-251-0/+2
* Merge pc98 support from sys/pc98/pc98/syscons.c.nyan2003-08-251-0/+21
* Use __FBSDID().obrien2003-08-2411-17/+33
* - Add a font width field to struct scr_stat. Use this instead of '8'.jake2003-08-243-10/+12
* - Remember to flip the foreground and background color attributes injake2003-08-241-11/+18
* Add sparc64 ifdefs.jake2003-08-245-9/+41
* Fix endian bugs accessing ioctl arguments that are passed by value.jake2003-08-242-5/+5
* Use the clear function provided by the video adapter driver.nyan2003-07-214-34/+7
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing thejmallett2003-06-011-2/+4
* Remove unused variable(s).phk2003-05-311-4/+0
* Trivial addition of __amd64__ to the ifdefs for platforms that usepeter2003-05-091-9/+9
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Catch up with recent events.mdodd2003-03-271-3/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-27/+19
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* When DDB is in the kernel, unlock VTY switching so that wemux2003-02-271-0/+4
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+4
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.cognet2003-02-201-1/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-196-12/+12
* Added dependency on the apm(4) module.ru2003-02-151-0/+1
OpenPOWER on IntegriCloud