Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-13 | FREF/FRELE where required due to fd_getfile. | jasoni | |
- ok art@ | |||
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
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. | |||
2001-05-24 | style/cleanup (of function headers) | jasoni | |
1998-01-23 | additional ioctls, makes workman and workbone working. | Niels Provos | |
1997-12-20 | indent | Theo de Raadt | |
1997-12-10 | insert forgotten copyright + handle eject ioctl. | Niels Provos | |
1997-12-07 | handle linux cdrom ioctls. not that i play quake that often but it was | Niels Provos | |
the only binary around. |