Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+3 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 1 | -1/+1 |
* | Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int | Doug Ambrisko | 2006-05-03 | 1 | -120/+9 |
* | Reduce the Linux ioctl range to what is needed. I didn't know what | Doug Ambrisko | 2006-04-14 | 1 | -2/+2 |
* | Check the return value of copyin() and return an error if it fails. | John Baldwin | 2006-02-23 | 1 | -2/+4 |
* | Add in the Linux IOCTL shim and create the megadev0 device so | Doug Ambrisko | 2006-01-24 | 1 | -0/+191 |