]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
This commit was generated by cvs2svn to compensate for changes in r146515,
[FreeBSD/FreeBSD.git] / sys / compat /
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-22 pjdThe code is under '#ifdef not_that_way', but anyway:
2005-05-22 pjdIf we need to hide fsid, kern_statfs()/kern_fstatfs...
2005-05-20 wpaulMissed kern_windrv.c in the last checkin.
2005-05-20 wpaulDeal with a few bootstrap issues:
2005-05-20 wpaulIn ndis_halt_nic(), invalidate the miniportadapterctx...
2005-05-19 wpaulFix some of the things I broke so that the SMC2602W...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-16 wpaulRemove harmless bit of leftover debug code.
2005-05-16 wpaulCorrect some problems with workitem usage. NdisSchedule...
2005-05-15 wpaulAdd support for NdisMEthIndicateReceive() and MiniportT...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-08 wpaulMore fixes for multibus drivers. When calling out to...
2005-05-08 wpaulFix support for Windows drivers that support both PCI...
2005-05-08 wpaulCorrect the patch table entries for the 64-bit intrinsi...
2005-05-05 wpaulCast 64 bit quantity to uintmax_t to print it with...
2005-05-05 wpaulUse %jx instead of %qx to silence compiler warning...
2005-05-05 wpaulAvoid sleeping with mutex held in kern_ndis.c.
2005-05-05 wpaulRemove extranaous free() of ASCII filename from NdisOpe...
2005-05-05 wpaulThis commit makes a bunch of changes, some big, some...
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-27 jeff - Pass the ISOPEN flag to namei so filesystems will...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 wpaulThrow the switch on the new driver generation/loading...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-17 wpaulNow that the GDT has been reorganized and GNDIS_SEL...
2005-04-16 wpaulWhen setting up the new stack for a function in x86_64_...
2005-04-13 jeff - Change all filesystems and vfs_cache to relock the...
2005-04-13 mdoddImplement SOUND_MIXER_INFO ioctl in compat layer.
2005-04-13 mdoddAdd support for O_NOFOLLOW and O_DIRECT to Linux fcntl...
2005-04-11 wpaulIn winx32_wrap.S, preserve return values in the fastcal...
2005-04-11 wpaulCreate new i386 windows/bsd thunking layer, similar...
2005-04-05 peterFix 32 bit signals on amd64. It turns out that I was...
2005-04-01 jhb- Change the vm_mmap() function to accept an objtype_t...
2005-04-01 wpaulFix another KeInitializeDpc()/amd64 calling convention...
2005-03-31 jhb- Use a custom version of copyinuio() to implement...
2005-03-31 wpaulApparently I'm cursed. ndis_findwrap() should be search...
2005-03-31 wpaulFix an amd64 issue I overlooked. When setting up a...
2005-03-30 wpaulFix a possible mutex leak in KeSetTimerEx(): if timer...
2005-03-30 wpaulRemove a couple of #ifdef 0'ed code blocks left over...
2005-03-29 jeff - Initial cn_lkflags to LK_EXCLUSIVE.
2005-03-28 wpaulThe filehandle allocated in NdisOpenFile() is allocated...
2005-03-28 wpaulAnother Coverity fix from Sam: add NULL pointer test in
2005-03-28 wpaulMore additions for amd64:
2005-03-28 wpaulFix resource leak found by Coverity (via Sam Leffler).
2005-03-28 wpaulFix for amd64.
2005-03-28 wpaulFix another amd64 issue with lookaside lists: we initia...
2005-03-28 wpaulTweak to hopefully make lookaside lists work on amd64...
2005-03-28 wpaulSpell '0' as 'FALSE' when initializing npp_validcounts...
2005-03-28 wpaulUnbreak the build: correct the resource list traversal...
2005-03-27 wpaulArgh. PCI resource list became an STAILQ instead of...
2005-03-27 wpaulCheck in ntoskrnl_var.h, which should have been include...
2005-03-27 wpaulFinally bring an end to the great "make the Atheros...
2005-03-24 brooksUse the CTASSERT() macro instead of rolling my own...
2005-03-24 brooksCompile errors are way more useful then panics later.
2005-03-23 dasBounds check the user-supplied length used in a copyout...
2005-03-23 dasReject packets larger than IP_MAXPACKET in linux_sendto...
2005-03-18 phks/SLIST/STAILQ/
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-15 phkNeuter the duplicated disk-device magic code for now...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-08 sobomaxAdd kernel-only flag MSG_NOSIGNAL to be used in emulati...
2005-03-07 sobomaxHandle MSG_NOSIGNAL flag in linux_send() by setting...
2005-03-07 wpaulWhen you call MiniportInitialize() for an 802.11 driver...
2005-03-07 sobomaxHandle unimplemented syscall by instantly returning...
2005-03-06 sobomaxAlways produce cpuX entries, even in the case when...
2005-03-03 wpaulMAXPATHLEN is 1024, which means NdisOpenFile() and...
2005-03-01 jhbRemove linux_emul_find() and the CHECKALT*() macros...
2005-03-01 psUse kern_kevent instead of the stackgap for 32bit sysca...
2005-03-01 wpaulIn windrv_load(), I was allocating the driver object...
2005-03-01 psOoops. I will compile test before committing. The...
2005-03-01 psCorrect the freebsd32_kevent prototype.
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-26 wpaulDon't need to do MmInitializeMdl() in ndis_mtop() anymore:
2005-02-26 wpaulMDLs are supposed to be variable size (they include...
2005-02-25 samfixup signal mapping:
2005-02-25 wpaulAdd macros to construct Windows IOCTL codes, and to...
2005-02-25 wpaulFix a couple of callback instances that should have...
2005-02-25 wpaulCompute the right length to use with bzero() when initi...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 wpaul- Correct one aspect of the driver_object/device_object...
2005-02-24 jhbRegen.
2005-02-24 jhbUse msync() to implement msync() for freebsd32 emulatio...
2005-02-24 wpaulCouple of lessons learned during USB driver testing:
2005-02-23 wpaulImplement IoCancelIrp(), IoAcquireCancelSpinLock()...
2005-02-22 phkNeuter linux_ustat() until somebody finds time to try...
2005-02-22 samremove dead code
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-18 jhb- Add a custom version of exec_copyin_args() to deal...
2005-02-18 wpaulFix a couple of u_int_foos that should have been uint_foos.
2005-02-18 wpaulMake the Win64 -> ELF64 template a little smaller by...
2005-02-16 wpaulRemove redundant label.
next