summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+141
* - Change the commented out freebsd32_xxx() example to use kern_xxx() alongjhb2005-06-292-39/+5
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-231-3/+0
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-6/+6
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-2/+3
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-22/+19
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-0/+13
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-031-49/+66
* Rebuild generated system call definition files following the addition ofrwatson2005-05-308-714/+716
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-302-819/+997
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-6/+0
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* Copyout to userland if kern_sigaction succeedsps2005-05-241-2/+2
* The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-221-7/+2
* Missed kern_windrv.c in the last checkin.wpaul2005-05-201-0/+14
* Deal with a few bootstrap issues:wpaul2005-05-201-1/+2
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-201-4/+1
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-193-32/+98
* Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-162-4/+35
* Add support for NdisMEthIndicateReceive() and MiniportTransferData().wpaul2005-05-152-10/+47
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-082-2/+2
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-082-3/+14
* Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* Use %jx instead of %qx to silence compiler warning on amd64.wpaul2005-05-051-1/+1
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-053-35/+32
* Remove extranaous free() of ASCII filename from NdisOpenFile().wpaul2005-05-051-1/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-057-447/+896
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+1
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-246-39/+110
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedwpaul2005-04-171-1/+17
* When setting up the new stack for a function in x86_64_wrap(), makewpaul2005-04-161-5/+7
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+16
* In winx32_wrap.S, preserve return values in the fastcall and regparmwpaul2005-04-111-10/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-1111-948/+1697
* Fix 32 bit signals on amd64. It turns out that I was sign extendingpeter2005-04-051-72/+72
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-5/+5
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, wewpaul2005-03-301-2/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.wpaul2005-03-301-8/+2
* - Initial cn_lkflags to LK_EXCLUSIVE.jeff2005-03-291-0/+1
OpenPOWER on IntegriCloud