Filip Navara
eee803acf7
- Add PCNET driver to the boot CD.
...
svn path=/trunk/; revision=11797
2004-11-24 17:57:14 +00:00
Filip Navara
5a384bebca
- Fix call to RtlInitializeBitMap (spotted and debugged by Arty).
...
svn path=/trunk/; revision=11796
2004-11-24 17:54:38 +00:00
Eric Kohl
11bc9ef5f4
Replace assert_irql by ASSERT_IRQL.
...
svn path=/trunk/; revision=11795
2004-11-24 11:12:19 +00:00
Eric Kohl
4605029c67
Don't use a hardcoded sector size of 512 bytes.
...
svn path=/trunk/; revision=11794
2004-11-24 11:09:49 +00:00
Eric Kohl
0b6ffe64b0
Replace assert by ASSERT.
...
svn path=/trunk/; revision=11793
2004-11-24 11:02:15 +00:00
Art Yerkes
d1ad9c04ee
simple gethostbyname test case
...
svn path=/trunk/; revision=11792
2004-11-24 04:08:44 +00:00
Thomas Bluemel
a0811f8010
don't send WM_ACTIVATE messages to the previous active window which caused the infinite loop in regedit
...
svn path=/trunk/; revision=11791
2004-11-24 00:11:06 +00:00
Filip Navara
842b2d68dc
Merge:
...
MiniLocateAdapter never zeroed Adapter if the adapter didn't match,
and never actually ever matched a name. It always returned the
last adapter in the list.
svn path=/trunk/; revision=11790
2004-11-23 23:51:01 +00:00
Filip Navara
f8246d2f62
Merge from ndis_wip_22102004 branch:
...
- Compile with W32API headers.
- Remove obsolate and no more exported functions (as of NDIS 5.1).
- Shrink the LOGICAL_ADAPTER structure a bit and use NDIS_MINIPORT_BLOCK fields instead.
- Make the WrapperConfigurationHandle an opaque structure instead of registry key handle.
- Use PnP DMA interface instead of the HAL one (TODO: Add reference counting).
- Move Ethernet filter routines from 40gone.c/miniport.c to separate file (efilter.c).
- Add PnP IRP handler and move device intitialization to IRP_MN_START_DEVICE handler.
- Implement device shutdown in IRP_MN_STOP_DEVICE.
- Minor fix for sending packets with deserialized miniports.
- Read bus type, bus number and slot number from registry if the PnP manager doesn't supply them.
- NdisMFreeMapRegisters shouldn't crash if no map registers were allocated.
- Implement NdisMQueryAdapterResources, NdisMGetDmaAlignment and NdisMReadDmaCounter.
- Implement NdisMPciAssignResources (Eric Kohl).
- Fix Ndis[Read/Write]PciSlotInformation to work for non-primary PCI buses (Eric Kohl).
svn path=/trunk/; revision=11789
2004-11-23 18:58:47 +00:00
Gé van Geldorp
0b66faaabd
Make transfer of control to kernel work on Xbox
...
svn path=/trunk/; revision=11787
2004-11-23 11:28:02 +00:00
Magnus Olsen
6de4a5c738
remove -werror to get it compile agein
...
svn path=/trunk/; revision=11786
2004-11-23 11:14:41 +00:00
Gé van Geldorp
bb446ae87d
Change dialog sizes to fit into 640x480
...
svn path=/trunk/; revision=11783
2004-11-22 20:35:56 +00:00
Art Yerkes
ce8fea9728
Changed Context to PC(NdisPacket)->Context in DLComplete call in
...
LoopTransmit. We were passing the wrong context (our own) when we
should have passed the client's context. Silly bug made possible
by use of void *.
svn path=/trunk/; revision=11782
2004-11-22 17:08:33 +00:00
Eric Kohl
e4b1bafb21
RegQueryValueExA: Free ValueName Unicode string when it is no loger in use.
...
svn path=/trunk/; revision=11781
2004-11-22 16:11:25 +00:00
Thomas Bluemel
adb7404b3d
install msimg32.dll which is required by explorer
...
svn path=/trunk/; revision=11780
2004-11-22 12:45:23 +00:00
Gé van Geldorp
a652e3b1ee
- Add automatic dependency tracking
...
- Add acknowledgements/license page
svn path=/trunk/; revision=11779
2004-11-22 11:01:45 +00:00
Gé van Geldorp
b87b03682a
Zach Gorman <zach@archetypeauction.com>
...
The initial dialog focus should be established by the default handler
for SetFocus(), not in the dialog creation code.
svn path=/trunk/; revision=11778
2004-11-22 10:59:01 +00:00
Casper Hornstrup
7982beed9e
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* apps/utils/Makefile (UTIL_APPS): Remove regsvr32.
svn path=/trunk/; revision=11777
2004-11-21 23:00:18 +00:00
Casper Hornstrup
2f2747b9dd
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* apps/utils/regsvr32: Move to subsys/system/regsvr32.
svn path=/trunk/; revision=11776
2004-11-21 22:45:51 +00:00
Martin Fuchs
178f3ae085
fix UTF8 conversion for the bookmarks list
...
svn path=/trunk/; revision=11775
2004-11-21 22:42:51 +00:00
Casper Hornstrup
dd1feec678
* Remove arp, finger, ipconfig, netstat, ping, telnet, and whois; Moved to reactos.
...
svn path=/trunk/; revision=11774
2004-11-21 22:33:50 +00:00
Casper Hornstrup
4a35f24013
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* apps/utils/Makefile (UTIL_NET_APPS): Add arp, finger, ipconfig,
netstat, ping, telnet, and whois.
* bootdata/packages/reactos.dff: Add arp.exe, finger.exe, ipconfig.exe,
netstat.exe, ping.exe, telnet.exe, and whois.exe.
* apps\utils\net\arp: New directory; Move from rosapps.
* apps\utils\net\finger: Ditto.
* apps\utils\net\ipconfig: Ditto.
* apps\utils\net\netstat: Ditto.
* apps\utils\net\ping: Ditto.
* apps\utils\net\telnet: Ditto.
* apps\utils\net\whois: Ditto.
svn path=/trunk/; revision=11773
2004-11-21 22:27:01 +00:00
Alex Ionescu
58eb955e58
Put back 1.5 Revision. CVS messed up the update and kept the old mps.h when I comitted.
...
svn path=/trunk/; revision=11772
2004-11-21 22:01:11 +00:00
Alex Ionescu
1fe3441f75
Hal DMA Patch: Implemented correct AdapterObject, updated some AdapterFunctions, which are much more complete and correct now. Implemented EISA structure for port access instead of hard-coded offsets.
...
svn path=/trunk/; revision=11771
2004-11-21 21:53:07 +00:00
Gé van Geldorp
ac33643ce2
After creating the nice error message, actually pass it on to the error
...
reporting routine. Thanks Casper.
svn path=/trunk/; revision=11770
2004-11-21 21:33:04 +00:00
Thomas Bluemel
587b831bb2
don't use uninitialized variable
...
svn path=/trunk/; revision=11769
2004-11-21 21:23:24 +00:00
Thomas Bluemel
ad45691d40
1. don't allow the ProcessImageFileName information class for NtSetInformationProcess() anymore
...
2. implemented the ProcessImageFileName class for NtQueryInformationProcess
3. changed NtCreateProcess to obtain the file name of the loaded image
svn path=/trunk/; revision=11768
2004-11-21 21:09:43 +00:00
Casper Hornstrup
19f47c9b4f
* Remove calc, regedt32, and regsvr32; Moved to reactos.
...
svn path=/trunk/; revision=11767
2004-11-21 21:07:33 +00:00
Casper Hornstrup
fd70584747
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* Makefile (SYS_APPS): Add calc, regedt32, and regsvr32.
* bootdata/packages/reactos.dff: Add calc.exe, regedt32.exe, and
regsvr32.exe.
* subsys/system/calc: New directory; Move here from rosapps.
* subsys/system/regedt32: Ditto.
* subsys/system/regsvr32: Ditto.
svn path=/trunk/; revision=11766
2004-11-21 21:02:04 +00:00
Art Yerkes
23398b098d
- Improvements for select/implementation of event select.
...
- Added EventSelect PKEVENT, and other bits needed in AFD_FCB to implement
event select.
- Select and event select are now properly notified on socket hangup.
- Added more places where state changes are needed.
- PollReeval now has the alternate goal of firing the event select event.
- Fixed crash with unsupported protocols, re: null device
- Set AFD_EVENT_SEND and AFD_EVENT_RECEIVE appropriately on connect complete.
- Fixed sending FIN from a dying socket and receiving SEL_FIN on one in tcpip,
by adding an additional way to lookup sockets.
- Removed even more spew.
- Small speedup: don't need to redo checksum in tcp_input. It's already done
in our ip defrag code.
svn path=/trunk/; revision=11765
2004-11-21 20:54:52 +00:00
Gunnar Dalsnes
55ff4ad170
add stubs GetSecurityInfoExA/W
...
svn path=/trunk/; revision=11764
2004-11-21 20:14:36 +00:00
Casper Hornstrup
98e47a5b69
* Replace bzero with memset and bcopy with memcpy
...
svn path=/trunk/; revision=11763
2004-11-21 20:10:22 +00:00
Art Yerkes
3adacc20ec
Correct uninitialized warnings for Status in two places.
...
svn path=/trunk/; revision=11762
2004-11-21 19:51:37 +00:00
Steven Edwards
27e4ae606f
Most of what is needed is already in w32api/include.
...
svn path=/trunk/; revision=11761
2004-11-21 19:18:01 +00:00
Casper Hornstrup
9cfd7436ac
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* bootdata/hivesys.inf: Remove kmregtests.
svn path=/trunk/; revision=11760
2004-11-21 19:11:31 +00:00
Gunnar Dalsnes
b424efdf6b
kill.c: remove useless call to KeRemoveAllWaitsThread + misc
...
usecall.c: fix apc delivery
debug.c: add irql asserts
svn path=/trunk/; revision=11759
2004-11-21 18:42:58 +00:00
Casper Hornstrup
e4a0875a54
2004-11-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* Makefile (DLLS_KBD): Add kbdda.
* bootdata/txtsetup.sif: Add Danish language 406.
* bootdata/hivesys.inf: Add kbdda.dll for Danish language 406.
* bootdata/packages/reactos.dff: Ditto.
* lib/kbdda: New directory.
* lib/kbdda/.cvsignore: New file.
* lib/kbdda/kbdda.c: Ditto.
* lib/kbdda/kbdda.def: Ditto.
* lib/kbdda/kbdda.rc: Ditto.
* lib/kbdda/makefile: Ditto.
svn path=/trunk/; revision=11758
2004-11-21 18:40:38 +00:00
Gunnar Dalsnes
eedd0d823f
work.c: reimpl. using kernel queues
...
resource.c: add asserts
svn path=/trunk/; revision=11757
2004-11-21 18:38:51 +00:00
Gunnar Dalsnes
4635919140
call KiDeliverAPc at correct irql
...
svn path=/trunk/; revision=11756
2004-11-21 18:37:56 +00:00
Gunnar Dalsnes
24dc4f3595
add missing KeEnter/LeaveCriticalRegion before/after aquireing/releasing resource lock
...
svn path=/trunk/; revision=11755
2004-11-21 18:35:05 +00:00
Gunnar Dalsnes
0c5a9ba4f5
fix kernel queues + misc fixes/cleanups
...
svn path=/trunk/; revision=11754
2004-11-21 18:33:54 +00:00
Hartmut Birr
0f6f4de9e1
- Acquire always the dpc lock on smp systems.
...
- Set/reset DpcRoutineActive at HIGH_LEVEL (or if the dpc queue is locked).
svn path=/trunk/; revision=11753
2004-11-21 18:13:47 +00:00
Filip Navara
7af1a71e33
Revert:
...
- Fix prototype of FsRtlInitializeLargeMcb and FsRtlInitializeMcb.
svn path=/trunk/; revision=11752
2004-11-21 17:47:22 +00:00
Filip Navara
f2b2fe0a5d
- Fix prototype of FsRtlInitializeLargeMcb and FsRtlInitializeMcb.
...
- Fix some FsRtl* exports.
svn path=/trunk/; revision=11751
2004-11-21 16:34:57 +00:00
Martin Fuchs
af60a0a9e2
cleanup resource script
...
svn path=/trunk/; revision=11750
2004-11-21 15:46:16 +00:00
Martin Fuchs
7ce0322c85
decode HTML-encoded bookmark names
...
svn path=/trunk/; revision=11749
2004-11-21 15:35:15 +00:00
Martin Fuchs
4e66d23d42
work around GCC's wide string constant bug when compiling inline functions
...
svn path=/trunk/; revision=11748
2004-11-21 14:26:14 +00:00
Gregor Anich
e1e1824939
Properly fix "Unused variable" warning.
...
svn path=/trunk/; revision=11747
2004-11-21 13:33:34 +00:00
Gé van Geldorp
ea32cbced0
Don't print "sector size" message, it is causing confusion
...
svn path=/trunk/; revision=11746
2004-11-21 13:30:44 +00:00
Thomas Bluemel
7f363e4ceb
use ASSERT instead of assert
...
svn path=/trunk/; revision=11745
2004-11-21 13:18:19 +00:00