| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement NdisGetBufferPhysicalArraySize(), which apparently is a | Bill Paul | 2003-12-16 | 1 | -0/+11 |
| * | o IN_MULTICAST wants an address in host byte order. | Maxim Konovalov | 2003-12-16 | 1 | -1/+1 |
| * | Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A | Bruce M Simpson | 2003-12-16 | 3 | -0/+8 |
| * | - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT. | Jeff Roberson | 2003-12-16 | 1 | -3/+4 |
| * | - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid by | Jeff Roberson | 2003-12-16 | 1 | -1/+28 |
| * | style(9) pass and type fixups. | Bruce M Simpson | 2003-12-16 | 3 | -16/+10 |
| * | Disable the per-vm_page PTE cache. This was not being invalidated | Peter Grehan | 2003-12-16 | 3 | -0/+6 |
| * | Avoid sign extension when casting signed characters to unsigned wide | Tim J. Robbins | 2003-12-16 | 1 | -2/+2 |
| * | Purge crmbuf.c as the routines are now in uipc_mbuf.c. | Bruce M Simpson | 2003-12-15 | 1 | -119/+0 |
| * | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | Bruce M Simpson | 2003-12-15 | 7 | -15/+72 |
| * | Print the LBA on failing R/W commands. | Søren Schmidt | 2003-12-15 | 1 | -5/+7 |
| * | MFS: Make struct arpcom the first entry in softc. (There are at least | Ruslan Ermilov | 2003-12-15 | 1 | -1/+1 |
| * | amd64 doesn't define __LP64__ in the compiler, but it definately needs | Peter Wemm | 2003-12-15 | 1 | -1/+1 |
| * | - The last change conflicted with disks on a live system, as opposed to | Peter Grehan | 2003-12-15 | 1 | -3/+9 |
| * | Pass MTX_DEF instead of 0 as the last argument to mtx_init(). | Don Lewis | 2003-12-15 | 1 | -1/+2 |
| * | initsd: For striped and RAID-[45] plexes, don't restrict the I/O | Greg Lehey | 2003-12-15 | 1 | -5/+1 |
| * | free_plex, free_volume: Don't try to destroy the underlying device if | Greg Lehey | 2003-12-15 | 1 | -2/+4 |
| * | vinumclose: Fix day-one bug. Subdisks and plexes were not being | Greg Lehey | 2003-12-15 | 1 | -2/+11 |
| * | Silence irritating watchdog timeout messages: if we call | Bill Paul | 2003-12-14 | 1 | -4/+10 |
| * | Whups... remove some debug code that accidentally crept in. | Bill Paul | 2003-12-14 | 1 | -4/+1 |
| * | Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little to | Bill Paul | 2003-12-14 | 4 | -51/+65 |
| * | - Assign the ke_cpu field in kseq_notify() so that all of our callers do not | Jeff Roberson | 2003-12-14 | 1 | -4/+2 |
| * | In set_mcontext(), take into account that kse_switchin(2) will | Marcel Moolenaar | 2003-12-14 | 1 | -5/+10 |
| * | Implement a few new NDIS routines: NdisInitAnsiString(), | Bill Paul | 2003-12-14 | 1 | -5/+192 |
| * | Fix a locking problem with MD_ROOT_SIZE. | Poul-Henning Kamp | 2003-12-13 | 2 | -7/+3 |
| * | Fix panic. | Hidetoshi Shimokawa | 2003-12-13 | 1 | -6/+2 |
| * | 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 |