summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0610-10/+10
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Update for the KDB framework:marcel2004-07-102-18/+12
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-18/+18
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().phk2004-06-044-15/+12
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-8/+1
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Device megapatch 4/6:phk2004-02-211-2/+2
* Device megapatch 3/6:phk2004-02-211-4/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()roam2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-053-4/+7
* Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* Initialize cn_name, ignore cn_dev.phk2003-09-261-1/+1
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+11
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-022-6/+6
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* 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
OpenPOWER on IntegriCloud