summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-193-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-3/+3
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-2/+2
* make pcvt compile again without "options XSERVER".hm2002-03-081-2/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-232-3/+12
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* KSE Milestone 2julian2001-09-123-11/+12
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* PR: i386/26347hm2001-06-051-2/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-7/+9
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-8/+22
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-5/+20
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-252-5/+0
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* PR: kern/2327hm2000-03-312-2/+52
* pcvt cleanup.hm2000-03-282-6/+3
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-2610-3001/+407
* - Properly keep track of I/O port resources.yokota2000-03-191-0/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+2
* Implement scrollback for pcvt based on code submitted byhm1999-12-3010-309/+470
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-26/+2
* 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-12/+6
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+0
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-1/+1
* Keyboard allocation/deallocation fix.yokota1999-06-292-33/+69
* The second phase of syscons reorganization.yokota1999-06-221-1/+8
* Simplify cdevsw registration.phk1999-05-311-5/+1
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-1/+1
* Suser() simplification:phk1999-04-272-3/+3
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-204-109/+23
* Staticize.eivind1999-04-111-1/+1
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+1
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
OpenPOWER on IntegriCloud