| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -4/+0 |
* | Call securelevel_gt with a credential. Also, s/p/td->td_proc/. | brooks | 2001-09-26 | 1 | -2/+2 |
* | o Modify spigot_open() to use securelevel_gt() instead of direct | rwatson | 2001-09-26 | 1 | -4/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+8 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -2/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -3/+5 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+4 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -1/+9 |
* | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | peter | 2000-01-29 | 1 | -3/+0 |
* | Trim some unused #includes | peter | 1999-10-11 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+2 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -13/+1 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -17/+4 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -4/+21 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -1/+1 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -1/+4 |
* | A few misc changes to get the spigot and meteor board working in 3.0. | jkh | 1998-08-08 | 1 | -0/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -1/+1 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -6/+8 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -9/+1 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -4/+0 |
* | simplify IOPL gain/remove privs code. It's easier with md_regs | peter | 1997-05-07 | 1 | -5/+2 |
* | Use the same IOPL check as in syscons. | bde | 1997-04-14 | 1 | -2/+13 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -1/+0 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -36/+0 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -0/+1 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 1 | -2/+0 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -6/+3 |
* | Sync with latest Meteor and Spigot sources from James. | jkh | 1996-02-01 | 1 | -2/+8 |
* | Removed duplicated #includes of <sys/conf.h> | bde | 1995-12-15 | 1 | -1/+0 |
* | Removed new alias d_size_t for d_psize_t. | bde | 1995-12-10 | 1 | -1/+0 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -5/+5 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -1/+1 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -34/+42 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -1/+3 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -1/+1 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -14/+22 |
* | A batch of Jim Lowe's patches: | jkh | 1995-11-29 | 1 | -1/+3 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -0/+33 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -7/+0 |
* | Don't allow i/o operations for non-root users. | bde | 1995-10-14 | 1 | -0/+4 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -2/+2 |
* | Jim's latest fixes. | jkh | 1995-09-01 | 1 | -12/+24 |
* | Address Bruce's mmap concerns in this driver too. | jkh | 1995-08-29 | 1 | -3/+3 |
* | Sync to author's Version 1.3. | jkh | 1995-08-01 | 1 | -10/+21 |