]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
This commit was generated by cvs2svn to compensate for changes in r126258,
[FreeBSD/FreeBSD.git] / sys / compat /
2004-02-26 Max LaierThis commit was generated by cvs2svn to compensate...
2004-02-25 Bruce M SimpsonSync HEAD sources to vendor branch import of routed...
2004-02-25 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-21 Peter WemmRegen (FWIW)
2004-02-21 Peter WemmTry and make the compat sigreturn prototypes closer...
2004-02-21 Peter WemmAdd a note about the landmine in the middle of struct...
2004-02-21 Peter WemmDOH!!! Fix signals for freebsd-4.x/i386 binaries....
2004-02-21 Poul-Henning KampDevice megapatch 5/6:
2004-02-19 Bruce M SimpsonAdd BSD compatibility tty ioctls LINUX_TIOCSBRK and...
2004-02-17 Bill PaulAdd vector for memmove() (currently aliased to memcpy...
2004-02-16 Bill PaulMore cleanups/fixes for the AMD Am1771 driver:
2004-02-14 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2004-02-14 Bill PaulFix a problem with the way we schedule work on the...
2004-02-13 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-11 Bill PaulCorrect instance of *timeout that should have been...
2004-02-11 Bill PaulAdd yet more bulletproofing. This is to guard against...
2004-02-10 Bill PaulAdd some bulletproofing: don't allow the ndis_get_info...
2004-02-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-02-09 Dag-Erling SmørgravRemove VFS_STATFS() call which violated the lock order...
2004-02-09 Bill PaulAdd stub implementations of KfLowerIrql() and KfRaiseIr...
2004-02-08 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-08 Bill PaulMake NdisMMapIoSpace() guard against NULL/uninitialized...
2004-02-08 Bill PaulMake NdisMMapIoSpace() handle the case where a device...
2004-02-07 Bill PaulArgh. kthread_suspend() when in P_KTHREAD context,...
2004-02-07 Bill PaulCorrect an intance of mtx_pool_lock() that should have...
2004-02-07 Poul-Henning KampI guess nobody has needed to use the SVR4olator to...
2004-02-07 Bill PaulAdd a whole bunch of new stuff to make the driver for...
2004-02-06 John BaldwinRegen.
2004-02-06 John BaldwinSync up MP safe flags with global syscalls.master....
2004-02-05 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-04 John BaldwinRegen.
2004-02-04 John BaldwinThe following compat syscalls are now mpsafe: linux_get...
2004-02-04 John BaldwinLocking for the per-process resource limits structure.
2004-02-04 Bill PaulCorrect/improve the implementation of NdisMAllocateShar...
2004-02-03 Bill PaulImplement support for single packet sends. The Intel...
2004-02-03 Daniel EischenRegen.
2004-02-03 Daniel EischenSync with kern/syscalls.master.
2004-01-28 Peter WemmRegen
2004-01-28 Peter WemmAdd getitimer swab stub
2004-01-27 Bill PaulImplement NdisVirtualBufferAddress() and NdisVirtualBuf...
2004-01-26 Bill PaulReorganize the timer code a little and implement NdisIn...
2004-01-26 Bill PaulAvoid possible panic on shutdown: if there are still...
2004-01-23 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-01-21 Bill PaulAdd structures and definitions for task offload (TCP...
2004-01-21 Bill PaulMake sure to trap failures correctly in ndis_get_info...
2004-01-21 Robert WatsonReduce gratuitous includes: don't include jail.h if...
2004-01-21 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-01-19 Bill PaulAdd WDM major/minor #defines.
2004-01-19 Bill PaulImplement IofCompleteRequest() and IoIsWdmVersionAvaila...
2004-01-19 Bill PaulImplement atoi() and atol(). Some drivers appear to...
2004-01-19 Bill PaulEliminate some code duplication: since ndis_runq()...
2004-01-19 David SchultzThis commit was generated by cvs2svn to compensate...
2004-01-18 Bill PaulConvert from using taskqueue_swi to using private kerne...
2004-01-16 David E. O'BrienThe ndis_kspin_lock type is called KSPIN_LOCK in MS...
2004-01-15 Bill PaulThe definition for __stdcall logically belongs in pe_va...
2004-01-15 David E. O'BrienCreate NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE...
2004-01-15 Bill PaulImplement NdisCopyFromPacketToPacket() and NdisCopyFrom...
2004-01-14 Don LewisVOP_GETATTR() wants the vnode passed to it to be locked...
2004-01-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-01-14 Bill Paulmp_ncpus is always defined now, so no need to do an...
2004-01-13 David E. O'BrienAMD64 has a single MS-Win calling convention, so provid...
2004-01-13 David E. O'BrienUse 'vm_offset_t' rather than 'u_int32_t'.
2004-01-13 David E. O'BrienAMD64 has a single MS-Win calling convention, so provid...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill PaulImplement some more unicode handling routines. This...
2004-01-13 Bill PaulLoosen up the range test in ndis_register_ioport()...
2004-01-12 Bill PaulUgh. I am not having a good day. Remove debugging ...
2004-01-12 Bill PaulUgh. Last commit went horribly wrong. Back out changes...
2004-01-12 Bill PaulIn if_ndis.c:ndis_intr(), be a bit more intelligent...
2004-01-12 Bill PaulMerge in some changes submitted by Brian Feldman. Among...
2004-01-12 Robert WatsonCorrect for proper vn_fullpath() failure mode: "==...
2004-01-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-09 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-09 Bill PaulThe private data section of ndis_packets has a 'packet...
2004-01-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-09 Bill PaulImplement NdisOpenFile()/NdisCloseFile()/NdisMapFile...
2004-01-08 Bill PaulCorrect the definition of the ndis_miniport_interrupt...
2004-01-07 Bill PaulCorrect and simplify the implementation of RtlEqualUnic...
2004-01-07 Bill PaulIt appears drivers may call NdisWriteErrorLogEntry...
2004-01-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-07 Bill PaulUse atomic ops for the interlocked increment and decrem...
2004-01-07 Bill PaulIn subr_ndis.c: correct ndis_interlock_inc() and ndis_i...
2004-01-06 Bill PaulClean up pe_get_message(). Allow the caller to obtain...
2004-01-06 Bill Paul- Add pe_get_message() and pe_get_messagetable() for...
2004-01-04 Bill PaulModify if_ndis.c so that the MiniportISR function runs...
2004-01-04 Bill PaulImplement NdisScheduleWorkItem() and RtlCompareMemory().
2004-01-04 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-01-04 Bill PaulIn ndis_attach(), report the NDIS API level that the...
2004-01-03 Bill PaulIn if_ndis.c:ndis_attach(), temporarily set the IFF_UP...
2004-01-03 Bill Paulsubr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_...
2004-01-03 Bill PaulTweak ndiscvt to support yet another flavor of .INF...
2004-01-02 Alan CoxLock the traversal of the vm object list. Use TAILQ_FO...
2004-01-02 Bill PaulClean up ndiscvt a bit (leaving out the -i flag didn...
2003-12-31 Bill Paul- subr_ntoskrnl.c: improve the _fastcall hack based...
2003-12-30 Bill Paul- Add new 802.11 OID information obtained from NDIS...
2003-12-29 Bill PaulRework resource allocation. Replace the "feel around...
2003-12-28 Bill PaulImplement NdisInitUnicodeString().
2003-12-28 Bill PaulRemove the sanity test in ndis_adjust_buflen(). I'm...
2003-12-26 Bill PaulAttempt to handle the status field in the ndis_packet...
next