| Commit message (Expand) | Author | Age | Files | Lines |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Move the per-prison Linux MIB from a private one-off pointer to the new | jamie | 2009-05-07 | 1 | -1/+0 |
* | Don't make Linux stat() open character devices to resolve its name. | ed | 2009-02-20 | 1 | -47/+49 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -3/+3 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+11 |
* | Push down the major/minor conversion for pts/%u to improve consistency. | ed | 2008-06-02 | 1 | -26/+4 |
* | Implement the linux syscalls | kib | 2008-04-08 | 1 | -3/+40 |
* | After applying LCONVPATH() to the path, do use the converted path | kib | 2008-01-05 | 1 | -9/+13 |
* | Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls. | kib | 2007-12-29 | 1 | -3/+12 |
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 1 | -13/+3 |
* | In translate_path_major_minor(), do not calculate otherwise unused 'fp' | rwatson | 2007-03-06 | 1 | -4/+0 |
* | MFP4: 109652 | jkim | 2006-12-04 | 1 | -39/+38 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Add the linux statfs64 call. This allows Tivoli backup to proceed a little | netchild | 2006-08-27 | 1 | -0/+51 |
* | Fix file leaking in translate_path_major_minor. | ambrisko | 2006-05-16 | 1 | -2/+6 |
* | Now that we don't have a linuxolator on alpha anymore: | netchild | 2006-05-10 | 1 | -2/+0 |
* | Fix the the duplicate cut-n-paste in linux_fstat64 pointed out by | ambrisko | 2006-05-05 | 1 | -1/+0 |
* | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | ambrisko | 2006-05-05 | 1 | -5/+59 |
* | Fix tinderbox on alpha. | netchild | 2006-03-20 | 1 | -0/+2 |
* | Unbreak COMPAT_LINUX32 option support on amd64. | ru | 2006-03-19 | 1 | -0/+1 |
* | Fixup some problems in my previous commit (COMPAT_43). | netchild | 2006-03-18 | 1 | -1/+0 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 1 | -2/+60 |
* | - Remove ifdef disabled code that doesn't have a chance of working anymore. | jeff | 2006-02-06 | 1 | -48/+0 |
* | Fix a typo : deivce => device | cognet | 2006-01-26 | 1 | -1/+1 |
* | Linux compat bits needed to make linux programs use the new ptys : | cognet | 2006-01-26 | 1 | -0/+22 |
* | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | pjd | 2005-06-23 | 1 | -3/+0 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | pjd | 2005-06-09 | 1 | -2/+3 |
* | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | pjd | 2005-05-27 | 1 | -4/+3 |
* | The code is under '#ifdef not_that_way', but anyway: | pjd | 2005-05-22 | 1 | -0/+3 |
* | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | pjd | 2005-05-22 | 1 | -7/+2 |
* | Neuter the duplicated disk-device magic code for now. Somebody with | phk | 2005-03-15 | 1 | -41/+32 |
* | 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 |