| Commit message (Expand) | Author | Age | Files | Lines |
* | - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional | jhb | 2006-07-21 | 1 | -24/+25 |
* | Don't free the sockaddr in kern_bind() and kern_connect() as not all | jhb | 2006-07-19 | 1 | -1/+4 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | jhb | 2006-07-11 | 1 | -13/+14 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 1 | -5/+1 |
* | Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This | jhb | 2006-07-08 | 1 | -11/+12 |
* | - Protect the list of linux ioctl handlers with an sx lock. | jhb | 2006-07-06 | 1 | -0/+17 |
* | Axe the stackgap macros as the Linux ABIs no longer use the stackgap. | jhb | 2006-06-27 | 1 | -26/+0 |
* | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | jhb | 2006-06-27 | 1 | -38/+26 |
* | The linux times syscall can be called with a NULL pointer, so keep cool | netchild | 2006-06-23 | 1 | -11/+13 |
* | 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 | 7 | -342/+33 |
* | Implement rt_sigpending in the linuxolator. | netchild | 2006-05-10 | 1 | -0/+28 |
* | 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 | 3 | -5/+213 |
* | Annotate uses of fgetsock() with indications that they should rely | rwatson | 2006-04-01 | 1 | -0/+4 |
* | Unbreaking build by removing a now unused variable. | avatar | 2006-03-27 | 1 | -1/+0 |
* | Use td_ucred rather than p_ucred to avoid panics and general unhappiness. | jhb | 2006-03-27 | 1 | -1/+1 |
* | Fix the LINT build on alpha: | netchild | 2006-03-21 | 1 | -32/+82 |
* | Fix tinderbox on alpha. | netchild | 2006-03-20 | 1 | -0/+2 |
* | Unbreak COMPAT_LINUX32 option support on amd64. | ru | 2006-03-19 | 11 | -0/+17 |
* | Fixup some problems in my previous commit (COMPAT_43). | netchild | 2006-03-18 | 11 | -17/+0 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 8 | -31/+211 |
* | - Remove ifdef disabled code that doesn't have a chance of working anymore. | jeff | 2006-02-06 | 1 | -48/+0 |
* | - vn_lock with LK_RETRY can not return an error. The code that handled this | jeff | 2006-01-30 | 1 | -10/+4 |
* | 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 | 3 | -1/+33 |
* | Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code. | trhodes | 2005-12-28 | 1 | -8/+8 |
* | Add \n to log() message. | glebius | 2005-12-27 | 1 | -1/+1 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 2 | -9/+0 |
* | In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD | delphij | 2005-12-13 | 1 | -5/+5 |
* | Suppress logging about unimplemented syscalls to one time per process. This | glebius | 2005-12-08 | 1 | -9/+7 |
* | Fix -Wundef. | ru | 2005-12-04 | 2 | -2/+2 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -2/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+2 |
* | Fix kernel build. | delphij | 2005-08-28 | 1 | -1/+1 |
* | Rewrite linux_ifconf() to be more like ifconf() in net/if.c | rodrigc | 2005-08-27 | 1 | -25/+39 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -2/+2 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -0/+4 |
* | Add Giant around linux_getcwd_common() in linux_getcwd(). | jhb | 2005-07-09 | 1 | -0/+2 |
* | Add missing locking to linux_connect() so that it can be marked MP safe: | jhb | 2005-07-09 | 1 | -8/+15 |
* | Fix the computation of uptime for linux_sysinfo(). Before it was returning | jhb | 2005-07-07 | 1 | -15/+3 |
* | 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 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -0/+13 |
* | 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 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -2/+2 |