summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Gah, always reset the timer for the watchdog check.jhb2008-06-041-1/+1
* - Split the interrupt handler up into separate subroutines for rx, tx, andjhb2008-06-042-61/+79
* Add device IDs for Ricoh R5U870-based OEM cameraskevlo2008-06-041-0/+8
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* o Improve the probe code dealing with interrupts.imp2008-06-041-83/+54
* - Change the watchdog timer logic to match other drivers that use their ownjhb2008-06-032-10/+17
* Switch to emulating Linux 2.6 on default.rdivacky2008-06-031-2/+2
* Remove unneeded Giant locking of /dev/tty.ed2008-06-031-3/+0
* Add an XXX comment regarding a bug I introduced when modifying the behaviorrwatson2008-06-031-0/+3
* Back out the nlm_global_lock part of the last change - I forgot that onlydfr2008-06-031-1/+0
* Correct logic error that would prevent cs pccards from working onimp2008-06-031-8/+8
* Add device ID for AnyDATA ADU-500A EV-DO modem.kan2008-06-032-0/+3
* Add vendor/device IDs for Novatel U740 repackaged by Dell.kan2008-06-032-0/+3
* Update if_ndis to remove the legacy if_watchdog interface andcokane2008-06-032-44/+33
* Make fe(4) MPSAFE:jhb2008-06-023-44/+86
* Add locking and make xe(4) MPSAFE:jhb2008-06-023-73/+104
* Make ie(4) MPSAFE:jhb2008-06-023-81/+75
* Sort IP addresses before hashing them for the signature. Otherwise carp ismlaier2008-06-021-13/+39
* When attempting to use the NSM state number in a lock request to detectdfr2008-06-021-8/+10
* When allocating temporary storage to hold a TCP/IP packet headerrwatson2008-06-022-11/+7
* Push down the major/minor conversion for pts/%u to improve consistency.ed2008-06-022-26/+20
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-012-70/+23
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* Pass really available buffer size to libalias instead of MCLBYTES constant.mav2008-06-011-2/+2
* Revert the changes I made to devfs_setattr() in r179457.ed2008-06-011-4/+3
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet.mav2008-06-011-3/+4
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Correct an error in pmap_promote_pde() that may result in an errantalc2008-06-011-5/+3
* Merge a recent change from the OpenSolaris source tree.jb2008-06-012-13/+96
* 5416 and similar chips grew another region in the pci clock domainsam2008-05-311-2/+6
* Import rewritten nve device id's, which brings this moreremko2008-05-312-41/+79
* Merge back devfs changes from the mpsafetty branch.ed2008-05-311-6/+6
* Add the DTrace test kernel module so that people can run the tests.jb2008-05-311-0/+1
* After probing the available frequency settings, restore the CPU to run atjhb2008-05-301-17/+5
* Remove various and sundry NetBSDism's in preparation for adding locking.jhb2008-05-304-136/+77
* Trim an extra semi-colon.jhb2008-05-301-1/+1
* Fix build with DEBUG defined.jhb2008-05-301-4/+4
* When RADIX_MPATH is enabled, the route selection is not rotatingqingli2008-05-302-6/+6
* Don't rely on NSM to help us forget about RPC client handles fordfr2008-05-301-6/+17
* Fix a panic that it's occurred when NDIS init handler returned a errorweongyo2008-05-301-5/+8
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)weongyo2008-05-301-4/+6
* don't let KERNBUILDDIR control whether we copy opt_ah.hsam2008-05-301-1/+1
* Use a seperated hash table for mutex and rwlock, avoid wasting some timedavidxu2008-05-301-17/+21
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of thebenno2008-05-301-5/+31
* Use if_printf() and if_xname and retire 'unit' from the softc.jhb2008-05-292-48/+48
* Read lock rather than write lock TCP inpcbs in monitoring sysctls. Inrwatson2008-05-291-35/+31
* Remove the distinction between device minor and unit numbers.ed2008-05-296-17/+14
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-292-24/+30
OpenPOWER on IntegriCloud