summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/spigot.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Don't call cdevsw_add().phk2001-11-041-4/+0
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
* KSE Milestone 2julian2001-09-121-8/+8
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* 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-1/+4
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+9
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* Trim some unused #includespeter1999-10-111-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+1
* Simplify cdevsw registration.phk1999-05-311-17/+4
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+4
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-081-0/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-6/+8
* Update select -> poll in drivers.peter1997-09-141-9/+1
* Removed unused #includes.bde1997-07-201-4/+0
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-5/+2
* Use the same IOPL check as in syscons.bde1997-04-141-2/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-061-36/+0
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-0/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+0
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+3
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-2/+8
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-1/+0
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-1/+0
* Staticize and cleanup.phk1995-12-101-5/+5
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-34/+42
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-1/+3
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+22
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+3
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+33
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-7/+0
* Don't allow i/o operations for non-root users.bde1995-10-141-0/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-2/+2
* Jim's latest fixes.jkh1995-09-011-12/+24
* Address Bruce's mmap concerns in this driver too.jkh1995-08-291-3/+3
* Sync to author's Version 1.3.jkh1995-08-011-10/+21
OpenPOWER on IntegriCloud