| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Giant around linux_getcwd_common() in linux_getcwd(). | John Baldwin | 2005-07-09 | 1 | -0/+2 |
| * | Add missing locking to linux_connect() so that it can be marked MP safe: | John Baldwin | 2005-07-09 | 1 | -8/+15 |
| * | Use implicit type cast for ->k_lock to fix compilation of ndis | Roman Kurakin | 2005-07-08 | 1 | -3/+3 |
| * | Lock Giant in svr4_add_socket() so that the various svr4_*stat() calls | John Baldwin | 2005-07-07 | 1 | -0/+6 |
| * | Remove an unused syscallarg() macro leftover from this code's origins in | John Baldwin | 2005-07-07 | 1 | -2/+0 |
| * | Rototill this file so that it actually compiles. It doesn't do anything | John Baldwin | 2005-07-07 | 1 | -144/+135 |
| * | Fix the computation of uptime for linux_sysinfo(). Before it was returning | John Baldwin | 2005-07-07 | 1 | -15/+3 |
| * | Regenerate. | John Baldwin | 2005-07-07 | 4 | -8/+24 |
| * | - Add two new system calls: preadv() and pwritev() which are like readv() | John Baldwin | 2005-07-07 | 2 | -2/+37 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -0/+141 |
| * | - Change the commented out freebsd32_xxx() example to use kern_xxx() along | John Baldwin | 2005-06-29 | 2 | -39/+5 |
| * | Correct the amount of data to allocate in these local copies of | John Baldwin | 2005-06-24 | 1 | -1/+2 |
| * | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | Pawel Jakub Dawidek | 2005-06-23 | 1 | -3/+0 |
| * | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -6/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -6/+6 |
| * | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | Pawel Jakub Dawidek | 2005-06-09 | 1 | -2/+3 |
| * | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -22/+19 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -0/+13 |
| * | Wrap copyin/copyout for kevent so the 32bit wrapper does not have | Paul Saab | 2005-06-03 | 1 | -49/+66 |
| * | Rebuild generated system call definition files following the addition of | Robert Watson | 2005-05-30 | 8 | -714/+716 |
| * | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 2 | -819/+997 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -6/+0 |
| * | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -4/+3 |
| * | Copyout to userland if kern_sigaction succeeds | Paul Saab | 2005-05-24 | 1 | -2/+2 |
| * | The code is under '#ifdef not_that_way', but anyway: | Pawel Jakub Dawidek | 2005-05-22 | 1 | -0/+3 |
| * | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | Pawel Jakub Dawidek | 2005-05-22 | 1 | -7/+2 |
| * | Missed kern_windrv.c in the last checkin. | Bill Paul | 2005-05-20 | 1 | -0/+14 |
| * | Deal with a few bootstrap issues: | Bill Paul | 2005-05-20 | 1 | -1/+2 |
| * | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | Bill Paul | 2005-05-20 | 1 | -4/+1 |
| * | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | Bill Paul | 2005-05-19 | 3 | -32/+98 |
| * | Remove harmless bit of leftover debug code. | Bill Paul | 2005-05-16 | 1 | -2/+0 |
| * | Correct some problems with workitem usage. NdisScheduleWorkItem() does | Bill Paul | 2005-05-16 | 2 | -4/+35 |
| * | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | Bill Paul | 2005-05-15 | 2 | -10/+47 |
| * | More fixes for multibus drivers. When calling out to the match | Bill Paul | 2005-05-08 | 2 | -2/+2 |
| * | Fix support for Windows drivers that support both PCI and PCMCIA devices at | Bill Paul | 2005-05-08 | 2 | -3/+14 |
| * | Correct the patch table entries for the 64-bit intrinsic math | Bill Paul | 2005-05-08 | 1 | -6/+6 |
| * | Cast 64 bit quantity to uintmax_t to print it with %jx. This is | Bill Paul | 2005-05-05 | 1 | -1/+1 |
| * | Use %jx instead of %qx to silence compiler warning on amd64. | Bill Paul | 2005-05-05 | 1 | -1/+1 |
| * | Avoid sleeping with mutex held in kern_ndis.c. | Bill Paul | 2005-05-05 | 3 | -35/+32 |
| * | Remove extranaous free() of ASCII filename from NdisOpenFile(). | Bill Paul | 2005-05-05 | 1 | -1/+0 |
| * | This commit makes a bunch of changes, some big, some not so big. | Bill Paul | 2005-05-05 | 7 | -447/+896 |
| * | - Pass the ISOPEN flag to namei so filesystems will know we're about to | Jeff Roberson | 2005-04-27 | 1 | -1/+1 |
| * | Throw the switch on the new driver generation/loading mechanism. From | Bill Paul | 2005-04-24 | 6 | -39/+110 |
| * | Now that the GDT has been reorganized and GNDIS_SEL has been reserved | Bill Paul | 2005-04-17 | 1 | -1/+17 |
| * | When setting up the new stack for a function in x86_64_wrap(), make | Bill Paul | 2005-04-16 | 1 | -5/+7 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -2/+2 |
| * | Implement SOUND_MIXER_INFO ioctl in compat layer. | Matthew N. Dodd | 2005-04-13 | 1 | -3/+36 |
| * | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+16 |
| * | In winx32_wrap.S, preserve return values in the fastcall and regparm | Bill Paul | 2005-04-11 | 1 | -10/+12 |
| * | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | Bill Paul | 2005-04-11 | 11 | -948/+1697 |