aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES().Bill Paul2003-12-132-1/+10
* White space cleanupPaul Saab2003-12-131-70/+66
* subr_ndis.c:Bill Paul2003-12-133-33/+103
* Implement some more NDIS and ntoskrnl API calls:Bill Paul2003-12-122-0/+79
* Although sometimes to the uninitiated, it may seem like goup, KSEGOUPRobert Watson2003-12-121-1/+1
* Spell btkr as bktr.Robert Watson2003-12-121-2/+2
* Fix throttling to use the proper mask. The bug resulted in only twoNate Lawson2003-12-121-2/+2
* DUH!Poul-Henning Kamp2003-12-121-10/+16
* Attempt to get the short cable fix to work better on the if_sis:Poul-Henning Kamp2003-12-121-17/+26
* - accept device_type of "block", which is how psim/gdb6.0 definesPeter Grehan2003-12-121-7/+2
* Correct the behavior of ndis_adjust_buflen(): the NDIS spec saysBill Paul2003-12-122-4/+11
* - Now that we have kseq groups, balance them seperately.Jeff Roberson2003-12-121-47/+130
* In NDIS 5.1 miniport drivers, the shutdown handler function pointerBill Paul2003-12-121-1/+4
* Turn off build of if_ndis.ko by default, since it depends on anBill Paul2003-12-121-1/+0
* Grrr. Put the right .PATH statements in the right Makefiles.Bill Paul2003-12-112-2/+2
* Ack! Only build if_ndis.ko and ndis.ko if arch == i386.Bill Paul2003-12-111-2/+2
* - Change the lookup() function to report success or failure using the carryJohn Baldwin2003-12-111-8/+32
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-1117-0/+7128
* Properly fix a typo that the previous revision made even worse.John Baldwin2003-12-111-1/+1
* This patch fixes two little portability (to !GCC compilers) problems:Alfred Perlstein2003-12-111-3/+3
* Significantly reduce the "jitter" that is typical for PS/2 miceAlfred Perlstein2003-12-112-220/+512
* - Don't let the pctcpu rate limiter throttle us if we have recorded overJeff Roberson2003-12-111-1/+2
* - In sched_switch(), if a thread has been assigned, don't touch the runqueuesJeff Roberson2003-12-111-15/+21
* - Add support for CPU groups to ule. All SMT cores on the same physicalJeff Roberson2003-12-111-116/+263
* - Call mp_topology() after all CPUs have been probed.Jeff Roberson2003-12-111-0/+4
* - Add the mp_topology() function to mp_machdep.c. This function builds upJeff Roberson2003-12-112-3/+44
* MFp4:Hidetoshi Shimokawa2003-12-112-129/+310
* MFi386: remove APIC_IRQ* defines that are no longer used.Peter Wemm2003-12-111-32/+0
* MFi386: (jhb): Deal with MAXCPU etc correctlyPeter Wemm2003-12-112-4/+4
* regenPeter Wemm2003-12-114-5/+5
* Mark freebsd32_gettimeofday() as mpsafePeter Wemm2003-12-111-1/+1
* Just implementing a 32 bit version of gettimeofday() was smaller thanPeter Wemm2003-12-111-21/+13
* Move the ia32_sigtramp.S file back under amd64/. This interfaces closelyPeter Wemm2003-12-112-89/+1
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.Peter Wemm2003-12-1115-3763/+96
* Use the correct syscall table limitPeter Wemm2003-12-101-1/+2
* Finetune last commit, we need to take care of empty channels.Søren Schmidt2003-12-101-3/+7
* Fix last second typo.Peter Wemm2003-12-101-1/+1
* Use gcc's superior ffs() builtin.Peter Wemm2003-12-102-1/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'sPeter Wemm2003-12-101-8/+15
* RegenPeter Wemm2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()Peter Wemm2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werePeter Wemm2003-12-101-8/+4
* RegenPeter Wemm2003-12-105-6/+6
* Update file locations for syscall tables to copy to.Peter Wemm2003-12-101-3/+4
* Delete old and unused APIC_IRQ defines.John Baldwin2003-12-101-32/+0
* Still-born. These landed in dev/kbtr in the end.David E. O'Brien2003-12-102-485/+0
* The DEV_ACPI option is no longer used, so g/c it.John Baldwin2003-12-101-1/+0
* Use NAPICID for the maximum number of local APICs rather than MAXCPU whenJohn Baldwin2003-12-101-2/+2
* Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU IDJohn Baldwin2003-12-101-2/+2
* Trim trailing whitespace.John Baldwin2003-12-101-9/+9