| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -293/+0 | |
| | | |||||
| * | Indroduce fd_getfile_mode() and use it were fd_getfile() is directly | 2015-04-30 | 1 | -7/+2 | |
| | | | | | | | | followed by a mode check. This will simplify the ref/unref dance as soon as fd_getfile() will increment fp's reference counter. Idea from and ok guenther@, ok millert@ | ||||
| * | Move p_emul and p_sigcode from proc to process. | 2014-03-26 | 1 | -3/+3 | |
| | | | | | | | | | | Tweak the handling of ktrace EMUL when changing ktracing: only generate one per process (not one per thread) and pass the correct proc pointer down to the VFS layer. Permit generating of NAMI and CSW records inside ktrace(2) itself. ok deraadt@ millert@ | ||||
| * | bzero -> memset | 2014-01-21 | 1 | -3/+3 | |
| | | |||||
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | 2012-04-22 | 1 | -2/+2 | |
| | | | | | | | anticipation of further changes to closef(). No binary change. ok krw@ miod@ deraadt@ | ||||
| * | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | | |||||
| * | FREF/FRELE where required due to fd_getfile. | 2002-02-13 | 1 | -32/+52 | |
| | | | | | - ok art@ | ||||
| * | - every new fd created by falloc() is marked as larval and should not be used | 2001-10-26 | 1 | -3/+2 | |
| | | | | | | | | any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | ||||
| * | style/cleanup (of function headers) | 2001-05-24 | 1 | -5/+6 | |
| | | |||||
| * | additional ioctls, makes workman and workbone working. | 1998-01-23 | 1 | -18/+66 | |
| | | |||||
| * | indent | 1997-12-20 | 1 | -13/+20 | |
| | | |||||
| * | insert forgotten copyright + handle eject ioctl. | 1997-12-10 | 1 | -1/+4 | |
| | | |||||
| * | handle linux cdrom ioctls. not that i play quake that often but it was | 1997-12-07 | 1 | -0/+220 | |
| the only binary around. | |||||
