aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ndis/subr_pe.c
Commit message (Expand)AuthorAgeFilesLines
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-37/+37
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-2/+2
* We have strcasecmp() in libkern now.Pawel Jakub Dawidek2007-04-061-2/+0
* Clean up and apply the fix for PR 83477. The calculation for locatingBill Paul2005-10-261-7/+13
* Couple of lessons learned during USB driver testing:Bill Paul2005-02-241-1/+5
* Fix a couple of u_int_foos that should have been uint_foos.Bill Paul2005-02-181-2/+2
* Add support for Windows/x86-64 binaries to Project Evil.Bill Paul2005-02-161-4/+22
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.David E. O'Brien2004-01-131-6/+0
* Use 'vm_offset_t' rather than 'u_int32_t'.David E. O'Brien2004-01-131-2/+2
* Clean up pe_get_message(). Allow the caller to obtain the resourceBill Paul2004-01-061-21/+5
* - Add pe_get_message() and pe_get_messagetable() for processingBill Paul2004-01-061-0/+101
* Back out the last batch of changes until I have a chance to properlyBill Paul2003-12-261-1/+1
* - Fix some compiler warnings in subr_pe.cBill Paul2003-12-241-8/+8
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-111-0/+537