| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than overloading the page->object field like UMA does, use instead | bmilekic | 2005-02-15 | 1 | -17/+13 |
* | Initialize Netgraph type at a correct time, before device probing. | ru | 2005-02-15 | 2 | -2/+2 |
* | Remove an outdated comment about ifnet not being locked. | ru | 2005-02-15 | 1 | -3/+0 |
* | When dealing with systems with no absolute drivers attached, only calibrate | njl | 2005-02-15 | 1 | -10/+22 |
* | MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars. | njl | 2005-02-15 | 1 | -3/+2 |
* | Bind to the driver's parent cpu before switching, for both absolute and | njl | 2005-02-15 | 1 | -18/+28 |
* | Correct a few bugs in the legacy cpu attachment. Get the unit from the | njl | 2005-02-15 | 1 | -3/+2 |
* | Bump __FreeBSD_version for increased size for default thread stacks. | njl | 2005-02-15 | 1 | -1/+1 |
* | Use ANSI function definitions, in preference to the K&R definitions. | imp | 2005-02-15 | 2 | -34/+15 |
* | Remove more deadwood that never got implemented in NEWCARD, since NEWCARD | imp | 2005-02-15 | 2 | -31/+0 |
* | Move the harvesting of the MAC address out of the generic novell probe | imp | 2005-02-14 | 3 | -21/+49 |
* | Move the #defines from edreg to edvar which don't have anything to do | imp | 2005-02-14 | 2 | -46/+48 |
* | o It turns out that most of the ne-2000 cards that I have got real unhappy | imp | 2005-02-14 | 2 | -13/+45 |
* | - Retransmit just one segment on initiation of SACK recovery. | ps | 2005-02-14 | 3 | -42/+18 |
* | - Remove the unused and unsafe ufs_ihashlookup. This function returned a | jeff | 2005-02-14 | 2 | -24/+0 |
* | Implement priorities. This allows a driver (say, for cooling purposes) to | njl | 2005-02-14 | 1 | -4/+38 |
* | Make WITNESS happier: | glebius | 2005-02-14 | 1 | -20/+14 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | glebius | 2005-02-14 | 2 | -0/+11 |
* | Check for non-NULL ac_netgraph field in interface arpcom, instead of | glebius | 2005-02-14 | 1 | -4/+4 |
* | If no vlan(4) interfaces are configured for the interface, and the | ru | 2005-02-14 | 1 | -3/+10 |
* | o Add handling of an IPv4-mapped IPv6 address. | maxim | 2005-02-14 | 4 | -92/+196 |
* | Correct the SiS 755 PCI ID. Confirmed against Linux code. | anholt | 2005-02-14 | 2 | -2/+2 |
* | No use for this AMD64 special-case "return NULL;" in probe now that we don't | anholt | 2005-02-14 | 2 | -4/+0 |
* | Remove card_get_function. It looks like it was intended to be a | imp | 2005-02-14 | 2 | -17/+0 |
* | Rework DL10019/DL10022 support. This tries to reset things in a more | imp | 2005-02-14 | 2 | -12/+26 |
* | MFp4: Merge in AX88790 support from my p4 tree. I've had this in my | imp | 2005-02-14 | 2 | -3/+17 |
* | Add some comments in preparation for converting bcopy/bzero to busspace. | imp | 2005-02-14 | 1 | -9/+14 |
* | MFP4: Optimize the layout of softc somewhat. This groups the u_chars | imp | 2005-02-14 | 1 | -4/+4 |
* | Add sys/dev/ieee488/ibfoo.c for hte pcii driver. Fixes the broken tinderbox | scottl | 2005-02-14 | 1 | -0/+1 |
* | Abort any active transfers when the device detaches. This fixes a | iedowse | 2005-02-14 | 1 | -0/+44 |
* | Add a new function usbd_abort_default_pipe() that aborts any transfers | iedowse | 2005-02-14 | 2 | -0/+7 |
* | Fix a missing /*- | obrien | 2005-02-14 | 1 | -1/+1 |
* | Request a CPU private mapping from sf_buf_alloc(). | alc | 2005-02-13 | 1 | -1/+5 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Request a CPU private mapping from sf_buf_alloc(). If the swap-backed | alc | 2005-02-13 | 1 | -1/+6 |
* | When attached to a high-speed device, report a more appropriate | iedowse | 2005-02-13 | 3 | -3/+18 |
* | Allow users to manually override quirks with the tunable "debug.acpi.quirks". | njl | 2005-02-13 | 1 | -2/+6 |
* | Unbreak the kernel build. Pointy hat to: sobomax. | njl | 2005-02-13 | 1 | -1/+1 |
* | Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this | njl | 2005-02-13 | 2 | -13/+47 |
* | Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides | cognet | 2005-02-13 | 1 | -0/+4 |
* | Remove unused prototype. | cognet | 2005-02-13 | 1 | -1/+0 |
* | Remove redondant includes. | cognet | 2005-02-13 | 1 | -2/+0 |
* | Backout addition of SIGTHR into the list of signals allowed to be delivered | sobomax | 2005-02-13 | 1 | -1/+0 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 8 | -37/+23 |
* | Set levels on all CPUs and attach a cpufreq device to each one. Sysctl | njl | 2005-02-13 | 1 | -22/+62 |
* | Don't prototype pmap_kenter(). | cognet | 2005-02-13 | 1 | -1/+1 |
* | Split out kill(2) syscall service routine into user-level and kernel part, the | sobomax | 2005-02-13 | 8 | -22/+36 |
* | Bump cookie value to reflect change in NGM_IFACE_GET_IFNAME semantics. | archie | 2005-02-13 | 1 | -2/+2 |
* | Synchronize HEAD copyright/license with RELENG_5 copyright/license: | rwatson | 2005-02-13 | 1 | -5/+5 |
* | Install netgraph type at an appropriate time. | ru | 2005-02-13 | 2 | -2/+2 |