aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement NdisGetBufferPhysicalArraySize(), which apparently is aBill Paul2003-12-161-0/+11
* o IN_MULTICAST wants an address in host byte order.Maxim Konovalov2003-12-161-1/+1
* Add device IDs for the Bluetake BW002, yet another Atmel AT76C503ABruce M Simpson2003-12-163-0/+8
* - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT.Jeff Roberson2003-12-161-3/+4
* - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid byJeff Roberson2003-12-161-1/+28
* style(9) pass and type fixups.Bruce M Simpson2003-12-163-16/+10
* Disable the per-vm_page PTE cache. This was not being invalidatedPeter Grehan2003-12-163-0/+6
* Avoid sign extension when casting signed characters to unsigned wideTim J. Robbins2003-12-161-2/+2
* Purge crmbuf.c as the routines are now in uipc_mbuf.c.Bruce M Simpson2003-12-151-119/+0
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-157-15/+72
* Print the LBA on failing R/W commands.Søren Schmidt2003-12-151-5/+7
* MFS: Make struct arpcom the first entry in softc. (There are at leastRuslan Ermilov2003-12-151-1/+1
* amd64 doesn't define __LP64__ in the compiler, but it definately needsPeter Wemm2003-12-151-1/+1
* - The last change conflicted with disks on a live system, as opposed toPeter Grehan2003-12-151-3/+9
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().Don Lewis2003-12-151-1/+2
* initsd: For striped and RAID-[45] plexes, don't restrict the I/OGreg Lehey2003-12-151-5/+1
* free_plex, free_volume: Don't try to destroy the underlying device ifGreg Lehey2003-12-151-2/+4
* vinumclose: Fix day-one bug. Subdisks and plexes were not beingGreg Lehey2003-12-151-2/+11
* Silence irritating watchdog timeout messages: if we callBill Paul2003-12-141-4/+10
* Whups... remove some debug code that accidentally crept in.Bill Paul2003-12-141-4/+1
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little toBill Paul2003-12-144-51/+65
* - Assign the ke_cpu field in kseq_notify() so that all of our callers do notJeff Roberson2003-12-141-4/+2
* In set_mcontext(), take into account that kse_switchin(2) willMarcel Moolenaar2003-12-141-5/+10
* Implement a few new NDIS routines: NdisInitAnsiString(),Bill Paul2003-12-141-5/+192
* Fix a locking problem with MD_ROOT_SIZE.Poul-Henning Kamp2003-12-132-7/+3
* Fix panic.Hidetoshi Shimokawa2003-12-131-6/+2
* 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