| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 3 | -3/+7 |
* | Convert ndis_set_info() and ndis_get_info() from using msleep() | wpaul | 2005-10-12 | 4 | -52/+43 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 8 | -744/+1688 |
* | Use the constants for the syscall names from syscall.h rather than | jhb | 2005-10-03 | 1 | -3/+4 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 11 | -81/+6 |
* | Regenerate | peter | 2005-09-27 | 4 | -10/+26 |
* | Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added | peter | 2005-09-27 | 1 | -6/+7 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 11 | -6/+81 |
* | Test the mbuf flags against the correct constant. The previous version | andre | 2005-08-30 | 1 | -1/+1 |
* | 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 | 2 | -3/+4 |
* | Add missing dependencies on the SYSVIPC modules. | jhb | 2005-07-29 | 1 | -0/+6 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -0/+4 |
* | Regen. | jhb | 2005-07-13 | 8 | -172/+172 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | jhb | 2005-07-13 | 2 | -164/+164 |
* | Regen. | jhb | 2005-07-13 | 4 | -28/+26 |
* | - Stop hardcoding #define's for options and use the appropriate | jhb | 2005-07-13 | 3 | -22/+7 |
* | Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for now | jhb | 2005-07-13 | 1 | -1/+6 |
* | 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 |
* | Use implicit type cast for ->k_lock to fix compilation of ndis | rik | 2005-07-08 | 1 | -3/+3 |
* | Lock Giant in svr4_add_socket() so that the various svr4_*stat() calls | jhb | 2005-07-07 | 1 | -0/+6 |
* | Remove an unused syscallarg() macro leftover from this code's origins in | jhb | 2005-07-07 | 1 | -2/+0 |
* | Rototill this file so that it actually compiles. It doesn't do anything | jhb | 2005-07-07 | 1 | -144/+135 |
* | Fix the computation of uptime for linux_sysinfo(). Before it was returning | jhb | 2005-07-07 | 1 | -15/+3 |
* | Regenerate. | jhb | 2005-07-07 | 4 | -8/+24 |
* | - Add two new system calls: preadv() and pwritev() which are like readv() | jhb | 2005-07-07 | 2 | -2/+37 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -0/+141 |
* | - Change the commented out freebsd32_xxx() example to use kern_xxx() along | jhb | 2005-06-29 | 2 | -39/+5 |
* | Correct the amount of data to allocate in these local copies of | jhb | 2005-06-24 | 1 | -1/+2 |
* | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | pjd | 2005-06-23 | 1 | -3/+0 |
* | Do not allocate memory based on not-checked argument from userland. | pjd | 2005-06-11 | 1 | -6/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -6/+6 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | pjd | 2005-06-09 | 1 | -2/+3 |
* | Avoid code duplication in serval places by introducing universal | pjd | 2005-06-09 | 1 | -22/+19 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -0/+13 |
* | Wrap copyin/copyout for kevent so the 32bit wrapper does not have | ps | 2005-06-03 | 1 | -49/+66 |
* | Rebuild generated system call definition files following the addition of | rwatson | 2005-05-30 | 8 | -714/+716 |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 2 | -819/+997 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -6/+0 |
* | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | pjd | 2005-05-27 | 1 | -4/+3 |
* | Copyout to userland if kern_sigaction succeeds | ps | 2005-05-24 | 1 | -2/+2 |
* | 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 |
* | Missed kern_windrv.c in the last checkin. | wpaul | 2005-05-20 | 1 | -0/+14 |
* | Deal with a few bootstrap issues: | wpaul | 2005-05-20 | 1 | -1/+2 |
* | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | wpaul | 2005-05-20 | 1 | -4/+1 |
* | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | wpaul | 2005-05-19 | 3 | -32/+98 |
* | Remove harmless bit of leftover debug code. | wpaul | 2005-05-16 | 1 | -2/+0 |