| Commit message (Expand) | Author | Age | Files | Lines |
* | Neuter linux_ustat() until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -4/+9 |
* | - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than | jhb | 2005-02-07 | 1 | -132/+39 |
* | Match the LINUX32's style with existing style | obrien | 2005-01-14 | 1 | -6/+6 |
* | Hold thread reference while frobbing cdevsw. | phk | 2004-09-24 | 1 | -18/+24 |
* | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | tjr | 2004-08-16 | 1 | -2/+9 |
* | Add XXX comment about findcdev() misuse. | phk | 2004-08-14 | 1 | -0/+6 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -4/+4 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | Remove unused second arg to vfinddev(). | phk | 2004-03-11 | 1 | -1/+1 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 1 | -4/+4 |
* | Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs. | anholt | 2003-11-05 | 1 | -4/+14 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Initialize tbuf in newstat_copyout() too. | mbr | 2003-04-29 | 1 | -0/+1 |
* | Do the same thing for stat64_copyout() as we already | mbr | 2003-04-29 | 1 | -0/+19 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -4/+3 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 1 | -6/+6 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -4/+2 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-05 | 1 | -1/+2 |
* | Use the new kern_* functions to avoid the need to store arguments | iedowse | 2002-09-01 | 1 | -28/+27 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -6/+6 |
* | Another fix that wasn't pulled in from the MAC branch: the | rwatson | 2002-08-12 | 1 | -1/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+20 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -3/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -6/+9 |
* | Fix abuse of vtagtype. In addition, after this the linux programs will be | sobomax | 2001-09-19 | 1 | -32/+20 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -31/+31 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -133/+203 |
* | S_IFCHR is not a bit mask, it's just a value in a field. The correct | paul | 2001-06-04 | 1 | -1/+1 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 1 | -1/+1 |
* | Remove MFS | phk | 2001-05-29 | 1 | -2/+0 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 1 | -1/+1 |
* | A bogus check for a char device also matched symbolic links. | paul | 2001-04-25 | 1 | -1/+1 |
* | Allow debugging output to be controlled on a per-syscall granularity. | jlemon | 2001-02-16 | 1 | -8/+12 |
* | Instead of hard coding the major numbers for IDE and SCSI disks | joe | 2001-01-14 | 1 | -10/+17 |
* | Map FreeBSD character device hard disks to Linux block device hard disks. | paul | 2000-12-29 | 1 | -0/+14 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 1 | -4/+0 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 1 | -0/+4 |
* | Sync with Alpha: | marcel | 2000-11-09 | 1 | -4/+0 |
* | Fix linux_ustat syscall. We only have cdevs now, so looking | marcel | 2000-11-02 | 1 | -2/+2 |
* | The MI/MD split wasn't perfect and the MI files need hacks for the | obrien | 2000-11-01 | 1 | -9/+32 |
* | Update include directives. | marcel | 2000-08-22 | 1 | -4/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Convert the filesystem type returned in struct statfs by syscalls | marcel | 2000-01-08 | 1 | -2/+51 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+5 |
* | Remove unused includes. | marcel | 1999-12-10 | 1 | -2/+0 |
* | Implement linux_ustat. | marcel | 1999-11-27 | 1 | -3/+56 |