summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove unused variable cn_devfsdev.phk2002-12-171-2/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+3
* Remove new console devices with cnremove before initializing them injake2002-08-061-0/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Fix boot -p for DDBless kernelsguido2001-12-111-0/+6
* Add new boot flag to i386 boot: -p.guido2001-12-101-0/+24
* + Fix another possible vn_close race, in the same fashion as r1.95.jlemon2001-11-021-5/+6
* cnclose() can potentially race against itself. To avoid vn_close() races,jlemon2001-10-251-2/+3
* Force FWRITE on when opening the console, so that the flags passed tojlemon2001-10-251-2/+5
* Implement multiple low-level console support.jlemon2001-10-231-227/+316
* KSE Milestone 2julian2001-09-121-16/+16
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+18
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-201-0/+1
* only include sys/proc.h oncemjacob2000-12-121-1/+0
* Include sys/proc.h so this compiles [on the Alpha].obrien2000-12-121-0/+1
* We reference curproc, ergo need <sys/proc.h>mjacob2000-12-121-0/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Don't follow null pointers if we somehow have a null devswitch entrybde2000-01-251-11/+17
* Fixed some style bugs (mainly ones associated with the bogus namebde2000-01-241-8/+6
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+17
* Remove cdevsw_add() - the necessary make_dev() is already there.peter1999-11-181-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-3/+5
* Register our dev_t with make_devphk1999-08-131-13/+2
* make alpha compile again.phk1999-08-091-2/+2
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-11/+5
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* Quieten some warnings as a result of changes in ls_items[] constness overpeter1999-06-261-4/+3
* The second phase of syscons reorganization.yokota1999-06-221-6/+11
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-7/+7
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-18/+7
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-6/+9
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Update select -> poll in drivers.peter1997-09-141-6/+6
OpenPOWER on IntegriCloud