DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / dev / misc / syscons / syscons.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-11 Matthew Dillonvrevoke/single-user - fix more revoke issues.
2009-01-09 Matthew DillonFix a system livelock when ^C'ing a program sleeping...
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-03 Matthew DillonFix a panic on boot that can occur if you hit keys...
2007-08-19 Sascha Wildner* Use one ioctl() (CONS_SET, analogous to CONS_GET...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-06-11 Matthew Dillonspl->critical section conversions.
2005-05-27 Sascha WildnerUse M_ZERO instead of an explicit bzero().
2005-05-26 Sascha Wildner* Declare vtb_buffer as a pointer to uint16_t and get...
2005-03-28 Sascha WildnerGive syscons its own malloc_type and remove some unnece...
2005-02-18 Sascha Wildner* For the direct modes, get rid of the predefined palet...
2005-02-13 Sascha WildnerRemove unneeded conditionals.
2005-02-13 Sascha WildnerScrap PC98 support.
2005-02-12 Joerg SonnenbergerInline some users of SC_STAT to avoid lvalue cast.
2005-01-28 Sascha WildnerScrap DEC Alpha support.
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-04 Matthew DillonAdd VESA mode support for syscons. The vesa.ko module...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-24 Chris PresseyMerge ... FreeBSD (RELENG_4) src/sys/dev/syscons/syscons.c,
2004-02-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: