| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES(). | Bill Paul | 2003-12-13 | 2 | -1/+10 |
| * | White space cleanup | Paul Saab | 2003-12-13 | 1 | -70/+66 |
| * | subr_ndis.c: | Bill Paul | 2003-12-13 | 3 | -33/+103 |
| * | Implement some more NDIS and ntoskrnl API calls: | Bill Paul | 2003-12-12 | 2 | -0/+79 |
| * | Although sometimes to the uninitiated, it may seem like goup, KSEGOUP | Robert Watson | 2003-12-12 | 1 | -1/+1 |
| * | Spell btkr as bktr. | Robert Watson | 2003-12-12 | 1 | -2/+2 |
| * | Fix throttling to use the proper mask. The bug resulted in only two | Nate Lawson | 2003-12-12 | 1 | -2/+2 |
| * | DUH! | Poul-Henning Kamp | 2003-12-12 | 1 | -10/+16 |
| * | Attempt to get the short cable fix to work better on the if_sis: | Poul-Henning Kamp | 2003-12-12 | 1 | -17/+26 |
| * | - accept device_type of "block", which is how psim/gdb6.0 defines | Peter Grehan | 2003-12-12 | 1 | -7/+2 |
| * | Correct the behavior of ndis_adjust_buflen(): the NDIS spec says | Bill Paul | 2003-12-12 | 2 | -4/+11 |
| * | - Now that we have kseq groups, balance them seperately. | Jeff Roberson | 2003-12-12 | 1 | -47/+130 |
| * | In NDIS 5.1 miniport drivers, the shutdown handler function pointer | Bill Paul | 2003-12-12 | 1 | -1/+4 |
| * | Turn off build of if_ndis.ko by default, since it depends on an | Bill Paul | 2003-12-12 | 1 | -1/+0 |
| * | Grrr. Put the right .PATH statements in the right Makefiles. | Bill Paul | 2003-12-11 | 2 | -2/+2 |
| * | Ack! Only build if_ndis.ko and ndis.ko if arch == i386. | Bill Paul | 2003-12-11 | 1 | -2/+2 |
| * | - Change the lookup() function to report success or failure using the carry | John Baldwin | 2003-12-11 | 1 | -8/+32 |
| * | Commit the first cut of Project Evil, also known as the NDISulator. | Bill Paul | 2003-12-11 | 17 | -0/+7128 |
| * | Properly fix a typo that the previous revision made even worse. | John Baldwin | 2003-12-11 | 1 | -1/+1 |
| * | This patch fixes two little portability (to !GCC compilers) problems: | Alfred Perlstein | 2003-12-11 | 1 | -3/+3 |
| * | Significantly reduce the "jitter" that is typical for PS/2 mice | Alfred Perlstein | 2003-12-11 | 2 | -220/+512 |
| * | - Don't let the pctcpu rate limiter throttle us if we have recorded over | Jeff Roberson | 2003-12-11 | 1 | -1/+2 |
| * | - In sched_switch(), if a thread has been assigned, don't touch the runqueues | Jeff Roberson | 2003-12-11 | 1 | -15/+21 |
| * | - Add support for CPU groups to ule. All SMT cores on the same physical | Jeff Roberson | 2003-12-11 | 1 | -116/+263 |
| * | - Call mp_topology() after all CPUs have been probed. | Jeff Roberson | 2003-12-11 | 1 | -0/+4 |
| * | - Add the mp_topology() function to mp_machdep.c. This function builds up | Jeff Roberson | 2003-12-11 | 2 | -3/+44 |
| * | MFp4: | Hidetoshi Shimokawa | 2003-12-11 | 2 | -129/+310 |
| * | MFi386: remove APIC_IRQ* defines that are no longer used. | Peter Wemm | 2003-12-11 | 1 | -32/+0 |
| * | MFi386: (jhb): Deal with MAXCPU etc correctly | Peter Wemm | 2003-12-11 | 2 | -4/+4 |
| * | regen | Peter Wemm | 2003-12-11 | 4 | -5/+5 |
| * | Mark freebsd32_gettimeofday() as mpsafe | Peter Wemm | 2003-12-11 | 1 | -1/+1 |
| * | Just implementing a 32 bit version of gettimeofday() was smaller than | Peter Wemm | 2003-12-11 | 1 | -21/+13 |
| * | Move the ia32_sigtramp.S file back under amd64/. This interfaces closely | Peter Wemm | 2003-12-11 | 2 | -89/+1 |
| * | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | Peter Wemm | 2003-12-11 | 15 | -3763/+96 |
| * | Use the correct syscall table limit | Peter Wemm | 2003-12-10 | 1 | -1/+2 |
| * | Finetune last commit, we need to take care of empty channels. | Søren Schmidt | 2003-12-10 | 1 | -3/+7 |
| * | Fix last second typo. | Peter Wemm | 2003-12-10 | 1 | -1/+1 |
| * | Use gcc's superior ffs() builtin. | Peter Wemm | 2003-12-10 | 2 | -1/+9 |
| * | Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's | Peter Wemm | 2003-12-10 | 1 | -8/+15 |
| * | Regen | Peter Wemm | 2003-12-10 | 4 | -17/+25 |
| * | Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link() | Peter Wemm | 2003-12-10 | 1 | -1/+4 |
| * | The osigpending, oaccept, orecvfrom and ogetdirentries entries were | Peter Wemm | 2003-12-10 | 1 | -8/+4 |
| * | Regen | Peter Wemm | 2003-12-10 | 5 | -6/+6 |
| * | Update file locations for syscall tables to copy to. | Peter Wemm | 2003-12-10 | 1 | -3/+4 |
| * | Delete old and unused APIC_IRQ defines. | John Baldwin | 2003-12-10 | 1 | -32/+0 |
| * | Still-born. These landed in dev/kbtr in the end. | David E. O'Brien | 2003-12-10 | 2 | -485/+0 |
| * | The DEV_ACPI option is no longer used, so g/c it. | John Baldwin | 2003-12-10 | 1 | -1/+0 |
| * | Use NAPICID for the maximum number of local APICs rather than MAXCPU when | John Baldwin | 2003-12-10 | 1 | -2/+2 |
| * | Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU ID | John Baldwin | 2003-12-10 | 1 | -2/+2 |
| * | Trim trailing whitespace. | John Baldwin | 2003-12-10 | 1 | -9/+9 |