| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove power profile support from acpi_cpu, it will be managed by a | njl | 2003-12-18 | 1 | -95/+26 |
* | Fix wildcard subsystem case in ndis_probe(). | wpaul | 2003-12-18 | 1 | -2/+2 |
* | Deal with the duplicate sysctl leaf problem. A .inf file may contain | wpaul | 2003-12-18 | 4 | -3/+38 |
* | Add support for multiple CIDs since _CID can contain a package of values. | njl | 2003-12-18 | 3 | -65/+126 |
* | Various style fixes. | jhb | 2003-12-17 | 1 | -7/+5 |
* | Recognize the nVidia ehci device id's in addition to the rest. | peter | 2003-12-17 | 1 | -0/+6 |
* | Recognize the nForce3 id's. This is mostly cosmetic and affects | peter | 2003-12-17 | 1 | -0/+2 |
* | Fix some becuase -> because typos. | jhb | 2003-12-17 | 4 | -4/+4 |
* | Switch TCP over to using the inpcb label when responding in timed | rwatson | 2003-12-17 | 12 | -8/+78 |
* | Regen. | sanpei | 2003-12-17 | 2 | -2/+9 |
* | Add support HP hn210e usb ethernet | sanpei | 2003-12-17 | 2 | -0/+2 |
* | Regen. | sanpei | 2003-12-17 | 2 | -2/+25 |
* | Add support | sanpei | 2003-12-17 | 2 | -0/+13 |
* | Use the (now standard) Ethernet address parse type. | ru | 2003-12-17 | 2 | -39/+5 |
* | Made the Ethernet address parse type standard. | ru | 2003-12-17 | 5 | -67/+69 |
* | Replaced two bzero() calls with the M_ZERO flag to malloc(). | ru | 2003-12-17 | 1 | -3/+2 |
* | Move the locking of the softc up to before the allocation of the | harti | 2003-12-17 | 1 | -4/+6 |
* | fixed an IPv6 path MTU discovery failure owing to a lack of initialization | suz | 2003-12-17 | 1 | -1/+1 |
* | Hey, how about we NOT make modules crash 486s? | green | 2003-12-17 | 1 | -1/+1 |
* | ahc_eisa.c: | gibbs | 2003-12-17 | 22 | -2165/+2267 |
* | When outputing a code listing, properly display | gibbs | 2003-12-17 | 1 | -7/+16 |
* | Modify assembler to ignore carriage returns in input. | gibbs | 2003-12-16 | 2 | -4/+15 |
* | Fix compilation on 64bit archs. | sos | 2003-12-16 | 1 | -1/+1 |
* | Implement NdisGetBufferPhysicalArraySize(), which apparently is a | wpaul | 2003-12-16 | 1 | -0/+11 |
* | o IN_MULTICAST wants an address in host byte order. | maxim | 2003-12-16 | 1 | -1/+1 |
* | Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A | bms | 2003-12-16 | 3 | -0/+8 |
* | - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT. | jeff | 2003-12-16 | 1 | -3/+4 |
* | - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid by | jeff | 2003-12-16 | 1 | -1/+28 |
* | style(9) pass and type fixups. | bms | 2003-12-16 | 3 | -16/+10 |
* | Disable the per-vm_page PTE cache. This was not being invalidated | grehan | 2003-12-16 | 3 | -0/+6 |
* | Avoid sign extension when casting signed characters to unsigned wide | tjr | 2003-12-16 | 1 | -2/+2 |
* | Purge crmbuf.c as the routines are now in uipc_mbuf.c. | bms | 2003-12-15 | 1 | -119/+0 |
* | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | bms | 2003-12-15 | 7 | -15/+72 |
* | Print the LBA on failing R/W commands. | sos | 2003-12-15 | 1 | -5/+7 |
* | MFS: Make struct arpcom the first entry in softc. (There are at least | ru | 2003-12-15 | 1 | -1/+1 |
* | amd64 doesn't define __LP64__ in the compiler, but it definately needs | peter | 2003-12-15 | 1 | -1/+1 |
* | - The last change conflicted with disks on a live system, as opposed to | grehan | 2003-12-15 | 1 | -3/+9 |
* | Pass MTX_DEF instead of 0 as the last argument to mtx_init(). | truckman | 2003-12-15 | 1 | -1/+2 |
* | initsd: For striped and RAID-[45] plexes, don't restrict the I/O | grog | 2003-12-15 | 1 | -5/+1 |
* | free_plex, free_volume: Don't try to destroy the underlying device if | grog | 2003-12-15 | 1 | -2/+4 |
* | vinumclose: Fix day-one bug. Subdisks and plexes were not being | grog | 2003-12-15 | 1 | -2/+11 |
* | Silence irritating watchdog timeout messages: if we call | wpaul | 2003-12-14 | 1 | -4/+10 |
* | Whups... remove some debug code that accidentally crept in. | wpaul | 2003-12-14 | 1 | -4/+1 |
* | Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little to | wpaul | 2003-12-14 | 4 | -51/+65 |
* | - Assign the ke_cpu field in kseq_notify() so that all of our callers do not | jeff | 2003-12-14 | 1 | -4/+2 |
* | In set_mcontext(), take into account that kse_switchin(2) will | marcel | 2003-12-14 | 1 | -5/+10 |
* | Implement a few new NDIS routines: NdisInitAnsiString(), | wpaul | 2003-12-14 | 1 | -5/+192 |
* | Fix a locking problem with MD_ROOT_SIZE. | phk | 2003-12-13 | 2 | -7/+3 |
* | Fix panic. | simokawa | 2003-12-13 | 1 | -6/+2 |
* | Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES(). | wpaul | 2003-12-13 | 2 | -1/+10 |